summaryrefslogtreecommitdiffstats
path: root/net/proxy
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add a source id to global NetLog entries, which makes themmmenke@chromium.org2012-03-153-20/+9
* Do cookie checks in NetworkDelegate instead of the URLRequest::Delegate.jochen@chromium.org2012-03-091-0/+11
* Remove usage of a deprecated TestServer constructor.erikwright@chromium.org2012-02-243-3/+8
* Strip brackets from IPv6 host literals before passing down to PAC script.eroman@chromium.org2012-02-112-2/+25
* Coverity: Initialize member variables.jhawkins@chromium.org2012-02-081-2/+3
* Linux: fix bug 75508, a crash when receiving notifications of proxy settings ...mdm@chromium.org2012-02-061-30/+35
* Linux: convert some CHECK macros to more useful CHECK_* macros in the proxy c...mdm@chromium.org2012-02-031-5/+5
* [Coverity] Fixed uninitialized membergroby@chromium.org2012-01-281-1/+2
* Convert use of int ms to TimeDelta in files owned by jar.tedvessenes@gmail.com2012-01-287-88/+88
* Add a source to V8 proxy resolver-initiated DNS requests,mmenke@chromium.org2012-01-277-26/+50
* Adds TTL argument to HostCache::Set.szym@chromium.org2012-01-213-13/+15
* Decrease the PAC polling delay even further.eroman@chromium.org2012-01-203-72/+97
* Revert 118489 since it seems to regress linux-sizes.sadrul@chromium.org2012-01-203-15/+13
* Adds custom ttl argument to HostCache::Set.szym@chromium.org2012-01-203-13/+15
* Change the polling policy for PAC scripts to be much less frequent (new: 2 ho...eroman@chromium.org2012-01-182-48/+65
* Revert 118001 - Revert 117968 - Rename is_hsts_host to fatal.apatrick@chromium.org2012-01-181-1/+1
* Revert 117968 - Rename is_hsts_host to fatal.apatrick@chromium.org2012-01-181-1/+1
* Rename is_hsts_host to fatal.palmer@chromium.org2012-01-171-1/+1
* Don't poll the PAC script during periods of network inactivity.eroman@chromium.org2012-01-133-69/+373