Commit Graph

12009 Commits

Author SHA1 Message Date
Ben Adams cc84097016 Listener - remove closure allocation 2015-11-04 12:36:32 +00:00
Ben Adams 1d4b9d6633 ListenerPrimary - reduce closure allocation
Still captures string pipeName
2015-11-04 12:33:51 +00:00
Ben Adams d104e8a08d Reduce delegate allocation 2015-11-04 12:31:44 +00:00
Ben Adams 34c1a671f0 ListenerSecondary - reduce closure allocation 2015-11-04 12:20:00 +00:00
Ben Adams 5ae1c4ecb2 MemoryPool2 Allocate returns newest
Rather than a while loop on Allocate; return last memory block created
rather than returning it to the pool and checking if one can be removed.
2015-11-04 08:37:12 +00:00
Ben Adams c113c0d3a2 Don't alloc array per header
i.e `new StringValues(string)` rather than `new StringValues(new [] {
string } )`
2015-11-04 07:11:55 +00:00
Cesar Blum Silveira 9e7a3ae335 Strong name Microsoft.AspNet.IISPlatformHandler. 2015-11-03 20:48:36 -08:00
Cesar Blum Silveira 2ffa50a80b Merge branch 'release' into dev 2015-11-03 13:10:01 -08:00
Cesar Blum Silveira 7770e5f4db Strong name everything. 2015-11-03 12:05:40 -08:00
Cesar Blum Silveira 889a24278d Merge branch 'release' into dev 2015-11-02 17:36:41 -08:00
Cesar Blum Silveira edf44555f1 Merge branch 'release' into dev 2015-11-02 16:20:35 -08:00
Cesar Blum Silveira eaee76dfeb Strong name everything. 2015-11-02 16:16:55 -08:00
Cesar Blum Silveira acd8d3d44d Strong name everything. 2015-11-02 15:32:44 -08:00
Cesar Blum Silveira 4862a62a2f Merge branch 'release' into dev 2015-11-02 14:42:35 -08:00
Cesar Blum Silveira 74d89b2e32 Strong name everything. 2015-11-02 14:40:58 -08:00
Cesar Blum Silveira c78ad32b1e Merge branch 'release' into dev 2015-11-02 12:23:20 -08:00
ASP.NET Push Bot 98355aa2af ⬆️ dnvm.ps1, dnvm.cmd, dnvm.sh
Source: aspnet/dnvm@74cbefa79c
2015-11-02 09:59:52 -08:00
Ben Adams ea6f6b10dc Don't capture connection on closure 2015-11-01 13:27:17 +00:00
Ben Adams dd7c4b374d Fix LibuvCopier DNXCore compile error 2015-10-31 01:53:24 +00:00
John Luo 5f91ce2f2b Reacting to Hosting changes 2015-10-30 16:51:16 -07:00
John Luo facf3ad0da Missed update for test when reacting to hosting changes 2015-10-30 16:18:50 -07:00
John Luo b466c3b7d7 Reacting to Hosting changes 2015-10-30 14:19:55 -07:00
Cesar Blum Silveira 8a06966024 Strong name Microsoft.AspNet.JsonPatch. 2015-10-30 12:57:49 -07:00
Pavel Krymets af2c32f612 React to xunit change. Fix build error 2015-10-30 10:52:59 -07:00
ASP.NET Push Bot a4314d1b30 ⬆️ dnvm.ps1, dnvm.cmd, dnvm.sh
Source: aspnet/dnvm@879aa15baf
2015-10-29 15:49:37 -07:00
Stephen Halter 777f523135 Update System.Net.Sockets dependency in test project to 4.1.0
- This only affects the test project
- The Socket.*Async extension methods are available for net46 but not net451
  so we ifdef.
2015-10-29 14:31:44 -07:00
Stephen Halter fe654598f6 Merge branch 'release' into dev 2015-10-29 14:30:02 -07:00
Stephen Halter 85202b0174 Merge branch 'benaadams/read-to-null-buffer' into release 2015-10-29 12:24:40 -07:00
Stephen Halter 1722150ee9 Do nothing in KestrelThread.Stop if libuv fails to load
This prevents DllNotFoundExceptions from being masked by NullReferenceExceptions
2015-10-29 12:21:25 -07:00
Troy Dai e9a6061023 Make Frame implements IHttpConnectionFeature
Provide RemoteIPAddress as well as RemotePort
2015-10-29 10:08:35 -07:00
Ben Adams bdadc8a3da Move comment into loop, remove noop 2015-10-28 22:44:35 +00:00
ASP.NET Push Bot 9adc66547d ⬆️ dnvm.ps1, dnvm.cmd, dnvm.sh
Source: aspnet/dnvm@ed0017b7e2
2015-10-28 12:59:08 -07:00
Pranav K a335257339 Merge branch 'release' into dev 2015-10-28 12:52:22 -07:00
Pranav K f2f2b98605 Merge branch 'release' into dev 2015-10-28 12:51:26 -07:00
Pranav K 6eff1fc90f Merge branch 'release' into dev 2015-10-28 12:50:50 -07:00
Pranav K cb623e55f1 Merge branch 'release' into dev 2015-10-28 12:50:45 -07:00
Pranav K bb7f2c3636 Merge branch 'release' into dev 2015-10-28 12:50:14 -07:00
Pranav K 92a052a55e Merge branch 'release' into dev 2015-10-28 12:49:46 -07:00
Pranav K 42f3a89db5 Updating to release NuGet.config. 2015-10-28 12:43:11 -07:00
Pranav K d0a2a8687e Updating to release NuGet.config. 2015-10-28 12:43:09 -07:00
Pranav K bffcc3dbce Updating to release NuGet.config. 2015-10-28 12:43:07 -07:00
Pranav K 0e3e42826c Updating to release NuGet.config. 2015-10-28 12:43:07 -07:00
Pranav K 76346e48a6 Updating to release NuGet.config. 2015-10-28 12:43:05 -07:00
Pranav K 1c570ba02b Updating to release NuGet.config. 2015-10-28 12:43:04 -07:00
Ben Adams 4bba074d77 Read to null buffer
Read to null buffer rather than Stream.Null as the CopyToAsync will
create a `new byte[]` on each call
bc14660885/src/mscorlib/src/System/IO/Stream.cs (L218)
of size 81920 bytes!
bc14660885/src/mscorlib/src/System/IO/Stream.cs (L48)
2015-10-28 08:53:11 +00:00
Pranav K 2c240192cf Updating to release dnvm and NuGet.config 2015-10-27 23:02:33 -07:00
Chris R 5c33037337 Lower integration test timeouts. 2015-10-27 10:55:37 -07:00
Pavel Krymets e7dc875d75 Add emitEntryPoint to dnx-watch 2015-10-27 09:20:40 -07:00
moozzyk c1b21b89d5 Removing dependency on Microsoft.Extensions.PlatformAbstractions 2015-10-27 01:40:28 -07:00
moozzyk d4853f9b7c Switching to using the built-in loading of native libs 2015-10-27 01:13:21 -07:00