index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
udp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove Purify and Quantify.Doing so will reduce substantially the size of the...
jeanluc@chromium.org
2011-08-17
1
-8
/
+0
*
Rename NET_API to NET_EXPORT, and rename NET_TEST to NET_EXPORT_PRIVATE.
darin@chromium.org
2011-08-12
5
-6
/
+7
*
some cleanup for base/stl_util
dilmah@chromium.org
2011-07-19
1
-1
/
+1
*
DatagramSocket: added NetLog accessor.
agayev@chromium.org
2011-07-18
7
-0
/
+18
*
Implements DnsTransaction class.
agayev@chromium.org
2011-06-30
1
-1
/
+0
*
Add support for random UDP source port selection to avoid birthday attacks in...
agayev@chromium.org
2011-06-29
9
-47
/
+255
*
net doesn't depend on libevent directly now.
wtc@chromium.org
2011-06-22
1
-5
/
+0
*
Net: Add NET_API to the UDP code.
rvargas@google.com
2011-05-21
5
-5
/
+7
*
Rename ClientSocket to StreamSocket.
sergeyu@chromium.org
2011-05-05
1
-1
/
+1
*
Fix UDPSocket::GetLocalAddress() to return correct port number.
sergeyu@chromium.org
2011-04-05
3
-3
/
+3
*
Move some files from base to base/memory.
levin@chromium.org
2011-03-28
3
-5
/
+5
*
Removed the static on all stats macros and changed the static declaration
rtenneti@chromium.org
2011-03-22
2
-5
/
+5
*
Fix DCHECK in UDPSocket::RecvFrom().
sergeyu@chromium.org
2011-03-16
4
-57
/
+91
*
Move MapWinsockError() and MapPosixError() to net_errors.h.
sergeyu@chromium.org
2011-03-15
2
-69
/
+20
*
Don't fire callbacks on Close(). Caller should take care of this already,
mbelshe@chromium.org
2011-03-14
3
-11
/
+16
*
UDP sockets implementation for windows.
sergeyu@chromium.org
2011-03-12
7
-51
/
+642
*
Revert 77870 - UDP sockets implementation for windows.
sergeyu@chromium.org
2011-03-11
7
-642
/
+51
*
UDP sockets implementation for windows.
sergeyu@chromium.org
2011-03-11
7
-51
/
+642
*
Revert 77855 - UDP sockets implementation for windows.
sergeyu@chromium.org
2011-03-11
7
-643
/
+52
*
UDP sockets implementation for windows.
sergeyu@chromium.org
2011-03-11
7
-52
/
+643
*
Fix clang warning in UDPSocketTest.
sergeyu@chromium.org
2011-03-09
1
-1
/
+1
*
Use IPEndPoint for UDP sockets.
sergeyu@chromium.org
2011-03-09
10
-153
/
+136
*
Fix clang build.
mbelshe@chromium.org
2011-03-02
2
-2
/
+9
*
Add an initial API and implementation for UDP Sockets.
mbelshe@chromium.org
2011-03-02
11
-0
/
+1223