moozzyk
|
83cff16715
|
Changing the folder of ARM version of libuv to win7-arm
Depends on: https://github.com/aspnet/libuv-build/pull/4
Fixes: https://github.com/aspnet/Home/issues/1111
|
2015-12-15 10:37:29 -08:00 |
Brennan
|
cbc201ac26
|
Remove unused OnExecute
|
2015-12-15 08:53:41 -08:00 |
Pranav K
|
736f2bcefb
|
Adding Travis and AppVeyor badges
|
2015-12-14 16:28:23 -08:00 |
Pavel Krymets
|
29e87e314a
|
Fix coreclr registry and file system related tests
|
2015-12-14 14:41:03 -08:00 |
Kiran Challa
|
05dcc22da7
|
Temporarily disabling smoke tests from running on Mono
|
2015-12-14 10:07:06 -08:00 |
Kiran Challa
|
0af4e2e32b
|
Disabling tests from running in parallel
|
2015-12-13 23:02:18 -08:00 |
Ben Adams
|
dc9f5c433b
|
Update reason phrases to current
Update HTTP reason phrases to current values; are currently original
phrases.
|
2015-12-13 23:17:03 +00:00 |
Stephen Halter
|
a696eb89d5
|
Merge branch 'benaadams/pool-writecontexts' into dev
|
2015-12-13 02:57:27 -08:00 |
Kiran Challa
|
5c2ef70cae
|
Modifying E2E tests to run on coreclr
|
2015-12-12 23:01:38 -08:00 |
Pavel Krymets
|
e0d3d7e85d
|
Catch and display project validation exceptions correctly
|
2015-12-11 14:13:56 -08:00 |
Pranav K
|
604640e3a0
|
Merge remote-tracking branch 'origin/release' into dev
|
2015-12-11 12:34:26 -08:00 |
Pranav K
|
03ea2f5724
|
Updating to release dnvm and NuGet.config
|
2015-12-11 12:33:57 -08:00 |
Pranav K
|
17a8be9965
|
Merge remote-tracking branch 'origin/release' into dev
|
2015-12-11 12:32:32 -08:00 |
Pranav K
|
8897b49e83
|
Merge branch 'release' into dev
|
2015-12-11 12:25:36 -08:00 |
Pranav K
|
5304b3b04f
|
Updating to release NuGet.config.
|
2015-12-11 12:25:33 -08:00 |
Pranav K
|
59fb1ad3b7
|
Merge branch 'release' into dev
|
2015-12-11 12:25:24 -08:00 |
Pranav K
|
b3f4ab1ddd
|
Updating to release NuGet.config.
|
2015-12-11 12:25:21 -08:00 |
Pranav K
|
8b8707b84b
|
Merge branch 'release' into dev
|
2015-12-11 12:24:18 -08:00 |
Pranav K
|
6ad99c5188
|
Updating to release NuGet.config.
|
2015-12-11 12:24:16 -08:00 |
Pranav K
|
b1a671f3fc
|
Merge branch 'release' into dev
|
2015-12-11 12:23:32 -08:00 |
Pranav K
|
0158c75ed5
|
Updating to release NuGet.config.
|
2015-12-11 12:23:29 -08:00 |
Pranav K
|
b14355753b
|
Merge branch 'release' into dev
|
2015-12-11 12:23:27 -08:00 |
Pranav K
|
c6d6bd7252
|
Updating to release NuGet.config.
|
2015-12-11 12:23:25 -08:00 |
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
|
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 |
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 |
Stephen Halter
|
dd02a1c442
|
Fix compiler warnings
|
2015-12-08 17:31:57 -08:00 |
John Luo
|
e840ba06e2
|
Reacting to verbose rename
|
2015-12-08 15:48:10 -08:00 |