Nate McMaster
333840c787
Update version of sdk in global.json
2017-01-31 15:42:38 -08:00
Nate McMaster
ca7b6f65e9
Update appveyor image and README badges
2017-01-31 10:57:05 -08:00
Jass Bagga
48ab68bd2a
Upgrade to msbuild
...
Addresses #57
2017-01-30 15:58:19 -08:00
Cesar Blum Silveira
71cbfd770f
Merge branch 'rel/1.1.1' into dev
2017-01-29 14:28:37 -08:00
Cesar Blum Silveira
c11aedd272
Call OnStarting before verifying response length ( #1303 ).
...
- Also don't close connection when Content-Length set but no bytes written.
2017-01-29 14:21:11 -08:00
Cesar Blum Silveira
6ab1dcf70a
Merge branch 'rel/1.1.1' into dev
2017-01-29 14:19:56 -08:00
Cesar Blum Silveira
e2a2e9a620
Fix memory leak caused by closure allocations in KestrelThread ( #1264 ).
2017-01-29 13:58:13 -08:00
Cesar Blum Silveira
224eff81e8
Merge branch 'rel/1.1.1' into dev
2017-01-27 10:31:24 -08:00
Cesar Blum Silveira
ce0686a03b
Merge branch 'rel/1.0.3' into dev
2017-01-26 17:23:01 -08:00
Kiran Challa
b240929cf4
Merge branch 'rel/1.1.1' into dev
...
Conflicts:
NuGet.config
src/Microsoft.AspNetCore.JsonPatch/project.json
test/Microsoft.AspNetCore.JsonPatch.Test/project.json
2017-01-26 14:02:29 -08:00
Kiran Challa
7a487a880a
[ Fixes #48 ] Regression: List add must support adding items where index is same as count of elements
2017-01-26 13:48:12 -08:00
Jass Bagga
0795ec1d9a
Add tests for Replace operation with null checks for property ( #56 )
...
See #32
2017-01-26 11:28:35 -08:00
Cesar Blum Silveira
9051bbf322
Fix deadlock in SocketOutput ( #1304 ).
2017-01-25 14:11:21 -08:00
Cesar Blum Silveira
448a927a0f
Merge branch 'rel/1.1.1' into dev
2017-01-25 13:56:39 -08:00
Cesar Blum Silveira
aacb7d7453
Fix flaky tests.
2017-01-25 11:00:31 -08:00
Cesar Blum Silveira
0d2b60b315
Merge branch 'rel/1.0.3' into dev
2017-01-25 10:55:04 -08:00
Cesar Blum Silveira
ba3976aeeb
Update to version 1.1.1.
2017-01-25 10:30:16 -08:00
Cesar Blum Silveira
c8da6e0628
Fix deadlock in SocketOutput ( #1304 ).
2017-01-25 10:13:52 -08:00
Cesar Blum Silveira
fe089a8826
Update SDK version to 1.0.0-preview2-003154.
2017-01-25 10:12:03 -08:00
Cesar Blum Silveira
dcc98c0cc6
Merge branch 'rel/1.0.3' into dev
2017-01-25 09:35:00 -08:00
Cesar Blum Silveira
b9de869a2d
Add SDK version to global.json.
2017-01-24 17:10:53 -08:00
Cesar Blum Silveira
4ac842b050
Update to version 1.0.3.
2017-01-24 14:57:51 -08:00
Ben Adams
ecca980c91
Implement IHeaderDictionary.ContentLength
2017-01-24 14:55:48 -08:00
pan-wang
044648a213
fixing graceful shutdown on Win7 and IISExpress
2017-01-23 15:33:17 -08:00
Cesar Blum Silveira
815db3d210
Merge branch 'benaadams/flush' into dev
2017-01-23 09:45:23 -08:00
Cesar Blum Silveira
2895447cbe
Merge branch 'benaadams/flush' into dev
2017-01-23 09:36:29 -08:00
Ben Adams
cac6ade7c9
Implement Stream Flush+FlushAsync fully
...
Streams should pass through the flush and not assume the underlying
Stream's Flush behaviour
2017-01-23 13:51:57 +00:00
Pavel Krymets
10fe5e6fa2
Fix performance tests
2017-01-20 14:55:21 -08:00
Nate McMaster
fac6b44bbd
Upgrade to RC.3
2017-01-20 11:08:47 -08:00
Pranav K
76cdffc30c
Remove RazorTooling from UniverseCoherence.
2017-01-20 11:03:33 -08:00
Nate McMaster
045a353dda
Upgrade global.json version
2017-01-19 18:17:19 -08:00
Nate McMaster
e325d9b52e
Pin sdk version using global.json
2017-01-19 17:09:38 -08:00
Nate McMaster
7f7413b3eb
Workaround issue in solution targets in MSBuild RC3
2017-01-19 16:51:13 -08:00
Stephen Halter
f32058c5c3
Warn instead of throw when ignoring IServerAddressesFeature
...
- Throwing could be too much when IServerAddressesFeature URLs come from VS
- Listen on 127.0.0.1:5000 by default
https://github.com/aspnet/Hosting/issues/917
2017-01-19 11:36:19 -08:00
Cesar Blum Silveira
20e02e8fd6
Don't overwhelm server with data in KeepAliveTimeoutTests.ConnectionNotTimedOutWhileRequestBeingSent().
2017-01-19 11:03:43 -08:00
Nate McMaster
3c22b86a95
Create RTM package versions
2017-01-18 14:35:05 -08:00
Stephen Halter
c4762cdfd5
Better handle OnHeartbeat in 32-bit environments
...
- Prevent potential overflow when casting a long to an IntPtr
2017-01-17 16:57:52 -08:00
BrennanConroy
161d101da6
Change Xunit version
2017-01-17 16:24:00 -08:00
Nate McMaster
3e4d3ba8a8
Merge branch 'rel/1.0.0' into dev
2017-01-17 16:00:10 -08:00
pan-wang
66b98a1c04
update 502.5 error page
2017-01-17 15:44:15 -08:00
pan-wang
87f808cc9d
fixing the AV for graceful shutdown on Win7, set forwardWindowsAuthToken default to true and other minor issues
2017-01-17 15:44:15 -08:00
Nate McMaster
6e246fa583
Prepare for 1.0.0 release. Pin versions of tools and SDK
2017-01-17 12:06:38 -08:00
Nate McMaster
99e35b9651
⬆️ update tool versions to 1.0.1
2017-01-17 11:57:20 -08:00
Nate McMaster
e481df3d49
Add better errors, fix help output text, and add 'dotnet watch --list' to help us diagnose issues
...
Fixes #252 - help output shown twice in dotnet-watch
Fixes #250 - add dotnet-watch --list. Prints a list of all files discovered
Fixes #249 - better error message when GenerateWatchList fails
2017-01-17 11:43:44 -08:00
Andrew Stanton-Nurse
86490e309f
stablize Autobahn 3.2 on WebListener
2017-01-13 12:11:01 -08:00
Cesar Blum Silveira
89a63d190e
Don't close connection when Content-Length set but no bytes written.
2017-01-12 12:38:15 -08:00
Nate McMaster
7ee45afed4
React to aspnet/KoreBuild#155
...
This converts to using Internal.AspNetCore.Sdk instead of importing from the KoreBuild folder directly
2017-01-11 14:01:15 -08:00
Cesar Blum Silveira
e26f91a392
Call OnStarting before verifying response length ( #1289 ).
2017-01-10 14:24:44 -08:00
Cesar Blum Silveira
cf77813c82
Re-enable HTTPS tests ( #1273 ).
2017-01-10 13:48:46 -08:00
Cesar Blum Silveira
e075ae9b13
Revert "Disable tests on SSL due to SslStream issue."
...
This reverts commit 9e729bec9d .
2017-01-10 10:26:15 -08:00