| Commit message (Expand) | Author | Age | Files | Lines |
* | Add header pointer to BeforeProxyHeadersSentCallback | bengr@chromium.org | 2014-07-01 | 1 | -2/+4 |
* | Move data reduction proxy to Chrome-Proxy header for authentication | bengr@chromium.org | 2014-06-26 | 1 | -0/+12 |
* | Minor cleanup of SetQuicServerInfo. | rtenneti@chromium.org | 2014-01-25 | 1 | -1/+1 |
* | Renamed disk_cache_based_ssl_host_info.* to | rtenneti@chromium.org | 2014-01-25 | 1 | -4/+4 |
* | Added SSLHostInfo. Storing of server info to our standard disk cache. | rtenneti@chromium.org | 2014-01-22 | 1 | -0/+5 |
* | Allows deferral of a URLRequest just before talking to the network, at | jkarlin@chromium.org | 2014-01-08 | 1 | -0/+11 |
* | Implement GetTotalReceivedBytes for http transaction. | eustas@chromium.org | 2013-12-24 | 1 | -0/+3 |
* | Add a SetWebSocketHandshakeStreamFactory() method to the HttpTransaction base... | ricea@chromium.org | 2013-11-14 | 1 | -0/+7 |
* | Release the cache entry on deferred redirect. | davidben@chromium.org | 2013-09-19 | 1 | -0/+3 |
* | Add GetFullRequestHeaders, from URLRequestJob to HttpNetworkTransaction. | ttuttle@chromium.org | 2013-06-20 | 1 | -0/+9 |
* | net: Return LoadTiming information in the case of a cache hit. | mmenke@chromium.org | 2013-05-15 | 1 | -2/+4 |
* | Revert 199535 "Add GetFullRequestHeaders, from URLRequestJob to ..." | ttuttle@chromium.org | 2013-05-10 | 1 | -9/+0 |
* | Add GetFullRequestHeaders, from URLRequestJob to HttpNetworkTransaction. | ttuttle@chromium.org | 2013-05-10 | 1 | -0/+9 |
* | [Net] Propagate priority changes from URLRequest to HttpTransaction | akalin@chromium.org | 2013-03-22 | 1 | -0/+4 |
* | Revert 189829 "[Net] Propagate priority changes from URLRequest ..." | msw@chromium.org | 2013-03-22 | 1 | -4/+0 |
* | [Net] Propagate priority changes from URLRequest to HttpTransaction | akalin@chromium.org | 2013-03-22 | 1 | -0/+4 |
* | LoadTiming in net, part 3. | mmenke@chromium.org | 2013-01-21 | 1 | -0/+6 |
* | net: Return size of upload as well as position from HttpTransaction::GetUploa... | hashimoto@chromium.org | 2012-08-30 | 1 | -1/+2 |
* | Remove the rest of #pragma once in one big CL. | ajwong@chromium.org | 2012-07-11 | 1 | -1/+0 |
* | Remove SSLHostInfo. | agl@chromium.org | 2012-06-27 | 1 | -6/+0 |
* | base::Bind: Convert most of net/http. | jhawkins@chromium.org | 2011-12-20 | 1 | -10/+10 |
* | Use AuthCredentials throughout the network stack instead of username/password. | cbentzel@chromium.org | 2011-10-28 | 1 | -3/+2 |
* | Begin CompletionCallback switchover. | willchan@chromium.org | 2011-10-01 | 1 | -8/+8 |
* | net: Notify the http job and cache transaction about a filter | rvargas@google.com | 2011-08-12 | 1 | -0/+6 |
* | Rename NET_API to NET_EXPORT, and rename NET_TEST to NET_EXPORT_PRIVATE. | darin@chromium.org | 2011-08-12 | 1 | -2/+2 |
* | Net: Add NET_API to some http code. | rvargas@google.com | 2011-05-19 | 1 | -2/+3 |
* | Rename SSLNonSensitiveHostInfo to SSLHostInfo. | agl@chromium.org | 2010-10-12 | 1 | -4/+4 |
* | net: add --enable-snap-start | agl@chromium.org | 2010-10-11 | 1 | -0/+6 |
* | Net: Convert username and password to string16. | thestig@chromium.org | 2010-07-29 | 1 | -5/+4 |
* | `#pragma once` for app, base, chrome, gfx, ipc, net, skia, views | thakis@chromium.org | 2010-07-26 | 1 | -0/+1 |
* | 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/+3 |
* | Add APIs to expose http cache's metadata and the | rvargas@google.com | 2010-02-23 | 1 | -0/+3 |
* | Pulled out Callback code into base/callback.h. This is the first step toward... | akalin@chromium.org | 2010-02-19 | 1 | -0/+2 |
* | LoadLog is used as an output parameter, reorder it to the last parameter. | willchan@chromium.org | 2009-08-14 | 1 | -3/+3 |
* | Add a "LoadLog" parameter to transactions, hostresolver, clientsocketpool and... | ericroman@google.com | 2009-08-12 | 1 | -1/+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/+8 |
* | NO CODE CHANGE | deanm@chromium.org | 2009-03-11 | 1 | -1/+0 |
* | 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 | -1/+4 |
* | revert r8603 | rvargas@google.com | 2009-01-24 | 1 | -4/+1 |
* | Change URLRequest to use a ref-counted buffer for actual IO.The ref-counting ... | rvargas@google.com | 2009-01-24 | 1 | -1/+4 |
* | Remove HttpTransaction::Destroy(), and do automatic memory management with sc... | ericroman@google.com | 2008-10-21 | 1 | -3/+1 |
* | Use a more compact license header in source files. | license.bot | 2008-08-24 | 1 | -28/+4 |
* | Run a couple more tests in net, and get rid of a couple more warnings | mmentovai@google.com | 2008-08-20 | 1 | -0/+2 |
* | Add net to the repository. | initial.commit | 2008-07-26 | 1 | -0/+111 |