Ivan Derevyanko
|
a93a66fe7c
|
Replace Trace.WriteLine with ITraceLogger
|
2015-09-09 00:26:26 +02:00 |
Ivan Derevyanko
|
6d47227975
|
KestrelTrace refactored and added to the ServiceContext. Close aspnet/KestrelHttpServer#141
|
2015-09-05 18:17:17 +02:00 |
Louis DeJardin
|
3bbb77f9d0
|
Alphabetizing using statements
|
2015-09-02 20:31:11 -07:00 |
Louis DeJardin
|
b25d2d9772
|
Continued updates for #184
* Reordering members
- Fields
- Constructors
- Properties
- EverythingElse
- NestedTypes
* Removing commented code
|
2015-09-02 20:08:54 -07: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
|
32c4f314b6
|
Lock around Connection.End to make it thread-safe
|
2015-08-14 12:17:06 -07:00 |
Stephen Halter
|
c0cc511b5b
|
Prevent access to closed socket in in Connection.End
|
2015-08-14 11:49:45 -07:00 |
Stephen Halter
|
b162202519
|
Properly close keep alive connections
|
2015-08-14 11:49:43 -07:00 |
Louis DeJardin
|
ceeb4edabd
|
Adding UvPipeHandle
|
2015-07-24 13:50:10 -07:00 |
Stephen Halter
|
4b66edc4fe
|
Move non-nested classes and interfaces to their own files
|
2015-07-06 17:48:58 -07:00 |
N. Taylor Mullen
|
063fb64c8b
|
Update LICENSE.txt and license header on files.
|
2015-05-01 13:53:45 -07:00 |
Louis DeJardin
|
836be5565a
|
Using weak gchandles from native to managed
See #15
|
2014-07-08 14:51:13 -07:00 |
Louis DeJardin
|
21778f631a
|
Guarding against more read_cb cases
|
2014-07-07 14:01:02 -07:00 |
Louis DeJardin
|
8624b82b2b
|
Improving callback exception support
Also renaming KestralTests to KestrelTests
|
2014-07-07 13:08:25 -07:00 |
Louis DeJardin
|
e4b9bd265c
|
Adjusting Kestrel to run cross platform
|
2014-06-27 20:01:44 -07:00 |
Louis DeJardin
|
9c7cb6a958
|
Adding some tests for Http11
Requires updating to test utilities
Adding initial EventSource to try to see some order of events
|
2014-06-11 17:09:25 -07:00 |
Louis DeJardin
|
660babcd7f
|
Adding core clr configurations
|
2014-06-10 00:29:16 -07:00 |
Louis DeJardin
|
ebd6af0fd6
|
Trying to get 100 Continue working again
|
2014-06-08 01:03:56 -07:00 |
Louis DeJardin
|
044bbb83e6
|
Getting request body variations to work
|
2014-06-07 02:49:25 -07:00 |
Louis DeJardin
|
313db3f0cf
|
Removing unnecessary using statements
|
2014-06-06 22:16:08 -07:00 |
Louis DeJardin
|
e517e39aac
|
Not working, but worth taking a snapshot of the source
|
2014-06-06 22:13:31 -07:00 |