| Commit message (Expand) | Author | Age | Files | Lines |
* | Http cache: Reorder the files after the previous mess-up. | rvargas@google.com | 2010-03-08 | 1 | -62/+62 |
* | Http cache: Expose storing metadata on a given entry. | rvargas@google.com | 2010-03-02 | 1 | -1/+87 |
* | Add APIs to expose http cache's metadata and the | rvargas@google.com | 2010-02-23 | 1 | -0/+6 |
* | Pulled out Callback code into base/callback.h. This is the first step toward... | akalin@chromium.org | 2010-02-19 | 1 | -0/+1 |
* | Added factories for HttpAuthHandler. | cbentzel@chromium.org | 2010-02-15 | 1 | -3/+5 |
* | Http cache: Remove the explicit transaction callback and let the | rvargas@google.com | 2010-02-11 | 1 | -30/+27 |
* | Http Cache: Eliminate EntryAvailable() and make the cache use | rvargas@google.com | 2010-02-11 | 1 | -3/+7 |
* | The great Flip -> Spdy rename. | mbelshe@chromium.org | 2010-02-08 | 1 | -2/+2 |
* | Rename all files from flip* to spdy*. | mbelshe@chromium.org | 2010-02-06 | 1 | -1/+1 |
* | Pass the NetworkChangeNotifier to HostResolver. | willchan@chromium.org | 2010-02-04 | 1 | -4/+8 |
* | Http cache: Fix a leak on RemovePendingCallbackFromNewEntry | rvargas@google.com | 2010-01-14 | 1 | -0/+1 |
* | Http Cache: Use asynchronous Open/Create/Doom entry calls. | rvargas@google.com | 2010-01-14 | 1 | -25/+300 |
* | Rename CloseIdleConnections -> CloseCurrentConnections. | mbelshe@chromium.org | 2010-01-14 | 1 | -1/+2 |
* | Update CloseIdleSockets to close out FLIP connections as | mbelshe@google.com | 2009-12-01 | 1 | -0/+3 |
* | Add compiler-specific "examine printf format" attributes to printfs. | evan@chromium.org | 2009-11-20 | 1 | -2/+5 |
* | Http Cache: Split HttpCache::Transaction to its own set | rvargas@google.com | 2009-11-11 | 1 | -1582/+1 |
* | Clear disk cache when the cache is not initialized | hclam@chromium.org | 2009-11-07 | 1 | -18/+20 |
* | Http cache: Make sure that we handle byte range requests that | rvargas@google.com | 2009-11-03 | 1 | -3/+8 |
* | Http cache: Always preserve extra headers when dealing with | rvargas@google.com | 2009-11-03 | 1 | -1/+3 |
* | Http cache: Allow multiple external validation headers. | rvargas@google.com | 2009-11-02 | 1 | -55/+38 |
* | Http cache: Handle byte range requests when there is no cache entry. | rvargas@google.com | 2009-10-27 | 1 | -0/+3 |
* | Http cache: Make sure that we remove pending transactions | rvargas@google.com | 2009-10-26 | 1 | -3/+18 |
* | Http Cache: Convert data writes from sysnchronous to asynchronous. | rvargas@google.com | 2009-10-22 | 1 | -30/+76 |
* | Http Cache: Enable byte-range support by default. | rvargas@google.com | 2009-10-16 | 1 | -4/+4 |
* | HTTP Cache: Apply all freshness tests to Partial content entries. | rvargas@google.com | 2009-10-16 | 1 | -0/+3 |
* | Convert the HTTP cache to use FilePath rather than wstring for the | tony@chromium.org | 2009-10-15 | 1 | -6/+5 |
* | Final patch to convert disk cache to using FilePath instead of | tony@chromium.org | 2009-10-15 | 1 | -2/+3 |
* | Disk cache: Add a method to cancel pending sparse operations. | rvargas@google.com | 2009-10-08 | 1 | -4/+36 |
* | Make HttpResponseInfo pickle'able, just moves some code from HttpCache to Htt... | michaeln@google.com | 2009-10-08 | 1 | -123/+3 |
* | Initial CL for fixing some of the proxy auth issues. | chron@chromium.org | 2009-10-06 | 1 | -0/+6 |
* | Handle range request on a truncated entry | hclam@chromium.org | 2009-10-02 | 1 | -0/+2 |
* | Implement ScopedRunnableMethodFactory using WeakPtr. | darin@chromium.org | 2009-09-25 | 1 | -17/+15 |
* | Replace some net::ERR_FAILED generic error codes with more specific codes. | eroman@chromium.org | 2009-09-24 | 1 | -6/+8 |
* | Revert 25873. | eroman@chromium.org | 2009-09-22 | 1 | -73/+31 |
* | Http cache: Convert data writes from sysnchronous to asynchronous. | rvargas@google.com | 2009-09-10 | 1 | -31/+73 |
* | Http cache: Don't delete sparse entries when we | rvargas@google.com | 2009-09-09 | 1 | -11/+18 |
* | Add some trace-points to HttpCache for request profiling (cache entry "open",... | eroman@chromium.org | 2009-09-06 | 1 | -3/+15 |
* | Bug fixing for range request support in HttpCache | hclam@chromium.org | 2009-09-05 | 1 | -1/+0 |
* | Http Cache: Add support for resuming downloading a | rvargas@google.com | 2009-09-04 | 1 | -29/+75 |
* | Update the request time of http cache entries on 304. | eroman@chromium.org | 2009-09-04 | 1 | -0/+1 |
* | Update the response time of http cache entries on 304. | eroman@chromium.org | 2009-09-04 | 1 | -0/+2 |
* | Http cache: reorder some functions. No code change. | rvargas@google.com | 2009-09-01 | 1 | -77/+74 |
* | Http cache: Cleanup from tracking of bug 9952. | rvargas@google.com | 2009-09-01 | 1 | -67/+12 |
* | Http cache: Bypass the cache for range requests that have validation headers. | rvargas@google.com | 2009-08-28 | 1 | -0/+8 |
* | Refactor function to unpack an Entry from its pickle to a HttpResponseInfo. | mbelshe@google.com | 2009-08-25 | 1 | -12/+18 |
* | Http cache: Enable experimental support for byte range requests. | rvargas@google.com | 2009-08-24 | 1 | -24/+21 |
* | Revert cl 24015 | rvargas@google.com | 2009-08-21 | 1 | -20/+24 |
* | Http cache: Enable experimental support for byte range requests. | rvargas@google.com | 2009-08-21 | 1 | -24/+20 |
* | Http cache: Fix the code that handles 206s when revalidating | rvargas@google.com | 2009-08-20 | 1 | -18/+46 |
* | Add missing break statement. | jhawkins@chromium.org | 2009-08-19 | 1 | -3/+5 |