summaryrefslogtreecommitdiffstats
path: root/net/proxy
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make original_response_headers parameter of NetworkDelegate::OnHeadersReceive...battre@chromium.org2012-10-202-2/+2
* Upstream Android-specific net/ changes.newt@chromium.org2012-10-203-2/+2
* [net] Add AsyncDNS.TTL histogram.szym@chromium.org2012-10-171-1/+1
* Removing "WinHttpGetProxyForUrl failed" message.alexeypa@chromium.org2012-10-161-1/+0
* Receiving Connection: Proxy-Bypass induces proxy fallback.piatek@google.com2012-10-165-7/+94
* Android: lazy initialization for method id.bulach@chromium.org2012-10-161-1/+0
* [net] Connect DNS signals to re-fetching PAC script.szym@chromium.org2012-09-212-0/+11
* net: Fix clang warnings about missing virtual and OVERRIDE annotations.tfarina@chromium.org2012-09-171-8/+11
* Minor fixes in proxy configuration on iOS.droger@chromium.org2012-09-064-21/+6
* Add iOS support to ProxyServicedroger@chromium.org2012-09-044-1/+158
* net: Add a new target 'net_with_v8'.tfarina@chromium.org2012-08-315-136/+179
* Added URLRequestContext::CreateRequest which can be used to create URLRequestsshalev@chromium.org2012-08-241-1/+1
* Turned job_factory into a pure virtual classshalev@chromium.org2012-08-241-2/+2
* Refactoring: ProtocolHandler::MaybeCreateJob and other functions take Network...shalev@chromium.org2012-08-241-6/+8
* Add histograms for network activity, and total/cumulativetburkard@chromium.org2012-08-202-4/+4
* net: Fix more clang warnings about missing virtual and OVERRIDE annotations.tfarina@chromium.org2012-08-191-3/+4
* Clean-up inline members of nested classes (net/)hans@chromium.org2012-08-092-7/+13
* Adding histograms showing fraction of page load times spent in the disk cache...tburkard@chromium.org2012-07-302-0/+7
* Uses gyp "rules" rather than "actions" templates for the JNI generator.bulach@chromium.org2012-07-191-1/+1
* base: Make ScopedVector::clear() destroy elements.derat@chromium.org2012-07-191-1/+1
* Linux: Detect Unity as a desktop environment.thestig@chromium.org2012-07-171-0/+1
* Remove the rest of #pragma once in one big CL.ajwong@chromium.org2012-07-1139-39/+0
* Switch to TimeDelta interfaces for process waiting functions in net and ipc.tedvessenes@gmail.com2012-07-114-40/+48
* Added URLRequestContext to constructor for URLRequest.erikwright@chromium.org2012-06-221-2/+1