Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-12-30Socket.BeginMConnect() should not attempt connections on unsupported address ...Martin Baulig
2019-12-11Make Socket.Socket_icall static, as most icalls are, removing the first, unus...Jay Krell
2019-12-11Sockets: Foo_internal to Foo_icall and ves_icall_Foo_internal to ves_icall_Fo...Jay Krell
2019-09-26 BeginConnect complete to early when not using callback. (#17035)Johan Lorensson
2019-09-19Use `NetworkStream` from CoreFX. (#16889)Martin Baulig
2019-08-06`SocketAsyncEventArgs` cleanups and preparations for the real thing. (#16001)Martin Baulig
2019-08-02Use `MultipleConnectAsync` from CoreFX. (#15972)Martin Baulig
2019-08-02Fix compiler warnings in System.dll. (#15971)Martin Baulig
2019-08-01Fix `Socket.ConnectAsync(SocketAsyncEventArgs)` behavior. (#15947)Martin Baulig
2019-04-11Use DNS.GetHostAddressesAsync instead of sync version (#13949)Maxim Lipnin
2019-02-15NS2.1: System.IO, System.Reflection.Emit, etc (#12854)Egor Bogatov
2019-01-11Ignore enotconn error results from the socket shutdown APIKatelyn Gadd
2019-01-10Misc AppleTls / BTLS exception and error check changes. (#12319)Martin Baulig
2018-12-21[NS2.1] More types and members (#11944)Egor Bogatov
2018-07-24System.IO.Pipes from CoreFX (#9573)Filip Navara
2018-07-17fix issue where unspecified address family has no addressesMichael DeRoy
2018-05-21don't fail on unsupported ipv6 in BeginConnectEgorBo
2018-04-11Report the proper socket error (#8041)Joshua Peterson
2017-12-14New PR for the new web stack (#6125)Martin Baulig
2017-09-12Fix bug 57918:Katelyn Gadd
2017-08-31[socket] Reduce handle manipulations in native (#5378)Ludovic Henry
2017-08-07[w32handle] Remove use of w32handle for File, Console, Pipe and Socket (#5319)Ludovic Henry
2017-08-05Revert "[w32handle] Remove use of w32handle for File, Console, Pipe and Socke...Ludovic Henry
2017-08-05[w32handle] Remove use of w32handle for File, Console, Pipe and Socket (#5283)Ludovic Henry
2017-06-01[Socket] Fix Socket.BeginConnect to multiple IPAddress (#4960)Ludovic Henry
2017-04-19Fix RemoteEndpoint with async+DualMode (#4717)Mikayla Hutchinson
2017-03-17less allocation in Socket (#4516)su21
2017-03-16[System] Rename method parameters to match .NET contractAlexander Köplinger
2016-12-04Socket.AddSockets throw exception with meaningful name (#4086)su21
2016-11-23[Socket] Fix DuplicateAndClose (#3995)Kenneth Skovhede
2016-11-02Remove exception when using SO_REUSEADDR on Linux (#3856)Sylvan Clebsch
2016-10-25[System] Clean up some warningsMarek Safar
2016-10-18[System] Implements Socket::ConnectAsync. Fixes #44406Marek Safar
2016-10-17[System] More Socket methods from referencesourceMarek Safar
2016-10-11[System] More Socket pieces from referencesourceMarek Safar
2016-10-07Make blocking socket calls on Windows interruptibleNiklas Therning
2016-10-07Make blocking socket calls on Windows interruptibleNiklas Therning
2016-09-27[System*] Throw a PlatformNotSupported exception when using the networking st...Rolf Bjarne Kvinge
2016-09-25[Socket] Use SemaphoreSlim instead of Queue (#3633)Ludovic Henry
2016-09-24[referencesource] Import parts of System.Net.Sockets.Socket (#3618)Ludovic Henry
2016-09-23[bcl] Add missing APIs for netstandard parity and expose a few APIs on mobileAlexander Köplinger
2016-09-21Returning during Send in case of error. Splitting send and receive into sepa...Dave Curylo
2016-09-21Send all data to a socket before exit from Socket.Send.Dave Curylo
2016-09-20Only set NoDelay by default for protocol TCPHenric Müller
2016-09-07Moving WSAGetLastError calls closer to socket operation (#3450)Henric Müller
2016-08-26[bcl] Fix method parameter names to match .NETAlexander Köplinger
2016-08-18[mcs] Remove dead codeLudovic Henry
2016-08-18[mcs] Replace NET_2_1 by MOBILELudovic Henry
2016-08-11[bcl] Update to match NETStandard 1.6 membersAlexander Köplinger
2016-06-27[System] Fixes ConnectAsync UnhandledExMarcos Henrich