summaryrefslogtreecommitdiffstats
path: root/net/http/http_cache_transaction.cc
Commit message (Expand)AuthorAgeFilesLines
* Reland 85821 - Http cache: Make sure that we don't use http 1.1 featuresrvargas@google.com2011-05-191-0/+3
* Revert 85821 - Http cache: Make sure that we don't use http 1.1 featuresrvargas@google.com2011-05-191-3/+0
* Http cache: Make sure that we don't use http 1.1 featuresrvargas@google.com2011-05-181-0/+3
* Add one-time randomization support for FieldTrial, and the ability tojoi@chromium.org2011-05-101-2/+1
* Revert 84197 - Add one-time randomization support for FieldTrial, and the abi...joi@chromium.org2011-05-061-1/+2
* Http Cache: make sure that if we cancel a request after all datarvargas@google.com2011-05-051-0/+14
* Add one-time randomization support for FieldTrial, and the ability tojoi@chromium.org2011-05-051-2/+1
* Flesh out the onBeforeSendHeaders event a bit more. We now send thempcomplete@chromium.org2011-04-271-6/+11
* Allow extensions to redirect requests in onBeforeRequest.mpcomplete@chromium.org2011-04-151-1/+1
* Revert "Allow extensions to redirect requests in onBeforeRequest."mpcomplete@chromium.org2011-04-131-1/+1
* Allow extensions to redirect requests in onBeforeRequest.mpcomplete@chromium.org2011-04-131-1/+1
* Http Cache: Only cache range requests when the server providesrvargas@google.com2011-04-131-21/+48
* Http cache: Make sure that the we only transition torvargas@chromium.org2011-04-041-1/+1
* Add request_id to HttpRequestInfo and pass it to the NetworkDelegate for events.mpcomplete@chromium.org2011-03-301-29/+63
* Move some files from base to base/memory.levin@chromium.org2011-03-281-2/+2
* Http cache: Fix handling of truncated entries.rvargas@google.com2011-03-021-1/+27
* More net/ method ordering.erg@google.com2011-01-261-64/+64
* reapply r70628. It was wrongly blamed for breaking Linux valgrind bots.estade@chromium.org2011-01-071-9/+51
* Revert r70628. It broke Linux valgrind bots. See for exampleestade@chromium.org2011-01-071-51/+9
* First pass at adding http/backend cache events to the NetLog. mmenke@chromium.org2011-01-061-9/+51
* Revert 70618 - First pass at adding http/backend cache events to the NetLog. mmenke@chromium.org2011-01-061-51/+9
* First pass at adding http/backend cache events to the NetLog. mmenke@chromium.org2011-01-061-9/+51
* Http cache: Remove a histogram.rvargas@google.com2010-12-281-43/+13
* Http cache: Remove the option to disable byte range support.rvargas@google.com2010-12-091-23/+6
* Http cache: Make sure that we don't forget that an entry is sparservargas@google.com2010-12-031-1/+8
* Convert implicit scoped_refptr constructor calls to explicit ones, part 1thakis@chromium.org2010-11-011-1/+1
* 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