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
*
Migrate net/socket/socket.h, net/socket/stream_socket.h to base::Bind().
ajwong@chromium.org
2011-12-09
1
-98
/
+13
*
Revert 113699 - base::Bind: Convert Socket::Write.
jhawkins@chromium.org
2011-12-09
1
-36
/
+0
*
base::Bind: Convert Socket::Write.
jhawkins@chromium.org
2011-12-08
1
-0
/
+36
*
base::Bind: Convert Socket::Read.
jhawkins@chromium.org
2011-12-07
1
-6
/
+51
*
base::Bind: Convert StreamSocket::Connect.
jhawkins@chromium.org
2011-12-06
1
-7
/
+45
*
Begin CompletionCallback switchover.
willchan@chromium.org
2011-10-01
1
-5
/
+5
*
Warmth of a connection (cwnd) is estimated by the amount of data written to t...
gagansingh@google.com
2011-06-27
1
-1
/
+14
*
TCPServerSocketLibevent should call StopWatchingFileDescriptor()
wtc@chromium.org
2011-06-25
1
-2
/
+1
*
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
*
Make TCP FastOpen work again.
wtc@chromium.org
2011-06-22
1
-0
/
+12
*
net doesn't depend on libevent directly now.
wtc@chromium.org
2011-06-22
1
-5
/
+0
*
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
-34
/
+94
*
Revert 87077 - Bind() methods for TCP sockets
sergeyu@chromium.org
2011-05-27
1
-94
/
+34
*
Bind() methods for TCP sockets
sergeyu@chromium.org
2011-05-27
1
-34
/
+94
*
Revert 87066 - Bind() methods for TCP sockets
sergeyu@chromium.org
2011-05-27
1
-94
/
+34
*
Bind() methods for TCP sockets
sergeyu@chromium.org
2011-05-27
1
-34
/
+94
*
Miscelaneous cleanups to AddressList to make it harder to mis-use.
eroman@chromium.org
2011-05-12
1
-2
/
+2
*
Added GetLocalAddress() in net::ClientSocket.
sergeyu@chromium.org
2011-04-19
1
-0
/
+18
*
Removed the static on all stats macros and changed the static declaration
rtenneti@chromium.org
2011-03-22
1
-5
/
+5
*
Move MapWinsockError() and MapPosixError() to net_errors.h.
sergeyu@chromium.org
2011-03-15
1
-48
/
+9
*
NetLog: Log net error codes on a lot of EndEvents.
mmenke@chromium.org
2011-02-08
1
-5
/
+2
*
Log source ip and port in NetLog.
willchan@chromium.org
2011-01-26
1
-4
/
+31
*
Set TCP keep alive on Linux and Mac.
willchan@chromium.org
2011-01-14
1
-0
/
+24
*
Start deinlining non-empty virtual methods. (This will be automatically checked
erg@google.com
2010-12-09
1
-0
/
+4
*
net: assorted changes needed for Snap Start tests.
agl@chromium.org
2010-11-10
1
-0
/
+15
*
Convert implicit scoped_refptr constructor calls to explicit ones, part 2
thakis@chromium.org
2010-11-02
1
-4
/
+5
*
Adds a new error (ERR_NETWORK_ACCESS_DENIED) for when network
mmenke@chromium.org
2010-11-02
1
-0
/
+2
*
Add experimental option for TCP FastOpen.
mbelshe@chromium.org
2010-10-26
1
-6
/
+53
*
Revert 63648 - Revert 63643 - Add Reset to ClientSocket::UseHistory, and call...
cbentzel@chromium.org
2010-10-25
1
-1
/
+8
*
Revert 63643 - Add Reset to ClientSocket::UseHistory, and call on TCP disconn...
cbentzel@chromium.org
2010-10-23
1
-8
/
+1
*
Add Reset to ClientSocket::UseHistory, and call on TCP disconnect.
cbentzel@chromium.org
2010-10-23
1
-1
/
+8
*
Convert LOG(INFO) to VLOG(1) - net/.
pkasting@chromium.org
2010-10-16
1
-4
/
+4
*
Add actual bytes sent/received to net-internals.
mmenke@chromium.org
2010-10-14
1
-8
/
+8
*
Move Stats, histograms, and field trial into a metrics subdirectory of base and
brettw@chromium.org
2010-10-14
1
-6
/
+6
*
Return ERR_INTERNET_DISCONNECTED in place of ERR_NAME_NOT_RESOLVED and ERR_AD...
eroman@chromium.org
2010-10-09
1
-0
/
+7
*
Clarify the semantics of Socket::Read() and Socket::Write(),
rch@chromium.org
2010-10-05
1
-1
/
+1
*
Update ClientSocket::GetPeerAddress() to specify the
rch@chromium.org
2010-09-25
1
-1
/
+1
*
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
[next]