summaryrefslogtreecommitdiffstats
path: root/net/udp
Commit message (Expand)AuthorAgeFilesLines
* Remove Purify and Quantify.Doing so will reduce substantially the size of the...jeanluc@chromium.org2011-08-171-8/+0
* Rename NET_API to NET_EXPORT, and rename NET_TEST to NET_EXPORT_PRIVATE.darin@chromium.org2011-08-125-6/+7
* some cleanup for base/stl_utildilmah@chromium.org2011-07-191-1/+1
* DatagramSocket: added NetLog accessor.agayev@chromium.org2011-07-187-0/+18
* Implements DnsTransaction class.agayev@chromium.org2011-06-301-1/+0
* Add support for random UDP source port selection to avoid birthday attacks in...agayev@chromium.org2011-06-299-47/+255
* net doesn't depend on libevent directly now.wtc@chromium.org2011-06-221-5/+0
* Net: Add NET_API to the UDP code.rvargas@google.com2011-05-215-5/+7
* Rename ClientSocket to StreamSocket.sergeyu@chromium.org2011-05-051-1/+1
* Fix UDPSocket::GetLocalAddress() to return correct port number.sergeyu@chromium.org2011-04-053-3/+3
* Move some files from base to base/memory.levin@chromium.org2011-03-283-5/+5
* Removed the static on all stats macros and changed the static declarationrtenneti@chromium.org2011-03-222-5/+5
* Fix DCHECK in UDPSocket::RecvFrom().sergeyu@chromium.org2011-03-164-57/+91
* Move MapWinsockError() and MapPosixError() to net_errors.h.sergeyu@chromium.org2011-03-152-69/+20
* Don't fire callbacks on Close(). Caller should take care of this already,mbelshe@chromium.org2011-03-143-11/+16
* UDP sockets implementation for windows.sergeyu@chromium.org2011-03-127-51/+642
* Revert 77870 - UDP sockets implementation for windows.sergeyu@chromium.org2011-03-117-642/+51
* UDP sockets implementation for windows.sergeyu@chromium.org2011-03-117-51/+642
* Revert 77855 - UDP sockets implementation for windows.sergeyu@chromium.org2011-03-117-643/+52
* UDP sockets implementation for windows.sergeyu@chromium.org2011-03-117-52/+643
* Fix clang warning in UDPSocketTest.sergeyu@chromium.org2011-03-091-1/+1
* Use IPEndPoint for UDP sockets.sergeyu@chromium.org2011-03-0910-153/+136
* Fix clang build.mbelshe@chromium.org2011-03-022-2/+9
* Add an initial API and implementation for UDP Sockets.mbelshe@chromium.org2011-03-0211-0/+1223