Commit Graph

7429 Commits

Author SHA1 Message Date
Pavel Krymets 7dcbb27b6f Updated Redis repository project to support .NET Core (#175) 2016-09-06 14:10:13 -07:00
Cesar Blum Silveira f2085b1968 Add keep-alive timeout (#464). 2016-09-06 12:48:47 -07:00
Cesar Blum Silveira 19f8958fa8 Move TestServer to shared directory. 2016-09-06 12:47:24 -07:00
Doug Bunting 4cfdc2ecda Increase .travis.yml consistency between repos
- aspnet/Universe#349
- minimize `dotnet` setup time; no need for caching
- build with `--quiet`
2016-09-06 12:13:43 -07:00
Pavel Krymets 0e210dadea Port DataProtection blob XmlRepository (#163) 2016-09-06 08:09:13 -07:00
Doug Bunting 4e2ecf8a63 Increase .travis.yml consistency between repos
- aspnet/Universe#349
- minimize `dotnet` setup time; no need for caching
- `KOREBUILD_DNU_RESTORE_CORECLR` env variable isn't used anymore
- no need for libuv v1.4.2 w/ current Kestrel packages
2016-09-04 20:25:10 -07:00
Doug Bunting 4dc2a38af2 Increase .travis.yml consistency between repos
- aspnet/Universe#349
- minimize `dotnet` setup time; no need for caching
- install packages used in other repos; explicit and avoids issues as (Beta) Trusty image changes
2016-09-04 19:55:31 -07:00
Doug Bunting e72d4b4876 Increase .travis.yml consistency between repos
- aspnet/Universe#349
- minimize `dotnet` setup time; no need for caching
2016-09-04 19:54:23 -07:00
Doug Bunting c2690023d8 Increase .travis.yml consistency between repos
- aspnet/Universe#349
- minimize `dotnet` setup time; no need for caching
2016-09-04 19:50:47 -07:00
Doug Bunting 6eec856fe3 Increase .travis.yml consistency between repos
- aspnet/Universe#349
- minimize `dotnet` setup time; no need for caching
2016-09-04 19:37:25 -07:00
Pavel Krymets 8f8152f910 Fix build error 2016-09-02 16:16:41 -07:00
Andrew Stanton-Nurse b996ee39a4 port dotnet/corefx#11348 (#114)
also adds some tests and extra features to the EchoApp test sample
2016-09-02 14:02:06 -07:00
Pavel Krymets b340b0f0f7 Add Redis IXmlRepository implementation (#173) 2016-09-02 11:56:47 -07:00
Cesar Blum Silveira 7d1a03f51d Serialize functional tests on OS X. 2016-09-02 10:23:24 -07:00
Cesar Blum Silveira 5512516ee8 Remove commented test. 2016-09-01 17:18:59 -07:00
Cesar Blum Silveira e203cd41b9 Merge branch 'rel/1.0.1' into dev 2016-09-01 13:59:34 -07:00
David Fowler 6795ca2f78 Make the char array for utf8 decoding smaller 2016-08-31 18:54:15 -07:00
Victor Hurdugaci ac2f21514f Add a flag to specify the log level 2016-08-31 11:48:02 -07:00
Stephen Halter 1ecef8094a Make Kestrel's response buffer limit configurable 2016-08-30 16:01:42 -07:00
Cesar Blum Silveira bfa10db258 Run functional tests sequentially to mitigate flakiness on OS X. 2016-08-30 10:05:00 -07:00
Stephen Halter acfcafb6e1 Ensure MockLibuv.OnPostTask doesn't complete too early 2016-08-29 20:53:00 -07:00
Stephen Halter 0742d113be Make all calls to ThreadPool.QueueUserWorkItem through IThreadPool
- This allows SocketOutputTests to cause QUWI to exec synchronously
- To avoid allocations, the logger can't be captured making it "unsafe"
2016-08-29 20:52:47 -07:00
Stephen Halter 4587a0fc95 Prevent possible deadlocks when using MockLibuv.OnPostTask 2016-08-29 12:14:19 -07:00
Cesar Blum Silveira b6a177ef0b Test for categoryName passed to ILoggerFactory.CreateLogger() in KestrelServer.ctor() (#797) 2016-08-26 15:37:15 -07:00
Stephen Halter 08d7f66108 Merge branch 'benaadams/less-unsafe' into dev 2016-08-26 14:44:18 -07:00
Cesar Blum Silveira aadc723873 Merge branch 'benaadams/improve-inline-errors' into dev 2016-08-26 10:33:19 -07:00
Pranav K aa97e4d777 Fail gracefully when repositories have cycles
Fixes #451
2016-08-26 10:19:21 -07:00
Sourabh Shirhatti dff0db80ca Initial upload 2016-08-25 12:23:56 -07:00
Ben Adams be51e5aecb Remove unneeded unsafe modifiers 2016-08-25 08:07:15 +01:00
Ben Adams 7dc0a8c7bd Return count from trywrite 2016-08-25 07:58:36 +01:00
Ben Adams af73e519c1 Comment inlinability changes 2016-08-25 07:53:01 +01:00
Cesar Blum Silveira 8a30c1f804 Reset frame streams on each request (#1028). 2016-08-22 15:03:54 -07:00
Cesar Blum Silveira ddf5b44de6 Updating to version 1.0.1. 2016-08-22 14:58:31 -07:00
Cesar Blum Silveira 90b486794c Merge branch 'rel/1.0.1' into dev 2016-08-22 14:30:48 -07:00
Cesar Blum Silveira ca9935943d Updating to version 1.0.1. 2016-08-22 14:29:08 -07:00
Ben Adams 40636998d7 Improve inlinability of libuv success checking 2016-08-21 13:48:35 +01:00
Andrew Stanton-Nurse c51aec5292 port dotnet/corefx#10792 (#111)
* port dotnet/corefx#10792
* add EchoApp sample
2016-08-19 15:22:20 -07:00
Pranav K 3bf98d2b34 React to AspNetVNext -> AspNetCore feed name change 2016-08-19 11:56:20 -07:00
Pranav K f1118f3693 Add MvcPrecompilation 2016-08-19 10:16:01 -07:00
Stephen Halter 7bd30ea693 Log all startup errors in KestrelServer 2016-08-18 14:52:26 -07:00
Stephen Halter 972be6e8c1 Disable automatic chunking for all non keep-alive requests
- Fixes a bug where Upgrade requests (e.g. WebSockets) would be chunked
- Allows chunking to be disabled by setting "Connection: close" on the response
2016-08-17 12:39:18 -07:00
John Luo 2f397d6f63 Switch to UsePathBase instead of relying on Kestrel feature #236 2016-08-16 20:20:55 -07:00
Chris R e94db64619 #242 Delay registering the url until Build. 2016-08-15 17:43:29 -07:00
Stephen Halter 16fbb94c44 Automatically chunk and set 0 Content-Length for non keep-alive responses 2016-08-15 16:27:54 -07:00
Stephen Halter 5f4e60bf8d Always set "Connection: close" header for non keep-alive responses 2016-08-15 16:27:54 -07:00
Pranav K 131594667d Reacting to Microsoft.AspNetCore.Server.Testing rename 2016-08-15 16:24:28 -07:00
Pranav K ffaa2cf460 Reacting to Microsoft.AspNetCore.Server.Testing rename 2016-08-15 16:06:32 -07:00
Stephen Halter 8f4cc3003b Improve SocketOutputTests
- This should increase reliability/determinism by removing timeouts.
2016-08-15 10:58:32 -07:00
Pavel Krymets e94106e28c Merge pull request #171 from aspnet/pakrym/pool-user
Detect pool user in script
2016-08-15 08:59:30 -07:00
Pavel Krymets b876319379 Detect pool user in script 2016-08-10 15:19:17 -07:00