summaryrefslogtreecommitdiffstats
path: root/net/http/http_cache.cc
Commit message (Expand)AuthorAgeFilesLines
* Http cache: Remove the explicit transaction callback and let thervargas@google.com2010-02-111-30/+27
* Http Cache: Eliminate EntryAvailable() and make the cache uservargas@google.com2010-02-111-3/+7
* The great Flip -> Spdy rename.mbelshe@chromium.org2010-02-081-2/+2
* Rename all files from flip* to spdy*.mbelshe@chromium.org2010-02-061-1/+1
* Pass the NetworkChangeNotifier to HostResolver.willchan@chromium.org2010-02-041-4/+8
* 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-141-25/+300
* Rename CloseIdleConnections -> CloseCurrentConnections.mbelshe@chromium.org2010-01-141-1/+2
* Update CloseIdleSockets to close out FLIP connections asmbelshe@google.com2009-12-011-0/+3
* Add compiler-specific "examine printf format" attributes to printfs.evan@chromium.org2009-11-201-2/+5
* Http Cache: Split HttpCache::Transaction to its own setrvargas@google.com2009-11-111-1582/+1
* Clear disk cache when the cache is not initializedhclam@chromium.org2009-11-071-18/+20
* Http cache: Make sure that we handle byte range requests thatrvargas@google.com2009-11-031-3/+8
* Http cache: Always preserve extra headers when dealing withrvargas@google.com2009-11-031-1/+3
* Http cache: Allow multiple external validation headers.rvargas@google.com2009-11-021-55/+38
* Http cache: Handle byte range requests when there is no cache entry.rvargas@google.com2009-10-271-0/+3
* Http cache: Make sure that we remove pending transactionsrvargas@google.com2009-10-261-3/+18
* Http Cache: Convert data writes from sysnchronous to asynchronous.rvargas@google.com2009-10-221-30/+76
* Http Cache: Enable byte-range support by default.rvargas@google.com2009-10-161-4/+4
* HTTP Cache: Apply all freshness tests to Partial content entries.rvargas@google.com2009-10-161-0/+3
* Convert the HTTP cache to use FilePath rather than wstring for thetony@chromium.org2009-10-151-6/+5
* Final patch to convert disk cache to using FilePath instead oftony@chromium.org2009-10-151-2/+3
* Disk cache: Add a method to cancel pending sparse operations.rvargas@google.com2009-10-081-4/+36
* Make HttpResponseInfo pickle'able, just moves some code from HttpCache to Htt...michaeln@google.com2009-10-081-123/+3
* Initial CL for fixing some of the proxy auth issues.chron@chromium.org2009-10-061-0/+6
* Handle range request on a truncated entryhclam@chromium.org2009-10-021-0/+2
* Implement ScopedRunnableMethodFactory using WeakPtr.darin@chromium.org2009-09-251-17/+15
* Replace some net::ERR_FAILED generic error codes with more specific codes.eroman@chromium.org2009-09-241-6/+8
* Revert 25873.eroman@chromium.org2009-09-221-73/+31
* Http cache: Convert data writes from sysnchronous to asynchronous.rvargas@google.com2009-09-101-31/+73
* Http cache: Don't delete sparse entries when wervargas@google.com2009-09-091-11/+18
* Add some trace-points to HttpCache for request profiling (cache entry "open",...eroman@chromium.org2009-09-061-3/+15
* Bug fixing for range request support in HttpCachehclam@chromium.org2009-09-051-1/+0
* Http Cache: Add support for resuming downloading arvargas@google.com2009-09-041-29/+75
* Update the request time of http cache entries on 304.eroman@chromium.org2009-09-041-0/+1
* Update the response time of http cache entries on 304.eroman@chromium.org2009-09-041-0/+2
* Http cache: reorder some functions. No code change.rvargas@google.com2009-09-011-77/+74
* Http cache: Cleanup from tracking of bug 9952.rvargas@google.com2009-09-011-67/+12
* Http cache: Bypass the cache for range requests that have validation headers.rvargas@google.com2009-08-281-0/+8
* Refactor function to unpack an Entry from its pickle to a HttpResponseInfo.mbelshe@google.com2009-08-251-12/+18
* Http cache: Enable experimental support for byte range requests.rvargas@google.com2009-08-241-24/+21
* Revert cl 24015rvargas@google.com2009-08-211-20/+24
* Http cache: Enable experimental support for byte range requests.rvargas@google.com2009-08-211-24/+20
* Http cache: Fix the code that handles 206s when revalidatingrvargas@google.com2009-08-201-18/+46
* Add missing break statement.jhawkins@chromium.org2009-08-191-3/+5
* Pref-backed SSLConfigService for Linux.mattm@chromium.org2009-08-191-2/+4
* Make ClientSocketHandle::Init() typesafe.willchan@chromium.org2009-08-191-1/+1
* Http Cache: Additional byte-range support.rvargas@google.com2009-08-181-11/+57
* LoadLog is used as an output parameter, reorder it to the last parameter.willchan@chromium.org2009-08-141-5/+5
* Add a "LoadLog" parameter to transactions, hostresolver, clientsocketpool and...ericroman@google.com2009-08-121-6/+10