| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert 153131 (Histograms showed it doesn't help much) | mmenke@chromium.org | 2012-09-11 | 1 | -5/+0 |
* | net: Return size of upload as well as position from HttpTransaction::GetUploa... | hashimoto@chromium.org | 2012-08-30 | 1 | -1/+1 |
* | Reland of http://codereview.chromium.org/10854204/, which | mmenke@chromium.org | 2012-08-24 | 1 | -0/+5 |
* | Revert 153025 - Automatically retry failed network requests. | mmenke@chromium.org | 2012-08-23 | 1 | -5/+0 |
* | Automatically retry failed network requests. | mmenke@chromium.org | 2012-08-23 | 1 | -0/+5 |
* | Adding histograms showing fraction of page load times spent in the disk cache... | tburkard@chromium.org | 2012-07-30 | 1 | -2/+3 |
* | Remove the rest of #pragma once in one big CL. | ajwong@chromium.org | 2012-07-11 | 1 | -1/+0 |
* | Migrate HttpCache adn HttpCacheTransaction to base::Bind(). | ajwong@chromium.org | 2011-12-23 | 1 | -3/+2 |
* | base::Bind: Convert most of net/http. | jhawkins@chromium.org | 2011-12-20 | 1 | -8/+8 |
* | Add OVERRIDE to net/. | avi@chromium.org | 2011-11-16 | 1 | -4/+5 |
* | Use AuthCredentials throughout the network stack instead of username/password. | cbentzel@chromium.org | 2011-10-28 | 1 | -14/+16 |
* | base::Bind conversion for net/http/... | adamk@chromium.org | 2011-10-20 | 1 | -1/+1 |
* | Begin CompletionCallback switchover. | willchan@chromium.org | 2011-10-01 | 1 | -7/+7 |
* | For the SSL cert status, convert anonymous enum that gives bit values into a ... | pkasting@chromium.org | 2011-09-23 | 1 | -1/+1 |
* | Revert 102322 - For the SSL cert status, convert anonymous enum that gives bi... | pkasting@chromium.org | 2011-09-22 | 1 | -1/+1 |
* | For the SSL cert status, convert anonymous enum that gives bit values into a ... | pkasting@chromium.org | 2011-09-22 | 1 | -1/+1 |
* | net: Notify the http job and cache transaction about a filter | rvargas@google.com | 2011-08-12 | 1 | -2/+11 |
* | Kill URLRequestJobTracker. | willchan@chromium.org | 2011-05-22 | 1 | -2/+1 |
* | Clean up net unit testing code. | erg@google.com | 2011-01-26 | 1 | -177/+40 |
* | Revert "Clean up net unit testing code." since it breaks the shlib builder. | erg@google.com | 2011-01-25 | 1 | -40/+177 |
* | Clean up net unit testing code. | erg@google.com | 2011-01-25 | 1 | -177/+40 |
* | net: Append base:: in the StringPrintf calls. | tfarina@chromium.org | 2010-09-25 | 1 | -3/+4 |
* | Net: Convert username and password to string16. | thestig@chromium.org | 2010-07-29 | 1 | -3/+4 |
* | `#pragma once` for app, base, chrome, gfx, ipc, net, skia, views | thakis@chromium.org | 2010-07-26 | 1 | -0/+1 |
* | Http Cache: chain GetLoadState from transactions waiting for | rvargas@google.com | 2010-07-15 | 1 | -1/+2 |
* | Revert 52334 - Http Cache: chain GetLoadState from transactions waiting for | rvargas@google.com | 2010-07-14 | 1 | -2/+1 |
* | Http Cache: chain GetLoadState from transactions waiting for | rvargas@google.com | 2010-07-14 | 1 | -1/+2 |
* | Auto-format style pass over files. | cbentzel@chromium.org | 2010-05-04 | 1 | -3/+3 |
* | Use HttpRequestHeaders for extra_headers. | willchan@chromium.org | 2010-04-20 | 1 | -1/+1 |
* | Generalize the net module's LoadLog facility from a passive container, to an ... | eroman@chromium.org | 2010-03-16 | 1 | -3/+4 |
* | Add APIs to expose http cache's metadata and the | rvargas@google.com | 2010-02-23 | 1 | -0/+2 |
* | Pulled out Callback code into base/callback.h. This is the first step toward... | akalin@chromium.org | 2010-02-19 | 1 | -0/+1 |
* | Http cache: Add a test to make sure that the cache | rvargas@google.com | 2009-12-18 | 1 | -0/+3 |
* | Http Cache: Convert data writes from sysnchronous to asynchronous. | rvargas@google.com | 2009-10-22 | 1 | -0/+1 |
* | Initial CL for fixing some of the proxy auth issues. | chron@chromium.org | 2009-10-06 | 1 | -0/+4 |
* | Replace some net::ERR_FAILED generic error codes with more specific codes. | eroman@chromium.org | 2009-09-24 | 1 | -3/+6 |
* | Revert 25873. | eroman@chromium.org | 2009-09-22 | 1 | -1/+0 |
* | Http cache: Convert data writes from sysnchronous to asynchronous. | rvargas@google.com | 2009-09-10 | 1 | -0/+1 |
* | Update the request time of http cache entries on 304. | eroman@chromium.org | 2009-09-04 | 1 | -0/+5 |
* | Update the response time of http cache entries on 304. | eroman@chromium.org | 2009-09-04 | 1 | -0/+6 |
* | LoadLog is used as an output parameter, reorder it to the last parameter. | willchan@chromium.org | 2009-08-14 | 1 | -5/+5 |
* | Add a "LoadLog" parameter to transactions, hostresolver, clientsocketpool and... | ericroman@google.com | 2009-08-12 | 1 | -3/+4 |
* | Specify new methods for supporting SSL client authentication. | wtc@chromium.org | 2009-06-12 | 1 | -1/+6 |
* | Respect cookies set in a 401 responses when restarting the http transaction. | ericroman@google.com | 2009-03-27 | 1 | -0/+4 |
* | Reduce the amount of included header files. Vast change like in "Oh God! This... | maruel@chromium.org | 2009-02-18 | 1 | -0/+1 |
* | Extend the IOBuffer to the disk cache. | rvargas@google.com | 2009-02-12 | 1 | -0/+1 |
* | Revert cl 9528 to fix mac test_shell_tests | rvargas@google.com | 2009-02-10 | 1 | -1/+0 |
* | Extend the IOBuffer to the disk cache. | rvargas@google.com | 2009-02-10 | 1 | -0/+1 |
* | Change URLRequest to use a ref-counted buffer for actual IO. | rvargas@google.com | 2009-01-29 | 1 | -5/+7 |
* | revert r8603 | rvargas@google.com | 2009-01-24 | 1 | -7/+5 |