vibe-core/source/vibe/core
Sönke Ludwig 899a84d834 Fix SyslogLogger. Fixes #203.
This was not working at all since the release of vibe-core due to dependencies on other parts of vibe.d. The unit test has now been moved out of the template class, so that it is actually run.
2020-04-10 18:13:35 +02:00
..
internal Handle terminated eventcore drivers gracefully when releasing handles. 2019-06-20 11:56:22 +02:00
args.d Correct copyright holder. 2020-01-27 19:20:52 +01:00
channel.d Correct copyright holder. 2020-01-27 19:20:52 +01:00
concurrency.d Fix deprecation warning. 2020-03-14 19:47:29 +01:00
connectionpool.d Correct copyright holder. 2020-01-27 19:20:52 +01:00
core.d Update version to 1.9.0. 2020-03-18 15:32:52 +01:00
file.d Update change log. 2020-03-18 15:32:26 +01:00
log.d Fix SyslogLogger. Fixes #203. 2020-04-10 18:13:35 +02:00
net.d Fix behavior of TCPConnection.write when the connection gets closed half-way trough. 2020-03-18 12:36:08 +01:00
path.d Fix documentation warning on parameter 2019-12-17 17:12:56 +09:00
process.d s/registerProcess/adoptProcessID/g 2019-06-04 10:13:00 +10:00
stream.d Fix documentation of pipe(). 2020-03-14 19:47:29 +01:00
sync.d Remove dead code. 2020-03-16 14:14:50 +01:00
task.d Add TaskSwitchPriority to control the priority to use when transferring execution. 2020-03-15 10:54:35 +01:00
taskpool.d Add TaskSettings overloads for runWorkerTaskDist(H). 2020-03-14 23:33:41 +01:00