Pavel Krymets
|
c7113e1c60
|
Revert "Fetch corefx lab sources and compile them into kestrel (#1581)"
This reverts commit 13ee32b7ab.
|
2017-04-03 14:08:27 -07:00 |
Pavel Krymets
|
13ee32b7ab
|
Fetch corefx lab sources and compile them into kestrel (#1581)
|
2017-04-03 13:21:17 -07:00 |
David Fowler
|
1bf9b057d4
|
Converted test projects to run on netcoreapp2.0
* Converted test projects to run on netcoreapp2.0
* Set DOTNET_RUNTME_ID because of an issue in corehost and RID calculation.
|
2017-03-31 02:58:18 -07:00 |
Stephen Halter
|
7f785588ef
|
Transport agnostic kestrel refactoring (#1551)
- Add transport interfaces
- Create separate Core and Libuv projects
#828
|
2017-03-29 16:06:05 -07:00 |
Ben Adams
|
ff99c4c865
|
Fix benchmarks (broken) (#1515)
* Fix benchmarks
* Remove Moq from benchmarks
|
2017-03-22 18:30:06 -07:00 |
David Fowler
|
1094cc0670
|
Use StreamSocketOutput for writing benchmarks (#1507)
- Use StreamSocketOutput with a null stream to get a
better picture of what actual performance looks like
|
2017-03-18 13:20:07 -07:00 |
Ben Adams
|
5b814a55ac
|
Speed up WritableBuffer.WriteXxx (#1504)
* Speed up WritableBuffer.WriteAscii
* Add Benchmarks
* Non-standard header vals are still ascii
* Speedup WriteNumeric
* Don't advance for write
* Remove cruft
|
2017-03-18 12:25:10 -07:00 |