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
*
Guard socket file descriptor in UDPSocketLibevent
sergeyu
2015-04-03
1
-0
/
+82
*
Move NetLog code from src/net/base to src/net/log.
eroman
2015-04-02
9
-12
/
+12
*
Remove memory corruption detection code from UDPSocketLibevent
sergeyu
2015-03-31
2
-15
/
+0
*
Add trivial memory corruption detection in UdpSocketLibevent.
sergeyu
2015-03-27
2
-6
/
+17
*
PCHECK when closing UDP sockets only when errno=EBADF.
sergeyu
2015-03-20
1
-1
/
+7
*
Instrument UDP socket's read callback code (in QUIC) to find jank in
rtenneti
2015-03-10
1
-1
/
+14
*
Split bug 418183 into separate bugs for each janky piece and remove the
pkasting
2015-02-28
1
-7
/
+2
*
PCHECK when closing UDP sockets
sergeyu
2015-02-17
1
-2
/
+1
*
removing all the code related to chrome://stats
cpu
2015-02-12
2
-10
/
+0
*
Adding instrumentation to locate the source of jankiness.
Peter Kasting
2015-02-05
1
-2
/
+2
*
UDP: Windows implementation using non-blocking IO
hclam
2015-02-05
8
-83
/
+509
*
Fix variable shadowing warnings in UDPSocketWin on VS2015
scottmg
2015-01-27
1
-6
/
+6
*
Cleanup: Better constify some strings in net/.
thestig
2015-01-24
1
-1
/
+1
*
Remove timing limitation to set Broadcast, ReceiveBuffer, and SendBuffer opti...
hidehiko
2014-12-08
9
-220
/
+240
*
Use uint16 for port numbers more pervasively.
pkasting
2014-11-20
2
-9
/
+10
*
Add a new NetworkActivityMonitor to track network activity across all
rch
2014-11-14
2
-0
/
+6
*
Remove implicit conversions from scoped_refptr to T* in net/
dcheng
2014-11-13
1
-2
/
+2
*
Switching profiler instrumentations from ScopedProfile to ScopedTracker. This...
vadimt
2014-10-29
1
-5
/
+5
*
Standardize usage of virtual/override/final in net/
dcheng
2014-10-21
5
-43
/
+45
*
Convert ARRAYSIZE_UNSAFE -> arraysize in net/.
viettrungluu
2014-10-16
1
-1
/
+1
*
replace OVERRIDE and FINAL with override and final in net/
mostynb
2014-10-09
3
-31
/
+31
*
An internal tool shows that the task created by ObjectWatcher::DoneWaiting is...
sergeyu
2014-10-01
1
-0
/
+11
*
DCHECK -> CHECK for UDPSocket Read/Write calls when previous in progress.
vitalybuka
2014-09-23
2
-4
/
+4
*
Make DSCP work for UDP sockets on windows
hubbe@chromium.org
2014-08-12
3
-4
/
+387
*
Fix a typo in the comment of the RecvFrom method.
wtc@chromium.org
2014-07-01
3
-3
/
+3
*
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
[next]