summaryrefslogtreecommitdiffstats
path: root/net/http
Commit message (Expand)AuthorAgeFilesLines
* Revert 77075 - Don't block on stream requests on Alternate-Protocol.jochen@chromium.org2011-03-0715-610/+360
* Don't block on stream requests on Alternate-Protocol.willchan@chromium.org2011-03-0615-360/+610
* Change other usages of .size() to .empty() when applicable.erg@google.com2011-03-041-1/+1
* Add chunked uploads support to SPDYsatish@chromium.org2011-03-042-9/+63
* Mention that HttpAuthCache::Entry::HasEnclosingPath() can return 0 as a path ...asanka@chromium.org2011-03-041-1/+5
* Revert "Add chunked uploads support to SPDY"satish@chromium.org2011-03-042-63/+9
* Add chunked uploads support to SPDYsatish@chromium.org2011-03-042-9/+63
* Http cache: Fix handling of truncated entries.rvargas@google.com2011-03-024-120/+194
* Pick the closest enclosing path match when looking up HTTP auth cache entries...asanka@chromium.org2011-03-023-17/+50
* Add HttpStreamFactory Job orphaning semantics.willchan@chromium.org2011-03-016-62/+295
* Update NetLog in preparation for late binding of HttpStream jobs to requests.willchan@chromium.org2011-02-285-8/+37
* Prepare for late binding of SpdyHttpStreams.willchan@chromium.org2011-02-256-296/+407
* Fix realm selection when handling Basic authentication.asanka@chromium.org2011-02-244-20/+61
* Refactor of NetworkDelegate.willchan@chromium.org2011-02-246-45/+11
* Create a URLRequestContextStorage object to provide storage for URLRequestCon...willchan@chromium.org2011-02-231-3/+2
* Send fatal proxy errors to the network delegate.jochen@chromium.org2011-02-231-1/+7
* Refactor HttpStreamFactory.willchan@chromium.org2011-02-2321-634/+942
* Revert 75668 for breaking ChromeOS build - Refactor HttpStreamFactory.willchan@chromium.org2011-02-2321-942/+634
* Refactor HttpStreamFactory.willchan@chromium.org2011-02-2221-634/+942
* Propagate the remote socket address to URLRequest and to ViewHostMsg_FrameNav...bryner@chromium.org2011-02-225-1/+66
* Add support for testing SPDY with a forced-single-domain mode. This ismbelshe@chromium.org2011-02-222-1/+6
* Check and invalidate cached credentials if they were used for preemptive auth...asanka@chromium.org2011-02-187-25/+84
* Fix Coverity UNINIT_CTOR defect in the HttpAuthCache::Entrywtc@chromium.org2011-02-111-1/+2
* Continuing with the out-of-lining of test code.erg@google.com2011-02-116-78/+165
* clang: Fix several -Woverloaded-virtual warnings.thakis@chromium.org2011-02-112-2/+4
* Remove unused HttpResponseHeaders::GetRawHeaders method.adamk@chromium.org2011-02-112-27/+0
* Fix Coverity UNINIT_CTOR defects in constructors.wtc@chromium.org2011-02-112-2/+3
* Fix Coverity UNINIT_CTOR defect in thewtc@chromium.org2011-02-112-8/+10
* Display more information at chrome://net-internals/#spdyrch@chromium.org2011-02-092-2/+31
* NetLog: Log net error codes on a lot of EndEvents.mmenke@chromium.org2011-02-083-14/+18
* Add logging for ERR_UNEXPECTED_SECURITY_LIBRARY_STATUS on AcquireCredentialsH...cbentzel@chromium.org2011-02-081-1/+4
* Test that the same socket is used for each round of connection-based auth.cbentzel@chromium.org2011-02-061-5/+69
* Return more specific error messages when performing a SSL client auth handsha...rsleevi@chromium.org2011-02-051-2/+14
* Refactor HttpNetworkSession construction.willchan@chromium.org2011-02-0314-284/+253
* Unreverting: First steps towards webRequest extension API.mpcomplete@chromium.org2011-02-011-0/+4
* Revert "First steps towards webRequest extension API."mpcomplete@chromium.org2011-01-311-4/+0
* First steps towards webRequest extension API.mpcomplete@chromium.org2011-01-311-0/+4
* Require NTLM identity earlyasanka@chromium.org2011-01-312-26/+42
* Fixes eol on http_stream_parser.ccmaruel@chromium.org2011-01-291-1/+1
* The HttpRequestInfo object must outlive the HttpNetworkTransaction object bec...satish@chromium.org2011-01-281-309/+309
* Simplify HttpCache/HttpNetworkLayer/HttpNetworkSession interaction.willchan@chromium.org2011-01-285-263/+102
* Add histogram for HTTP response codesgavinp@chromium.org2011-01-271-0/+46
* More net/ method ordering.erg@google.com2011-01-2621-762/+783
* Clean up net unit testing code.erg@google.com2011-01-268-213/+315
* Fix comment in http_stream_request.cc.willchan@chromium.org2011-01-261-2/+2
* Prevent over-preconnecting when we already have a SpdySession.willchan@chromium.org2011-01-262-5/+41
* Revert "Clean up net unit testing code." since it breaks the shlib builder.erg@google.com2011-01-258-315/+213
* Clean up net unit testing code.erg@google.com2011-01-258-213/+315
* Prototype of chunked transfer encoded POST.satish@chromium.org2011-01-255-14/+48
* More net/ reordering.erg@google.com2011-01-214-52/+52