summaryrefslogtreecommitdiffstats
path: root/net/http/http_network_layer_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Massively simplify the NetworkChangeNotifier infrastructure:pkasting@chromium.org2010-06-251-11/+9
* Add a net::HttpNetworkDelegate and a ChromeNetworkDelegate.willchan@chromium.org2010-06-151-3/+3
* Rework the logging for sockets/connectjobs.eroman@chromium.org2010-06-031-3/+3
* Use HttpRequestHeaders for extra_headers.willchan@chromium.org2010-04-201-1/+2
* Generalize the net module's LoadLog facility from a passive container, to an ...eroman@chromium.org2010-03-161-1/+2
* Added factories for HttpAuthHandler.cbentzel@chromium.org2010-02-151-4/+5
* Add bounds checking to StaticSocketDataProvider, to make tests more reliablephajdan.jr@chromium.org2010-02-091-1/+2
* Pass the NetworkChangeNotifier to HostResolver.willchan@chromium.org2010-02-041-3/+4
* There was confusion in the mock socket classes due tombelshe@google.com2009-11-111-2/+2
* Replace some net::ERR_FAILED generic error codes with more specific codes.eroman@chromium.org2009-09-241-6/+17
* Pref-backed SSLConfigService for Linux.mattm@chromium.org2009-08-191-3/+7
* Reference count ProxyService.eroman@chromium.org2009-08-181-6/+3
* LoadLog is used as an output parameter, reorder it to the last parameter.willchan@chromium.org2009-08-141-1/+1
* Add a "LoadLog" parameter to transactions, hostresolver, clientsocketpool and...ericroman@google.com2009-08-121-1/+1
* Refactorings surrounding HostResolver:ericroman@google.com2009-07-151-4/+4
* Make net::HostResolver refcounted.ericroman@google.com2009-06-271-6/+5
* Reverting 19425.ericroman@google.com2009-06-261-5/+6
* Make net::HostResolver refcounted.ericroman@google.com2009-06-261-6/+5
* Move socket related files from net/base to net/socket.willchan@chromium.org2009-06-221-1/+1
* Make HttpNetworkLayer tests network-independent.phajdan.jr@chromium.org2009-06-161-18/+23
* Fix segfault in HttpNetworkLayerTest.GoogleGET when network connection fails.phajdan.jr@chromium.org2009-06-151-1/+1
* * Avoid doing concurrent DNS resolves of the same hostname in HostResolver.ericroman@google.com2009-06-121-3/+6
* Prevent making real DNS lookups by chrome tests.phajdan.jr@chromium.org2009-03-271-1/+1
* NO CODE CHANGEdeanm@chromium.org2009-03-111-1/+0
* Add more unit tests for net/base/host_resolver.phajdan.jr@chromium.org2009-01-291-4/+9
* Split ProxyResolver into two interfaces: A. interface for retrieving the sys...ericroman@google.com2008-12-191-7/+6
* Reverting 6966.ericroman@google.com2008-12-131-3/+8
* Use automatic memory management for URLRequestContext's members.ericroman@google.com2008-12-131-8/+3
* Misc proxy service changes.ericroman@google.com2008-12-101-4/+7
* * Cleanup: move base/platform_test.h -> testing/jeremy@chromium.org2008-12-021-1/+1
* Remove HttpTransaction::Destroy(), and do automatic memory management with sc...ericroman@google.com2008-10-211-11/+7
* add http layer and unit tests to mac build. stub out file uploading in upload...pinkerton@google.com2008-09-251-5/+2
* Apply minor tweaks to ScopedHostMapper per review feedback.darin@chromium.org2008-09-241-2/+5
* Add support for mock DNS queries. This allows us to eliminatedarin@google.com2008-09-241-0/+9
* Use a more compact license header in source files.license.bot2008-08-241-28/+4
* Add net to the repository.initial.commit2008-07-261-0/+87