| Commit message (Expand) | Author | Age | Files | Lines |
* | Generalize the net module's LoadLog facility from a passive container, to an ... | eroman@chromium.org | 2010-03-16 | 1 | -18/+18 |
* | Http cache: Reorder the files after the previous mess-up. | rvargas@google.com | 2010-03-08 | 1 | -564/+568 |
* | Remove debug info used to diagnose bug 31723. | rvargas@google.com | 2010-03-03 | 1 | -12/+0 |
* | Http cache: Expose storing metadata on a given entry. | rvargas@google.com | 2010-03-02 | 1 | -7/+58 |
* | Add APIs to expose http cache's metadata and the | rvargas@google.com | 2010-02-23 | 1 | -0/+13 |
* | Http cache: Remove the explicit transaction callback and let the | rvargas@google.com | 2010-02-11 | 1 | -4/+4 |
* | Http Cache: Eliminate EntryAvailable() and make the cache use | rvargas@google.com | 2010-02-11 | 1 | -16/+19 |
* | Http Cache: Add a load log to the DoomEntry operation. | rvargas@google.com | 2010-02-11 | 1 | -1/+2 |
* | Http cache: Make sure that we don't send notifications | rvargas@google.com | 2010-02-10 | 1 | -1/+6 |
* | Add debug info to track a crash when sleeping. | rvargas@google.com | 2010-02-04 | 1 | -0/+11 |
* | Http cache: If we issue a byte range request for x bytes | rvargas@google.com | 2010-01-21 | 1 | -2/+6 |
* | Http Cache: Use asynchronous Open/Create/Doom entry calls. | rvargas@google.com | 2010-01-14 | 1 | -41/+55 |
* | Http cache: Add a histogram to see how headers related | rvargas@google.com | 2010-01-12 | 1 | -0/+44 |
* | Http cache: Avoid resuming (and keeping) truncated entries | rvargas@google.com | 2010-01-08 | 1 | -2/+10 |
* | Http cache: Use asynchronous IO to read an write the | rvargas@google.com | 2009-12-21 | 1 | -33/+51 |
* | Http cache: Add a test to make sure that the cache | rvargas@google.com | 2009-12-18 | 1 | -1/+1 |
* | Http cache: Add a few more states to the transaction SM. | rvargas@google.com | 2009-12-17 | 1 | -138/+240 |
* | Http cache: Don't use multiple validation headers when | rvargas@google.com | 2009-12-05 | 1 | -1/+3 |
* | Http cache: Second pass to move the HttpCache::Transaction | rvargas@google.com | 2009-12-05 | 1 | -98/+195 |
* | Http cache: First pass to move the HttpCache::Transaction to a sate machine. | rvargas@google.com | 2009-12-04 | 1 | -119/+173 |
* | Http cache: Don't access entry_ if an error switches | rvargas@google.com | 2009-12-02 | 1 | -1/+2 |
* | Http cache: Add code to restart a network request when the | rvargas@google.com | 2009-12-01 | 1 | -23/+49 |
* | Revert 33133 - Http cache: Add code to restart a network request when the | rvargas@google.com | 2009-11-30 | 1 | -42/+23 |
* | Revert 33251 - Http cache: Delete the response headers when the network trans... | rvargas@google.com | 2009-11-30 | 1 | -2/+0 |
* | Http cache: Delete the response headers when the network transaction | rvargas@google.com | 2009-11-29 | 1 | -0/+2 |
* | Http cache: Add code to restart a network request when the | rvargas@google.com | 2009-11-25 | 1 | -23/+42 |
* | Http cache: Make sure that when we cancel a request for | rvargas@google.com | 2009-11-20 | 1 | -1/+1 |
* | Http cache: Add the logic to cancel entry_ready_callback_. | rvargas@google.com | 2009-11-19 | 1 | -0/+8 |
* | Http Cache: Split HttpCache::Transaction to its own set | rvargas@google.com | 2009-11-11 | 1 | -0/+1371 |