summaryrefslogtreecommitdiffstats
path: root/net/udp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Bind before sandbox lockdown on Windows.vitalybuka@chromium.org2014-03-067-0/+22
* Fix error checking and error reporting in GetIPv4AddressFromIndex.wtc@chromium.org2014-03-041-3/+3
* Map posix error codes in bind better, and fix one windows mapping.jar@chromium.org2013-12-212-3/+15
* Map address-in-use error codes for bind more correctly on Windowsjar@chromium.org2013-12-161-0/+3
* Get proper value for OS error to histogramjar@chromium.org2013-12-132-6/+10
* Handle error in a socket->connect() attempt inside quic_stream_factoryjar@chromium.org2013-12-132-0/+8
* Pass the least amount of info to CreateSocket and RandomBind.wtc@chromium.org2013-12-124-28/+40
* Add support of IP_MULTICAST_IF in UDP sockets.vitalybuka@chromium.org2013-12-058-16/+159
* Don't HANDLE_EINTR(close). Either IGNORE_EINTR(close) or just close.mark@chromium.org2013-12-032-2/+1
* Implement support for p2p socket UDP packages to set the Differntiated Servic...hubbe@chromium.org2013-10-227-0/+44