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
/
udp_socket_unittest.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update net/ to use scoped_refptr<T>::get() rather than implicit "operator T*"
rsleevi@chromium.org
2013-06-01
1
-10
/
+10
*
Introduce Multicast Socket API
ikarienator@chromium.org
2013-04-30
1
-0
/
+54
*
Rewrite std::string("") to std::string(), Linux edition.
dcheng@chromium.org
2013-04-09
1
-2
/
+2
*
Revert "Rewrite std::string("") to std::string(), Linux edition."
dcheng@chromium.org
2013-04-09
1
-2
/
+2
*
Rewrite std::string("") to std::string(), Linux edition.
dcheng@chromium.org
2013-04-09
1
-2
/
+2
*
net: move test files out of net/base
phajdan.jr@chromium.org
2013-03-18
1
-1
/
+1
*
Make UDPSocket{Libevent,Win}::Connect close socket if it fails
ttuttle@chromium.org
2013-02-22
1
-0
/
+22
*
net: Disable/fix three UDPSocketTest unit tests for Android.
digit@chromium.org
2012-11-15
1
-4
/
+17
*
Fixed UDP unittests for MacOS X 10.7
ygorshenin@chromium.org
2012-09-18
1
-3
/
+12
*
Fail UDP socket unittests early if the socket cannot be bound.
droger@chromium.org
2012-09-11
1
-3
/
+3
*
Added broadcasting feature to UDP server sockets.
ygorshenin@chromium.org
2012-07-16
1
-0
/
+39
*
CapturingNetLog - remove maximum entries constructor argument.
mmenke@chromium.org
2012-06-08
1
-2
/
+2
*
Rename CapturingNetLog::Entry to CapturingNetLog::CaptureEntry,
mmenke@chromium.org
2012-06-02
1
-2
/
+2
*
Reimplements net::AddressList without struct addrinfo.
szym@chromium.org
2012-05-07
1
-2
/
+1
*
Migrate net/socket/socket.h, net/socket/stream_socket.h to base::Bind().
ajwong@chromium.org
2011-12-09
1
-10
/
+11
*
Add NetLog support to UDP sockets.
mmenke@chromium.org
2011-10-18
1
-16
/
+55
*
Begin CompletionCallback switchover.
willchan@chromium.org
2011-10-01
1
-5
/
+5
*
some cleanup for base/stl_util
dilmah@chromium.org
2011-07-19
1
-1
/
+1
*
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
1
-3
/
+94
*
Fix UDPSocket::GetLocalAddress() to return correct port number.
sergeyu@chromium.org
2011-04-05
1
-1
/
+1
*
Don't fire callbacks on Close(). Caller should take care of this already,
mbelshe@chromium.org
2011-03-14
1
-2
/
+1
*
UDP sockets implementation for windows.
sergeyu@chromium.org
2011-03-12
1
-11
/
+51
*
Revert 77870 - UDP sockets implementation for windows.
sergeyu@chromium.org
2011-03-11
1
-51
/
+11
*
UDP sockets implementation for windows.
sergeyu@chromium.org
2011-03-11
1
-11
/
+51
*
Revert 77855 - UDP sockets implementation for windows.
sergeyu@chromium.org
2011-03-11
1
-52
/
+12
*
UDP sockets implementation for windows.
sergeyu@chromium.org
2011-03-11
1
-12
/
+52
*
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
1
-54
/
+29
*
Add an initial API and implementation for UDP Sockets.
mbelshe@chromium.org
2011-03-02
1
-0
/
+305