Ivan Derevyanko
|
a93a66fe7c
|
Replace Trace.WriteLine with ITraceLogger
|
2015-09-09 00:26:26 +02:00 |
Louis DeJardin
|
46604d68b3
|
Initial commit for style cleanup #184
* adding private keyword to fields
* one type per file
|
2015-09-01 22:25:51 -07:00 |
Stephen Halter
|
b43e5940e5
|
Gracefully shutdown even when there are open connections
|
2015-06-11 17:06:25 -07:00 |
N. Taylor Mullen
|
063fb64c8b
|
Update LICENSE.txt and license header on files.
|
2015-05-01 13:53:45 -07:00 |
Louis DeJardin
|
2da561cb7a
|
Garbage collecting safe handles need to queue the uv_close
All of the uv_* calls must be called on the original thread
the finalizer thread cleaning up safehandle classes needs
special handling
see #16
|
2014-07-08 16:02:09 -07:00 |
Louis DeJardin
|
044bbb83e6
|
Getting request body variations to work
|
2014-06-07 02:49:25 -07:00 |
Louis DeJardin
|
e517e39aac
|
Not working, but worth taking a snapshot of the source
|
2014-06-06 22:13:31 -07:00 |
Louis DeJardin
|
c9d6db14bc
|
Adding an engine, a thread manager, an accept loop
|
2014-06-03 16:41:55 -07:00 |
Louis DeJardin
|
1b412bc99f
|
Adding libuv p/invokes
|
2014-06-02 16:32:31 -07:00 |