Pranav K
24439bc400
Updating to RTM builds of xunit and Moq
2016-06-30 15:36:11 -07:00
Pranav K
c500515f9f
Updating to RTM builds of xunit
2016-06-30 15:29:30 -07:00
Pranav K
60a66aaa6d
Updating to RTM builds of xunit
2016-06-30 14:52:36 -07:00
Pranav K
92c658216f
Updating to RTM builds of xunit
2016-06-29 16:43:38 -07:00
Pranav K
12c0f10147
Updating to RTM builds of dotnet-test-xunit and Moq
2016-06-29 16:04:56 -07:00
Pranav K
fb777b13be
Updating json files to pin versions and build files to pin KoreBuild
2016-06-27 13:51:08 -07:00
Pranav K
4c4167b6cb
Updating NuGet.config
2016-06-27 13:50:13 -07:00
Nicholas Ventimiglia
6a8a4e8669
Update MemoryPoolBlock.cs
2016-06-21 17:00:59 -07:00
Nicholas Ventimiglia
3db95ddcde
As an American, I had to correct the spelling of 'independent'
2016-06-21 11:08:40 -07:00
Pranav K
8a6d4c579a
Merge branch 'release' into dev
2016-06-16 15:35:25 -07:00
Pranav K
a2298021cd
Update to RTM versions
2016-06-16 15:02:57 -07:00
Pranav K
de668c2ebd
Updating to dev versions
...
# Conflicts:
# test/Microsoft.AspNetCore.Server.Kestrel.FunctionalTests/project.json
2016-06-16 10:40:58 -07:00
Pranav K
38ba07487a
Updating to dev versions
2016-06-16 10:18:54 -07:00
Pranav K
36e5c0e6fa
Updating to dev versions
2016-06-16 10:18:08 -07:00
Pranav K
fb09e5323c
Updating to dev versions
2016-06-16 10:18:06 -07:00
Pranav K
66518476af
Updating to dev versions
2016-06-16 10:17:57 -07:00
Pranav K
67fe579e74
Updating to dev versions
2016-06-16 10:17:46 -07:00
Pranav K
69fa821522
Updating to dev versions
2016-06-16 10:17:41 -07:00
Kristian Hellang
eb74a19f9a
Added "451 Unavailable For Legal Reasons" to ReasonPhrases
...
From RFC7725 - https://tools.ietf.org/html/rfc7725
2016-06-16 13:49:26 +02:00
Kristian Hellang
6414ccc2fd
Added "308 Permanent Redirect" to ReasonPhrases
...
From RFC7538 - https://tools.ietf.org/html/rfc7538
2016-06-16 13:48:52 +02:00
jacalvar
9a993e5f08
Merge branch 'release' into dev
2016-06-15 15:34:07 -07:00
jacalvar
500b4f9ecc
Update Json.NET to 9.0.1
2016-06-15 15:33:35 -07:00
jacalvar
853a4ff0d9
Merge branch 'release' into dev
2016-06-15 15:26:09 -07:00
jacalvar
a86db45a19
Update Json.NET to 9.0.1
2016-06-15 15:25:29 -07:00
jacalvar
f5b483bcbf
Merge branch 'release' into dev
2016-06-15 15:10:11 -07:00
jacalvar
6b7e27269c
Update Json.NET to 9.0.1
2016-06-15 15:08:50 -07:00
jacalvar
c35d2c4633
Merge branch 'release' into dev
2016-06-15 14:41:20 -07:00
jacalvar
d7d8af57f6
Update Json.NET to 9.0.1
2016-06-15 14:41:19 -07:00
Pranav K
c84849464e
Merge branch 'release' into dev
2016-06-14 16:29:33 -07:00
Pranav K
0d464ccfd1
Merge branch 'release' into dev
2016-06-14 16:29:14 -07:00
Pranav K
36c5e9c0a6
Merge branch 'release' into dev
2016-06-14 16:29:12 -07:00
Pranav K
88cecb106c
Merge branch 'release' into dev
2016-06-14 16:28:49 -07:00
Pranav K
d1998a6113
Merge branch 'release' into dev
2016-06-14 16:28:45 -07:00
Pranav K
dcdaccac0b
Merge branch 'release' into dev
2016-06-14 16:28:42 -07:00
Pranav K
1ba759e7aa
Merge branch 'release' into dev
2016-06-14 16:28:27 -07:00
Pranav K
7662b09af7
Merge branch 'release' into dev
2016-06-14 16:28:19 -07:00
Pranav K
fc2f0e480e
Updating to release.
2016-06-14 16:23:09 -07:00
Pranav K
7bb62a78eb
Updating to release.
2016-06-14 16:22:46 -07:00
Pranav K
de53e7566e
Updating to release.
2016-06-14 16:22:44 -07:00
Pranav K
13620507c9
Updating to release.
2016-06-14 16:22:21 -07:00
Pranav K
2fffcb9da7
Updating to release.
2016-06-14 16:22:16 -07:00
Pranav K
3df9256f12
Updating to release.
2016-06-14 16:22:14 -07:00
Pranav K
288810c95c
Updating to release.
2016-06-14 16:21:56 -07:00
Pranav K
e1f86a0c92
Updating to release.
2016-06-14 16:21:47 -07:00
Stephen Halter
01e9101543
Add more doc comments to KestrelServerOptions
2016-06-13 19:52:38 -07:00
Mike Harder
5ecb1f59a4
Limit size of memory buffer when reading request ( #304 )
...
- Added property `KestrelServerOptions.MaxRequestBufferSize`
- Default is 1,048,576 bytes (1MB)
- If value is null, the size of the request buffer is unlimited.
- Fixed bug in `IConnectionControl.Resume()` where `_socket.ReadStart()` can throw if the socket is already disconnected.
- Made `UvStreamHandle.ReadStop()` idempotent, to match `uv_read_stop()`.
2016-06-13 18:52:20 -07:00
Cesar Blum Silveira
98feee9dbd
Combine LargeMultipartUpload and LargeUpload into one test.
2016-06-13 17:55:19 -07:00
N. Taylor Mullen
abe0f9ed90
Remove direct Microsoft.NETCore.Platforms dependency.
...
- Microsoft.NETCore.App now pulls this package in.
aspnet/Coherence-Signed#344
2016-06-13 15:30:01 -07:00
N. Taylor Mullen
df97717591
Remove direct Microsoft.NETCore.Platforms dependency.
...
- Microsoft.NETCore.App now pulls this package in.
aspnet/Coherence-Signed#344
2016-06-13 15:29:17 -07:00
N. Taylor Mullen
917c3e0987
Remove direct Microsoft.NETCore.Platforms dependency.
...
- Microsoft.NETCore.App now pulls this package in.
aspnet/Coherence-Signed#344
2016-06-13 15:29:13 -07:00