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
c9aaf0cb29
vibe-core
/
source
/
vibe
/
core
History
Sönke Ludwig
2625397f91
Use asyncAwaitAny instead of asyncAwait to work around linker error.
2017-11-25 15:27:17 +01:00
..
args.d
(Re)implement JSON configuration support for readOption.
2017-03-25 14:16:22 +01:00
concurrency.d
Add opCast(bool) to FreeListRef and remove opAssign with value type.
2017-10-30 22:58:30 +01:00
connectionpool.d
Mark more classes as final.
2017-07-23 15:04:11 +02:00
core.d
Bump version number.
2017-11-17 11:56:59 +01:00
file.d
Adjust DirectoryWatcher implementation for changed FileChange definition in eventcore.
2017-11-21 21:42:44 +01:00
log.d
Fix access violation in the log module when called from a non-D thread.
2017-09-21 14:09:19 +02:00
net.d
Use asyncAwaitAny instead of asyncAwait to work around linker error.
2017-11-25 15:27:17 +01:00
path.d
Fix path construction from segment range with no internal separators.
2017-09-10 00:16:53 +02:00
stream.d
Let pipe() return the number of bytes written.
2017-10-30 22:55:54 +01:00
sync.d
Convert Waitable from struct to pure template to avoid heap closures.
2017-09-27 16:41:11 +02:00
task.d
Add const overload for Task.tid.
2017-10-24 09:44:54 +02:00
taskpool.d
Add TaskPool.threadCount property.
2017-09-21 13:38:24 +02:00