summaryrefslogtreecommitdiffstats
path: root/net/udp/udp_socket_win.cc
Commit message (Expand)AuthorAgeFilesLines
* Change histogram.h includes to histogram_macros.h in net/asvitkine2015-06-171-1/+1
* Remove NetLog::GetCaptureMode() and NetLogCaptureMode::None()eroman2015-05-061-2/+2
* Refactor NetLog::LogLevel --> NetLogCaptureMode.eroman2015-04-231-2/+2
* Apply automated fixits for Chrome clang plugin to net_unittests.dcheng2015-04-171-4/+4
* A few more instrumentation updatespkasting2015-04-101-19/+0
* Move NetLog code from src/net/base to src/net/log.eroman2015-04-021-1/+1
* 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
* removing all the code related to chrome://statscpu2015-02-121-5/+0
* Adding instrumentation to locate the source of jankiness.Peter Kasting2015-02-051-2/+2
* UDP: Windows implementation using non-blocking IOhclam2015-02-051-41/+209
* Fix variable shadowing warnings in UDPSocketWin on VS2015scottmg2015-01-271-6/+6
* Remove timing limitation to set Broadcast, ReceiveBuffer, and SendBuffer opti...hidehiko2014-12-081-55/+45
* Use uint16 for port numbers more pervasively.pkasting2014-11-201-2/+3
* Add a new NetworkActivityMonitor to track network activity across allrch2014-11-141-0/+3
* 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
* 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-231-2/+2
* Make DSCP work for UDP sockets on windowshubbe@chromium.org2014-08-121-4/+174
* make SetReceiveBufferSize and SetSendBufferSize return net error codes (inste...jar@chromium.org2014-04-091-28/+31
* Revert 261966 "make SetReceiveBufferSize and SetSendBufferSize r..."jschuh@chromium.org2014-04-051-31/+28
* make SetReceiveBufferSize and SetSendBufferSize return net error codes (inste...jar@chromium.org2014-04-051-28/+31
* Standardize error reporting of IPEndPoint::ToSockAddr andwtc@chromium.org2014-03-261-2/+2
* 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-121-2/+2
* Bind before sandbox lockdown on Windows.vitalybuka@chromium.org2014-03-101-0/+4
* Revert 255311 "Bind before sandbox lockdown on Windows."vitalybuka@chromium.org2014-03-071-4/+0
* Bind before sandbox lockdown on Windows.vitalybuka@chromium.org2014-03-061-0/+4
* Map posix error codes in bind better, and fix one windows mapping.jar@chromium.org2013-12-211-2/+7
* 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-131-3/+5
* Handle error in a socket->connect() attempt inside quic_stream_factoryjar@chromium.org2013-12-131-0/+4
* Pass the least amount of info to CreateSocket and RandomBind.wtc@chromium.org2013-12-121-12/+17
* Add support of IP_MULTICAST_IF in UDP sockets.vitalybuka@chromium.org2013-12-051-8/+41
* Don't HANDLE_EINTR(close). Either IGNORE_EINTR(close) or just close.mark@chromium.org2013-12-031-1/+0
* Implement support for p2p socket UDP packages to set the Differntiated Servic...hubbe@chromium.org2013-10-221-0/+6
* PlatformSocketFactory integrated with libevent sockets.vitalybuka@chromium.org2013-08-291-0/+1
* Add local address of UDP sockets used to check IPv6 support to NetLogszym@chromium.org2013-07-231-0/+2
* Use a direct include of the message_loop header in net/, part 3.avi@chromium.org2013-07-181-1/+1
* Remove net::ServerSocket::setAllowReuseAddress and fix server socket on Windows.ikarienator@chromium.org2013-07-041-13/+24
* Added PlatformSocketFactory to override WSASocket calls.vitalybuka@chromium.org2013-07-021-2/+1
* Adding ERR_SOCKET_IS_CONNECTED.ikarienator@chromium.org2013-05-011-3/+3
* net: Remove use of ALLOW_THIS_IN_INITIALIZER_LIST.scherkus@chromium.org2013-04-301-2/+2
* Introduce Multicast Socket APIikarienator@chromium.org2013-04-301-4/+130
* Make UDPSocket{Libevent,Win}::Connect close socket if it failsttuttle@chromium.org2013-02-221-0/+2
* [net/udp] Measure the time spent in UDP closesocket on Windows.szym@chromium.org2013-01-101-0/+4
* [net] Make IPEndPoint::GetFamily() return AddressFamily and add GetSockAddrFa...szym@chromium.org2012-12-131-2/+2
* Move eintr_wrapper.h from base to base/posixbrettw@chromium.org2012-11-141-1/+1