summaryrefslogtreecommitdiffstats
path: root/net/http/http_cache_transaction.h
Commit message (Expand)AuthorAgeFilesLines
* Add OVERRIDE to net/.avi@chromium.org2011-11-161-11/+14
* Cleanup: Remove unneeded forward declararations in net.thestig@chromium.org2011-11-111-3/+4
* Use AuthCredentials throughout the network stack instead of username/password.cbentzel@chromium.org2011-10-281-5/+2
* Begin CompletionCallback switchover.willchan@chromium.org2011-10-011-13/+13
* net: Notify the http job and cache transaction about a filterrvargas@google.com2011-08-121-0/+1
* Http Cache: Keep track of whether we are doing byte rangervargas@google.com2011-07-221-1/+2
* Http cache: Add more documentation to the http cache transactionrvargas@google.com2011-07-191-3/+3
* Moved OnBeforeHeadersSent of webRequest API to url_request_http_job.ccbattre@chromium.org2011-06-281-4/+0
* Http Cache: make sure that if we cancel a request after all datarvargas@google.com2011-05-051-0/+1
* Flesh out the onBeforeSendHeaders event a bit more. We now send thempcomplete@chromium.org2011-04-271-0/+2
* Http Cache: Only cache range requests when the server providesrvargas@google.com2011-04-131-1/+6
* Add request_id to HttpRequestInfo and pass it to the NetworkDelegate for events.mpcomplete@chromium.org2011-03-301-0/+4
* More net/ method ordering.erg@google.com2011-01-261-19/+19
* reapply r70628. It was wrongly blamed for breaking Linux valgrind bots.estade@chromium.org2011-01-071-0/+2
* Revert r70628. It broke Linux valgrind bots. See for exampleestade@chromium.org2011-01-071-2/+0
* First pass at adding http/backend cache events to the NetLog. mmenke@chromium.org2011-01-061-0/+2
* Revert 70618 - First pass at adding http/backend cache events to the NetLog. mmenke@chromium.org2011-01-061-2/+0
* First pass at adding http/backend cache events to the NetLog. mmenke@chromium.org2011-01-061-0/+2
* Http cache: Remove a histogram.rvargas@google.com2010-12-281-3/+0
* Http cache: Remove the option to disable byte range support.rvargas@google.com2010-12-091-2/+1
* Http cache: Make sure that we don't forget that an entry is sparservargas@google.com2010-12-031-0/+1
* 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