David Fowler
e3a62ff09f
Merge pull request #335 from benaadams/used-pool-array
...
Consume body without allocating or reading
2015-11-16 11:47:18 -08:00
Chris R
e63d418b5c
Merge branch 'release' into dev
2015-11-16 11:39:45 -08:00
Chris R
3a1d645308
Update IdentityModel dependencies.
2015-11-16 11:38:47 -08:00
Ryan Nowak
cb3e9b1218
Change List<T> to IList<T>
2015-11-16 10:51:30 -08:00
Ryan Nowak
e75eebbed0
Pool JsonSerializer for Output formatting
2015-11-16 10:43:02 -08:00
John Luo
d4d04d2c96
Adding exception message for paths not starting with / #251
2015-11-16 10:21:02 -08:00
Ryan Nowak
ccfd235f50
React to change in HtmlAbstractions
2015-11-16 09:49:20 -08:00
Ben Adams
8941d4b620
Disconnect is Debug not Error
...
Resolves #392
2015-11-16 17:44:24 +00:00
Ryan Nowak
f6c7295f41
React to removal of BufferedHtmlContent
2015-11-16 09:36:35 -08:00
Ryan Nowak
d25c25c4b2
Remove old package from nuget verifier
2015-11-16 08:55:10 -08:00
Ryan Nowak
88c356f645
Add HtmlContentBuilder and HtmlTextWriter
...
Remove BufferedHtmlContent
2015-11-16 08:41:03 -08:00
Ben Adams
7691a7cc23
Improved Send100 Check
2015-11-16 06:43:49 +00:00
Ben Adams
ecc439555e
Reuse ReadAsync for Consume
2015-11-15 22:27:39 +00:00
Ben Adams
1589b54018
Early bail, completed tasks+Interlocked
2015-11-15 21:56:20 +00:00
Ben Adams
f089abd337
Consume in single call
2015-11-15 21:39:36 +00:00
Ben Adams
f48e6ba51a
Add Async in method name
2015-11-15 21:28:36 +00:00
Ben Adams
f7bdc5a4e9
Skip non-consumed rather than reading
2015-11-15 21:28:33 +00:00
Ben Adams
bd6e181d93
ConcurrentStack -> ConcurrentQueue
2015-11-15 21:17:14 +00:00
Troy Dai
2e2dfd87c1
Fix byte[] array allocation in IsDarwin
2015-11-14 22:55:25 -08:00
Cesar Blum Silveira
a3a49d21b8
Reset Frame.Scheme on each request ( #366 ).
2015-11-13 16:05:10 -08:00
Victor Hurdugaci
8653144977
Merge branch 'improved-readme' of https://github.com/robbert229/dnx-watch into robbert229-improved-readme
2015-11-13 14:55:00 -08:00
Doug Bunting
419d3a3ea5
Support restoring with .NET Core
...
- infrastructure for switching restores everywhere i.e. addressing #290
- e.g. add `KOREBUILD_DNU_RESTORE_CORECLR` setting to `.travis.yml` files, especially if using Trusty
2015-11-13 14:49:58 -08:00
Hao Kung
2084a95f0a
Fix doc comments
2015-11-13 14:09:15 -08:00
John Rowley
985d185466
Moved content from Announcement to README.md
2015-11-13 14:03:35 -08:00
Pranav K
f6270de387
Updating Microsoft.AspNet.Mvc.WebApiCompatShimTest to use Microsoft.Extensions.DependencyInjection
2015-11-13 13:40:31 -08:00
Ben Adams
96c1668c54
Result -> GetAwaiter().GetResult() for legacy
2015-11-13 20:08:59 +00:00
Ben Adams
558b0ae643
statics to instance
2015-11-13 20:08:11 +00:00
Ben Adams
d82c571831
Trim exposed KestrelThread api
2015-11-13 20:08:11 +00:00
Ben Adams
d493667851
Enable multi loop+thread tests
...
Resolves #232
2015-11-13 20:00:32 +00:00
Ben Adams
a95318c616
Network thread count defaults
2015-11-13 20:00:32 +00:00
Troy Dai
9532446b56
Disable OpenIdConnectTests on Mono temporary
...
The OpenIdConnectTests have been skipped on Windows for months. The
tests are not up-to-date. Work item #565 is filed to track the work of
updating the test. In the meantime, the tests are disabled to make
MusicStore pass on Travis.
2015-11-13 11:43:24 -08:00
Ben Adams
59a95f43a3
Set NoDelay as default
...
Resolves #374
2015-11-13 19:33:24 +00:00
Cesar Blum Silveira
2ac5e4c790
Remove unneeded dependency System.Net.NameResolution.
2015-11-13 11:31:25 -08:00
Pranav K
5ddab1ffc8
Reacting to DI changes
2015-11-13 11:31:02 -08:00
Pranav K
196450ac99
Reacting to DI changes
2015-11-13 11:30:07 -08:00
Pranav K
5e99883c57
Reacting to DI changes
2015-11-13 11:28:12 -08:00
Hao Kung
de107ffe61
Cookies now defaults to AutomaticAuthenticate true again
2015-11-13 11:27:39 -08:00
Pranav K
39d9303769
Reacting to DI changes
2015-11-13 11:22:53 -08:00
Pranav K
c907762882
Reacting to DI changes
2015-11-13 11:20:53 -08:00
Pranav K
e8427349a1
Missed one type in DI reaction
2015-11-13 11:12:50 -08:00
Cesar Blum Silveira
dd1ffa5f84
Skip some tests on Mono to prevent CI hangs.
2015-11-13 11:07:21 -08:00
Pranav K
8341c6a944
Reacting to DependencyInjection changes
2015-11-13 11:04:43 -08:00
Pranav K
292207d17d
Reacting to DependencyInjection changes
2015-11-13 10:47:34 -08:00
Pranav K
1c39930b16
Reacting to DependencyInjection changes
2015-11-13 10:33:23 -08:00
Pranav K
d09551af46
Reacting to DependencyInjection changes
2015-11-13 10:30:54 -08:00
Murat Girgin
52fe469688
Update project.json
2015-11-12 22:59:34 -08:00
Stephen Halter
fc346f7768
Avoid some closure allocations in SocketOutput
2015-11-12 17:08:44 -08:00
Stephen Halter
59cdd60af6
Don't pre-complete too many writes
2015-11-12 17:08:43 -08:00
Stephen Halter
6b995362f1
Merge branch 'benaadams/odd-sync' into dev
2015-11-12 16:47:27 -08:00
Stephen Halter
8ad7b7125a
Merge branch 'benaadams/slower-ci-date' into dev
2015-11-12 16:33:25 -08:00