vibe-core/source/vibe/core
Sönke Ludwig ac811ba501
Remove buggy NetworkAddress.toUnknownAddress.
UnknownAddress is not large enough to hold either IPv6 or UDS addresses.
2017-01-30 11:40:11 +01:00
..
args.d Add vibe.core.runApplication. See rejectedsoftware/vibe.d#1417. 2016-08-30 12:30:49 +02:00
concurrency.d Fix accessibility issue for std.concurrency.send. 2017-01-30 09:43:43 +01:00
connectionpool.d Use std.experimental.allocator and remove the custom allocator module. 2016-11-08 15:32:25 +01:00
core.d Add compatibility overload for setTimer(). 2017-01-29 16:46:21 +01:00
file.d Fix segfault in DirectoryWatcher. 2017-01-29 22:11:17 +01:00
log.d Only emit color escape sequences on a Posix terminal. 2016-12-19 21:22:22 +01:00
net.d Remove buggy NetworkAddress.toUnknownAddress. 2017-01-30 11:40:11 +01:00
path.d Add PathEntry.validateFilename. 2017-01-19 00:33:52 +01:00
stream.d Remove the deprecated OutputStream.write methods. 2017-01-27 00:10:09 +01:00
sync.d Fix LocalTaskSemaphore. 2017-01-30 10:07:06 +01:00
task.d Add an uninterruptible variant of Task.join. 2017-01-29 20:20:08 +01:00