Pranav K
51c6cfa7e0
Merge branch 'release' into dev
2015-12-11 12:22:54 -08:00
Pranav K
4cd2730a39
Updating to release NuGet.config.
2015-12-11 12:22:52 -08:00
Pranav K
53be6220a9
Merge branch 'release' into dev
2015-12-11 12:22:36 -08:00
Pranav K
5a8f1281e8
Updating to release NuGet.config.
2015-12-11 12:22:33 -08:00
Pranav K
5e65a9fc59
Merge branch 'release' into dev
2015-12-11 12:22:26 -08:00
Pranav K
cc6b4b28fa
Updating to release NuGet.config.
2015-12-11 12:22:24 -08:00
Andrew Stanton-Nurse
012aa6f2a7
update env vars in DorkBuild
2015-12-11 11:23:18 -08:00
Andrew Stanton-Nurse
fd26be75f9
whoops, wrong order
2015-12-11 10:36:31 -08:00
Andrew Stanton-Nurse
646067a519
add dnx install back to DorkBuild
2015-12-11 10:20:53 -08:00
Andrew Stanton-Nurse
3b57c74921
fix #332 by using dnu packages add
2015-12-11 09:56:33 -08:00
Pranav K
325a681d92
Reacting to Options changes
2015-12-10 16:56:22 -08:00
Kiran Challa
e6bf744d49
Increasing the HttpClient timeout to 5 seconds to fix test failures on Travis CI
2015-12-10 14:35:02 -08:00
Ben Adams
5665eba646
Pool WriteContexts additionally
2015-12-10 20:31:30 +00:00
Stephen Halter
3e42904096
Pool UvWriteReqs instead of SocketOutput.WriteContexts
...
- This allows all connections accepted by the same thread to share a pool
2015-12-10 20:31:30 +00:00
Ben Adams
992664e0dc
Process cascaded work immediately
...
Without waiting for next libuv pass
Fix for potential regression in #363 due to bug fix.
2015-12-10 20:31:29 +00:00
Ben Adams
97d3340624
Resuse writes, initalize queues
2015-12-10 20:31:28 +00:00
Stephen Halter
f9d70e601c
Set error before changing state in SocketInput.AbortAwaiting
...
- This fixes a tight race where awaiting code might continue but not see
the ODE that moved SocketInput into the completed state.
2015-12-10 12:21:20 -08:00
Stephen Halter
f42bb02f24
Merge branch 'benaadams/server-crash' into dev
2015-12-10 12:18:13 -08:00
Brennan
41cd7bf45e
Remove display name for Negotiate and Ntlm
2015-12-10 10:19:13 -08:00
Pavel Krymets
df3ba7e427
Fix build
2015-12-10 09:37:19 -08:00
Ben Adams
9e8b07ecf8
Error concurrent reads gracefully
2015-12-10 16:25:06 +00:00
John Luo
fd33475c05
Ignore null valued headers #429
2015-12-09 17:23:34 -08:00
Pranav K
8aa3fd6e9c
Use TypeNameHelper for pretty printing names
2015-12-09 16:59:12 -08:00
Pranav K
a83c556bb7
Remove compilation error support from Startup error page
...
Fixes #510
2015-12-09 16:58:36 -08:00
Stephen Halter
3e2c090d7c
Skip more tests on Mono to prevent hangs
...
- It seems like I missed some FrameworkSkipConditions when I merged these tests
2015-12-09 16:06:00 -08:00
Pavel Krymets
0cbd683825
nix does not have %LOCALAPPDATA%, use SpecialFolder.LocalApplicationData instead
2015-12-09 16:02:05 -08:00
Kiran Challa
562f65c9c8
Changed log level to Information
2015-12-09 15:36:48 -08:00
Stephen Halter
ebf642457d
Merge branch 'khellang/kestrel-server-tests' into dev
2015-12-09 15:27:51 -08:00
Kristian Hellang
4cc070fe28
Added some KestrelServer tests
2015-12-10 00:00:38 +01:00
Kristian Hellang
e3b7db6bb7
Update README.md
2015-12-09 13:43:06 +01:00
Stephen Halter
dd02a1c442
Fix compiler warnings
2015-12-08 17:31:57 -08:00
Pranav K
b966ed0ba3
Fixing CoreCLR package versions
2015-12-08 17:15:40 -08:00
John Luo
e840ba06e2
Reacting to verbose rename
2015-12-08 15:48:10 -08:00
Cesar Blum Silveira
b33335a144
Skip tests on Mono if KOREBUILD_TEST_SKIPMONO is set.
2015-12-08 15:25:30 -08:00
Pranav K
6b7cd4ac18
Adding System.Runtime to resolve build issue
2015-12-08 14:38:35 -08:00
Victor Hurdugaci
ce4d24159e
source it on Nix
2015-12-08 11:12:26 -08:00
Victor Hurdugaci
1ccc412caf
Support for dotnet
2015-12-08 10:40:43 -08:00
Brennan
5e42d26fd5
Implement GetHashCode
2015-12-08 10:29:53 -08:00
Kristian Hellang
6fbc3b8832
Added null check in KestrelServerInformation
2015-12-08 10:58:42 +01:00
Stephen Halter
90ece575f7
Merge branch 'khellang/configurable-thread-count' into dev
2015-12-08 00:13:56 -08:00
Stephen Halter
de5dd4ca57
Merge branch 'benaadams/trim-streams' into dev
2015-12-08 00:11:29 -08:00
Stephen Halter
d0dca75241
Remove count parameter from ISocketOutput.ProducingComplete
...
- This makes the calling code cleaner with a (hopefully) minimal pref impact
2015-12-08 00:09:24 -08:00
David Fowler
29a4f302d8
Remove non-essential platform services
...
- Remove services that can be registered by the application itself.
- These services use to come from the DNX but now they are stand alone
implementations that can be registered by applications if they choose.
#501
2015-12-07 21:58:12 -08:00
Doug Bunting
3f9c23a6ee
Remove `[SuppressMessage]`s
...
- build break
2015-12-07 20:15:37 -08:00
Pranav K
5231683aae
* Removing unused dependencies from code
...
* Cleaning up usage of CodeAnalysis.
2015-12-07 19:22:53 -08:00
Pranav K
6fabd6f064
Removing unused dependencies
2015-12-07 19:09:28 -08:00
John Luo
e62767ab9d
Fixing typo in previous commit
2015-12-07 18:00:14 -08:00
John Luo
abdd98cd1f
Reacting to verbose rename
2015-12-07 17:54:04 -08:00
John Luo
dff3a4f231
Reacting to verbose rename
2015-12-07 17:42:13 -08:00
Chris R
0a5b8dd660
Update sample.
2015-12-07 17:09:43 -08:00