| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge 33919 - Http cache: Don't use multiple validation headers when | mal@chromium.org | 2009-12-05 | 1 | -1/+3 |
* | Merge 33633 - Map EPIPE to ERR_CONNECTION_RESET. | wtc@chromium.org | 2009-12-03 | 1 | -0/+1 |
* | Merge 33580 - Http cache: Don't access entry_ if an error switches | rvargas@google.com | 2009-12-03 | 2 | -1/+39 |
* | Merge 33412 - Http cache: Add code to restart a network request when the | rvargas@google.com | 2009-12-01 | 5 | -28/+101 |
* | Merge 33253 - Revert 33133 Http cache: Add code to restart a network request... | rvargas@google.com | 2009-11-30 | 5 | -94/+28 |
* | Merge 32919 - Reduce DLOG in websocket code | ukai@chromium.org | 2009-11-26 | 1 | -7/+6 |
* | Merge 33133 - Http cache: Add code to restart a network request when the | rvargas@google.com | 2009-11-25 | 5 | -28/+94 |
* | Merge 33132 - Properly detect KDE4 on newer systems (e.g. [K]Ubuntu 9.04). | thestig@chromium.org | 2009-11-25 | 1 | -1/+1 |
* | Merge 32983 - Increase the maximum allowed read buffer to 2MB. | vandebo@google.com | 2009-11-25 | 3 | -3/+6 |
* | Recommit this change - follow up merge will fix the issue detected on trunk | vandebo@google.com | 2009-11-25 | 4 | -17/+28 |
* | This looked good on trunk, but an issue was tracked down after I merged. Rev... | vandebo@google.com | 2009-11-24 | 4 | -28/+17 |
* | Merge 32856 - A large ContentLength header followed by a connection close cou... | vandebo@google.com | 2009-11-24 | 4 | -17/+28 |
* | Merge 32712 - Work around the NSS bugs in the AIA certificate fetch code by r... | wtc@chromium.org | 2009-11-23 | 4 | -438/+623 |
* | Merge 32707 - Http cache: Make sure that when we cancel a request for | rvargas@google.com | 2009-11-21 | 2 | -1/+68 |
* | Merge 32555 - In RestartIgnoringLastError, use connection_.socket()>IsConnect... | wtc@chromium.org | 2009-11-20 | 1 | -1/+1 |
* | Merge 32566 - In the local file listing, we should pass time in UTC to ICU's ... | jshin@chromium.org | 2009-11-20 | 1 | -3/+4 |
* | Merge 32523 - Http cache: Add the logic to cancel entry_ready_callback_. | rvargas@google.com | 2009-11-19 | 2 | -1/+109 |
* | Add modp_b64 dependency to net_base. This is used by net/base/Base64.cc. | maruel@chromium.org | 2009-11-16 | 1 | -0/+1 |
* | Fix bad last checkin which broke everything in flip. | mbelshe@google.com | 2009-11-15 | 1 | -0/+1 |
* | Fix multi-valued headers to and from the server. | mbelshe@google.com | 2009-11-14 | 2 | -5/+31 |
* | Propagate the "first party for cookies" from WebKit to the network stack | wtc@chromium.org | 2009-11-13 | 2 | -1/+2 |
* | Fix crash if we get an EOF after a large packet with unterminated headers. | cevans@chromium.org | 2009-11-13 | 1 | -1/+1 |
* | Split *AndAdjustOffset() functions into their own header, to restore utf_stri... | pkasting@chromium.org | 2009-11-13 | 2 | -2/+4 |
* | Close immediately if no context is set | ukai@chromium.org | 2009-11-13 | 1 | -1/+6 |
* | Style nit -- bind asterisks to the left rather than right. | eroman@chromium.org | 2009-11-13 | 3 | -3/+3 |
* | Plumb LoadLog into SocketStream | ukai@chromium.org | 2009-11-13 | 13 | -216/+362 |
* | Condense the output of LoadLog for empty BEGIN/END blocks. | eroman@chromium.org | 2009-11-13 | 2 | -6/+23 |
* | Add LoadLog instrumentation to HttpNetworkTransaction, to tell how much time ... | eroman@chromium.org | 2009-11-13 | 3 | -8/+53 |
* | After draining the body of a 401/407 response, verify that | wtc@chromium.org | 2009-11-12 | 4 | -11/+127 |
* | Fix Coverity defects in the FLIP code. | wtc@chromium.org | 2009-11-12 | 3 | -5/+5 |
* | Enable FLIP POST with unittest. | mbelshe@google.com | 2009-11-12 | 8 | -84/+345 |
* | Map a return value of 0 to ERR_CONNECTION_CLOSED for | wtc@chromium.org | 2009-11-12 | 1 | -19/+16 |
* | Enable async IO completions on MockSockets through the | mbelshe@google.com | 2009-11-11 | 2 | -22/+108 |
* | Http Cache: Split HttpCache::Transaction to its own set | rvargas@google.com | 2009-11-11 | 4 | -1582/+1641 |
* | Metrics of SocketStream | ukai@chromium.org | 2009-11-11 | 5 | -1/+186 |
* | There was confusion in the mock socket classes due to | mbelshe@google.com | 2009-11-11 | 10 | -426/+430 |
* | Lands http://codereview.chromium.org/379007 for Dave: | sky@chromium.org | 2009-11-11 | 1 | -0/+2 |
* | Use GURL::is_valid() in place of !GURL::is_empty() in a condition. | eroman@chromium.org | 2009-11-10 | 2 | -1/+23 |
* | Add a couple of methods to the StaticMockSocket for verifying | mbelshe@google.com | 2009-11-10 | 1 | -0/+7 |
* | Grab SOCKS settings from system prefs. | avi@chromium.org | 2009-11-10 | 1 | -1/+14 |
* | Distinguish between old and new FTP LIST response parsers | phajdan.jr@chromium.org | 2009-11-10 | 2 | -10/+18 |
* | Get rid of unused function, UTF8ToFilePathString. | tony@chromium.org | 2009-11-10 | 1 | -12/+0 |
* | After further discussion, do not try to handle memory errors, but make assert... | vandebo@chromium.org | 2009-11-10 | 4 | -35/+15 |
* | Pickup some server nits from the checkin on the GFE side. | mbelshe@google.com | 2009-11-10 | 2 | -32/+49 |
* | Use URLRequestContext's host_resolver instead of SystemHostResolver. | ukai@chromium.org | 2009-11-10 | 1 | -1/+2 |
* | Fix a style nit in client_socket.h. | wtc@chromium.org | 2009-11-10 | 3 | -49/+51 |
* | Clean up recent string conversion function changes, part 1: Remove unnecessar... | pkasting@chromium.org | 2009-11-10 | 1 | -4/+4 |
* | Fix integer overflow in calculation of sparse I/O extent. | cevans@chromium.org | 2009-11-10 | 1 | -1/+1 |
* | Switch chrome to requesting full-urls over FLIP rather than | mbelshe@google.com | 2009-11-10 | 2 | -18/+14 |
* | Fix some over-80-char lines. | mbelshe@google.com | 2009-11-09 | 1 | -4/+11 |