aspnetcore/src/Microsoft.AspNetCore.Server.../Networking
moozzyk fe75aa47db Enabling Kestrel on OSx Mono when not running with dnx
Before moving to dotnet dnx on OSx on Mono would load libuv.dll into the process and Kestrel would use DllImport with __Internal to import functions from the native libraries loaded into the Mono process. With the move to dotnet nothing is preloading libuv to the process so Kestrel must no longer use DllImports with __Internal but the regular ones. Mono seems to load native libraries from the app folder so, the user won't have to install libuv on their own since libuv.dylib is published with the app.
2016-02-11 16:05:32 -08:00
..
Libuv.cs Enabling Kestrel on OSx Mono when not running with dnx 2016-02-11 16:05:32 -08:00
PlatformApis.cs
SockAddr.cs
UvAsyncHandle.cs
UvConnectRequest.cs React to Logging API changes 2016-01-27 14:25:52 -08:00
UvException.cs
UvHandle.cs
UvLoopHandle.cs
UvMemory.cs
UvPipeHandle.cs
UvRequest.cs
UvShutdownReq.cs
UvStreamHandle.cs React to Logging API changes 2016-01-27 14:25:52 -08:00
UvTcpHandle.cs
UvWriteReq.cs React to Logging API changes 2016-01-27 14:25:52 -08:00