summaryrefslogtreecommitdiffstats
path: root/net/http
Commit message (Expand)AuthorAgeFilesLines
* 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
* Move base64 from 'net/base' into 'base'.hayato@chromium.org2009-11-242-7/+9
* ChromeFrame's host network stack implementation for IE full tab mode implicit...ananta@chromium.org2009-11-242-6/+15
* A large Content-Length header followed by a connection close could trigger an...vandebo@chromium.org2009-11-233-14/+27
* Http cache: Make sure that when we cancel a request forrvargas@google.com2009-11-202-1/+68
* Add compiler-specific "examine printf format" attributes to printfs.evan@chromium.org2009-11-203-9/+17
* In RestartIgnoringLastError, use connection_.socket()->IsConnectedAndIdle()wtc@chromium.org2009-11-191-1/+1
* Try to find the cause of the crash in memcpy, called from DoSendBody.vandebo@chromium.org2009-11-191-2/+3
* Http cache: Add the logic to cancel entry_ready_callback_.rvargas@google.com2009-11-192-1/+109
* Linux: fix uninit warnings when building -Os.agl@chromium.org2009-11-161-1/+1
* Fix crash if we get an EOF after a large packet with unterminated headers.cevans@chromium.org2009-11-131-1/+1
* Add LoadLog instrumentation to HttpNetworkTransaction, to tell how much time ...eroman@chromium.org2009-11-131-0/+18
* After draining the body of a 401/407 response, verify thatwtc@chromium.org2009-11-122-7/+94
* Map a return value of 0 to ERR_CONNECTION_CLOSED forwtc@chromium.org2009-11-121-19/+16
* Http Cache: Split HttpCache::Transaction to its own setrvargas@google.com2009-11-113-1582/+1639
* There was confusion in the mock socket classes due tombelshe@google.com2009-11-112-155/+155
* After further discussion, do not try to handle memory errors, but make assert...vandebo@chromium.org2009-11-101-13/+5
* Clear disk cache when the cache is not initializedhclam@chromium.org2009-11-073-21/+36
* Improve the display of LoadLogs when truncation occurs.eroman@chromium.org2009-11-061-3/+3
* Second patch in making destructors of refcounted objects private.jam@chromium.org2009-11-057-8/+20