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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Added support for raw headers.
caseq@google.com
2010-10-06
1
-0
/
+8
*
FBTF: Continue fixing nits found by my automated source scanner.
erg@google.com
2010-10-05
2
-1
/
+3
*
Reapply r61237: FBTF: Another big ctor/dtor cleanup found by automated tools.
erg@google.com
2010-10-04
2
-6
/
+19
*
clang/mac: Fix almost all problems when building all.xcodeproj.
thakis@chromium.org
2010-10-04
3
-31
/
+2
*
Stop refcounting HostResolver.
willchan@chromium.org
2010-10-01
12
-36
/
+64
*
Revert "FBTF: Another big ctor/dtor cleanup found by automated tools."
erg@google.com
2010-10-01
2
-19
/
+6
*
FBTF: Another big ctor/dtor cleanup found by automated tools.
erg@google.com
2010-10-01
2
-6
/
+19
*
Fixes the tests written for http://codereview.chromium.org/3432009/show
rch@chromium.org
2010-10-01
3
-31
/
+69
*
FBTF: Move ctors/dtors into implementation files. Adds ctors/dtors to non-POD...
erg@google.com
2010-09-30
2
-0
/
+14
*
Call GetSSLInfo late, after we have received the response
wtc@chromium.org
2010-09-30
2
-9
/
+5
*
Reland 61015 (unnecessary revert due to flaky build) - Stop refcounting SpdyS...
willchan@chromium.org
2010-09-30
6
-72
/
+98
*
Extract name-value pair parsing from http_auth.cc (ChallengeTokenizer) into h...
erikwright@chromium.org
2010-09-30
13
-247
/
+434
*
Revert 61015 (broke fetch_client) - Stop refcounting SpdySessionPool.
willchan@chromium.org
2010-09-30
6
-98
/
+72
*
Stop refcounting SpdySessionPool.
willchan@chromium.org
2010-09-30
6
-72
/
+98
*
Stop refcounting ClientSocketPool.
willchan@chromium.org
2010-09-29
9
-328
/
+148
*
HttpAuthHandlerFactory::CreateDefault requires a HostResolver argument.
cbentzel@chromium.org
2010-09-29
6
-11
/
+28
*
FBTF: Moves code to the headers.
erg@google.com
2010-09-28
2
-0
/
+8
*
Kill all HttpResponseBodyDrainers when HttpNetworkSession goes away.
willchan@chromium.org
2010-09-28
6
-14
/
+63
*
Revert 60791 - HttpAuthHandlerFactory::CreateDefault requires a HostResolver ...
cbentzel@chromium.org
2010-09-28
6
-28
/
+11
*
HttpAuthHandlerFactory::CreateDefault requires a HostResolver argument.
cbentzel@chromium.org
2010-09-28
6
-11
/
+28
*
Revert 60747 - Add a new class SpdyProxyClientSocket which implements ClientS...
rch@chromium.org
2010-09-28
3
-69
/
+31
*
Add a new class SpdyProxyClientSocket which implements ClientSocket
rch@chromium.org
2010-09-28
3
-31
/
+69
*
Remove commented out expression in http_network_transaction_unittest.cc
rch@chromium.org
2010-09-27
1
-2
/
+2
*
Skip CNAME lookup if resolver_ is NULL in the Negotiate handler.
cbentzel@chromium.org
2010-09-27
1
-1
/
+1
*
Immediately reject empty cookie headers.
jochen@chromium.org
2010-09-27
1
-4
/
+6
*
Remove the references to HttpNetworkSession in SpdySession
rch@chromium.org
2010-09-25
2
-6
/
+9
*
Remove SpdySession::Connect(). This methods was only
rch@chromium.org
2010-09-25
1
-7
/
+33
*
Even more status reporting for SSPI functions.
cbentzel@chromium.org
2010-09-25
1
-71
/
+89
*
net: Append base:: in the StringPrintf calls.
tfarina@chromium.org
2010-09-25
14
-86
/
+107
*
base: Finish moving the SplitString functions from string_util.h to string_sp...
tfarina@chromium.org
2010-09-24
2
-0
/
+2
*
Take out additional dependency from http_util as a short-term fix to get the ...
jam@chromium.org
2010-09-23
3
-15
/
+5
*
Support net::ERR_RESPONSE_HEADERS_MULTIPLE_CONTENT_LENGTH.
willchan@chromium.org
2010-09-23
3
-10
/
+71
*
net: refactor SSLNonSensitiveHostInfo
agl@chromium.org
2010-09-22
2
-116
/
+114
*
FBTF: Move a bunch of code to the headers and remove includes.
erg@google.com
2010-09-22
1
-0
/
+1
*
net: Fix incorrect style used in some enumerations.
tfarina@chromium.org
2010-09-22
5
-33
/
+33
*
Eliminate HttpStreamHandle. The name confused me.
willchan@chromium.org
2010-09-21
12
-199
/
+47
*
Fix a bunch of clang warnings/errors.
thakis@chromium.org
2010-09-21
1
-36
/
+0
*
Reland r59910 - Add HttpResponseBodyDrainer. Use it for unfinished HttpStrea...
willchan@chromium.org
2010-09-21
7
-99
/
+583
*
Revert 59908 (breaks WebKit layout tests) - Add HttpResponseBodyDrainer. Use...
willchan@chromium.org
2010-09-20
7
-575
/
+99
*
Add HttpResponseBodyDrainer. Use it for unfinished HttpStreams.
willchan@chromium.org
2010-09-19
7
-99
/
+575
*
Break reference cycle from HttpProxyClientSocket=>HttpNetworkSession=>...
willchan@chromium.org
2010-09-17
9
-50
/
+93
*
Fix case where we close a stream due to socket errors when it is currently
mbelshe@chromium.org
2010-09-17
1
-1
/
+4
*
Flush all nested pools.
willchan@chromium.org
2010-09-16
1
-0
/
+4
*
Add a new net error code for when the load failure was due to connecting to a...
eroman@chromium.org
2010-09-16
4
-3
/
+10
*
Don't evict username/password when handling "stale" digest authentication cha...
cbentzel@chromium.org
2010-09-16
7
-11
/
+113
*
Change HostResolver::RequestInfo to take a HostPortPair rather than naked hos...
eroman@chromium.org
2010-09-15
3
-5
/
+4
*
Reland 59362 - net: Rename ProxyService::CreateNull to ProxyService::CreateDi...
tfarina@chromium.org
2010-09-15
3
-10
/
+10
*
Trying to green up the tree, lots of mac and win red around this cl.
thomasvl@chromium.org
2010-09-14
3
-10
/
+10
*
net: Rename ProxyService::CreateNull to ProxyService::CreateDirect.
tfarina@chromium.org
2010-09-14
3
-10
/
+10
*
Fix a crash when we preconnect to a host that we already have a SPDY session ...
willchan@chromium.org
2010-09-13
2
-1
/
+57
[next]