summaryrefslogtreecommitdiffstats
path: root/net/udp/datagram_socket.h
Commit message (Expand)AuthorAgeFilesLines
* Remove the rest of #pragma once in one big CL.ajwong@chromium.org2012-07-111-1/+0
* Rename NET_API to NET_EXPORT, and rename NET_TEST to NET_EXPORT_PRIVATE.darin@chromium.org2011-08-121-2/+2
* DatagramSocket: added NetLog accessor.agayev@chromium.org2011-07-181-0/+4
* Add support for random UDP source port selection to avoid birthday attacks in...agayev@chromium.org2011-06-291-0/+6
* Net: Add NET_API to the UDP code.rvargas@google.com2011-05-211-1/+3
* Use IPEndPoint for UDP sockets.sergeyu@chromium.org2011-03-091-3/+3
* Add an initial API and implementation for UDP Sockets.mbelshe@chromium.org2011-03-021-0/+32