|
2c9867c577
|
Fix generating async docs for different OS
|
2017-06-25 09:46:02 +02:00 |
|
|
bdf87570e2
|
Add basic unit tests for the event loop
|
2017-06-11 09:15:10 +02:00 |
|
|
8687df1fbb
|
Define AddressFamily in network.socket
|
2017-05-21 10:20:57 +02:00 |
|
|
8c42cbfd63
|
Rename Vector to Array
For consistency with Phobos.
|
2017-05-16 12:12:57 +02:00 |
|
|
3454a1965a
|
Move all IOWatcher members to the transports
|
2017-02-11 19:47:57 +01:00 |
|
|
a012ca4003
|
Remove StreamTransport interface
Implement DuplexTransport and SocketTransport separately.
|
2017-02-10 22:30:12 +01:00 |
|
|
f9023cf0ab
|
Let Transport extend IOWatcher
|
2017-02-09 21:40:52 +01:00 |
|
|
43c28b749d
|
Rename async.loop.Loop.done_ to done
Since there is no property with a conflicting name.
|
2017-02-04 14:55:52 +01:00 |
|
|
8973bdb2af
|
Fix if EPOLLIN and EPOLLOUT come together
|
2017-01-13 10:20:11 +01:00 |
|
|
7bed7f039f
|
Remove default parameter value from Protocol.disconnected
|
2017-01-12 18:07:39 +01:00 |
|
|
8ddea0aa46
|
Loop.maxEvents is const, not inout const
|
2017-01-12 10:43:02 +01:00 |
|
|
4de42ca227
|
Use only one queue for the async events
|
2017-01-12 09:09:33 +01:00 |
|
|
ab930657b6
|
Queue: Leave only enqueue/dequeue/empty/opApply
|
2017-01-11 18:24:50 +01:00 |
|
|
0156c5a883
|
Don't allocate watcher queue on the heap
|
2016-12-25 00:54:05 +01:00 |
|
|
c966b42ac3
|
Fix FreeBSD build
|
2016-12-24 22:25:34 +01:00 |
|
|
ab9f96e0c7
|
Replace class Queue with the struct Queue
|
2016-12-13 10:56:29 +01:00 |
|
|
fa607141e4
|
Make allocator shared and fix some RefCounted bugs
|
2016-12-06 21:29:08 +01:00 |
|
|
f7f92e7906
|
Switch to container.queue. Remove PendingQueue
|
2016-12-02 19:18:37 +01:00 |
|
|
ed0eb4ac74
|
Fix epoll connection bugs
|
2016-11-30 21:53:30 +01:00 |
|
|
192ee20bf7
|
Remove shared from the allocators
|
2016-11-30 21:20:18 +01:00 |
|
|
79a7b840f7
|
Fix missing semicolons in echo server example
|
2016-10-08 19:43:40 +02:00 |
|
|
6b093cd5fa
|
Add Windows IOCP and Kqueue implementations for the event loop
|
2016-10-08 19:33:06 +02:00 |
|