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_libevent.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Give a more specific error code when connect() fails synchronously with EHOST...
eroman@chromium.org
2010-09-10
1
-1
/
+2
*
Fix SetOmniboxSpeculation in TcpClientSocket*
cbentzel@chromium.org
2010-09-08
1
-1
/
+1
*
Revert 58684 - Fix SetOmniboxSpeculation in TcpClientSocket*
cbentzel@chromium.org
2010-09-07
1
-1
/
+1
*
Fix SetOmniboxSpeculation in TcpClientSocket*
cbentzel@chromium.org
2010-09-07
1
-1
/
+1
*
Fix ClientSocketHandle reuse_type(). Correctly track socket use.
willchan@chromium.org
2010-09-02
1
-0
/
+4
*
Gather preconnection use vs waste statistics
jar@chromium.org
2010-08-25
1
-2
/
+23
*
In about:net-internals, each SOCKET created by a CONNECT_JOB holds a referenc...
mmenke@chromium.org
2010-08-25
1
-3
/
+8
*
Fix some network counters to work on linux/mac.
mbelshe@chromium.org
2010-07-19
1
-0
/
+9
*
Clang: Do not ignore result of HANDLE_EINTR.
thakis@chromium.org
2010-06-23
1
-1
/
+2
*
Revert 49982 - patch
thakis@chromium.org
2010-06-16
1
-2
/
+1
*
patch
thakis@chromium.org
2010-06-16
1
-1
/
+2
*
In addition to the logging the IP address that a TCP connect is made to, also...
eroman@chromium.org
2010-06-16
1
-1
/
+1
*
Rework the logging for sockets/connectjobs.
eroman@chromium.org
2010-06-03
1
-1
/
+2
*
net-internals: Log the addresses that were attempted during a TCP connect, an...
eroman@chromium.org
2010-05-21
1
-26
/
+2
*
Remove the TRACE_EVENT for network states. This is no longer needed, since mo...
eroman@chromium.org
2010-05-21
1
-9
/
+0
*
net-internals: Log the addresses that were attempted during a TCP connect, an...
eroman@chromium.org
2010-05-20
1
-20
/
+62
*
Make TCPClientSocket* inherit from NonThreadSafe.
willchan@chromium.org
2010-05-19
1
-0
/
+13
*
Always fallback to the next address when doing TCP connect (libevent impl).
eroman@chromium.org
2010-05-19
1
-94
/
+92
*
chunk of straightforward ifdef/include changes for BSD port
pvalchev@google.com
2010-05-19
1
-0
/
+3
*
More cleanup to address TODOs in net_log.h.
eroman@chromium.org
2010-04-28
1
-13
/
+13
*
Cleanup: Address some of the todos in net_log.h
eroman@chromium.org
2010-04-27
1
-4
/
+8
*
Add net log entries that summarize transmit and receive byte counts.
vandebo@chromium.org
2010-04-23
1
-14
/
+15
*
Generalize the net module's LoadLog facility from a passive container, to an ...
eroman@chromium.org
2010-03-16
1
-12
/
+12
*
Really connect to the same server in FTP network transaction.
phajdan.jr@chromium.org
2010-02-20
1
-3
/
+6
*
Linux, Mac: disable Nagle.
agl@chromium.org
2010-01-20
1
-6
/
+24
*
Allow using system libevent instead of the bundled one.
phajdan.jr@chromium.org
2010-01-07
1
-1
/
+4
*
Map EPIPE to ERR_CONNECTION_RESET.
wtc@chromium.org
2009-12-03
1
-0
/
+1
*
Define the GetPeerName method of the ClientSocket interface for all
wtc@chromium.org
2009-11-30
1
-2
/
+2
*
Fix a style nit in client_socket.h.
wtc@chromium.org
2009-11-10
1
-22
/
+23
*
Map WSAEACCES (which is reported by connect if Windows Firewall
wtc@chromium.org
2009-11-05
1
-2
/
+6
*
Add LoadLog to ClientSocket::Connect().
willchan@chromium.org
2009-11-02
1
-10
/
+32
*
Non-blocking connect() attempts may fail synchronously in some cases. When
mark@chromium.org
2009-09-11
1
-23
/
+49
*
Add methods for setting socket buffers to the Socket
mbelshe@google.com
2009-09-09
1
-0
/
+17
*
Rebaseline block-test* tests for Mac.
darin@chromium.org
2009-08-12
1
-0
/
+2
*
Add a new net::Error value: ERR_CONNECTION_TIMED_OUT.
willchan@chromium.org
2009-08-07
1
-2
/
+11
*
Move socket related files from net/base to net/socket.
willchan@chromium.org
2009-06-22
1
-0
/
+373