1. 2ec06e00 [net/reporting,server,socket] default member initializers by Tsuyoshi Horo · 3 years ago
  2. 3f916b8 modify wording for comment of SetDoNotFragment() by Momoka Yamamoto · 3 years, 4 months ago
  3. 157e10c2 Add TCPSocket::BindToNetwork by Stefano Duo · 3 years, 4 months ago
  4. 2a6845b net: Use BUILDFLAG for OS checking by Xiaohan Wang · 3 years, 5 months ago
  5. 0e45c02 Rewrite most `Foo* field_` pointer fields to `raw_ptr<Foo> field_`. by Keishi Hattori · 3 years, 6 months ago
  6. 5666ff4 Remove most remaining unused "base/macros.h" by Peter Boström · 3 years, 7 months ago
  7. 407869b Remove DISALLOW_* macros from net/ by Peter Boström · 3 years, 8 months ago
  8. e5a38ed Migrate "base::TimeDelta::FromX" to "base:X". by Peter Kasting · 3 years, 8 months ago
  9. 293b134 Replace DISALLOW_COPY_AND_ASSIGN in net/ by Peter Boström · 3 years, 9 months ago
  10. 32ad367 [net] Add feature to disable batch updates of received bytes by UDPSocketPosix. by Francois Doray · 4 years, 2 months ago
  11. 5146d2f0 [net] Remove unused method NetworkActivityMonitor::GetBytesSent(). by Francois Doray · 4 years, 2 months ago
  12. ca37f3c Add an experimental option to set iOS socket network service type. by Yu Su · 4 years, 8 months ago
  13. 4169556 Refactor OS_LINUX preprocessor directive for LaCrOS effort. by Sean McAllister · 4 years, 10 months ago
  14. 5a84192 Add a per-process limit on open UDP sockets. by Eric Roman · 4 years, 10 months ago
  15. 725d043 Include-what-you-use related to logging.h (net) by Hans Wennborg · 5 years ago
  16. 3253b67 Replace NULL and 0 with nullptr by Bartek Nowierski · 5 years ago
  17. d54000b2 Use in-class initializers for base::WeakPtrFactory in net/. by Jeremy Roman · 6 years ago
  18. 351b544 Add memorry correction detection code in UdpSocketPosix. by Zhongyi Shi · 7 years ago
  19. 7141dbc Better setup for non-windows multicast sockets. by Eric Orth · 7 years ago
  20. 111df5ad Fix object-lifetime comments in net/socket/udp_socket_*.h by Matthew Denton · 7 years ago
  21. 3a81417 Move sockets to CompletionOnceCallbacks by Brad Lassey · 7 years ago
  22. 19d2ae6 Mass rename MessageLoopForIO types to MessagePumpForIO by Gabriel Charette · 7 years ago
  23. 762317f UDPSocketPosix improvements for large uploads on high bandwidth paths. by Charles 'Buck' Krasic · 7 years ago
  24. cbdfc885 Remove RandIntCallback from UDPSocket parameters. by Sergey Ulanov · 7 years ago
  25. 3ae76ca Add SetMsgConfirm(bool) to udp_socket_posix and udp_socket_win by Yixin Wang · 7 years ago
  26. b4e5cd7c Revert "Add OnForwardProgressConfirmed() for QuicConnectionVisitorInterface and call it whenever an ACK increases the largest_acked value." by Yixin Wang · 7 years ago
  27. be7cfa9 Add OnForwardProgressConfirmed() for QuicConnectionVisitorInterface and call it whenever an ACK increases the largest_acked value. by Yixin Wang · 7 years ago
  28. 7f8dd1e Optimize UDPSocketPosix::InternalRecvFrom() by kapishnikov · 7 years ago
  29. cda4b7b Add traffic annotation to UdpTransport class. by [email protected] · 7 years ago
  30. 0f49dec Plumb SocketTag through TCP and UDP socket classes. by Paul Jensen · 7 years ago
  31. a2b2cfc Traffic Annotation argument added to Socket::Write(). by [email protected] · 8 years ago
  32. e70ff45 [ This is a reland of change 607054 that was reverted ] by Charles 'Buck' Krasic · 8 years ago
  33. cc882ce Revert "net - UDPSocketPosix NetworkActivityMonitor optimization." by Peter Conn · 8 years ago
  34. 406762a net - UDPSocketPosix NetworkActivityMonitor optimization. by Charles 'Buck' Krasic · 8 years ago
  35. d43afa1 Remove deprecated NonThreadSafe usage in net\socket. by gab · 8 years ago
  36. 6f2f3beb net: fix some documentation comments in UDPSocketPosix by tfarina · 8 years ago
  37. 5dd13c2 net: move udp directory into socket by tfarina · 9 years ago[Renamed (97%) from net/udp/udp_socket_posix.h]
  38. f22f981 Main benefits of NetLog inner classes extraction: by mikecirone · 9 years ago
  39. 4283411 net: rename BoundNetLog to NetLogWithSource by tfarina · 9 years ago
  40. ff006a1 Add a SetDoNotFragment() method to DatagramSocket, and call this for by rch · 9 years ago
  41. f0d9535a Include network UDPSocket is bound to in NetLog. by pauljensen · 9 years ago
  42. a9850e1 Change scoped_ptr to std::unique_ptr in //net. by danakj · 9 years ago
  43. d8dafab Migrate net/udp/* to net::IPAddress. by martijn · 9 years ago
  44. 39524dd net: delete documentation for a parameter that does not exist anymore by tfarina · 9 years ago
  45. 13fc893 Switch to standard integer types in net/. by Avi Drissman · 9 years ago
  46. c40df1c net/udp: remove basictypes.h includes by tfarina · 10 years ago
  47. 42f7ce83 net: Move DiffServCodePoint enum out of net_util.h. by tfarina · 10 years ago
  48. be5bc323 NetworkChangeNotifier interface for tracking networks. by pauljensen · 10 years ago
  49. 4eb7aad8 net: Remove 'libevent' from filenames. by tfarina · 10 years ago[Renamed (93%) from net/udp/udp_socket_libevent.h]
  50. c9a6b72 Stop including ip_address_number.h from net_util.h by eroman · 10 years ago
  51. 87c53d6 Move NetLog code from src/net/base to src/net/log. by eroman · 10 years ago
  52. 464f5b9 Remove memory corruption detection code from UDPSocketLibevent by sergeyu · 10 years ago
  53. 30ad5b3 Add trivial memory corruption detection in UdpSocketLibevent. by sergeyu · 10 years ago
  54. 17fac55 Remove timing limitation to set Broadcast, ReceiveBuffer, and SendBuffer options from UDPSocket. by hidehiko · 10 years ago
  55. b03027d Standardize usage of virtual/override/final in net/ by dcheng · 11 years ago
  56. ba063d603 replace OVERRIDE and FINAL with override and final in net/ by mostynb · 11 years ago
  57. 73c5b69 Fix a typo in the comment of the RecvFrom method. by [email protected] · 11 years ago
  58. 28b96d1c make SetReceiveBufferSize and SetSendBufferSize return net error codes (instead of bools) by [email protected] · 11 years ago
  59. 5f493360 Revert 261966 "make SetReceiveBufferSize and SetSendBufferSize r..." by [email protected] · 11 years ago
  60. 27f82f41 make SetReceiveBufferSize and SetSendBufferSize return net error codes (instead of bools) by [email protected] · 11 years ago
  61. 1901dbcb Bind before sandbox lockdown on Windows. by [email protected] · 11 years ago
  62. 14c2880 Revert 255311 "Bind before sandbox lockdown on Windows." by [email protected] · 11 years ago
  63. 5b70b94 Bind before sandbox lockdown on Windows. by [email protected] · 11 years ago
  64. acfe8e8 Pass the least amount of info to CreateSocket and RandomBind. by [email protected] · 11 years ago
  65. 7b29dac Add support of IP_MULTICAST_IF in UDP sockets. by [email protected] · 12 years ago
  66. a8a442b3 Implement support for p2p socket UDP packages to set the Differntiated Services Code Point for each package. Will be used by webrtc to hopefully improve performance. (See bug for how we will test this.) by [email protected] · 12 years ago
  67. bbfef1f SocketDescriptor moved to separate file. by [email protected] · 12 years ago
  68. 7f86564d Use a direct include of the message_loop header in net/, part 3. by [email protected] · 12 years ago
  69. 2da659e net: Use base::MessageLoop. by [email protected] · 12 years ago
  70. 5f01ce2 Introduce Multicast Socket API by [email protected] · 12 years ago
  71. 2a848e0e Clean-up inline members of nested classes (net/) by [email protected] · 13 years ago
  72. 7be809df Fix comment nits. This is a follow-up to by [email protected] · 13 years ago
  73. a1781d7b Added broadcasting feature to UDP server sockets. by [email protected] · 13 years ago
  74. 01c86ec Remove the rest of #pragma once in one big CL. by [email protected] · 13 years ago
  75. cd56514 NetLogEventParameter to Callback refactoring 1, by [email protected] · 13 years ago
  76. 398dca8 Add bind(), recvFrom(), sendTo() for UDP socket. by [email protected] · 13 years ago
  77. 83039bb Migrate net/socket/socket.h, net/socket/stream_socket.h to base::Bind(). by [email protected] · 13 years ago
  78. f749f9c Revert 113699 - base::Bind: Convert Socket::Write. by [email protected] · 13 years ago
  79. 293f154 base::Bind: Convert Socket::Write. by [email protected] · 13 years ago
  80. 3f55aa1 base::Bind: Convert Socket::Read. by [email protected] · 14 years ago
  81. f2cbbc8 Add OVERRIDE to net/. by [email protected] · 14 years ago
  82. 8866f62 Add NetLog support to UDP sockets. by [email protected] · 14 years ago
  83. df31da4 Set send buffer size for P2P UDP sockets. by [email protected] · 14 years ago
  84. f1f3f0f8 Begin CompletionCallback switchover. by [email protected] · 14 years ago
  85. eaf10dc DatagramSocket: added NetLog accessor. by [email protected] · 14 years ago
  86. 5370c01 Add support for random UDP source port selection to avoid birthday attacks in DNS implementation. by [email protected] · 14 years ago
  87. 3268023f Rename ClientSocket to StreamSocket. by [email protected] · 14 years ago
  88. 3b63f8f4 Move some files from base to base/memory. by [email protected] · 14 years ago
  89. 06043ae Fix DCHECK in UDPSocket::RecvFrom(). by [email protected] · 14 years ago
  90. 7b6afd0 UDP sockets implementation for windows. by [email protected] · 14 years ago
  91. 33cdc9b Revert 77870 - UDP sockets implementation for windows. by [email protected] · 14 years ago
  92. 02c5bc4 UDP sockets implementation for windows. by [email protected] · 14 years ago
  93. 75aa495 Revert 77855 - UDP sockets implementation for windows. by [email protected] · 14 years ago
  94. af0c32c UDP sockets implementation for windows. by [email protected] · 14 years ago
  95. 43d4a026 Use IPEndPoint for UDP sockets. by [email protected] · 14 years ago
  96. a2798d9 Add an initial API and implementation for UDP Sockets. by [email protected] · 14 years ago