Chris R
9c5870b1b4
React to StringSegment change
2017-05-23 10:59:32 -07:00
Chris R
df36d02311
Retarget to netstandard2.0
2017-05-22 14:57:28 -07:00
Hao Kung
bff13c7f43
HttpSysServer => Auth 2.0
2017-05-17 13:35:09 -07:00
Chris Ross (ASP.NET)
31001de66a
Migrate to netcoreapp2.0
2017-05-05 14:54:57 -07:00
Chris R
76a4299b52
#326 Fix API set target
2017-04-19 16:09:57 -07:00
Chris R
4e8872b94d
Implement IServer.StopAsync
2017-04-12 22:30:46 -07:00
John Luo
bc003985c6
React to addition of PreferHostingUrls
2017-04-05 12:23:28 -07:00
Pranav K
53946e9856
Remove net451 as a cross-compile target
2017-03-23 15:26:48 -07:00
Chris R
32bc9a57c9
#317 Dispose WindowsIdentity
2017-03-22 14:08:50 -07:00
Chris R
c328e22699
#306 Consistently use WindowsPrincipal
2017-03-22 13:43:45 -07:00
Chris R
d103bdb1ba
#287 Do not include an auth display name
2017-03-22 13:31:06 -07:00
Nate McMaster
5c4a132d71
Unify dependency versions to one file and remove workarounds
2017-03-15 14:24:15 -07:00
John Luo
aac4eebd79
Direct address configuration #297
2017-03-02 15:51:54 -08:00
John Luo
fcd0685923
Reacting to HeaderUtilities renames
2017-02-28 14:19:02 -08:00
John Luo
76255bc7f4
Remove references to WebListener
2017-02-24 16:02:55 -08:00
Nate McMaster
27d9b78fd2
Downgrade to stable packages
2017-02-14 16:15:36 -08:00
Chris R
bad8bc945a
Convert from project.json to csproj
2017-02-06 11:45:36 -08:00
Chris R
119945ca02
Cache the ContentLength header value
2017-01-24 14:57:00 -08:00
Chris R
56bd85aaf2
#298 Add a timeout for draining requests on shutdown
2017-01-24 13:43:17 -08:00
Chris R
e19dea255b
Remove obsolete code
2017-01-11 12:00:19 -08:00
Stephen Halter
7c84269bc3
Remove no longer implemented WebSocket feature from collection
2017-01-09 16:54:20 -08:00
Chris R
691c69f1d2
#283 remove direct WebSocket support
2017-01-05 15:05:12 -08:00
Chris R
f07e7a5875
Use the new 101 constant from Http Abstractions.
2017-01-03 13:54:11 -08:00
Chris R
87e6c4ed3f
#283 Make old object model internal
2017-01-03 12:16:53 -08:00
Chris R
e524fc2535
Remove obsolete file
2017-01-03 12:16:53 -08:00
Chris R
d7ce8d8103
#283 Update naming, merge options
2017-01-03 12:16:53 -08:00
Chris R
4c388e89ce
#283 Merge packages, namespaces, test projects, and samples
2017-01-03 12:16:53 -08:00
Pranav K
42297c152b
Updating to 4.4 CoreFx packages
2016-12-14 14:47:32 -08:00
Pranav K
bbe3c76c5a
Updating versions to 1.2.0-*
2016-11-09 14:20:16 -08:00
John Luo
f96ba3a254
Add extension method for AcceptAsync with timeout
...
- Update tests for Win7 and Win2008R2 specific behaviour for caching responses without content-type
2016-10-25 14:31:47 -07:00
Chris R
a8e92d6de7
Merge branch 'rel/1.0.0' into dev
2016-10-05 11:14:31 -07:00
Chris R
2433448bc7
#259 Auto-chunk even for Connection: close responses
2016-10-05 10:19:20 -07:00
Pranav K
3fa95d1ff8
Updating partner package versions
2016-10-03 14:28:40 -07:00
Chris R
c8e46630ce
Merge branch 'rel/1.0.0' into dev
2016-09-30 14:17:07 -07:00
Chris R
7e76ea8731
Update file license headers
2016-09-30 11:44:59 -07:00
Chris R
e982d8258e
Merge branch 'rel/1.0.0' into dev, bump version to 1.1.0-*
2016-09-15 15:55:47 -07:00
Chris R
ba49651552
Increment version to 1.0.0-rc1-final
2016-09-09 15:43:04 -07:00
Chris R
99a98af51e
#229 Update package descriptions and tags
2016-09-09 13:53:15 -07:00
Pranav K
bc7eb631d9
Pin to 1.0.0-rc1-final
2016-09-08 14:16:39 -07:00
Pavel Krymets
7a37091d3b
Use TaskCache class from Microsoft.Extensions.TaskCache.Sources ( #254 )
...
Instead of Task.FromResult(0)
2016-09-08 10:02:07 -07:00
Chris R
dc8806f07e
Downgrade and pin Microsoft.Extensions.RuntimeEnvironment.Sources
2016-09-07 11:24:39 -07:00
Chris R
b94519b821
Pin versions
2016-09-07 10:24:38 -07:00
Chris R
a526454321
Raise version from 0.2.0-pre to 1.0.0-rc1
2016-09-07 09:55:21 -07:00
Chris R
a787a01a73
Downgrade to 1.0 dependencies
2016-09-07 09:45:31 -07:00
Troy Dai
c185082d40
Update comments in RequestUriBuilder
2016-09-06 16:16:23 -07:00
Troy Dai
7592086060
Update comments in RequestUriBuilder
2016-09-06 16:09:07 -07:00
Troy Dai
93feda2b8a
Rename parameter name in RequestUriBuilder
2016-09-06 16:09:07 -07:00
Troy Dai
100beaaf94
Add length constrain in path processing
2016-09-06 16:09:07 -07:00
Troy Dai
b99f98dffb
Improve URL path decoding and unescaping components
...
1. Rename UrlInByte to RawUrlHelper and conver it to static class.
2. Combine UrlPathDecoder and RequestUrlBuilder and convert the latter to
a static utility class.
2016-09-06 16:09:07 -07:00
Troy Dai
ff97efe0d2
Overhaul the URL path unescaping
2016-09-06 16:09:06 -07:00