summaryrefslogtreecommitdiffstats
path: root/net/udp
Commit message (Expand)AuthorAgeFilesLines
* Migrate net/udp/* to net::IPAddress.martijn2016-03-149-63/+75
* net: move IsLocalhost() function into url_util.htfarina2016-02-232-2/+0
* net: delete documentation for a parameter that does not exist anymoretfarina2016-02-193-24/+12
* net: have SockaddrStorage type in its own header filetfarina2016-01-132-2/+2
* Makes DatagramClientSocket::GetBoundNetwork const.jri2015-12-283-3/+3
* Convert Pass()→std::move() in //netdcheng2015-12-261-2/+4
* Switch to standard integer types in net/.Avi Drissman2015-12-204-0/+4
* Upstream minor iOS-specific changes to //netblundell2015-12-161-1/+12
* net: Extract SetNonBlocking() function from net_util.htfarina2015-12-161-1/+2
* clang/win: Let remaining chromium_code targets build with -Wextra.thakis2015-12-101-5/+5
* Add DatagramClientSocket::BindToDefaultNetwork(),GetBoundNetwork()pauljensen2015-12-094-5/+58
* net/udp: remove basictypes.h includestfarina2015-11-3011-46/+54
* net: Move IPAddressAttributes enum out of net_util.h.tfarina2015-10-131-1/+1
* net: Move DiffServCodePoint enum out of net_util.h.tfarina2015-10-084-3/+47
* NetworkChangeNotifier interface for tracking networks.pauljensen2015-10-057-0/+74
* Extend base::win::ObjectWatcher to watch an event multiple times.jam2015-09-291-3/+3
* Cleanup: IWYU for base/gtest_prod_util.h.thestig2015-09-251-0/+1
* Cleanup: Pass std::string as const reference from net/ki.stfu2015-09-222-5/+10
* net: Remove 'libevent' from filenames.tfarina2015-09-143-94/+95
* UDPSocketTest: disable use of 192.168.1.1 on iOSellyjones2015-08-271-9/+3
* UDPSocketTest.ClientGetLocalPeerAddresses is flaky on iOS devices.lpromero2015-08-261-1/+8
* Change histogram.h includes to histogram_macros.h in net/asvitkine2015-06-172-2/+1
* Enable UDPSocketTest.ConnectRandomBind on Android.mef2015-06-161-9/+4
* net: Remove use of MessageLoopProxy and deprecated MessageLoop APIsskyostil2015-06-111-2/+4
* Stop including ip_address_number.h from net_util.heroman2015-06-032-0/+2
* Change NetLog::ParametersCallback to return a scoped_ptr.estade2015-05-211-10/+12
* Remove NetLog::GetCaptureMode() and NetLogCaptureMode::None()eroman2015-05-062-4/+4
* Revert "Guard socket file descriptor in UDPSocketLibevent"sergeyu2015-05-061-82/+0
* Rename NetLog test classes to match the renamed TestNetLog class.mmenke2015-05-042-9/+6
* Get rid of TestNetLog::CapturedEntry[List] typedefs.mmenke2015-04-241-2/+4
* net cleanup: Remove unnecessary namespace prefixes.ttuttle2015-04-231-25/+26
* Refactor NetLog::LogLevel --> NetLogCaptureMode.eroman2015-04-233-7/+7
* Apply automated fixits for Chrome clang plugin to net_unittests.dcheng2015-04-172-6/+6
* Rename NetLogLogger and CapturingNetLogvishal.b2015-04-172-7/+7
* A few more instrumentation updatespkasting2015-04-101-19/+0
* Guard socket file descriptor in UDPSocketLibeventsergeyu2015-04-031-0/+82
* Move NetLog code from src/net/base to src/net/log.eroman2015-04-029-12/+12
* Remove memory corruption detection code from UDPSocketLibeventsergeyu2015-03-312-15/+0
* Add trivial memory corruption detection in UdpSocketLibevent.sergeyu2015-03-272-6/+17
* PCHECK when closing UDP sockets only when errno=EBADF.sergeyu2015-03-201-1/+7
* Instrument UDP socket's read callback code (in QUIC) to find jank inrtenneti2015-03-101-1/+14
* Split bug 418183 into separate bugs for each janky piece and remove thepkasting2015-02-281-7/+2
* PCHECK when closing UDP socketssergeyu2015-02-171-2/+1
* removing all the code related to chrome://statscpu2015-02-122-10/+0
* Adding instrumentation to locate the source of jankiness.Peter Kasting2015-02-051-2/+2
* UDP: Windows implementation using non-blocking IOhclam2015-02-058-83/+509
* Fix variable shadowing warnings in UDPSocketWin on VS2015scottmg2015-01-271-6/+6
* Cleanup: Better constify some strings in net/.thestig2015-01-241-1/+1
* Remove timing limitation to set Broadcast, ReceiveBuffer, and SendBuffer opti...hidehiko2014-12-089-220/+240
* Use uint16 for port numbers more pervasively.pkasting2014-11-202-9/+10