summaryrefslogtreecommitdiffstats
path: root/net/http/http_cache_transaction.cc
Commit message (Expand)AuthorAgeFilesLines
* Revert revert 62918 - net: clean up SSLHostInfo construction."agl@chromium.org2010-10-191-10/+0
* Revert 62918 - net: clean up SSLHostInfo construction.agl@chromium.org2010-10-181-0/+10
* net: clean up SSLHostInfo construction.agl@chromium.org2010-10-181-10/+0
* Convert LOG(INFO) to VLOG(1) - net/.pkasting@chromium.org2010-10-161-4/+4
* Move Stats, histograms, and field trial into a metrics subdirectory of base andbrettw@chromium.org2010-10-141-5/+5
* Http cache: make sure that we revalidate a cached entryrvargas@google.com2010-10-121-9/+28
* Rename SSLNonSensitiveHostInfo to SSLHostInfo.agl@chromium.org2010-10-121-1/+1
* Revert 62171 - Http cache: make sure that we revalidate a cached entryrvargas@google.com2010-10-111-28/+9
* Http cache: make sure that we revalidate a cached entryrvargas@google.com2010-10-111-9/+28
* net: add --enable-snap-startagl@chromium.org2010-10-111-0/+12
* FBTF: A giant cleanup to net/erg@google.com2010-08-311-0/+1
* Add a field trial for the cache WRT prefetchinggavinp@chromium.org2010-08-111-2/+14
* Net: Convert username and password to string16.thestig@chromium.org2010-07-291-5/+8
* Http Cache: Make sure that we don't fail transactions when thervargas@google.com2010-07-171-11/+10
* Http Cache: chain GetLoadState from transactions waiting forrvargas@google.com2010-07-151-5/+16
* Revert 52334 - Http Cache: chain GetLoadState from transactions waiting forrvargas@google.com2010-07-141-16/+5
* Http Cache: chain GetLoadState from transactions waiting forrvargas@google.com2010-07-141-5/+16
* White space changes for grd revertvandebo@chromium.org2010-07-031-1/+1
* Http Cache: Avoid re-validation of sparse entries if arvargas@google.com2010-06-241-2/+14
* Time cache lock waitsgavinp@google.com2010-06-241-0/+5
* Http Cache: Remove blocking calls to GetAvailableRange.rvargas@google.com2010-06-111-14/+20
* Use arraysize() instead of ARRAYSIZE_UNSAFE() where possible. Remove pointle...pkasting@chromium.org2010-06-011-4/+4
* Http cache: Add a check to MockHttpCache to make surervargas@google.com2010-05-101-5/+28
* Http Cache: Handle the asynchronous instantiation of thervargas@google.com2010-05-071-50/+63
* Auto-format style pass over files.cbentzel@chromium.org2010-05-041-8/+8
* More cleanup to address TODOs in net_log.h.eroman@chromium.org2010-04-281-12/+12
* Use HttpRequestHeaders for extra_headers.willchan@chromium.org2010-04-201-45/+38
* Update about:cache to display cached metadata for an entry.tonyg@chromium.org2010-04-191-9/+0
* Generalize the net module's LoadLog facility from a passive container, to an ...eroman@chromium.org2010-03-161-18/+18
* Http cache: Reorder the files after the previous mess-up.rvargas@google.com2010-03-081-564/+568
* Remove debug info used to diagnose bug 31723.rvargas@google.com2010-03-031-12/+0
* Http cache: Expose storing metadata on a given entry.rvargas@google.com2010-03-021-7/+58
* Add APIs to expose http cache's metadata and thervargas@google.com2010-02-231-0/+13
* Http cache: Remove the explicit transaction callback and let thervargas@google.com2010-02-111-4/+4
* Http Cache: Eliminate EntryAvailable() and make the cache uservargas@google.com2010-02-111-16/+19
* Http Cache: Add a load log to the DoomEntry operation.rvargas@google.com2010-02-111-1/+2
* Http cache: Make sure that we don't send notificationsrvargas@google.com2010-02-101-1/+6
* Add debug info to track a crash when sleeping.rvargas@google.com2010-02-041-0/+11
* Http cache: If we issue a byte range request for x bytesrvargas@google.com2010-01-211-2/+6
* Http Cache: Use asynchronous Open/Create/Doom entry calls.rvargas@google.com2010-01-141-41/+55
* Http cache: Add a histogram to see how headers relatedrvargas@google.com2010-01-121-0/+44
* Http cache: Avoid resuming (and keeping) truncated entriesrvargas@google.com2010-01-081-2/+10
* Http cache: Use asynchronous IO to read an write thervargas@google.com2009-12-211-33/+51
* Http cache: Add a test to make sure that the cachervargas@google.com2009-12-181-1/+1
* Http cache: Add a few more states to the transaction SM.rvargas@google.com2009-12-171-138/+240
* 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-051-98/+195
* Http cache: First pass to move the HttpCache::Transaction to a sate machine.rvargas@google.com2009-12-041-119/+173
* Http cache: Don't access entry_ if an error switchesrvargas@google.com2009-12-021-1/+2
* Http cache: Add code to restart a network request when thervargas@google.com2009-12-011-23/+49