summaryrefslogtreecommitdiffstats
path: root/net/proxy
Commit message (Expand)AuthorAgeFilesLines
* 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
* Prevent callbacks after URLRequest/URLRequestJob have been canceled/completed...battre@chromium.org2012-01-131-2/+2
* Split the initialisation of NeworkChangeNotifierMac.droger@google.com2012-01-111-7/+8
* Remove task.h and finish base::Bind() migration.ajwong@chromium.org2012-01-063-3/+0
* Poll PAC scripts for content changes.eroman@chromium.org2012-01-058-95/+896
* And now NewRunnableMethod(), you die.ajwong@chromium.org2012-01-041-3/+1
* base::Bind: Convert most of net/http.jhawkins@chromium.org2011-12-201-1/+1
* base::Bind: Convert net/proxy.jhawkins@chromium.org2011-12-2040-648/+587
* Standardize StringToInt{,64} interface.tedvessenes@gmail.com2011-12-191-1/+4
* Revert 114944 - Standardize StringToInt{,64} interface.battre@chromium.org2011-12-181-4/+1
* Standardize StringToInt{,64} interface.tedvessenes@gmail.com2011-12-181-1/+4
* Revert 114929 - Standardize StringToInt{,64} interface.rsleevi@chromium.org2011-12-171-4/+1
* Standardize StringToInt{,64} interface.tedvessenes@gmail.com2011-12-171-1/+4
* base::Bind: Convert proxy_resolving_client_socket.[cc,h] and deps.jhawkins@chromium.org2011-12-153-51/+55
* Refactor: Extract "InitProxyResolver" to "ProxyScriptDecider".eroman@chromium.org2011-12-136-424/+459
* Add range check to allow for NULL to be counted as data or not by DHCP server.joi@chromium.org2011-12-121-7/+18
* base::Bind: Convert proxy_resolution_service_provider.cc.jhawkins@chromium.org2011-12-062-8/+89
* Convert more NewRunnable* to base::Bind().mdm@chromium.org2011-12-061-7/+9
* base::Bind: Convert net::NetworkDelegate.jhawkins@chromium.org2011-12-011-4/+4
* base::Bind: Convert HostResolver::Resolve.jhawkins@chromium.org2011-11-163-7/+7
* Remove mac_util header from proxy_config_service_mac.cckushi.p@gmail.com2011-11-161-1/+0
* Convert plain C-style casts to use CFCastStrict and GetValueFromDictionary te...kushi.p@gmail.com2011-11-153-27/+20
* Remove unused HostResolver::Observer.szym@chromium.org2011-11-151-8/+0
* Allow linker initialization of lazy instancejoth@chromium.org2011-11-151-2/+2
* Cleanup: Remove unneeded forward declararations in net.thestig@chromium.org2011-11-114-10/+8
* Call LowMemoryNotification instead of IdleNotification when need to free memory.ulan@chromium.org2011-11-101-6/+1
* Remove HostResolverImpl from Mock*HostResolver. szym@chromium.org2011-11-081-28/+3
* Add new text for indicating we are resolving hosts during proxy resolution.willchan@chromium.org2011-11-0816-2/+209
* Revert 108910 - Remove HostResolverImpl from Mock*HostResolver.szym@chromium.org2011-11-071-3/+28