summaryrefslogtreecommitdiffstats
path: root/net/http/http_cache_transaction.h
Commit message (Expand)AuthorAgeFilesLines
* Http cache: make sure that we revalidate a cached entryrvargas@google.com2010-10-121-2/+5
* Revert 62171 - Http cache: make sure that we revalidate a cached entryrvargas@google.com2010-10-111-5/+2
* Http cache: make sure that we revalidate a cached entryrvargas@google.com2010-10-111-2/+5
* Move the stream initialization out of the HttpStreamRequest and backmbelshe@chromium.org2010-08-251-0/+1
* Net: Convert username and password to string16.thestig@chromium.org2010-07-291-6/+9
* `#pragma once` for app, base, chrome, gfx, ipc, net, skia, viewsthakis@chromium.org2010-07-261-0/+1
* Http Cache: Make sure that we don't fail transactions when thervargas@google.com2010-07-171-0/+1
* Http Cache: chain GetLoadState from transactions waiting forrvargas@google.com2010-07-151-0/+6
* Revert 52334 - Http Cache: chain GetLoadState from transactions waiting forrvargas@google.com2010-07-141-6/+0
* Http Cache: chain GetLoadState from transactions waiting forrvargas@google.com2010-07-141-0/+6
* Time cache lock waitsgavinp@google.com2010-06-241-0/+2
* Http Cache: Remove blocking calls to GetAvailableRange.rvargas@google.com2010-06-111-3/+5
* Http cache: Add a check to MockHttpCache to make surervargas@google.com2010-05-101-0/+4
* Http Cache: Handle the asynchronous instantiation of thervargas@google.com2010-05-071-7/+5
* Auto-format style pass over files.cbentzel@chromium.org2010-05-041-1/+1
* Generalize the net module's LoadLog facility from a passive container, to an ...eroman@chromium.org2010-03-161-3/+5
* Http cache: Reorder the files after the previous mess-up.rvargas@google.com2010-03-081-3/+0
* Http cache: Expose storing metadata on a given entry.rvargas@google.com2010-03-021-8/+4
* Add APIs to expose http cache's metadata and thervargas@google.com2010-02-231-0/+26
* Http Cache: Eliminate EntryAvailable() and make the cache uservargas@google.com2010-02-111-9/+7
* Http Cache: Use asynchronous Open/Create/Doom entry calls.rvargas@google.com2010-01-141-4/+5
* Http cache: Add a histogram to see how headers relatedrvargas@google.com2010-01-121-0/+3
* Http cache: Use asynchronous IO to read an write thervargas@google.com2009-12-211-2/+4
* Http cache: Add a few more states to the transaction SM.rvargas@google.com2009-12-171-9/+26
* Http cache: Second pass to move the HttpCache::Transactionrvargas@google.com2009-12-051-8/+16
* Http cache: First pass to move the HttpCache::Transaction to a sate machine.rvargas@google.com2009-12-041-29/+49
* Http cache: Add code to restart a network request when thervargas@google.com2009-12-011-2/+5
* Revert 33133 - Http cache: Add code to restart a network request when thervargas@google.com2009-11-301-5/+2
* Http cache: Add code to restart a network request when thervargas@google.com2009-11-251-2/+5
* Http Cache: Split HttpCache::Transaction to its own setrvargas@google.com2009-11-111-0/+267