This website requires JavaScript.
Explore
Help
Sign In
debian-packages
/
vibe-core
Watch
1
Star
0
Fork
You've already forked vibe-core
0
Code
Issues
Pull requests
Projects
Releases
Wiki
Activity
62e3add3ab
vibe-core
/
source
/
vibe
/
core
History
Sönke Ludwig
62e3add3ab
Fix a number of issues related to mixing different path types.
2017-06-12 17:33:25 +02:00
..
args.d
(Re)implement JSON configuration support for readOption.
2017-03-25 14:16:22 +01:00
concurrency.d
Fix accessibility issue for std.concurrency.send.
2017-01-30 09:43:43 +01:00
connectionpool.d
Add compatibility overload for ConnectionPool.this.
2017-02-01 10:27:08 +01:00
core.d
Add yieldLock(), which enables enforcing no task switches within a scope.
2017-06-11 11:40:25 +02:00
file.d
Fix getFileInfo name return value for paths that end with a slash.
2017-06-12 17:31:52 +02:00
log.d
Avoid lazy evaluation of log arguments while the loggers are locked.
Fixes
rejectedsoftware/vibe.d#1717
.
2017-03-23 17:55:51 +01:00
net.d
Don't store local/remote address for UDP connections.
2017-03-10 23:00:43 +01:00
path.d
Fix a number of issues related to mixing different path types.
2017-06-12 17:33:25 +02:00
stream.d
Add stream proxy types to allow user code to store generic streams.
2017-01-31 16:48:04 +01:00
sync.d
Add assertion to ManualEvent to check for failure of creating event handles.
2017-03-27 16:32:24 +02:00
task.d
Add yieldLock(), which enables enforcing no task switches within a scope.
2017-06-11 11:40:25 +02:00
taskpool.d
Avoid bogus assertion failure.
2017-03-27 16:31:52 +02:00