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
*
make SetReceiveBufferSize and SetSendBufferSize return net error codes (inste...
jar@chromium.org
2014-04-09
9
-48
/
+57
*
Revert 261966 "make SetReceiveBufferSize and SetSendBufferSize r..."
jschuh@chromium.org
2014-04-05
9
-57
/
+48
*
make SetReceiveBufferSize and SetSendBufferSize return net error codes (inste...
jar@chromium.org
2014-04-05
9
-48
/
+57
*
Standardize error reporting of IPEndPoint::ToSockAddr and
wtc@chromium.org
2014-03-26
2
-6
/
+6
*
r=rch
jar@chromium.org
2014-03-25
1
-1
/
+1
*
Check return results for setting socket buffer sizes in QUIC
jar@chromium.org
2014-03-24
1
-8
/
+32
*
Remove NetLog::LOG_BASIC.
davidben@chromium.org
2014-03-12
2
-4
/
+4
*
Bind before sandbox lockdown on Windows.
vitalybuka@chromium.org
2014-03-10
7
-0
/
+22
*
Revert 255311 "Bind before sandbox lockdown on Windows."
vitalybuka@chromium.org
2014-03-07
7
-22
/
+0
*
Bind before sandbox lockdown on Windows.
vitalybuka@chromium.org
2014-03-06
7
-0
/
+22
*
Fix error checking and error reporting in GetIPv4AddressFromIndex.
wtc@chromium.org
2014-03-04
1
-3
/
+3
*
Map posix error codes in bind better, and fix one windows mapping.
jar@chromium.org
2013-12-21
2
-3
/
+15
*
Map address-in-use error codes for bind more correctly on Windows
jar@chromium.org
2013-12-16
1
-0
/
+3
*
Get proper value for OS error to histogram
jar@chromium.org
2013-12-13
2
-6
/
+10
*
Handle error in a socket->connect() attempt inside quic_stream_factory
jar@chromium.org
2013-12-13
2
-0
/
+8
*
Pass the least amount of info to CreateSocket and RandomBind.
wtc@chromium.org
2013-12-12
4
-28
/
+40
*
Add support of IP_MULTICAST_IF in UDP sockets.
vitalybuka@chromium.org
2013-12-05
8
-16
/
+159
*
Don't HANDLE_EINTR(close). Either IGNORE_EINTR(close) or just close.
mark@chromium.org
2013-12-03
2
-2
/
+1
*
Implement support for p2p socket UDP packages to set the Differntiated Servic...
hubbe@chromium.org
2013-10-22
7
-0
/
+44
*
PlatformSocketFactory integrated with libevent sockets.
vitalybuka@chromium.org
2013-08-29
2
-1
/
+3
*
SocketDescriptor moved to separate file.
vitalybuka@chromium.org
2013-08-28
1
-2
/
+1
*
Add local address of UDP sockets used to check IPv6 support to NetLog
szym@chromium.org
2013-07-23
2
-0
/
+4
*
Use a direct include of the message_loop header in net/, part 3.
avi@chromium.org
2013-07-18
3
-5
/
+5
*
Remove net::ServerSocket::setAllowReuseAddress and fix server socket on Windows.
ikarienator@chromium.org
2013-07-04
2
-27
/
+50
*
Added PlatformSocketFactory to override WSASocket calls.
vitalybuka@chromium.org
2013-07-02
1
-2
/
+1
*
Make net and ipc explicitly use the base namespace for Values.
brettw@chromium.org
2013-06-13
1
-8
/
+8
*
Use a direct include of strings headers in net/test/, net/third_party/, net/t...
avi@chromium.org
2013-06-11
1
-1
/
+1
*
Add multicast support to DatagramServerSocket
noamsml@chromium.org
2013-06-08
3
-0
/
+47
*
Update net/ to use scoped_refptr<T>::get() rather than implicit "operator T*"
rsleevi@chromium.org
2013-06-01
2
-13
/
+14
*
net: Use base::MessageLoop.
xhwang@chromium.org
2013-05-23
2
-8
/
+8
*
Adding ERR_SOCKET_IS_CONNECTED.
ikarienator@chromium.org
2013-05-01
2
-6
/
+6
*
net: Remove use of ALLOW_THIS_IN_INITIALIZER_LIST.
scherkus@chromium.org
2013-04-30
1
-2
/
+2
*
Introduce Multicast Socket API
ikarienator@chromium.org
2013-04-30
5
-13
/
+406
*
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
3
-0
/
+26
*
[net/udp] Measure the time spent in UDP closesocket on Windows.
szym@chromium.org
2013-01-10
1
-0
/
+4
*
[net] Make IPEndPoint::GetFamily() return AddressFamily and add GetSockAddrFa...
szym@chromium.org
2012-12-13
2
-3
/
+3
*
net: Disable/fix three UDPSocketTest unit tests for Android.
digit@chromium.org
2012-11-15
1
-4
/
+17
*
Move eintr_wrapper.h from base to base/posix
brettw@chromium.org
2012-11-14
2
-2
/
+2
*
Fixed UDP unittests for MacOS X 10.7
ygorshenin@chromium.org
2012-09-18
1
-3
/
+12
*
SO_REUSEPORT socket option is set up when Broadcast feature is requested. Pre...
ygorshenin@chromium.org
2012-09-18
1
-6
/
+10
*
[net/udp] Create UDPSocketWin::Core which persists until all network operatio...
szym@chromium.org
2012-09-12
2
-86
/
+156
*
Fail UDP socket unittests early if the socket cannot be bound.
droger@chromium.org
2012-09-11
1
-3
/
+3
*
[net/udp] Close events and invalidate handles when UDPSocketWin is closed
szym@chromium.org
2012-08-26
1
-0
/
+6
*
Clean-up inline members of nested classes (net/)
hans@chromium.org
2012-08-09
2
-8
/
+12
*
Fix comment nits. This is a follow-up to
wtc@chromium.org
2012-08-07
3
-13
/
+13
*
Added broadcasting feature to UDP server sockets.
ygorshenin@chromium.org
2012-07-16
8
-3
/
+182
[next]