summaryrefslogtreecommitdiffstats
path: root/net/proxy
Commit message (Expand)AuthorAgeFilesLines
* Rewrite std::string("") to std::string(), Linux edition.dcheng@chromium.org2013-04-093-9/+11
* Revert "Rewrite std::string("") to std::string(), Linux edition."dcheng@chromium.org2013-04-093-11/+9
* Rewrite std::string("") to std::string(), Linux edition.dcheng@chromium.org2013-04-093-9/+11
* Move MessageLoop to base namespace.brettw@chromium.org2013-03-313-11/+12
* Recognize new proxy settings format in net-internals.eroman@chromium.org2013-03-303-2/+17
* net: extract net/cert out of net/basephajdan.jr@chromium.org2013-03-292-2/+2
* Convert net to use base::string16 instead of string16.brettw@chromium.org2013-03-2929-113/+123
* Update sys_string_conversions includes in chrome_frame, content, net, and ui.brettw@chromium.org2013-03-285-5/+5
* net: move host_resolver files from net/base to net/dnsphajdan.jr@chromium.org2013-03-214-4/+4
* Revert 188912 "Removed static factories for data, ftp, file, and..."kbr@chromium.org2013-03-191-4/+1
* Removed static factories for data, ftp, file, and about jobs.pauljensen@chromium.org2013-03-191-1/+4
* [Cleanup] Remove StringPrintf from global namespacegroby@chromium.org2013-03-182-3/+3
* net: move test files out of net/basephajdan.jr@chromium.org2013-03-181-1/+1
* Change ProxyRules to handle ProxyLists rather than just single ProxyServer in...marq@google.com2013-03-1612-128/+313
* net: split net/ssl out of net/basephajdan.jr@chromium.org2013-03-141-1/+1
* Replaced deprecated v8 API calls by their non-deprecated counterparts.svenpanne@chromium.org2013-03-052-0/+28
* Add more histograms for ProxyResolverV8Tracing.eroman@chromium.org2013-02-251-0/+10
* Move file_path.h to base/files.brettw@chromium.org2013-02-243-4/+4
* Optimization for ProxyResolverV8Tracing: early termination.eroman@chromium.org2013-02-216-78/+265
* On Android, reduce the delay to one minute before retrying a bad proxy serverbengr@chromium.org2013-02-161-0/+4
* Add more histograms for ProxyResolverV8Tracing.eroman@chromium.org2013-02-151-26/+34
* Remove legacy task wrapper in MultiThreadedProxyResolver.dcheng@chromium.org2013-02-141-16/+3
* Fix dependency on scoped_ptr::reset sequencing in ProxyResolverV8Tracingdcheng@chromium.org2013-02-141-3/+4
* Cleanup: Remove deprecated base::Value methods from net. Use base::Value too.thestig@chromium.org2013-02-122-20/+22
* Replace FilePath with base::FilePath in net.brettw@chromium.org2013-02-088-27/+29
* Linux/ChromeOS Chromium style checker cleanup, net/ edition.rsleevi@chromium.org2013-02-063-12/+14
* Add histograms for ProxyResolverV8Tracing.eroman@chromium.org2013-02-061-59/+186
* Add a unittest to ProxyResolverV8Tracing for sync DNS inside of blocking mode.eroman@chromium.org2013-02-061-2/+10
* Remove some unused NetLog event types.eroman@chromium.org2013-02-041-1/+1
* Move string tokenizer to base/strings.brettw@chromium.org2013-02-028-19/+18
* Make the v8 Isolate used in the proxy resolver explicit.jochen@chromium.org2013-02-013-13/+47
* Make an interface's virtual dtor protected rather than public.eroman@chromium.org2013-02-011-2/+3
* Fix a memory error in ProxyResolverV8Tracing.eroman@chromium.org2013-02-012-8/+34
* Remove an unnecessary call to v8::V8::LowMemoryNotification.eroman@chromium.org2013-01-311-6/+0
* Improve performance of proxy resolver by tracing DNS dependencies.eroman@chromium.org2013-01-3029-1585/+2132
* Add histograms to measure the performance of multithreaded proxy resolving.eroman@chromium.org2013-01-301-0/+22
* [net] Add a new load state for "Downloading Proxy script".eroman@chromium.org2013-01-303-6/+33
* Reduce the number of deprecated v8 API entry calls. Disable V8 deprecations f...svenpanne@chromium.org2013-01-241-4/+6
* LoadTiming in net part 4.mmenke@chromium.org2013-01-244-4/+103
* Update an outdated comment.eroman@chromium.org2013-01-091-1/+1
* Fix leak ProxyScriptFetcherImplTestpauljensen@chromium.org2012-12-201-2/+1
* Convert trivial URLRequest::Interceptors and URLRequestJobFactory::Intercepto...pauljensen@chromium.org2012-12-201-29/+5
* Use SCHEME_HTTP for HTTPS proxies on Android.pasko@google.com2012-12-102-6/+10
* Temporarily allow IO to load gsettings.phajdan.jr@chromium.org2012-12-061-5/+10
* Update net/proxy unit test initialization of URLRequestJobFactory object.tedv@chromium.org2012-12-041-3/+3
* Linux: use generated library loader for gsettings.phajdan.jr@chromium.org2012-11-301-92/+22
* Fix and enable the PAC fetcher NoCache test on Androidppi@chromium.org2012-11-201-4/+14
* net: Update calls from RunAllPending() to RunUntilIdle().tfarina@chromium.org2012-11-149-25/+25
* Fix infinite proxy retries that could happen when PAC script threw javascript...eroman@chromium.org2012-10-313-1/+42
* [net] Change factory methods for HostResolver and HostCache to return a scope...szym@chromium.org2012-10-221-1/+1