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