| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-03-21 | async: Remove unused imports | Eugen Wissner | |
| 2018-03-09 | Replace Queue with DList | Eugen Wissner | |
| 2018-03-05 | Use defaultAllocator in the async | Eugen Wissner | |
| Instead of hard-coded MmapPool. | |||
| 2018-01-31 | Replace body with do | Eugen Wissner | |
| 2017-10-01 | Sort imports | Eugen Wissner | |
| 2017-08-12 | Fix #276 | Eugen Wissner | |
| Add link to the source file for each module. | |||
| 2017-06-25 | Fix generating async docs for different OS | Eugen Wissner | |
| 2017-06-11 | Add basic unit tests for the event loop | Eugen Wissner | |
| 2017-05-16 | Rename Vector to Array | Eugen Wissner | |
| For consistency with Phobos. | |||
| 2017-02-11 | Move all IOWatcher members to the transports | Eugen Wissner | |
| 2017-02-10 | Remove StreamTransport interface | Eugen Wissner | |
| Implement DuplexTransport and SocketTransport separately. | |||
| 2017-02-09 | Inherit IOCPTransport from IOWatcher | Eugen Wissner | |
| 2017-02-09 | Let Transport extend IOWatcher | Eugen Wissner | |
| 2017-02-09 | Pass client socket directly to the IOWatcher | Eugen Wissner | |
| 2017-02-08 | Add protocol property to the transport | Eugen Wissner | |
| Transport should be protocol aware because it should be possible to switch the protocol if the operation is supported, for example for upgrading HTTP to web sockets or HTTP 1.1 to HTTP/2. | |||
| 2017-01-12 | Use only one queue for the async events | Eugen Wissner | |
| 2016-12-25 | Don't allocate watcher queue on the heap | Eugen Wissner | |
| 2016-12-19 | Add scalar type template parameter for buffers | Eugen Wissner | |
| 2016-12-13 | Replace class Queue with the struct Queue | Eugen Wissner | |
| 2016-12-06 | Make allocator shared and fix some RefCounted bugs | Eugen Wissner | |
| 2016-12-02 | Switch to container.queue. Remove PendingQueue | Eugen Wissner | |
| 2016-11-30 | Remove @safe from potentially unsafe code | Eugen Wissner | |
| 2016-10-08 | Add Windows IOCP and Kqueue implementations for the event loop | Eugen Wissner | |
