| Commit message (Expand) | Author | Age | Files | Lines |
* | Move EnableSpdy from HttpNetworkLayer to IOThread. | rch@chromium.org | 2012-11-30 | 1 | -9/+3 |
* | 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 |
* | Add OVERRIDE to net/. | avi@chromium.org | 2011-11-16 | 1 | -5/+5 |
* | Remove unnecessary forward declarations. Declare | wtc@chromium.org | 2011-08-20 | 1 | -12/+0 |
* | Rename NET_API to NET_EXPORT, and rename NET_TEST to NET_EXPORT_PRIVATE. | darin@chromium.org | 2011-08-12 | 1 | -4/+5 |
* | Kill URLRequestJobTracker. | willchan@chromium.org | 2011-05-22 | 1 | -1/+6 |
* | Net: Add NET_API to some http code. | rvargas@google.com | 2011-05-19 | 1 | -2/+3 |
* | Move some files from base to base/memory. | levin@chromium.org | 2011-03-28 | 1 | -3/+3 |
* | Refactor of NetworkDelegate. | willchan@chromium.org | 2011-02-24 | 1 | -1/+1 |
* | Simplify HttpCache/HttpNetworkLayer/HttpNetworkSession interaction. | willchan@chromium.org | 2011-01-28 | 1 | -65/+2 |
* | More net/ method ordering. | erg@google.com | 2011-01-26 | 1 | -6/+7 |
* | Move non_thread_safe from base to base/threading and into the base namespace. | brettw@chromium.org | 2011-01-01 | 1 | -2/+3 |
* | Cache certificate verification results in memory. | wtc@google.com | 2010-12-16 | 1 | -5/+11 |
* | Revert "Revert "net: Plumb DnsCertProvenanceChecker around."" | agl@chromium.org | 2010-11-22 | 1 | -0/+5 |
* | Revert "net: Plumb DnsCertProvenanceChecker around." | agl@chromium.org | 2010-11-22 | 1 | -5/+0 |
* | net: Plumb DnsCertProvenanceChecker around. | agl@chromium.org | 2010-11-22 | 1 | -0/+5 |
* | Revert "net: Plumb DnsCertProvenanceChecker around." | agl@chromium.org | 2010-11-18 | 1 | -5/+0 |
* | net: Plumb DnsCertProvenanceChecker around. | agl@chromium.org | 2010-11-18 | 1 | -0/+5 |
* | Revert revert 62918 - net: clean up SSLHostInfo construction." | agl@chromium.org | 2010-10-19 | 1 | -0/+5 |
* | Revert 62918 - net: clean up SSLHostInfo construction. | agl@chromium.org | 2010-10-18 | 1 | -5/+0 |
* | net: clean up SSLHostInfo construction. | agl@chromium.org | 2010-10-18 | 1 | -0/+5 |
* | Revert revert "net: plumb DnsRRResolver from IOThread to HttpNetworkSession." | agl@chromium.org | 2010-10-08 | 1 | -0/+5 |
* | Revert "net: plumb DnsRRResolver from IOThread to HttpNetworkSession." | agl@chromium.org | 2010-10-07 | 1 | -5/+0 |
* | net: plumb DnsRRResolver from IOThread to HttpNetworkSession. | agl@chromium.org | 2010-10-07 | 1 | -0/+5 |
* | Stop refcounting HostResolver. | willchan@chromium.org | 2010-10-01 | 1 | -1/+1 |
* | Reland 61015 (unnecessary revert due to flaky build) - Stop refcounting SpdyS... | willchan@chromium.org | 2010-09-30 | 1 | -1/+1 |
* | Revert 61015 (broke fetch_client) - Stop refcounting SpdySessionPool. | willchan@chromium.org | 2010-09-30 | 1 | -1/+1 |
* | Stop refcounting SpdySessionPool. | willchan@chromium.org | 2010-09-30 | 1 | -1/+1 |
* | Remove obviously unneeded forward declarations from headers under src/{app,ba... | viettrungluu@chromium.org | 2010-08-21 | 1 | -1/+0 |
* | Implement server push protocol 2. | erikchen@google.com | 2010-08-05 | 1 | -0/+10 |
* | `#pragma once` for app, base, chrome, gfx, ipc, net, skia, views | thakis@chromium.org | 2010-07-26 | 1 | -0/+1 |
* | SPDY now always uses http_network_transaction instead of spdy_network_transac... | erikchen@google.com | 2010-07-23 | 1 | -1/+0 |
* | SPDY flow control: enforce obeying send window size via a command-line switch... | agayev@chromium.org | 2010-07-22 | 1 | -1/+3 |
* | Annotate some network classes as non-threadsafe. | eroman@chromium.org | 2010-07-12 | 1 | -1/+2 |
* | Massively simplify the NetworkChangeNotifier infrastructure: | pkasting@chromium.org | 2010-06-25 | 1 | -8/+4 |
* | Add a net::HttpNetworkDelegate and a ChromeNetworkDelegate. | willchan@chromium.org | 2010-06-15 | 1 | -0/+4 |
* | Rework the logging for sockets/connectjobs. | eroman@chromium.org | 2010-06-03 | 1 | -2/+6 |
* | Fix crash on IP address change. | willchan@chromium.org | 2010-04-19 | 1 | -0/+2 |
* | Flush socket pools and SPDY session pool properly on explicit requests and ne... | willchan@chromium.org | 2010-04-08 | 1 | -2/+0 |
* | Added factories for HttpAuthHandler. | cbentzel@chromium.org | 2010-02-15 | 1 | -3/+8 |
* | The great Flip -> Spdy rename. | mbelshe@chromium.org | 2010-02-08 | 1 | -6/+6 |
* | Pass the NetworkChangeNotifier to HostResolver. | willchan@chromium.org | 2010-02-04 | 1 | -2/+7 |
* | Flip: Comma delimit the various flip options. Redo the fixed testing server f... | willchan@chromium.org | 2009-12-15 | 1 | -1/+1 |
* | Flip: FlipSessionPool changes. | willchan@chromium.org | 2009-11-04 | 1 | -0/+3 |
* | Expand the options for how FLIP runs. The GFE team needs | mbelshe@google.com | 2009-10-21 | 1 | -2/+9 |
* | Add a command line switch to enable flip sockets. | mbelshe@google.com | 2009-10-13 | 1 | -0/+4 |
* | Initial CL for fixing some of the proxy auth issues. | chron@chromium.org | 2009-10-06 | 1 | -2/+1 |
* | Replace some net::ERR_FAILED generic error codes with more specific codes. | eroman@chromium.org | 2009-09-24 | 1 | -1/+1 |
* | Cleanups for SSLConfigService and SSLConfigServiceManager. | mattm@chromium.org | 2009-08-21 | 1 | -1/+1 |