summaryrefslogtreecommitdiffstats
path: root/net/proxy
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Linux: allow proxy PAC file configurations that use just a file path without ...mdm@chromium.org2012-06-192-1/+19
* NetLogEventParameter to Callback refactoring 7.mmenke@chromium.org2012-06-147-176/+133
* Adds NetworkDelegate::NotifyBeforeSocketStreamConnect()bashi@chromium.org2012-06-132-0/+11
* Track sources of proxy settings.asanka@chromium.org2012-06-1218-35/+367
* CapturingNetLog - remove maximum entries constructor argument.mmenke@chromium.org2012-06-085-42/+30
* Linux: KDE: support recent KDE's socksProxy setting.mdm@chromium.org2012-06-082-6/+37
* Introduce a delegate to avoid hardcoding "chrome-extension" in net/.joi@chromium.org2012-06-072-0/+6
* Upstream Android proxy config service.pliard@chromium.org2012-06-064-0/+774
* Linux: avoid using a NULL MessageLoopForIO to get its MessageLoopProxy in Pro...mdm@chromium.org2012-06-021-1/+1
* Rename CapturingNetLog::Entry to CapturingNetLog::CaptureEntry,mmenke@chromium.org2012-06-025-16/+16
* RefCounted types should not have public destructors, net/ reduxrsleevi@chromium.org2012-05-282-19/+13
* Use SingleThreadTaskRunner instead of MessageLoopProxy in ProxyConfigService.sergeyu@chromium.org2012-05-247-112/+124
* [net] Switch TestURLRequestContext and other tests to use MockCachingHostReso...szym@chromium.org2012-05-231-4/+2
* Cleanup: Remove unneeded scoped_ptr.h includes from net.thestig@chromium.org2012-05-173-7/+8
* Stop refcounting URLRequestContext.willchan@chromium.org2012-05-116-40/+32
* Reimplements net::AddressList without struct addrinfo.szym@chromium.org2012-05-072-9/+8
* Fix file access on Chrome for ChromeOS on Linuxgspencer@chromium.org2012-05-052-27/+99
* RefCounted types should not have public destructors, net/rsleevi@chromium.org2012-04-287-6/+33
* Fix a crash of WebView in ash_shell on Chrome OS build.mazda@chromium.org2012-04-261-3/+18
* Add NET_EXPORT for ProxyConfigServiceMac class.sergeyu@chromium.org2012-04-251-1/+4
* Linux: Add support for new KDE space-delimited proxy port numbers.mdm@chromium.org2012-04-242-4/+32
* Use base::MessageLoopProxy instead of MessageLoop in ProxyConfigServiceLinux.sergeyu@chromium.org2012-04-244-55/+69
* Fix DrMemory leaks in dhcp code.willchan@chromium.org2012-04-201-8/+13
* Remove unnecessary references to URLRequestContext.willchan@chromium.org2012-04-105-9/+11
* Implement a MockCertVerifier that can be used to avoidrsleevi@chromium.org2012-04-101-2/+2
* Make CertVerifier a pure virtual interface.rsleevi@chromium.org2012-03-211-1/+2