summaryrefslogtreecommitdiffstats
path: root/net/http
Commit message (Expand)AuthorAgeFilesLines
* Merge r37566 to the 307 branch - Fix a regression from r35549 that caused fai...eroman@chromium.org2010-02-172-7/+11
* Add a unit test which checks that Negotiate is chosen over NTLM.cbentzel@chromium.org2010-01-231-4/+23
* Fix unittest for Negotiate and NTLM auth.cbentzel@chromium.org2010-01-211-3/+2
* Added WWW-Authenticate Negotate support using shared HttpAuthSspi.cbentzel@chromium.org2010-01-2110-126/+438
* Http cache: If we issue a byte range request for x bytesrvargas@google.com2010-01-212-2/+47
* Linux: Add Certificate Info dialog (part 1)mattm@chromium.org2010-01-141-1/+1
* Http cache: Fix a leak on RemovePendingCallbackFromNewEntryrvargas@google.com2010-01-141-0/+1
* Http Cache: Use asynchronous Open/Create/Doom entry calls.rvargas@google.com2010-01-145-153/+693
* Rename CloseIdleConnections -> CloseCurrentConnections.mbelshe@chromium.org2010-01-144-3/+18
* Add a histogram for SpdyConnectionLatency.mbelshe@chromium.org2010-01-131-6/+12
* Retry proxies which were cached as bad before giving up.eroman@chromium.org2010-01-121-8/+3
* Http cache: Add a histogram to see how headers relatedrvargas@google.com2010-01-122-0/+47
* SSL: don't ask for next proto if we got an error.agl@chromium.org2010-01-121-3/+11
* Fix valgrind breakage with new spdy variable.mbelshe@google.com2010-01-111-1/+2
* Enable JS detection of whether SPDY was used to load a web page.mbelshe@google.com2010-01-112-0/+10
* Abstracted and moved common SSPI functionality.cbentzel@chromium.org2010-01-084-45/+156
* Http cache: Avoid resuming (and keeping) truncated entriesrvargas@google.com2010-01-086-17/+264
* A 1xx response code followed by an EOF triggered an infinite loop. Fix the p...vandebo@chromium.org2010-01-073-1/+63
* Remove the implicit fallback to DIRECT when proxies fail. This better matches...eroman@chromium.org2010-01-052-2/+49
* Fixup some connection time measurements.mbelshe@google.com2009-12-281-2/+2
* Cleanup histogram classes mixing SetFlags into FactoryGet argumentsjar@chromium.org2009-12-281-28/+11
* Several fixes to the Net.ConnectionTypeCount histogram.mbelshe@google.com2009-12-241-4/+9
* Remove some old debugging code.willchan@chromium.org2009-12-221-13/+1
* Detects network changes. Only for Mac OS X so far. Hooks up TCPClientSocket...willchan@chromium.org2009-12-213-8/+14
* Extend LoadLog to support logging of arbitrary strings, and of network error ...eroman@chromium.org2009-12-211-3/+3
* SPDY: Enable SPDY via NPN.willchan@chromium.org2009-12-213-74/+258
* Http cache: Use asynchronous IO to read an write thervargas@google.com2009-12-213-35/+57
* Cleanup: Remove the support for IPv4 and IPv6 addressing types in the SOCKS5 ...eroman@chromium.org2009-12-181-1/+1
* Http cache: Add a test to make sure that the cachervargas@google.com2009-12-183-11/+68
* When talking to a SOCKS v5 proxy, default to sending addresses as raw domains...eroman@chromium.org2009-12-182-5/+22
* Add more load log points near HttpNetworkTransaction::ReadHeadersvandebo@chromium.org2009-12-175-8/+19
* Http cache: Add a few more states to the transaction SM.rvargas@google.com2009-12-172-147/+266
* Make the transactions own the HttpResponseInfo.willchan@chromium.org2009-12-168-43/+45
* Flip: Comma delimit the various flip options. Redo the fixed testing server f...willchan@chromium.org2009-12-156-17/+51
* Remove the AsyncSlowStart experimentmbelshe@google.com2009-12-151-12/+0
* Http cache: Unit test for cl 33919rvargas@google.com2009-12-071-0/+10
* Use factory to create histograms, and refcounts to track lifetimesjar@chromium.org2009-12-061-21/+28
* Http cache: Don't use multiple validation headers whenrvargas@google.com2009-12-051-1/+3
* Http cache: Second pass to move the HttpCache::Transactionrvargas@google.com2009-12-052-106/+211
* Http cache: First pass to move the HttpCache::Transaction to a sate machine.rvargas@google.com2009-12-042-148/+222
* Http cache: Don't access entry_ if an error switchesrvargas@google.com2009-12-022-1/+39
* Update network priorities to support better granularitymbelshe@google.com2009-12-022-3/+5
* Http cache: Add code to restart a network request when thervargas@google.com2009-12-015-28/+101
* Update CloseIdleSockets to close out FLIP connections asmbelshe@google.com2009-12-011-0/+3
* Revert 33133 - Http cache: Add code to restart a network request when thervargas@google.com2009-11-305-94/+28
* Revert 33251 - Http cache: Delete the response headers when the network trans...rvargas@google.com2009-11-301-2/+0
* Http cache: Delete the response headers when the network transactionrvargas@google.com2009-11-291-0/+2
* Http cache: Add code to restart a network request when thervargas@google.com2009-11-255-28/+94
* Increase the maximum allowed read buffer to 2MB.vandebo@chromium.org2009-11-243-3/+6
* Flip: Fix a bunch of leaks.willchan@chromium.org2009-11-241-1/+3