| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert 33133 - Http cache: Add code to restart a network request when the | rvargas@google.com | 2009-11-30 | 5 | -94/+28 |
* | 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 | 5 | -28/+94 |
* | Increase the maximum allowed read buffer to 2MB. | vandebo@chromium.org | 2009-11-24 | 3 | -3/+6 |
* | Flip: Fix a bunch of leaks. | willchan@chromium.org | 2009-11-24 | 1 | -1/+3 |
* | Move base64 from 'net/base' into 'base'. | hayato@chromium.org | 2009-11-24 | 2 | -7/+9 |
* | ChromeFrame's host network stack implementation for IE full tab mode implicit... | ananta@chromium.org | 2009-11-24 | 2 | -6/+15 |
* | A large Content-Length header followed by a connection close could trigger an... | vandebo@chromium.org | 2009-11-23 | 3 | -14/+27 |
* | Http cache: Make sure that when we cancel a request for | rvargas@google.com | 2009-11-20 | 2 | -1/+68 |
* | Add compiler-specific "examine printf format" attributes to printfs. | evan@chromium.org | 2009-11-20 | 3 | -9/+17 |
* | In RestartIgnoringLastError, use connection_.socket()->IsConnectedAndIdle() | wtc@chromium.org | 2009-11-19 | 1 | -1/+1 |
* | Try to find the cause of the crash in memcpy, called from DoSendBody. | vandebo@chromium.org | 2009-11-19 | 1 | -2/+3 |
* | Http cache: Add the logic to cancel entry_ready_callback_. | rvargas@google.com | 2009-11-19 | 2 | -1/+109 |
* | Linux: fix uninit warnings when building -Os. | agl@chromium.org | 2009-11-16 | 1 | -1/+1 |
* | Fix crash if we get an EOF after a large packet with unterminated headers. | cevans@chromium.org | 2009-11-13 | 1 | -1/+1 |
* | Add LoadLog instrumentation to HttpNetworkTransaction, to tell how much time ... | eroman@chromium.org | 2009-11-13 | 1 | -0/+18 |
* | After draining the body of a 401/407 response, verify that | wtc@chromium.org | 2009-11-12 | 2 | -7/+94 |
* | Map a return value of 0 to ERR_CONNECTION_CLOSED for | wtc@chromium.org | 2009-11-12 | 1 | -19/+16 |
* | Http Cache: Split HttpCache::Transaction to its own set | rvargas@google.com | 2009-11-11 | 3 | -1582/+1639 |
* | There was confusion in the mock socket classes due to | mbelshe@google.com | 2009-11-11 | 2 | -155/+155 |
* | After further discussion, do not try to handle memory errors, but make assert... | vandebo@chromium.org | 2009-11-10 | 1 | -13/+5 |
* | Clear disk cache when the cache is not initialized | hclam@chromium.org | 2009-11-07 | 3 | -21/+36 |
* | Improve the display of LoadLogs when truncation occurs. | eroman@chromium.org | 2009-11-06 | 1 | -3/+3 |
* | Second patch in making destructors of refcounted objects private. | jam@chromium.org | 2009-11-05 | 7 | -8/+20 |
* | Disk Cache: New interface that enables asynchronous completion | rvargas@google.com | 2009-11-05 | 1 | -0/+35 |
* | HTTP cache: Add tests to verify that we don't remove the | rvargas@google.com | 2009-11-05 | 1 | -5/+50 |
* | Flip: FlipSessionPool changes. | willchan@chromium.org | 2009-11-04 | 5 | -8/+32 |
* | Http cache: Make sure that we handle byte range requests that | rvargas@google.com | 2009-11-03 | 2 | -3/+30 |
* | Http cache: Always preserve extra headers when dealing with | rvargas@google.com | 2009-11-03 | 4 | -26/+48 |
* | Add LoadLog to ClientSocket::Connect(). | willchan@chromium.org | 2009-11-02 | 1 | -2/+2 |
* | Http cache: Allow multiple external validation headers. | rvargas@google.com | 2009-11-02 | 2 | -55/+153 |
* | Minor defense-in-depth tweak. end - start + 1 can actually go negative if | cevans@chromium.org | 2009-10-28 | 1 | -1/+1 |
* | Handle out of memory in GrowableIOBuffer more gracefully. | vandebo@chromium.org | 2009-10-28 | 1 | -7/+17 |
* | Http cache: Handle byte range requests when there is no cache entry. | rvargas@google.com | 2009-10-27 | 2 | -0/+16 |
* | Http cache: Make sure that we remove pending transactions | rvargas@google.com | 2009-10-26 | 3 | -3/+70 |
* | Simplify the copying of data in HttpStreamParser | vandebo@chromium.org | 2009-10-23 | 1 | -17/+25 |
* | Fixes ChromeFrame net tests which run the URLRequest unit tests by launching ... | ananta@chromium.org | 2009-10-23 | 2 | -0/+16 |
* | Http Cache: Convert data writes from sysnchronous to asynchronous. | rvargas@google.com | 2009-10-22 | 3 | -43/+138 |
* | Expand the options for how FLIP runs. The GFE team needs | mbelshe@google.com | 2009-10-21 | 2 | -4/+26 |
* | Refactor HttpNetworkTransaction so that HttpStream is responsible for parsing... | vandebo@chromium.org | 2009-10-17 | 8 | -634/+1239 |
* | Http Cache: Enable byte-range support by default. | rvargas@google.com | 2009-10-16 | 1 | -4/+4 |
* | Adding support for Reset in StringTokenizerT and HttpHeadersIterator. | tommi@chromium.org | 2009-10-16 | 2 | -0/+17 |
* | Reverting 29316. | vandebo@chromium.org | 2009-10-16 | 8 | -1239/+634 |
* | Refactor HttpNetworkTransaction so that HttpStream is responsible for parsing... | vandebo@chromium.org | 2009-10-16 | 8 | -634/+1239 |
* | HTTP Cache: Apply all freshness tests to Partial content entries. | rvargas@google.com | 2009-10-16 | 3 | -4/+29 |
* | Adding a Find method to the HeadersIterator class. | tommi@chromium.org | 2009-10-16 | 3 | -0/+34 |
* | Convert the HTTP cache to use FilePath rather than wstring for the | tony@chromium.org | 2009-10-15 | 2 | -9/+9 |
* | net: Add another unit test. | rvargas@google.com | 2009-10-15 | 1 | -0/+7 |
* | Final patch to convert disk cache to using FilePath instead of | tony@chromium.org | 2009-10-15 | 1 | -2/+3 |