ASP.NET Push Bot
7297b1180b
⬆️ dnvm.ps1, dnvm.cmd, dnvm.sh
...
Source: aspnet/dnvm@6bc0fc108c
2015-10-26 15:04:01 -07:00
BrennanConroy
0541ba6d12
Update dnvm.cmd
2015-10-26 14:52:41 -07:00
Brennan
b1c2447073
Update dnvm
2015-10-26 14:12:16 -07:00
ASP.NET Push Bot
bf8d6caff7
⬆️ dnvm.ps1, dnvm.cmd, dnvm.sh
...
Source: aspnet/dnvm@e01de426d8
2015-10-26 13:26:45 -07:00
Pavel Krymets
54af2c339f
Rename Microsoft.Runtime.Abstractions to Microsoft.Extensions.PlatformAbstractions
2015-10-26 13:22:55 -07:00
Stephen Halter
fb01ea3918
Consume the full request body when the app does not
2015-10-26 11:13:07 -07:00
Stephen Halter
094b8efbf8
Properly handle headers with empty values
2015-10-25 01:40:22 -07:00
David Fowler
327589d41e
Fixed ifdefs
2015-10-24 01:07:01 -07:00
David Fowler
0c064dfb6c
Generations and vanilla .NET Framework support
2015-10-23 23:21:08 -07:00
Troy Dai
52f4fa91e3
Unescape string in memory
...
1. In place unescape;
1. UTF-8 verification;
2. MemoryPoolIterator2.Put
3. Tests
2015-10-23 15:26:59 -07:00
Ryan Nowak
f88631efb3
React to breaking changes in StringValues
2015-10-23 15:05:09 -07:00
David Fowler
812609843f
Removed unused using
2015-10-23 02:10:08 -07:00
David Fowler
151b0f3a16
Fixed remaining namespace changes
2015-10-23 01:50:35 -07:00
Pavel Krymets
eb2c3a1ce8
Rename Microsoft.Runtime.Abstractions to Microsoft.Extensions.PlatformAbstractions
2015-10-22 18:22:05 -07:00
Pavel Krymets
bc80dab39d
Compiles and passes tests
2015-10-22 18:15:32 -07:00
Pranav K
2963488cd9
Removign Roslyn and CoreCLR feeds
2015-10-22 16:03:44 -07:00
Pranav K
dea782163d
Updating packages to use generations
2015-10-22 15:18:49 -07:00
Pranav K
c3a24cbe72
Switching to generations TFMs
2015-10-22 01:04:17 -07:00
Troy Dai
a1e4e022b9
Clean up
2015-10-21 22:08:03 -07:00
Pranav K
127fc13885
Switching to using generations TFM
2015-10-21 21:24:19 -07:00
Pranav K
1a40e7254d
Switching to using generations TFM
2015-10-21 18:31:51 -07:00
Stephen Halter
8d107b22ae
Socket.Disconnect throws a PlatformNotSupportedException on coreclr/linux
...
#266
2015-10-21 12:57:27 -07:00
Pavel Krymets
a098b8ce2b
Reach to Hosting changes
2015-10-21 10:49:31 -07:00
Pavel Krymets
e3ceeb43ba
Fix build
2015-10-21 10:36:02 -07:00
Pavel Krymets
f8fd2f9ac9
React to hosting changes
2015-10-21 10:23:53 -07:00
ASP.NET Push Bot
0e62f45b78
⬆️ dnvm.ps1, dnvm.cmd, dnvm.sh
...
Source: aspnet/dnvm@3d11681798
2015-10-20 16:18:28 -07:00
ASP.NET Push Bot
3e8ced21a2
⬆️ dnvm.ps1, dnvm.cmd, dnvm.sh
...
Source: aspnet/dnvm@3d11681798
2015-10-20 15:24:57 -07:00
ASP.NET Push Bot
3b532d4c3e
⬆️ dnvm.ps1, dnvm.cmd, dnvm.sh
...
Source: aspnet/dnvm@703c1ffdd4
2015-10-20 15:13:13 -07:00
Doug Bunting
207e97db7a
Fix DNX Core testing on Windows
...
- avoid `cmd /C dnvm.cmd ...` because `cmd` does not report `.cmd` script exit code correctly
- change both `_dnu.shade` and `_k.shade` though `_k.shade` is more-often an issue
- @moozzyk reported problem in [discussion](https://github.com/aspnet/Universe/pull/299#discussion-diff-41954492 ) of PR #299
2015-10-19 15:41:13 -07:00
Stephen Halter
8f0d1179ab
Allow Nagle’s algorithm to be disabled via IKestrelServerInformation.NoDelay
2015-10-19 12:44:21 -07:00
Pranav K
0ea0a44e15
Refactoring script to create master branch
2015-10-19 10:45:56 -07:00
ASP.NET Push Bot
e9bc588e96
⬆️ dnvm.ps1, dnvm.cmd, dnvm.sh
...
Source: aspnet/dnvm@a2bc792684
2015-10-17 10:51:05 -07:00
ASP.NET Push Bot
0b36832db8
⬆️ dnvm.ps1, dnvm.cmd, dnvm.sh
...
Source: aspnet/dnvm@a2bc792684
2015-10-17 10:49:47 -07:00
Cesar Blum Silveira
f784b1bf43
Enable Microsoft.AspNet.WebSockets.Protocol.Test on CoreCLR.
2015-10-16 16:47:52 -07:00
Cesar Blum Silveira
cea46e7851
Disable Microsoft.AspNet.Cryptography.KeyDerivation.Test on CoreCLR.
2015-10-16 15:49:25 -07:00
Stephen Halter
c809beec18
Don't allocate Exceptions unnecessarily
...
- Allocate Exceptions in the ReadStart callbacks if necessary instead
of in UvStreamHandle.
- This also fixes a bug in ListenerSecondary where it should have
previously been looking at the error code instead of the read count.
#237
2015-10-16 15:25:37 -07:00
Cesar Blum Silveira
4165ee02c1
Enable some tests on CoreCLR.
2015-10-16 11:15:34 -07:00
Cesar Blum Silveira
fb6bbee561
Call correct build.sh when building repos.
2015-10-16 11:00:52 -07:00
Glenn Condron
56db20c863
Merge pull request #989 from aspnet/glennc/readmeUpdate
...
Update README.md
2015-10-16 00:02:32 -07:00
Stephen Halter
8e818e3549
Address PR feedback
2015-10-15 16:52:37 -07:00
Stephen Halter
7b315d2470
Close connection gracefully in Frame.ProduceEnd
...
- Try sending a FIN before closing the socket
- Don't attempt to send a FIN twice for the same connection
2015-10-15 15:35:40 -07:00
Stephen Halter
513abb4561
Log errors in OnStarting and OnCompleted
2015-10-15 15:35:38 -07:00
Stephen Halter
b98425d3b1
Log unhandled exceptions thrown from the AppFunc
2015-10-15 15:35:36 -07:00
Chris R
c93e4f09f2
React to Authentication changes.
2015-10-15 10:09:33 -07:00
glennc
0d8f91f382
remove aspnetbeta8 form nuget.config. The packages are now on NuGet.org
2015-10-15 10:05:05 -07:00
Stephen Halter
611eaeb761
Add test for large blocks not taken from slab
2015-10-14 16:11:38 -07:00
Stephen Halter
7c27c5c0e7
Better handle blocks not taken taken from slabs
...
- If the block needs to be larger than 4032 bytes it won't be backed by a slab
2015-10-14 16:05:35 -07:00
ASP.NET Push Bot
39c901ee4e
⬆️ dnvm.ps1, dnvm.cmd, dnvm.sh
...
Source: aspnet/dnvm@66364c7eb4
2015-10-14 15:44:50 -07:00
Glenn Condron
3e526a568d
Update README.md
2015-10-14 15:04:24 -07:00
glennc
86c75018d0
Merge branch 'dev' of github.com:aspnet/Home into dev
2015-10-14 11:54:05 -07:00