Stephen Halter
737aac4cfc
Merge branch 'benaadams/over-the-edge' into dev
2015-12-03 18:28:05 -08:00
John Luo
78cacfe20b
Reacting to verbose rename
2015-12-03 16:28:10 -08:00
Ben Adams
858e5ab3a2
Moar stopping power, Timeout is total timout
2015-12-03 23:37:54 +00:00
Pavel Krymets
086f87a356
React to abstraction changes
2015-12-03 14:18:49 -08:00
Ben Adams
1ca67695ed
Use pooled memory for filtered stream
2015-12-03 19:17:40 +00:00
Ben Adams
9af9dea72c
Smaller default buffer
2015-12-03 18:46:43 +00:00
Ben Adams
c41b449681
Lighter & less async sMachines
...
Selected excerpts from "Value tasks + Less Async" #432
2015-12-03 11:10:20 +00:00
Ben Adams
b1e8f0cdea
Add IThreadPool interface
2015-12-03 10:37:52 +00:00
Ben Adams
850d2b0c7e
Construct ThreadPoolActions in KestrelServer
2015-12-03 09:56:21 +00:00
Ben Adams
5ae9b3c383
Log user code threadpool continuation execptions
2015-12-03 09:56:21 +00:00
Stephen Halter
10490888d3
Merge branch 'tenor/speed-up-date' into dev
2015-12-02 19:52:48 -08:00
Stephen Halter
b84d8dbd07
Minor style changes to tenor/speed-up-date
...
- Removed some code required to support sub-second timer intervals
2015-12-02 19:50:55 -08:00
Stephen Halter
7cbbf68e9d
Merge branch 'benaadams/connectionfilter' into dev
2015-12-02 19:21:05 -08:00
Stephen Halter
bb2c17a779
Merge branch 'benaadams/req-delegate' into dev
2015-12-02 19:17:16 -08:00
Ben Adams
a85f37697c
Add SSL+Upgrade regression test
2015-12-03 02:10:37 +00:00
Ben Adams
a55be21469
Empty buffer when null buffer
2015-12-03 02:10:36 +00:00
Doug Bunting
1b0e2e50e1
Restore previous package name: `Microsoft.AspNet.Html.Abstractions`
...
nit: add a couple of solution items
2015-12-02 09:59:27 -08:00
Ben Adams
b7c60de98a
Don't allocate request processing delegate
2015-12-02 15:23:09 +00:00
Pranav K
f9661e2bf1
Initial commit
2015-12-01 15:36:17 -08:00
John Luo
32a038e5ea
Reacting to the removal of ILoggerFactory.MinimumLevel
2015-12-01 15:24:36 -08:00
Eilon Lipton
b14fa9d990
Create CONTRIBUTING.md
2015-12-01 14:36:26 -08:00
Eilon Lipton
95ae948349
Create LICENSE.txt
2015-12-01 14:36:15 -08:00
Eilon Lipton
48243bbc0c
Create README.md
2015-12-01 14:35:51 -08:00
John Luo
168f4770f4
Reacting to new IServer and IHttpApplication design
2015-12-01 13:03:46 -08:00
Stephen Halter
0c33cad343
Merge branch 'benaadams/kestrel-thread-api' into dev
2015-12-01 12:20:41 -08:00
Pranav K
a2e4c4e133
Enabling tests on CoreCLR
2015-12-01 11:01:13 -08:00
Sunny Ahuwanya
6251b8f3e6
Changed timer interval to 1 second.
2015-12-01 09:29:54 -05:00
Cesar Blum Silveira
921c338a40
Support PathBase ( #214 ).
2015-11-30 16:42:02 -08:00
David Fowler
8b310c4583
Merge pull request #436 from benaadams/imemorypool
...
Remove unused IMemoryPool
2015-11-29 08:12:06 -08:00
Ben Adams
9102c1bb92
Remove unused IMemoryPool
2015-11-29 10:13:14 +00:00
John Luo
5ed05d34ac
Adding directory existence check for nuget-install
2015-11-29 00:05:52 -08:00
Ben Adams
2937fc3c98
OnConnection->OnConnectionAsync
...
Resolves #433
2015-11-29 03:57:47 +00:00
Sunny Ahuwanya
67a0f2d420
Reverted ISystemClock to use DateTimeOffset
2015-11-28 21:27:51 -05:00
Sunny Ahuwanya
7f025a6bd4
Speed up DateHeaderValueManager
...
Replaced PumpTimer() method with StartTimer(), introduced StopTimer()
method which pauses timer when idle instead of disposing it,
ISystemClock returns DateTime instead of DateTimeOffset.
2015-11-28 20:15:17 -05:00
David Fowler
ea7f40c592
Merge pull request #408 from benaadams/CancellationTokenSource
...
Remove CreateLinkedTokenSource
2015-11-25 01:32:04 -08:00
Pranav K
64fa41457b
Updating build script per RC1 branching
2015-11-24 14:53:00 -08:00
Pavel Krymets
aaea8bdf05
Fix test
2015-11-24 11:09:01 -08:00
Pavel Krymets
cc384ff272
Add an option to disable windown auth
2015-11-24 10:56:34 -08:00
Pranav K
60f5fd591e
Updating tests to run on dnxcore50
2015-11-23 16:40:15 -08:00
Stephen Halter
07c0b414f0
Merge branch 'benaadams/faster-headers' into dev
2015-11-23 15:10:24 -08:00
Pranav K
5f44e8540d
Ensure Microsoft.AspNet.DataProtection.Test.Shared can compile in dnxcore50
2015-11-23 11:31:50 -08:00
Ben Adams
16cccb50cb
Merge pull request #3 from stephentoub/delay_cts_allocation
...
Lazily allocate the RequestAborted CTS
2015-11-21 14:16:28 +00:00
Ben Adams
81dba3961d
less work in locks
2015-11-21 14:13:23 +00:00
stephentoub
c7d7f0e575
Lazily allocate the RequestAborted CTS
...
Avoid allocating the CancellationTokenSource unless it's actually requested. This makes it pay-for-play with regards to code that actually asks for the RequestAborted token and requests that are aborted.
2015-11-21 08:38:48 -05:00
Cesar Blum Silveira
e4fd91bb68
Fix hang on Connection: close requests. ( #406 )
2015-11-20 20:43:52 -08:00
Ben Adams
feb40402de
merge preamble-output, socket-output
2015-11-21 04:18:06 +00:00
Ben Adams
a3173c487a
Precomputed header bytes
2015-11-21 00:22:44 +00:00
Pranav K
ca3e4669dc
Updating tests to use moq.netcore
2015-11-20 14:40:50 -08:00
Stephen Halter
0dbf108353
Smarter unpinning of MemoryPoolBlock2 in SocketOutput
2015-11-20 12:59:53 -08:00
Daniel Kraemer
7bb3ccf201
Fixed possibly wrong registry path
...
Your version of this script opens/creates registry path "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\4.0.30319.0\AutoGenKeys\$sid"
I think the correct path should be "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\ASP.NET\4.0.30319.0\AutoGenKeys\$sid"
2015-11-20 21:37:08 +01:00