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
/
socks5_client_socket.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
net: move IsLocalhost() function into url_util.h
tfarina
2016-02-23
1
-1
/
+0
*
Convert Pass()→std::move() in //net
dcheng
2015-12-26
1
-3
/
+4
*
Switch to standard integer types in net/.
Avi Drissman
2015-12-20
1
-8
/
+7
*
net: Rename NetLog's IntegerCallback method to IntCallback.
tfarina
2015-10-27
1
-5
/
+5
*
Implement GetTotalReceivedBytes() for StreamSocket
tbansal
2015-10-14
1
-0
/
+4
*
Collect all ConnectionAttempts from both sockets in TransportConnectJob.
ttuttle
2015-05-15
1
-0
/
+3
*
Move NetLog code from src/net/base to src/net/log.
eroman
2015-04-02
1
-1
/
+1
*
Mechanical rename of tracing includes for /net
primiano
2015-01-30
1
-1
/
+1
*
replace COMPILE_ASSERT with static_assert in net/
mostynb
2015-01-20
1
-2
/
+2
*
make SetReceiveBufferSize and SetSendBufferSize return net error codes (inste...
jar@chromium.org
2014-04-09
1
-2
/
+2
*
Revert 261966 "make SetReceiveBufferSize and SetSendBufferSize r..."
jschuh@chromium.org
2014-04-05
1
-2
/
+2
*
make SetReceiveBufferSize and SetSendBufferSize return net error codes (inste...
jar@chromium.org
2014-04-05
1
-2
/
+2
*
Use sockets with unread data if they've never been used before.
davidben@chromium.org
2014-03-26
1
-13
/
+33
*
Clean up a few unused globals.
thakis@chromium.org
2013-09-25
1
-1
/
+0
*
[net] Use scoped_ptr<> consistently in ClientSocketFactory and related code
akalin@chromium.org
2013-08-15
1
-3
/
+3
*
Remove deprecated functions that take StreamSockets instead of handles
akalin@chromium.org
2013-08-14
1
-16
/
+0
*
Use a direct include of strings headers in net/ocsp/, net/proxy/, net/quic/, ...
avi@chromium.org
2013-06-11
1
-1
/
+1
*
Update net/ to use scoped_refptr<T>::get() rather than implicit "operator T*"
rsleevi@chromium.org
2013-06-01
1
-8
/
+8
*
net: Remove use of ALLOW_THIS_IN_INITIALIZER_LIST.
scherkus@chromium.org
2013-04-30
1
-6
/
+4
*
Remove experimental code to pick the "warmest" socket
mmenke@chromium.org
2013-03-30
1
-16
/
+0
*
Change SpdySession::GetSSLInfo to get the SSLInfo from the underlying socket
rch@chromium.org
2012-07-19
1
-0
/
+17
*
NetLogEventParameter to Callback refactoring 9.
mmenke@chromium.org
2012-06-14
1
-29
/
+19
*
fixed issue 128383 - replace GetPeerAddress(AddressList* address) with GetPee...
zhaoqin@chromium.org
2012-06-08
1
-1
/
+1
*
Reimplements net::AddressList without struct addrinfo.
szym@chromium.org
2012-05-07
1
-1
/
+0
*
Add a new GetNegotiatedProtocol method to StreamSocket and implement in all s...
rch@chromium.org
2012-04-03
1
-0
/
+8
*
Add base::HostToNetXX() & NetToHostXX(), and use them to replace htonX() & nt...
wez@chromium.org
2012-03-28
1
-2
/
+3
*
Migrate net/socket/socket.h, net/socket/stream_socket.h to base::Bind().
ajwong@chromium.org
2011-12-09
1
-56
/
+18
*
Revert 113699 - base::Bind: Convert Socket::Write.
jhawkins@chromium.org
2011-12-09
1
-10
/
+2
*
base::Bind: Convert Socket::Write.
jhawkins@chromium.org
2011-12-08
1
-2
/
+10
*
base::Bind: Convert Socket::Read.
jhawkins@chromium.org
2011-12-07
1
-1
/
+9
*
base::Bind: Convert StreamSocket::Connect.
jhawkins@chromium.org
2011-12-06
1
-11
/
+41
*
Begin CompletionCallback switchover.
willchan@chromium.org
2011-10-01
1
-4
/
+4
*
Warmth of a connection (cwnd) is estimated by the amount of data written to t...
gagansingh@google.com
2011-06-27
1
-1
/
+17
*
Revert 90373 - Warmth of a connection (cwnd) is estimated by the amount of da...
dimich@chromium.org
2011-06-24
1
-17
/
+1
*
Warmth of a connection (cwnd) is estimated by the amount of data written to t...
gagansingh@google.com
2011-06-24
1
-1
/
+17
*
Rename ClientSocket to StreamSocket.
sergeyu@chromium.org
2011-05-05
1
-1
/
+1
*
Added GetLocalAddress() in net::ClientSocket.
sergeyu@chromium.org
2011-04-19
1
-0
/
+4
*
NetLog: Log net error codes on a lot of EndEvents.
mmenke@chromium.org
2011-02-08
1
-5
/
+7
*
Deinline even more destructors.
erg@google.com
2010-12-14
1
-0
/
+4
*
Convert implicit scoped_refptr constructor calls to explicit ones, part 2
thakis@chromium.org
2010-11-02
1
-10
/
+18
*
Add experimental option for TCP FastOpen.
mbelshe@chromium.org
2010-10-26
1
-0
/
+8
*
Move debug-related stuff from base to the base/debug directory and use the
brettw@chromium.org
2010-10-26
1
-0
/
+1
*
Remove scoped_bstr_win, fix all callers to use the new location.
brettw@chromium.org
2010-10-20
1
-1
/
+0
*
Fix ClientSocketHandle reuse_type(). Correctly track socket use.
willchan@chromium.org
2010-09-02
1
-0
/
+8
*
Gather preconnection use vs waste statistics
jar@chromium.org
2010-08-25
1
-0
/
+16
*
Fix a crash where we are checking IsConnected(). If you look into the
mbelshe@chromium.org
2010-08-25
1
-1
/
+0
*
More cleanup to address TODOs in net_log.h.
eroman@chromium.org
2010-04-28
1
-24
/
+26
*
Cleanup: Address some of the todos in net_log.h
eroman@chromium.org
2010-04-27
1
-48
/
+13
*
Add net log entries that summarize transmit and receive byte counts.
vandebo@chromium.org
2010-04-23
1
-11
/
+8
*
Implement SOCKSClientSocketPool
vandebo@chromium.org
2010-03-22
1
-14
/
+37
[next]