pan-wang
|
9c83280770
|
Fixing couple issues (#763)
adding more logs and fix memory leak in case of configuration change and then shutdown
|
2018-04-12 14:10:25 -07:00 |
Andrew Stanton-Nurse
|
24328b8e88
|
fix #1281 by adding support for DELETE endpoint on server (#1925)
|
2018-04-12 12:39:08 -07:00 |
Andrew Stanton-Nurse
|
0992db9fd2
|
fix #1914 by switching RedisProtocol to MsgPack (#1968)
|
2018-04-12 12:10:51 -07:00 |
Andrew Stanton-Nurse
|
c734b9910a
|
fix #1951 by transpiling to ES5 (#1970)
|
2018-04-12 11:59:43 -07:00 |
ASP.NET CI
|
5b55598c44
|
Updating BuildTools from 2.1.0-preview3-17005 to 2.1.0-preview3-17018
[auto-updated: buildtools]
|
2018-04-12 11:47:03 -07:00 |
ASP.NET CI
|
5c5ef0f28e
|
Updating submodule(s)
AuthSamples => 4ff09370a9
AzureIntegration => f7d5f3e64e
BasicMiddleware => 553ce6471a
Common => 0a744c0b56c53bac050b0996259491608bb6d39b
EntityFrameworkCore => fc68df0f1977b4b958f77f967a46e115d0ed6388
IISIntegration => 5c34364d73
KestrelHttpServer => c6fa9793eb
Logging => a8115c9660357e7032e9c680e5459bf5299aadb6
MetaPackages => 0b5cb8a8b8
Mvc => e34b4e8335
Razor => 9365fcd053
Routing => 4184b2406d
SignalR => 71abbd22f4
Templating => c3ac7629d1
WebHooks => c9ab0b4ede36ab3c40e6c3d7e321009899c11321
[auto-updated: submodules]
|
2018-04-12 11:46:54 -07:00 |
Chris Ross (ASP.NET)
|
553ce6471a
|
Fix dependency typo
|
2018-04-12 11:41:00 -07:00 |
Sébastien Ros
|
74f13328ed
|
Adding Utf8Json dependency (#1060)
|
2018-04-12 10:20:10 -07:00 |
Chris Ross (ASP.NET)
|
4e1ba2a6c7
|
Delay process exit in ConsoleLifetime #1329
|
2018-04-12 10:07:44 -07:00 |
Pranav K
|
18a15435e9
|
Specify branch name when calling PublishToBlobFeed
|
2018-04-12 10:00:39 -07:00 |
David Fowler
|
71abbd22f4
|
Remove Binary over text sample (#1975)
We don't support it anymore
|
2018-04-12 09:40:46 -07:00 |
Chris Ross (ASP.NET)
|
ee12c4fcf2
|
Downgrade HTTPs handshake failures to debug #1853
|
2018-04-12 09:25:44 -07:00 |
Chris Ross (ASP.NET)
|
c6fa9793eb
|
Make Protocols internal
|
2018-04-12 08:53:27 -07:00 |
BrennanConroy
|
1fc282acb8
|
Move Benchmark Apps to new folder and use .All package when Benchmarks runs our scenarios (#1965)
|
2018-04-12 08:28:12 -07:00 |
Kiran Challa
|
4184b2406d
|
Updated to make routing always use UrlEncoder.Default and not depend on DI to get it.
[Fixes #513] RedirectToAction with Non-English Characters in Parameters and Authentication Causes Error
|
2018-04-12 05:15:45 -07:00 |
David Fowler
|
8b1a7e9199
|
API review feedback (#1974)
- Remove SetHttpContext
- Remove HttpContextFeature
- Add and implement IHttpTransportFeature on HttpConnectionContext
- Remove ConnectionMetadataNames
|
2018-04-12 03:50:14 -07:00 |
James Newton-King
|
d4773e831c
|
Set default transport and application buffer sizes (#1964)
|
2018-04-12 18:23:00 +12:00 |
James Newton-King
|
7563ccae20
|
Always use TaskCreationOptions.RunContinuationsAsynchronously (#1966)
|
2018-04-12 18:21:20 +12:00 |
James Newton-King
|
1ae901de3d
|
Fix incorrect test for long poll and web sockets requests (#1971)
|
2018-04-12 18:21:05 +12:00 |
David Fowler
|
3c8c8ea8e1
|
React to Kestrel changes (#1969)
|
2018-04-11 20:29:17 -07:00 |
David Fowler
|
ca44b4adfc
|
Moved kestrel specific features into transport abstractions (#2482)
|
2018-04-11 20:23:48 -07:00 |
Pranav K
|
e34b4e8335
|
Use DependencyContext.CompileLibraries to determine dependency graph (#7626)
* Use DependencyContext.CompileLibraries to determine dependency graph
Fixes https://github.com/aspnet/Mvc/issues/7617
|
2018-04-11 15:57:11 -07:00 |
David Fowler
|
f6b2880369
|
Flow the ConnectionContext to the SNI callback (#2478)
|
2018-04-11 15:56:25 -07:00 |
Pavel Krymets
|
f7d5f3e64e
|
Enable trace for test app (#178)
|
2018-04-11 15:55:44 -07:00 |
David Fowler
|
08f9990c39
|
Ensure there's a redis connection earlier
|
2018-04-11 15:25:38 -07:00 |
Pranav K
|
9cea47fa7d
|
Remove root directory customization options for Razor Pages areas
Fixes #7608
|
2018-04-11 15:25:31 -07:00 |
Pranav K
|
9365fcd053
|
Don't publish the refs directory when the app does not have any Razor files
Fixes https://github.com/aspnet/Razor/issues/2246
|
2018-04-11 15:20:16 -07:00 |
Mikael Mengistu
|
b8c3273cae
|
Dont always copy handlers (#1945)
|
2018-04-11 22:19:51 +00:00 |
BrennanConroy
|
c9ab30e150
|
Enable detailed errors for redis tests (#1962)
|
2018-04-11 15:14:34 -07:00 |
Jass Bagga
|
c3ac7629d1
|
WebAPI launchUrl; MVC _LoginPartial; F# AllowedHosts (#463)
Addresses #455, #392, #445
|
2018-04-11 15:01:32 -07:00 |
Andrew Stanton-Nurse
|
ee6e8c15ce
|
increase jasmine timeout and add timestamps to logs (#1959)
|
2018-04-11 14:38:40 -07:00 |
Hao Kung
|
4ff09370a9
|
Delete Startup.cs (#35)
Leftover from rename
|
2018-04-11 14:38:28 -07:00 |
Sébastien Ros
|
e8bb88cb58
|
Fixing typo (#2477)
|
2018-04-11 14:27:53 -07:00 |
Sébastien Ros
|
e411cbf7e2
|
Moving PlatformBenchmarks from aspnet/benchmarks (#2457)
|
2018-04-11 14:27:34 -07:00 |
Ajay Bhargav Baaskaran
|
6d9df1ef33
|
Noop Razor Sdk for F# projects
|
2018-04-11 14:18:19 -07:00 |
Ryan Brandenburg
|
a5b8be2ad3
|
Update UpdateDependencies script
|
2018-04-11 12:49:04 -07:00 |
Chris Ross (ASP.NET)
|
0b5cb8a8b8
|
Reload HostFilteringOptions on change
|
2018-04-11 12:23:14 -07:00 |
Chris Ross (ASP.NET)
|
768cad8a8a
|
Reload HostFilter options on change #317
|
2018-04-11 11:44:58 -07:00 |
Justin Kotalik
|
5c34364d73
|
Move ANCM Request Handler pdb to correct location
|
2018-04-11 11:37:02 -07:00 |
ASP.NET CI
|
f51d2ec1ae
|
Updating submodule(s)
EntityFrameworkCore => 15641ea4256bc5c3a64b19d5cf3c4d1d0d1f7f57
Logging => 3d0dfadd63458feb05a5df0e9d1f451028571894
SignalR => 8cc851ff9b
[auto-updated: submodules]
|
2018-04-11 11:25:38 -07:00 |
David Fowler
|
8cc851ff9b
|
Clean up timer code with custom awaitable (#1935)
- Gets rid of locks by using an event loop
|
2018-04-11 10:39:29 -07:00 |
David Fowler
|
cb5bba36fc
|
Get off the event loop before dispatch (#1952)
|
2018-04-11 10:39:09 -07:00 |
ASP.NET CI
|
5a61de6ee6
|
Updating BuildTools from 2.1.0-preview3-17004 to 2.1.0-preview3-17005
[auto-updated: buildtools]
|
2018-04-11 10:06:53 -07:00 |
ASP.NET CI
|
43d4ca2735
|
Updating submodule(s)
DotNetTools => b7b6bd9533
EntityFrameworkCore => c767d7600ad962364db1b9700023b4525324b78b
Logging => 81b11e8d110464d4c0cbd3c57261e5c0f3bb93df
MusicStore => f2956a23e6
Mvc => 62272ad56a
SignalR => 12b69a0fdb
[auto-updated: submodules]
|
2018-04-11 10:06:44 -07:00 |
Nate McMaster
|
b7b6bd9533
|
React to updates in dependencies and removal of System.Runtime.CompilerServices.Unsafe from netcoreapp (#429)
|
2018-04-11 09:59:22 -07:00 |
Pavel Krymets
|
b2dff1ca58
|
Add XunitExtensibilityExecutionPackage (#1054)
|
2018-04-11 09:20:19 -07:00 |
Kiran Challa
|
62272ad56a
|
Round off file result's LastModifiedDate to whole seconds for correct comparison with http header dates
[Fixes #7572] PhysicalFileResult does not respond 304 Not Modified
|
2018-04-11 06:43:50 -07:00 |
James Newton-King
|
12b69a0fdb
|
Refactor HttpOptions in client (#1942)
- Rename HttpOptions to HttpConfigurationOptions
- Remove HttpConfigurationOptions from SignalR client project
- Updated client HttpConnection ctors
|
2018-04-11 20:20:04 +12:00 |
Justin Kotalik
|
182209cb63
|
Add ANCMV1 package (#1050)
|
2018-04-10 23:15:23 -07:00 |
Justin Kotalik
|
589a672521
|
Merge pull request #768 from aspnet/jkotalik/ancmCurrent
Port ANCM current to github.
|
2018-04-10 23:11:16 -07:00 |