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
/
http
/
http_proxy_client_socket.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Standardize usage of virtual/override/final in net/
dcheng
2014-10-21
1
-30
/
+29
*
replace OVERRIDE and FINAL with override and final in net/
mostynb
2014-10-09
1
-24
/
+24
*
Add embedder-specific headers to HTTP CONNECT tunnel request
bengr
2014-09-10
1
-0
/
+7
*
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 a dummy HttpStream for proxy redirects
akalin@chromium.org
2013-06-24
1
-0
/
+5
*
Remove experimental code to pick the "warmest" socket
mmenke@chromium.org
2013-03-30
1
-2
/
+0
*
Fix proxy CONNECT response handling
ttuttle@chromium.org
2012-08-09
1
-1
/
+1
*
Change SpdySession::GetSSLInfo to get the SSLInfo from the underlying socket
rch@chromium.org
2012-07-19
1
-0
/
+2
*
Remove the rest of #pragma once in one big CL.
ajwong@chromium.org
2012-07-11
1
-1
/
+0
*
fixed issue 128383 - replace GetPeerAddress(AddressList* address) with GetPee...
zhaoqin@chromium.org
2012-06-08
1
-1
/
+1
*
Add a new GetNegotiatedProtocol method to StreamSocket and implement in all s...
rch@chromium.org
2012-04-03
1
-0
/
+1
*
Move NextProto enum to a new file net/socket/next_proto.h
rch@chromium.org
2012-03-31
1
-3
/
+3
*
Minor refactor of ProxyClientSocket.
rch@chromium.org
2012-02-25
1
-20
/
+6
*
Revert 118950 - Allow chrome to handle 407 auth challenges to CONNECT requests
rch@chromium.org
2012-02-03
1
-4
/
+17
*
Allow chrome to handle 407 auth challenges to CONNECT requests
rch@chromium.org
2012-01-25
1
-17
/
+4
*
base::Bind: Convert most of net/http.
jhawkins@chromium.org
2011-12-20
1
-2
/
+2
*
Added protocol_version negotiated with the server.
rtenneti@google.com
2011-12-20
1
-0
/
+8
*
Revert 110965 - Allow chrome to handle 407 auth challenges to CONNECT requests
rch@chromium.org
2011-12-14
1
-2
/
+15
*
Migrate net/socket/socket.h, net/socket/stream_socket.h to base::Bind().
ajwong@chromium.org
2011-12-09
1
-6
/
+1
*
Revert 113699 - base::Bind: Convert Socket::Write.
jhawkins@chromium.org
2011-12-09
1
-3
/
+0
*
base::Bind: Convert Socket::Write.
jhawkins@chromium.org
2011-12-08
1
-0
/
+3
*
base::Bind: Convert Socket::Read.
jhawkins@chromium.org
2011-12-07
1
-2
/
+5
*
base::Bind: Convert StreamSocket::Connect.
jhawkins@chromium.org
2011-12-06
1
-2
/
+4
*
Allow chrome to handle 407 auth challenges to CONNECT requests
rch@chromium.org
2011-11-21
1
-15
/
+2
*
Revert 110879 - Allow chrome to handle 407 auth challenges to CONNECT requests
rch@chromium.org
2011-11-21
1
-2
/
+15
*
Allow chrome to handle 407 auth challenges to CONNECT requests
rch@chromium.org
2011-11-21
1
-15
/
+2
*
Revert 110529 - Allow chrome to handle 407 auth challenges to CONNECT requests
rch@chromium.org
2011-11-17
1
-2
/
+15
*
Allow chrome to handle 407 auth challenges to CONNECT requests
rch@chromium.org
2011-11-17
1
-15
/
+2
*
Add OVERRIDE to net/.
avi@chromium.org
2011-11-16
1
-19
/
+21
*
Cleanup: Remove unneeded forward declararations in net.
thestig@chromium.org
2011-11-11
1
-2
/
+3
*
Begin CompletionCallback switchover.
willchan@chromium.org
2011-10-01
1
-6
/
+6
*
Warmth of a connection (cwnd) is estimated by the amount of data written to t...
gagansingh@google.com
2011-06-27
1
-0
/
+2
*
Revert 90373 - Warmth of a connection (cwnd) is estimated by the amount of da...
dimich@chromium.org
2011-06-24
1
-2
/
+0
*
Warmth of a connection (cwnd) is estimated by the amount of data written to t...
gagansingh@google.com
2011-06-24
1
-0
/
+2
*
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
/
+1
*
Move some files from base to base/memory.
levin@chromium.org
2011-03-28
1
-2
/
+2
*
Even more reordering the methods in headers and implementation in net/.
erg@google.com
2011-01-20
1
-10
/
+4
*
Allow a non-200 (or non-407) response for a CONNECT request from an HTTPS proxy
rch@chromium.org
2010-12-17
1
-5
/
+10
*
Even more virtual method deinlining.
erg@google.com
2010-12-13
1
-1
/
+1
*
Change the way request headers are logged to the NetLog to ensure
rch@chromium.org
2010-11-11
1
-1
/
+2
*
Add experimental option for TCP FastOpen.
mbelshe@chromium.org
2010-10-26
1
-0
/
+1
*
net: Fix incorrect style used in some enumerations.
tfarina@chromium.org
2010-09-22
1
-1
/
+1
*
Eliminate HttpStreamHandle. The name confused me.
willchan@chromium.org
2010-09-21
1
-1
/
+4
*
Break reference cycle from HttpProxyClientSocket=>HttpNetworkSession=>...
willchan@chromium.org
2010-09-17
1
-1
/
+4
*
Fix ClientSocketHandle reuse_type(). Correctly track socket use.
willchan@chromium.org
2010-09-02
1
-0
/
+1
*
Add support for speaking SPDY to an HTTPS proxy.
rch@chromium.org
2010-09-01
1
-1
/
+8
*
Gather preconnection use vs waste statistics
jar@chromium.org
2010-08-25
1
-0
/
+2
[next]