Cesar Blum Silveira
|
51ecbd7949
|
Add benchmarks for Frame writes.
|
2016-12-13 11:33:56 -08:00 |
Ajay Bhargav Baaskaran
|
f467c42f54
|
Removed packages list in NuGetPackageVerifier.json
|
2016-12-12 00:42:17 -08:00 |
Cesar Blum Silveira
|
defcbdb907
|
Revert "Add MaxRequestBodySize limit (#478)."
This reverts commit e53a87be9c.
|
2016-12-09 16:30:12 -08:00 |
John Luo
|
859816bb53
|
Update ParseContentLength to remove unnecessary casting and unsafe
|
2016-12-09 11:39:25 -08:00 |
John Luo
|
4da06e8acd
|
Move Int64 parsing logic to HttpAbstractions
|
2016-12-08 17:22:21 -08:00 |
N. Taylor Mullen
|
ad2a00dbbd
|
Update .travis.yml osx image to xcode7.3.
|
2016-12-08 10:03:35 -08:00 |
Cesar Blum Silveira
|
e53a87be9c
|
Add MaxRequestBodySize limit (#478).
|
2016-12-05 17:06:57 -08:00 |
Cesar Blum Silveira
|
f918279873
|
Merge branch 'khellang/proxy-authenticate-typo' into dev
|
2016-11-29 10:32:16 -08:00 |
Chris R
|
53e5c3d56c
|
#1001 don't log stack traces for localhost bind failures.
|
2016-11-28 16:35:14 -08:00 |
Stephen Halter
|
02b84d7ae1
|
Make ListenerPrimaryTests more reliable
- The Task from ListenerSecondary.StartAsync() may complete before the
PrimaryListener adds the pipe connection to its dispatch pipe list.
|
2016-11-28 14:37:25 -08:00 |
N. Taylor Mullen
|
fd7232616a
|
Pin global.json SDK to 1.0.0-preview2-1-003177.
|
2016-11-23 15:59:21 -08:00 |
Kristian Hellang
|
e316898c9f
|
Added missing copyright header
|
2016-11-23 09:17:03 +01:00 |
Pavel Krymets
|
e55c62444b
|
Refactor FrameTests and rename SocketInput SocketOutput properties (#1229)
|
2016-11-22 16:36:36 -08:00 |
Ben Adams
|
2bf5a966cd
|
Fast path and inline HttpVersion.set
|
2016-11-22 15:26:38 -08:00 |
Kristian Hellang
|
a0f5585d3f
|
Fixed typo; Proxy-Authenticate #1223
|
2016-11-22 13:08:17 +01:00 |
Stephen Halter
|
b2d45c3dd0
|
Make TestApplicationErrorLogger thread-safe
|
2016-11-21 16:31:27 -08:00 |
Stephen Halter
|
2016578f4e
|
Merge branch 'benaadams/bens-magic-number' into dev
|
2016-11-21 15:05:44 -08:00 |
Ben Adams
|
2eba4017c1
|
MemoryPoolIterator feedback
|
2016-11-21 22:48:58 +00:00 |
Ben Adams
|
9ec4d88fbe
|
Improve Skip coverage
|
2016-11-21 22:48:58 +00:00 |
Ben Adams
|
ba0b7cc553
|
Add 100% coverage Take tests
|
2016-11-21 22:48:58 +00:00 |
Ben Adams
|
dc90dd1649
|
Add GetArraySegment test
|
2016-11-21 22:48:58 +00:00 |
Ben Adams
|
ef5ad3deea
|
defaullt(MemoryPoolIterator) test coverage
|
2016-11-21 22:48:58 +00:00 |
Ben Adams
|
2011a27bde
|
Use ternary op rather than lazy and
|
2016-11-21 22:48:57 +00:00 |
Ben Adams
|
8ce47fb8b6
|
Move perf, share code
|
2016-11-21 22:48:57 +00:00 |
Ben Adams
|
5041d6c291
|
wasLastBlock adjustments
|
2016-11-21 22:48:57 +00:00 |
Ben Adams
|
7ab4442392
|
Feedback + Cleanup
|
2016-11-21 22:48:57 +00:00 |
Ben Adams
|
4cdcca212e
|
Don't inline slow paths
|
2016-11-21 22:48:57 +00:00 |
Ben Adams
|
12e2f30577
|
MemoryPoolIterator byref structs
|
2016-11-21 22:48:57 +00:00 |
Ben Adams
|
90c7be1fc0
|
Add Request Parsing benchmark
|
2016-11-21 22:48:57 +00:00 |
Ben Adams
|
53f361160e
|
MemoryPoolIterator fast paths
|
2016-11-21 22:48:57 +00:00 |
Ben Adams
|
8bcbfb9971
|
Only LocateFirstFoundByte once
|
2016-11-21 22:48:57 +00:00 |
Ben Adams
|
28a21fa7a9
|
Move vectors closer to use
|
2016-11-21 22:48:57 +00:00 |
Ben Adams
|
00a63537cf
|
And=> xor, powerOfTwoToHighByte to const
|
2016-11-21 22:48:57 +00:00 |
Ben Adams
|
97d4406614
|
Use Vector<byte>.ctor workaround
|
2016-11-21 22:48:57 +00:00 |
Ben Adams
|
972d978d11
|
Swap for vector loop unroll detection
|
2016-11-21 22:48:57 +00:00 |
Ben Adams
|
9eb01d1c57
|
Reduce Vector register pressure by not overlapping
|
2016-11-21 22:48:57 +00:00 |
Ben Adams
|
4f7977d440
|
Use PowerOfTwoToHighByte for FindFirstEqualByte
|
2016-11-21 22:48:57 +00:00 |
Nate McMaster
|
7bd027cb6b
|
Clean tmp folder after unzipping KoreBuild
|
2016-11-18 10:56:54 -08:00 |
Stephen Halter
|
0c26fc9f41
|
Merge branch 'rel/1.1.0' into dev
|
2016-11-11 15:16:48 -08:00 |
Stephen Halter
|
f1d0fafaa4
|
Better filter clients connecting to Kestrel's dispatch pipes
|
2016-11-11 14:57:17 -08:00 |
Stephen Halter
|
4a1db74568
|
Merge branch 'rel/1.1.0' into dev
|
2016-11-09 14:29:31 -08:00 |
Stephen Halter
|
ec89197ecb
|
Add ListenerPrimaryTests
|
2016-11-09 14:26:47 -08:00 |
Stephen Halter
|
e780ad9516
|
Ensure clients connecting to Kestrel's dispatch pipe are listeners
|
2016-11-09 14:26:47 -08:00 |
Pranav K
|
9d081d17e5
|
Updating versions to 1.2.0-*
|
2016-11-09 14:18:16 -08:00 |
Stephen Halter
|
f2401ff7bc
|
Merge branch 'rel/1.1.0' into dev
|
2016-11-09 14:03:12 -08:00 |
Stephen Halter
|
5043f9b17a
|
Make ConnectionFilterTests more reliable
|
2016-11-09 14:02:51 -08:00 |
Stephen Halter
|
757952d4d3
|
Always flush headers on first response write (#1202).
|
2016-11-09 14:02:50 -08:00 |
Stephen Halter
|
3c7e7d1f6c
|
Make ConnectionFilterTests more reliable
|
2016-11-09 13:59:12 -08:00 |
Stephen Halter
|
c0e75dcbf8
|
Always flush headers on first response write (#1202).
|
2016-11-09 13:59:12 -08:00 |
Pranav K
|
47e4e6b175
|
Merge branch 'rel/1.1.0' into dev
|
2016-11-09 11:31:36 -08:00 |