summaryrefslogtreecommitdiffstats
path: root/net/http/http_cache_transaction.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Revert 33133 - Http cache: Add code to restart a network request when thervargas@google.com2009-11-301-42/+23
* Revert 33251 - Http cache: Delete the response headers when the network trans...rvargas@google.com2009-11-301-2/+0
* Http cache: Delete the response headers when the network transactionrvargas@google.com2009-11-291-0/+2
* Http cache: Add code to restart a network request when thervargas@google.com2009-11-251-23/+42
* Http cache: Make sure that when we cancel a request forrvargas@google.com2009-11-201-1/+1
* Http cache: Add the logic to cancel entry_ready_callback_.rvargas@google.com2009-11-191-0/+8
* Http Cache: Split HttpCache::Transaction to its own setrvargas@google.com2009-11-111-0/+1371