aspnetcore/src
David Fowler a1d75df47d Use new Memory<byte> APIs on SocketAsyncEventArgs (#2173)
- This should improve the performance of handling buffers by (eventually)
removing GCHandle churn for Kestrel's already pinned buffers.
- Made the Sockets transport target both netcoreapp2.1 and netstandard2.0 to use new
APIs
- Disable API check for the sockets transport
2017-11-20 11:36:09 -08:00
..
Kestrel Pin tool and package versions to make builds more repeatable 2017-11-01 15:18:49 -07:00
Kestrel.Core #2139 Add ListenLocalhost and ListenAnyIP 2017-11-16 16:14:17 -08:00
Kestrel.Https Pin tool and package versions to make builds more repeatable 2017-11-01 15:18:49 -07:00
Kestrel.Tls Update "temporary" OpenSSL wrapper to support 1.1, and add HTTP/2 sample with docker (#2149) 2017-11-13 15:54:16 -08:00
Kestrel.Transport.Abstractions Migrate to new pipe APIs (#2124) 2017-11-13 15:04:54 -08:00
Kestrel.Transport.Libuv Migrate to new pipe APIs (#2124) 2017-11-13 15:04:54 -08:00
Kestrel.Transport.Sockets Use new Memory<byte> APIs on SocketAsyncEventArgs (#2173) 2017-11-20 11:36:09 -08:00
Protocols.Abstractions Migrate to new pipe APIs (#2124) 2017-11-13 15:04:54 -08:00
Directory.Build.props Pin tool and package versions to make builds more repeatable 2017-11-01 15:18:49 -07:00