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_network_transaction.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move some files from base to base/memory.
levin@chromium.org
2011-03-28
1
-2
/
+2
*
Reland rest of r77399.
willchan@chromium.org
2011-03-12
1
-3
/
+3
*
Don't drain response bodies for SpdyHttpStreams.
willchan@chromium.org
2011-03-11
1
-0
/
+3
*
Revert r77399 in preparation for merging a small portion of it to 696.
willchan@chromium.org
2011-03-11
1
-6
/
+3
*
Reland r77075,r77077.
willchan@chromium.org
2011-03-09
1
-3
/
+6
*
Revert 77075 - Don't block on stream requests on Alternate-Protocol.
jochen@chromium.org
2011-03-07
1
-6
/
+3
*
Don't block on stream requests on Alternate-Protocol.
willchan@chromium.org
2011-03-06
1
-3
/
+6
*
Refactor of NetworkDelegate.
willchan@chromium.org
2011-02-24
1
-2
/
+2
*
Refactor HttpStreamFactory.
willchan@chromium.org
2011-02-23
1
-11
/
+28
*
Revert 75668 for breaking ChromeOS build - Refactor HttpStreamFactory.
willchan@chromium.org
2011-02-23
1
-28
/
+11
*
Refactor HttpStreamFactory.
willchan@chromium.org
2011-02-22
1
-11
/
+28
*
NetLog: Log net error codes on a lot of EndEvents.
mmenke@chromium.org
2011-02-08
1
-5
/
+8
*
Return more specific error messages when performing a SSL client auth handsha...
rsleevi@chromium.org
2011-02-05
1
-2
/
+14
*
Refactor HttpNetworkSession construction.
willchan@chromium.org
2011-02-03
1
-16
/
+1
*
Address post-review/commit nits from wtc for r71096 ( http://codereview.chrom...
rsleevi@chromium.org
2011-01-13
1
-3
/
+4
*
net: Ensure that when using False Start + client auth, bad client certificate...
agl@chromium.org
2011-01-11
1
-27
/
+54
*
Allow a non-200 (or non-407) response for a CONNECT request from an HTTPS proxy
rch@chromium.org
2010-12-17
1
-3
/
+20
*
Remember if a user declines to provide a server with a client certificate
rsleevi@chromium.org
2010-11-22
1
-21
/
+32
*
Correctly handle SSL Client Authentication requests when connecting
rch@chromium.org
2010-11-12
1
-4
/
+4
*
net: restart on NPN misprediction and add tests for Snap Start errors.
agl@chromium.org
2010-11-11
1
-0
/
+10
*
Change the way request headers are logged to the NetLog to ensure
rch@chromium.org
2010-11-11
1
-6
/
+0
*
Crash fix: HTTPS server responds with 407 through non-authenticating proxy.
cbentzel@chromium.org
2010-11-05
1
-0
/
+5
*
Convert implicit scoped_refptr constructor calls to explicit ones, part 2
thakis@chromium.org
2010-11-02
1
-3
/
+3
*
Convert implicit scoped_refptr constructor calls to explicit ones, part 1
thakis@chromium.org
2010-11-01
1
-2
/
+2
*
Modify HttpNetworkTransation to handle ERR_SSL_CLIENT_AUTH_CERT_NEEDED
rch@chromium.org
2010-10-29
1
-3
/
+2
*
HttpStream::SendRequest
rch@chromium.org
2010-10-27
1
-27
/
+12
*
net: move SSL host info serialisation into SSLHostInfo
agl@chromium.org
2010-10-20
1
-1
/
+0
*
Move BuildRequestHeaders from HttpNetworkTransaction to
rch@chromium.org
2010-10-20
1
-88
/
+12
*
Revert revert 62918 - net: clean up SSLHostInfo construction."
agl@chromium.org
2010-10-19
1
-4
/
+0
*
Revert 62918 - net: clean up SSLHostInfo construction.
agl@chromium.org
2010-10-18
1
-0
/
+4
*
net: clean up SSLHostInfo construction.
agl@chromium.org
2010-10-18
1
-4
/
+0
*
Add actual bytes sent/received to net-internals.
mmenke@chromium.org
2010-10-14
1
-3
/
+3
*
Cleanup StreamFactory && StreamRequest APIs.
willchan@chromium.org
2010-10-14
1
-19
/
+13
*
Add a RenewStreamForAuth method to HttpStream, replacing DetachConnection
vandebo@chromium.org
2010-10-14
1
-15
/
+22
*
Move Stats, histograms, and field trial into a metrics subdirectory of base and
brettw@chromium.org
2010-10-14
1
-10
/
+12
*
Rename SSLNonSensitiveHostInfo to SSLHostInfo.
agl@chromium.org
2010-10-12
1
-3
/
+2
*
net: add --enable-snap-start
agl@chromium.org
2010-10-11
1
-0
/
+6
*
Detach the ClientSocketHandle from an HttpStream so the same socket can be re...
cbentzel@chromium.org
2010-10-06
1
-8
/
+13
*
Call GetSSLInfo late, after we have received the response
wtc@chromium.org
2010-09-30
1
-3
/
+3
*
Kill all HttpResponseBodyDrainers when HttpNetworkSession goes away.
willchan@chromium.org
2010-09-28
1
-1
/
+1
*
net: Append base:: in the StringPrintf calls.
tfarina@chromium.org
2010-09-25
1
-6
/
+9
*
Take out additional dependency from http_util as a short-term fix to get the ...
jam@chromium.org
2010-09-23
1
-1
/
+5
*
Eliminate HttpStreamHandle. The name confused me.
willchan@chromium.org
2010-09-21
1
-2
/
+1
*
Reland r59910 - Add HttpResponseBodyDrainer. Use it for unfinished HttpStrea...
willchan@chromium.org
2010-09-21
1
-20
/
+35
*
Revert 59908 (breaks WebKit layout tests) - Add HttpResponseBodyDrainer. Use...
willchan@chromium.org
2010-09-20
1
-35
/
+20
*
Add HttpResponseBodyDrainer. Use it for unfinished HttpStreams.
willchan@chromium.org
2010-09-19
1
-20
/
+35
*
Break reference cycle from HttpProxyClientSocket=>HttpNetworkSession=>...
willchan@chromium.org
2010-09-17
1
-4
/
+10
*
Fix case where we close a stream due to socket errors when it is currently
mbelshe@chromium.org
2010-09-17
1
-1
/
+4
*
Migrate spdy_session from using LOG() to NetLog. In the process, I'm
mbelshe@chromium.org
2010-09-01
1
-0
/
+7
*
Change the API from passing refptr<>s through the interfaces.
mbelshe@chromium.org
2010-09-01
1
-3
/
+3
[next]