summaryrefslogtreecommitdiffstats
path: root/net/udp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add a new NetworkActivityMonitor to track network activity across allrch2014-11-142-0/+6
* Remove implicit conversions from scoped_refptr to T* in net/dcheng2014-11-131-2/+2
* Switching profiler instrumentations from ScopedProfile to ScopedTracker. This...vadimt2014-10-291-5/+5
* Standardize usage of virtual/override/final in net/dcheng2014-10-215-43/+45
* Convert ARRAYSIZE_UNSAFE -> arraysize in net/.viettrungluu2014-10-161-1/+1
* replace OVERRIDE and FINAL with override and final in net/mostynb2014-10-093-31/+31
* An internal tool shows that the task created by ObjectWatcher::DoneWaiting is...sergeyu2014-10-011-0/+11
* DCHECK -> CHECK for UDPSocket Read/Write calls when previous in progress.vitalybuka2014-09-232-4/+4
* Make DSCP work for UDP sockets on windowshubbe@chromium.org2014-08-123-4/+387
* Fix a typo in the comment of the RecvFrom method.wtc@chromium.org2014-07-013-3/+3
* make SetReceiveBufferSize and SetSendBufferSize return net error codes (inste...jar@chromium.org2014-04-099-48/+57
* Revert 261966 "make SetReceiveBufferSize and SetSendBufferSize r..."jschuh@chromium.org2014-04-059-57/+48
* make SetReceiveBufferSize and SetSendBufferSize return net error codes (inste...jar@chromium.org2014-04-059-48/+57
* Standardize error reporting of IPEndPoint::ToSockAddr andwtc@chromium.org2014-03-262-6/+6
* r=rchjar@chromium.org2014-03-251-1/+1
* Check return results for setting socket buffer sizes in QUICjar@chromium.org2014-03-241-8/+32
* Remove NetLog::LOG_BASIC.davidben@chromium.org2014-03-122-4/+4
* Bind before sandbox lockdown on Windows.vitalybuka@chromium.org2014-03-107-0/+22
* Revert 255311 "Bind before sandbox lockdown on Windows."vitalybuka@chromium.org2014-03-077-22/+0