summaryrefslogtreecommitdiffstats
path: root/net/http
Commit message (Expand)AuthorAgeFilesLines
* 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
* Disk Cache: New interface that enables asynchronous completionrvargas@google.com2009-11-051-0/+35
* HTTP cache: Add tests to verify that we don't remove thervargas@google.com2009-11-051-5/+50
* Flip: FlipSessionPool changes.willchan@chromium.org2009-11-045-8/+32
* Http cache: Make sure that we handle byte range requests thatrvargas@google.com2009-11-032-3/+30
* Http cache: Always preserve extra headers when dealing withrvargas@google.com2009-11-034-26/+48
* Add LoadLog to ClientSocket::Connect().willchan@chromium.org2009-11-021-2/+2
* Http cache: Allow multiple external validation headers.rvargas@google.com2009-11-022-55/+153
* Minor defense-in-depth tweak. end - start + 1 can actually go negative ifcevans@chromium.org2009-10-281-1/+1
* Handle out of memory in GrowableIOBuffer more gracefully.vandebo@chromium.org2009-10-281-7/+17
* Http cache: Handle byte range requests when there is no cache entry.rvargas@google.com2009-10-272-0/+16
* Http cache: Make sure that we remove pending transactionsrvargas@google.com2009-10-263-3/+70
* Simplify the copying of data in HttpStreamParservandebo@chromium.org2009-10-231-17/+25
* Fixes ChromeFrame net tests which run the URLRequest unit tests by launching ...ananta@chromium.org2009-10-232-0/+16
* Http Cache: Convert data writes from sysnchronous to asynchronous.rvargas@google.com2009-10-223-43/+138
* Expand the options for how FLIP runs. The GFE team needsmbelshe@google.com2009-10-212-4/+26
* Refactor HttpNetworkTransaction so that HttpStream is responsible for parsing...vandebo@chromium.org2009-10-178-634/+1239
* Http Cache: Enable byte-range support by default.rvargas@google.com2009-10-161-4/+4
* Adding support for Reset in StringTokenizerT and HttpHeadersIterator.tommi@chromium.org2009-10-162-0/+17
* Reverting 29316.vandebo@chromium.org2009-10-168-1239/+634
* Refactor HttpNetworkTransaction so that HttpStream is responsible for parsing...vandebo@chromium.org2009-10-168-634/+1239
* HTTP Cache: Apply all freshness tests to Partial content entries.rvargas@google.com2009-10-163-4/+29
* Adding a Find method to the HeadersIterator class.tommi@chromium.org2009-10-163-0/+34