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_unittest.cc
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Revert revert "net: plumb DnsRRResolver from IOThread to HttpNetworkSession."
agl@chromium.org
2010-10-08
1
-1
/
+2
*
Do not use Alternate-Protocol for establishing new SpdySessions.
willchan@chromium.org
2010-10-08
1
-2
/
+52
*
Revert "net: plumb DnsRRResolver from IOThread to HttpNetworkSession."
agl@chromium.org
2010-10-07
1
-2
/
+1
*
net: plumb DnsRRResolver from IOThread to HttpNetworkSession.
agl@chromium.org
2010-10-07
1
-1
/
+2
*
clang/mac: Fix almost all problems when building all.xcodeproj.
thakis@chromium.org
2010-10-04
1
-1
/
+1
*
Stop refcounting HostResolver.
willchan@chromium.org
2010-10-01
1
-5
/
+5
*
Reland 61015 (unnecessary revert due to flaky build) - Stop refcounting SpdyS...
willchan@chromium.org
2010-09-30
1
-60
/
+2
*
Revert 61015 (broke fetch_client) - Stop refcounting SpdySessionPool.
willchan@chromium.org
2010-09-30
1
-2
/
+60
*
Stop refcounting SpdySessionPool.
willchan@chromium.org
2010-09-30
1
-60
/
+2
*
Stop refcounting ClientSocketPool.
willchan@chromium.org
2010-09-29
1
-22
/
+40
*
HttpAuthHandlerFactory::CreateDefault requires a HostResolver argument.
cbentzel@chromium.org
2010-09-29
1
-2
/
+4
*
Revert 60791 - HttpAuthHandlerFactory::CreateDefault requires a HostResolver ...
cbentzel@chromium.org
2010-09-28
1
-4
/
+2
*
HttpAuthHandlerFactory::CreateDefault requires a HostResolver argument.
cbentzel@chromium.org
2010-09-28
1
-2
/
+4
*
Remove commented out expression in http_network_transaction_unittest.cc
rch@chromium.org
2010-09-27
1
-2
/
+2
*
Remove the references to HttpNetworkSession in SpdySession
rch@chromium.org
2010-09-25
1
-2
/
+4
*
Remove SpdySession::Connect(). This methods was only
rch@chromium.org
2010-09-25
1
-7
/
+33
*
Support net::ERR_RESPONSE_HEADERS_MULTIPLE_CONTENT_LENGTH.
willchan@chromium.org
2010-09-23
1
-0
/
+35
*
Reland r59910 - Add HttpResponseBodyDrainer. Use it for unfinished HttpStrea...
willchan@chromium.org
2010-09-21
1
-79
/
+130
*
Revert 59908 (breaks WebKit layout tests) - Add HttpResponseBodyDrainer. Use...
willchan@chromium.org
2010-09-20
1
-130
/
+79
*
Add HttpResponseBodyDrainer. Use it for unfinished HttpStreams.
willchan@chromium.org
2010-09-19
1
-79
/
+130
*
Add a new net error code for when the load failure was due to connecting to a...
eroman@chromium.org
2010-09-16
1
-1
/
+1
*
Change HostResolver::RequestInfo to take a HostPortPair rather than naked hos...
eroman@chromium.org
2010-09-15
1
-2
/
+2
*
Reland 59362 - net: Rename ProxyService::CreateNull to ProxyService::CreateDi...
tfarina@chromium.org
2010-09-15
1
-3
/
+3
*
Trying to green up the tree, lots of mac and win red around this cl.
thomasvl@chromium.org
2010-09-14
1
-3
/
+3
*
net: Rename ProxyService::CreateNull to ProxyService::CreateDirect.
tfarina@chromium.org
2010-09-14
1
-3
/
+3
*
Fix a crash when we preconnect to a host that we already have a SPDY session ...
willchan@chromium.org
2010-09-13
1
-0
/
+56
*
Fix multi-round authentication.
cbentzel@chromium.org
2010-09-11
1
-0
/
+14
*
Flush SSL pools after SSL config changes.
csilv@chromium.org
2010-09-04
1
-3
/
+3
*
Add support for speaking SPDY to an HTTPS proxy.
rch@chromium.org
2010-09-01
1
-0
/
+59
*
FBTF: A giant cleanup to net/
erg@google.com
2010-08-31
1
-3
/
+3
*
Attempting to re-land CL 3110006 which turned out to have
rch@chromium.org
2010-08-25
1
-0
/
+290
*
Revert 57333 - Add support for speaking SSL to an HTTP Proxy, to
dhollowa@chromium.org
2010-08-25
1
-290
/
+0
*
Add support for speaking SSL to an HTTP Proxy, to
rch@chromium.org
2010-08-25
1
-0
/
+290
*
Refactor: change the spdy session pool key to take a ProxyServer instead of a...
eroman@chromium.org
2010-08-25
1
-1
/
+2
*
Fix a crash where we are checking IsConnected(). If you look into the
mbelshe@chromium.org
2010-08-25
1
-0
/
+319
*
Extract connection logic from HttpNetworkTransaction into a new
mbelshe@chromium.org
2010-08-19
1
-40
/
+80
*
Send user agent with CONNECT requests.
vandebo@chromium.org
2010-08-18
1
-0
/
+38
*
FBTF: Start cleaning up net/
erg@google.com
2010-08-11
1
-0
/
+1
*
Add #include utf_string_conversions.h to all files that use ASCIIToWide and
brettw@chromium.org
2010-08-03
1
-0
/
+1
*
Recommit 54405 - Fix late binding induced mismatch of Socket and AuthController
vandebo@chromium.org
2010-08-03
1
-37
/
+151
*
SPDY Alternate-Protocol works through a Digest authentication proxy.
cbentzel@chromium.org
2010-08-03
1
-0
/
+133
*
Revert 54405 - Fix late binding induced mismatch of Socket and AuthController
nick@chromium.org
2010-08-02
1
-105
/
+0
*
Revert 54528 - Digest authentication uses a uri field to prevent replay attacks.
nick@chromium.org
2010-08-02
1
-142
/
+0
*
Address a TODO: use HostPortPair rather than a naked host string.
eroman@chromium.org
2010-08-02
1
-2
/
+2
*
SpdySessionPool now identifies SpdySessions by both HostPortPair and proxy se...
erikchen@google.com
2010-08-02
1
-2
/
+2
*
Digest authentication uses a uri field to prevent replay attacks.
cbentzel@chromium.org
2010-08-02
1
-0
/
+142
*
Fix late binding induced mismatch of Socket and AuthController
vandebo@chromium.org
2010-07-30
1
-0
/
+105
*
Bump the SPDY protocol version to version 2.
mbelshe@chromium.org
2010-07-30
1
-23
/
+26
*
Net: Convert username and password to string16.
thestig@chromium.org
2010-07-29
1
-31
/
+48
*
Net: Get rid of ProxyServer::host_and_port() and friends.
thestig@chromium.org
2010-07-22
1
-9
/
+3
[prev]
[next]