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
*
Revert 77075 - Don't block on stream requests on Alternate-Protocol.
jochen@chromium.org
2011-03-07
15
-610
/
+360
*
Don't block on stream requests on Alternate-Protocol.
willchan@chromium.org
2011-03-06
15
-360
/
+610
*
Change other usages of .size() to .empty() when applicable.
erg@google.com
2011-03-04
1
-1
/
+1
*
Add chunked uploads support to SPDY
satish@chromium.org
2011-03-04
2
-9
/
+63
*
Mention that HttpAuthCache::Entry::HasEnclosingPath() can return 0 as a path ...
asanka@chromium.org
2011-03-04
1
-1
/
+5
*
Revert "Add chunked uploads support to SPDY"
satish@chromium.org
2011-03-04
2
-63
/
+9
*
Add chunked uploads support to SPDY
satish@chromium.org
2011-03-04
2
-9
/
+63
*
Http cache: Fix handling of truncated entries.
rvargas@google.com
2011-03-02
4
-120
/
+194
*
Pick the closest enclosing path match when looking up HTTP auth cache entries...
asanka@chromium.org
2011-03-02
3
-17
/
+50
*
Add HttpStreamFactory Job orphaning semantics.
willchan@chromium.org
2011-03-01
6
-62
/
+295
*
Update NetLog in preparation for late binding of HttpStream jobs to requests.
willchan@chromium.org
2011-02-28
5
-8
/
+37
*
Prepare for late binding of SpdyHttpStreams.
willchan@chromium.org
2011-02-25
6
-296
/
+407
*
Fix realm selection when handling Basic authentication.
asanka@chromium.org
2011-02-24
4
-20
/
+61
*
Refactor of NetworkDelegate.
willchan@chromium.org
2011-02-24
6
-45
/
+11
*
Create a URLRequestContextStorage object to provide storage for URLRequestCon...
willchan@chromium.org
2011-02-23
1
-3
/
+2
*
Send fatal proxy errors to the network delegate.
jochen@chromium.org
2011-02-23
1
-1
/
+7
*
Refactor HttpStreamFactory.
willchan@chromium.org
2011-02-23
21
-634
/
+942
*
Revert 75668 for breaking ChromeOS build - Refactor HttpStreamFactory.
willchan@chromium.org
2011-02-23
21
-942
/
+634
*
Refactor HttpStreamFactory.
willchan@chromium.org
2011-02-22
21
-634
/
+942
*
Propagate the remote socket address to URLRequest and to ViewHostMsg_FrameNav...
bryner@chromium.org
2011-02-22
5
-1
/
+66
*
Add support for testing SPDY with a forced-single-domain mode. This is
mbelshe@chromium.org
2011-02-22
2
-1
/
+6
*
Check and invalidate cached credentials if they were used for preemptive auth...
asanka@chromium.org
2011-02-18
7
-25
/
+84
*
Fix Coverity UNINIT_CTOR defect in the HttpAuthCache::Entry
wtc@chromium.org
2011-02-11
1
-1
/
+2
*
Continuing with the out-of-lining of test code.
erg@google.com
2011-02-11
6
-78
/
+165
*
clang: Fix several -Woverloaded-virtual warnings.
thakis@chromium.org
2011-02-11
2
-2
/
+4
*
Remove unused HttpResponseHeaders::GetRawHeaders method.
adamk@chromium.org
2011-02-11
2
-27
/
+0
*
Fix Coverity UNINIT_CTOR defects in constructors.
wtc@chromium.org
2011-02-11
2
-2
/
+3
*
Fix Coverity UNINIT_CTOR defect in the
wtc@chromium.org
2011-02-11
2
-8
/
+10
*
Display more information at chrome://net-internals/#spdy
rch@chromium.org
2011-02-09
2
-2
/
+31
*
NetLog: Log net error codes on a lot of EndEvents.
mmenke@chromium.org
2011-02-08
3
-14
/
+18
*
Add logging for ERR_UNEXPECTED_SECURITY_LIBRARY_STATUS on AcquireCredentialsH...
cbentzel@chromium.org
2011-02-08
1
-1
/
+4
*
Test that the same socket is used for each round of connection-based auth.
cbentzel@chromium.org
2011-02-06
1
-5
/
+69
*
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
14
-284
/
+253
*
Unreverting: First steps towards webRequest extension API.
mpcomplete@chromium.org
2011-02-01
1
-0
/
+4
*
Revert "First steps towards webRequest extension API."
mpcomplete@chromium.org
2011-01-31
1
-4
/
+0
*
First steps towards webRequest extension API.
mpcomplete@chromium.org
2011-01-31
1
-0
/
+4
*
Require NTLM identity early
asanka@chromium.org
2011-01-31
2
-26
/
+42
*
Fixes eol on http_stream_parser.cc
maruel@chromium.org
2011-01-29
1
-1
/
+1
*
The HttpRequestInfo object must outlive the HttpNetworkTransaction object bec...
satish@chromium.org
2011-01-28
1
-309
/
+309
*
Simplify HttpCache/HttpNetworkLayer/HttpNetworkSession interaction.
willchan@chromium.org
2011-01-28
5
-263
/
+102
*
Add histogram for HTTP response codes
gavinp@chromium.org
2011-01-27
1
-0
/
+46
*
More net/ method ordering.
erg@google.com
2011-01-26
21
-762
/
+783
*
Clean up net unit testing code.
erg@google.com
2011-01-26
8
-213
/
+315
*
Fix comment in http_stream_request.cc.
willchan@chromium.org
2011-01-26
1
-2
/
+2
*
Prevent over-preconnecting when we already have a SpdySession.
willchan@chromium.org
2011-01-26
2
-5
/
+41
*
Revert "Clean up net unit testing code." since it breaks the shlib builder.
erg@google.com
2011-01-25
8
-315
/
+213
*
Clean up net unit testing code.
erg@google.com
2011-01-25
8
-213
/
+315
*
Prototype of chunked transfer encoded POST.
satish@chromium.org
2011-01-25
5
-14
/
+48
*
More net/ reordering.
erg@google.com
2011-01-21
4
-52
/
+52
[next]