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
/
socket
/
tcp_client_socket_win.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Added PlatformSocketFactory to override WSASocket calls.
vitalybuka@chromium.org
2013-07-02
1
-3
/
+2
*
Use a direct include of strings headers in net/ocsp/, net/proxy/, net/quic/, ...
avi@chromium.org
2013-06-11
1
-1
/
+1
*
net: Remove use of ALLOW_THIS_IN_INITIALIZER_LIST.
scherkus@chromium.org
2013-04-30
1
-2
/
+2
*
Remove experimental code to pick the "warmest" socket
mmenke@chromium.org
2013-03-30
1
-15
/
+1
*
Retrieve more accurate error code (WSAECONNRESET vs.
wtc@chromium.org
2013-03-15
1
-12
/
+19
*
[net] Make IPEndPoint::GetFamily() return AddressFamily and add GetSockAddrFa...
szym@chromium.org
2012-12-13
1
-2
/
+2
*
Switch the TCP reads on Windows to use non-blocking/non-async I/O.
pmeenan@google.com
2012-10-31
1
-49
/
+136
*
The WSARecv and WSASend MSDN pages say the WSABUF arrays
wtc@chromium.org
2012-09-21
1
-13
/
+13
*
Fix TCPClientSocket::GetLocalAddress() to work when socket is not connected.
sergeyu@chromium.org
2012-07-20
1
-2
/
+10
*
Change SpdySession::GetSSLInfo to get the SSLInfo from the underlying socket
rch@chromium.org
2012-07-19
1
-0
/
+8
*
NetLogEventParameter to Callback refactoring 9.
mmenke@chromium.org
2012-06-14
1
-23
/
+19
*
NetLogEventParameter to Callback refactoring 1,
mmenke@chromium.org
2012-06-12
1
-2
/
+1
*
fixed issue 128383 - replace GetPeerAddress(AddressList* address) with GetPee...
zhaoqin@chromium.org
2012-06-08
1
-2
/
+2
*
Add the SOCKET_READ_ERROR and SOCKET_WRITE_ERROR events to NetLog
wtc@chromium.org
2012-06-07
1
-6
/
+25
*
Add socket.setKeepAlive() and socket.setNoDelay().
penghuang@chromium.org
2012-05-29
1
-44
/
+63
*
Reimplements net::AddressList without struct addrinfo.
szym@chromium.org
2012-05-07
1
-25
/
+25
*
Add a new GetNegotiatedProtocol method to StreamSocket and implement in all s...
rch@chromium.org
2012-04-03
1
-0
/
+4
*
While calling IO methods on accepted TCP sockets we run into problem that Ass...
ygorshenin@chromium.org
2012-02-22
1
-6
/
+7
*
Revert 122760 - While calling IO methods on accepted TCP sockets we run into ...
jam@chromium.org
2012-02-20
1
-7
/
+6
*
While calling IO methods on accepted TCP sockets we run into problem that Ass...
ygorshenin@chromium.org
2012-02-20
1
-6
/
+7
*
Migrate net/socket/socket.h, net/socket/stream_socket.h to base::Bind().
ajwong@chromium.org
2011-12-09
1
-90
/
+13
*
Revert 113699 - base::Bind: Convert Socket::Write.
jhawkins@chromium.org
2011-12-09
1
-65
/
+7
*
base::Bind: Convert Socket::Write.
jhawkins@chromium.org
2011-12-08
1
-7
/
+65
*
base::Bind: Convert Socket::Read.
jhawkins@chromium.org
2011-12-07
1
-0
/
+41
*
base::Bind: Convert StreamSocket::Connect.
jhawkins@chromium.org
2011-12-06
1
-7
/
+42
*
Add NetLog support to UDP sockets.
mmenke@chromium.org
2011-10-18
1
-1
/
+1
*
TcpClientSocketWin::IsConnected could detect EOF
toyoshim@chromium.org
2011-10-11
1
-0
/
+6
*
Begin CompletionCallback switchover.
willchan@chromium.org
2011-10-01
1
-5
/
+5
*
Remove Purify and Quantify.Doing so will reduce substantially the size of the...
jeanluc@chromium.org
2011-08-17
1
-8
/
+0
*
Warmth of a connection (cwnd) is estimated by the amount of data written to t...
gagansingh@google.com
2011-06-27
1
-1
/
+14
*
Revert 90373 - Warmth of a connection (cwnd) is estimated by the amount of da...
dimich@chromium.org
2011-06-24
1
-14
/
+1
*
Warmth of a connection (cwnd) is estimated by the amount of data written to t...
gagansingh@google.com
2011-06-24
1
-1
/
+14
*
Use base::win::GetVersion for Windows run-time version checks in preference to
mark@chromium.org
2011-06-14
1
-5
/
+2
*
Adds URLRequestJob bytes read to NetLog.
mmenke@chromium.org
2011-06-01
1
-8
/
+8
*
Bind() methods for TCP sockets
sergeyu@chromium.org
2011-05-27
1
-92
/
+164
*
Revert 87077 - Bind() methods for TCP sockets
sergeyu@chromium.org
2011-05-27
1
-164
/
+92
*
Bind() methods for TCP sockets
sergeyu@chromium.org
2011-05-27
1
-92
/
+164
*
Revert 87066 - Bind() methods for TCP sockets
sergeyu@chromium.org
2011-05-27
1
-164
/
+92
*
Bind() methods for TCP sockets
sergeyu@chromium.org
2011-05-27
1
-92
/
+164
*
Miscelaneous cleanups to AddressList to make it harder to mis-use.
eroman@chromium.org
2011-05-12
1
-1
/
+1
*
Added GetLocalAddress() in net::ClientSocket.
sergeyu@chromium.org
2011-04-19
1
-0
/
+17
*
Added TCPServerSocket.
sergeyu@chromium.org
2011-04-18
1
-0
/
+1
*
Move some files from base to base/memory.
levin@chromium.org
2011-03-28
1
-2
/
+2
*
Removed the static on all stats macros and changed the static declaration
rtenneti@chromium.org
2011-03-22
1
-6
/
+6
*
Move MapWinsockError() and MapPosixError() to net_errors.h.
sergeyu@chromium.org
2011-03-15
1
-7
/
+7
*
UDP sockets implementation for windows.
sergeyu@chromium.org
2011-03-12
1
-86
/
+1
*
Revert 77870 - UDP sockets implementation for windows.
sergeyu@chromium.org
2011-03-11
1
-1
/
+86
*
UDP sockets implementation for windows.
sergeyu@chromium.org
2011-03-11
1
-86
/
+1
*
Revert 77855 - UDP sockets implementation for windows.
sergeyu@chromium.org
2011-03-11
1
-1
/
+86
*
UDP sockets implementation for windows.
sergeyu@chromium.org
2011-03-11
1
-86
/
+1
[next]