提交历史

作者 SHA1 备注 提交日期
  Kenneth Skovhede 1e6c680fa2 [Socket] Fix DuplicateAndClose (#3995) 9 年之前
  Sylvan Clebsch 0760eeaff0 Remove exception when using SO_REUSEADDR on Linux (#3856) 9 年之前
  Marek Safar 95b0698304 [System] Clean up some warnings 9 年之前
  Marek Safar 7f06a0910e [System] Implements Socket::ConnectAsync. Fixes #44406 9 年之前
  Marek Safar c143e55c45 [System] More Socket methods from referencesource 9 年之前
  Marek Safar de10cef32c [System] More Socket pieces from referencesource 9 年之前
  Niklas Therning 53af53ae59 Make blocking socket calls on Windows interruptible 9 年之前
  Niklas Therning b612056c4e Make blocking socket calls on Windows interruptible 9 年之前
  Rolf Bjarne Kvinge e6536dd5e1 [System*] Throw a PlatformNotSupported exception when using the networking stack on watchOS. (#3606) 9 年之前
  Ludovic Henry 13c15c25fb [Socket] Use SemaphoreSlim instead of Queue (#3633) 9 年之前
  Ludovic Henry c5df7e9669 [referencesource] Import parts of System.Net.Sockets.Socket (#3618) 9 年之前
  Alexander Köplinger 112631f5c6 [bcl] Add missing APIs for netstandard parity and expose a few APIs on mobile 9 年之前
  Dave Curylo bf58ae6aae Returning during Send in case of error. Splitting send and receive into separate tasks in test. 9 年之前
  Dave Curylo a1b1a7c8db Send all data to a socket before exit from Socket.Send. 9 年之前
  Henric Müller cd40eb318e Only set NoDelay by default for protocol TCP 9 年之前
  Henric Müller f577b619e9 Moving WSAGetLastError calls closer to socket operation (#3450) 9 年之前
  Alexander Köplinger c4692001a9 [bcl] Fix method parameter names to match .NET 9 年之前
  Ludovic Henry 5416358952 [mcs] Remove dead code 9 年之前
  Ludovic Henry 249daf43de [mcs] Replace NET_2_1 by MOBILE 9 年之前
  Alexander Köplinger 3c3ef17376 [bcl] Update to match NETStandard 1.6 members 9 年之前
  Marcos Henrich 992d27a8e6 [System] Fixes ConnectAsync UnhandledEx 9 年之前
  Alex Rønne Petersen 57e8af467a [sockets] Correctly report that Linux supports double binding for UDP, even on old kernels. 9 年之前
  Alex Rønne Petersen 4d9acdafed [Socket] Check for SocketOptionLevel.Socket before checking for SocketOptionName.ReuseAddress. 9 年之前
  Alexander Köplinger de13dc2532 [System] Raise ArgumentOutOfRangeException for values > 255 in Socket.Ttl setter 9 年之前
  Alexis Christoforides d1c2c7172d Merge pull request #2250 from esdrubal/master 9 年之前
  Mikhail Filippov 06e12b837f Socket.AcceptAsync shouldn't create new socket if SocketAsyncEventArgs.AcceptSocket isn't null 9 年之前
  Marcos Henrich 9d3d44013f [System] Check SocketOptionName.ReuseAddress support. 10 年之前
  Stefan Sedich a30b26eeaa handle automatically mapping IPv4 addresses to IPV6 for dual mode sockets 10 年之前
  Rodrigo Kumpera 714ace0119 Merge pull request #2113 from ludovic-henry/coop-socket-abort 10 年之前
  Marcos Henrich d4e6109e82 [System] Added icall SupportsPortReuse. 10 年之前