Andrew Stanton-Nurse
220a65e6c2
Merge branch 'master' into anurse/merge-prototype
2016-11-07 09:42:41 -08:00
Ajay Bhargav Baaskaran
eed1784880
Added tags to project.json
2016-11-05 23:45:24 -07:00
John Luo
7c15646303
Updates for 1.0.2
2016-11-05 23:43:39 -07:00
David Fowler
217223e636
Generics overload
...
- Changed IHubConnectionContext and friends to be generic.
- Hub by default is Hub<IClientProxy>. We'll enable dynamic and arbitrary TClients in another commit.
2016-11-05 10:53:54 -07:00
Ajay Bhargav Baaskaran
34f419f446
Added tags to project.json
2016-11-05 00:09:47 -07:00
jacalvar
bfe50ddd8c
Created public API baselines
2016-11-04 23:53:26 -07:00
Stephen Halter
194059a198
Implement Begin/End Read/Write methods in LoggingStream
...
- This allows the reads and writes from SslStream to be logged on desktop .NET
2016-11-04 21:38:57 -07:00
Stephen Halter
0d559468f1
Make connection reset logs less scary
...
- Particularly between requests, connection resets aren't that abnormal.
2016-11-04 21:36:51 -07:00
Cesar Blum Silveira
a83bbcfba7
Prevent block leak when socket is closed before connection filter is applied.
2016-11-04 20:56:01 -07:00
Cesar Blum Silveira
a1c598733b
Reject POST and PUT requests with no Content-Length or Transfer-Encoding ( #1130 ).
2016-11-04 18:04:27 -07:00
Mikael Mengistu
5d6fcb07da
Throw for trackAllCaptures
2016-11-04 17:59:04 -07:00
Cesar Blum Silveira
5b65117b64
Add functional regression test for 'Connection: keep-alive, upgrade' request header.
2016-11-04 17:54:22 -07:00
jacalvar
f0a9f22db6
Created public API baselines
2016-11-04 17:23:04 -07:00
jacalvar
ed98894c93
Created public API baselines
2016-11-04 17:16:22 -07:00
jacalvar
373097e0dd
Created public API baselines
2016-11-04 17:05:30 -07:00
Cesar Blum Silveira
04c691ae71
Merge branch 'rel/1.0.2' into dev
2016-11-04 16:33:40 -07:00
jacalvar
db677639c3
Created public API baselines
2016-11-04 16:31:24 -07:00
Stephen Halter
8591900849
Fix more test failures caused by connection resets
...
- Avoid sending data that won't be processed.
2016-11-04 16:05:11 -07:00
Stephen Halter
6cbbb73ca7
Protect against NullReferenceException in Frame.StopStreams()
2016-11-04 16:01:07 -07:00
N. Taylor Mullen
abd80b5f07
Remove unused source package references.
2016-11-04 15:58:20 -07:00
Stephen Halter
b3aca0413c
Avoid zero-length writes to flush connection filter stream
...
- This works around a zero-length write bug in SslStream.
- We already assume connection filter streams auto flush.
#1195
2016-11-04 15:43:35 -07:00
jacalvar
80cdeceb0b
Created public API baselines
2016-11-04 15:28:08 -07:00
jacalvar
911da31476
Created public API baselines
2016-11-04 15:17:13 -07:00
Nate McMaster
8dc7ac8623
Add DOTNET_USE_POLLING_FILE_WATCHER to help output
2016-11-04 13:35:46 -07:00
BrennanConroy
88571e6cf7
Revert "Target netcoreapp and reference NETCore.App"
...
This reverts commit 75ab32926b .
2016-11-04 13:30:24 -07:00
jacalvar
4b66b87d74
Created public API baselines
2016-11-04 13:25:38 -07:00
jacalvar
7c6583986c
Created public API baselines
2016-11-04 13:06:13 -07:00
jacalvar
9b95754b0f
Created public API baselines
2016-11-04 13:00:41 -07:00
jacalvar
fa8ec4131f
Created public API baselines
2016-11-04 11:07:52 -07:00
Chris R
0c815da523
#903 Ensure redirect uris can be generated
2016-11-04 10:51:03 -07:00
Nate McMaster
944e99121c
Add nuget feed to restore CLI dependencies
2016-11-04 10:47:13 -07:00
jacalvar
968ea59ce4
Created public API baselines
2016-11-04 10:37:10 -07:00
Nate McMaster
5de082e687
Upgrade Microsoft.DotNet.Cli.Utils from preview2 to preview3
2016-11-04 10:18:46 -07:00
Kiran Challa
0cee00aae1
[ Fixes #5352 ] When replacing Controller.Dispose with an explicit implementation the base Dispose is an action
2016-11-04 09:34:30 -07:00
David Fowler
9c10b89fa8
Small tweaks to sample
...
- Fix redis issues with removing while
- Use string interpolation in the Chat hub
2016-11-04 01:50:55 -07:00
David Fowler
6b3d9bd96d
Added group messaging to the sample
...
- Clean up some boiler plate
- Renamed Add/Remove on GroupManager to AddAsync and RemoveAsync
2016-11-04 01:28:49 -07:00
David Fowler
6ccc8d6195
Remove params from HubLifetimeManager
2016-11-04 00:37:04 -07:00
David Fowler
23eb8aa7bd
More redis tweaks
...
- Implemented the task queue
- Only subscribe to user channel if authenticated
2016-11-03 21:07:04 -07:00
Mikael Mengistu
c8b5a48b76
Fixed trackAllCaptures enum naming
2016-11-03 19:48:25 -07:00
BrennanConroy
ed41672381
Implemented better Redis scaleout
...
- Less subscriptions and connections to RedisHubLifetimeManager
2016-11-03 19:03:44 -07:00
Nate McMaster
42d8ccbc47
dotnet-watch: add extended help to clarify usage ( #218 )
2016-11-03 17:54:09 -07:00
Ajay Bhargav Baaskaran
7985121bab
[ Fixes #5207 ] Support IsIndexer for ViewComponent tag helpers
2016-11-03 16:50:22 -07:00
Mikael Mengistu
623333a919
Fix server variable exception messages
2016-11-03 16:45:33 -07:00
Cesar Blum Silveira
a4398aa8b3
Add regression tests for 'Connection: keep-alive, upgrade' request header ( #1171 ).
2016-11-03 15:34:55 -07:00
Ajay Bhargav Baaskaran
63d7d35bd2
Filter out generic invoke methods in ViewComponents
2016-11-03 15:15:44 -07:00
BrennanConroy
dbd738726a
Remove unused usings
2016-11-03 15:00:13 -07:00
BrennanConroy
60bc57fb8d
Fix redis subscriptions and missing awaits
2016-11-03 14:58:27 -07:00
Kiran Challa
047def1aaf
Added/Updated JsonPatchExtensionsTest
2016-11-03 14:49:48 -07:00
Kiran Challa
81931e75d4
Handle exceptions for invalid operation types
...
Related to https://github.com/aspnet/Mvc/issues/5463
2016-11-03 14:43:35 -07:00
Mikael Mengistu
222addf264
Added a default status code for redirects in mod_rewrite
2016-11-03 13:22:10 -07:00