summaryrefslogtreecommitdiffstats
path: root/net/proxy
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove HostResolverImpl from Mock*HostResolver.szym@chromium.org2011-11-071-28/+3
* WriteInto handles length_with_null values of 1 better.cbentzel@chromium.org2011-10-181-2/+5
* Add WorkerPool::PostTaskAndReply and use in DHCP code.joi@chromium.org2011-10-146-216/+134
* Define id_ to have the ID type for better readability.wtc@chromium.org2011-10-131-2/+2
* net: ignore revocation check failures when fetching a proxy script.agl@chromium.org2011-10-121-0/+5
* Migrate HttpAlternateProtocols to HttpServerPropertiesImpl.willchan@chromium.org2011-10-101-0/+3
* Linux: convert some uses of NewRunnable*() to base::Bind() in the proxy code.mdm@chromium.org2011-10-061-28/+8
* Bocking onReceivedHeaders signal for webRequest APIbattre@chromium.org2011-10-051-0/+7
* NetworkDelegate::OnAuthRequired can set or cancel auth, in addition to taking...cbentzel@chromium.org2011-10-031-4/+9
* Begin CompletionCallback switchover.willchan@chromium.org2011-10-0135-235/+235
* Minor cleanup of Mac/Linux network change notifier code:mmenke@chromium.org2011-09-302-0/+3
* Revert 103360 - NetworkDelegate::OnAuthRequired can set authentication or can...ddorwin@chromium.org2011-09-291-9/+4
* NetworkDelegate::OnAuthRequired can set authentication or cancel, in addition...cbentzel@chromium.org2011-09-291-4/+9
* net: make HSTS hosts use the normal SSL interstitialsagl@chromium.org2011-09-272-5/+7
* Revert "net: make HSTS hosts use the normal SSL interstitials"agl@chromium.org2011-09-272-7/+5
* net: make HSTS hosts use the normal SSL interstitialsagl@chromium.org2011-09-272-5/+7
* Linux: try libgio-2.0.so.0 first and then libgio-2.0.so when trying to use gs...mdm@chromium.org2011-09-221-3/+7
* Delete Tracked, and move Location to its own file.ajwong@chromium.org2011-09-212-0/+2
* Fix a crash-on-shutdown in ProxyConfigServiceMacadamk@chromium.org2011-09-202-3/+6
* Linux: enhance some code to try and track down bug 75508.mdm@chromium.org2011-09-192-6/+21
* Check for kCFProxyTypeHttps in ProxyResolverMaceroman@chromium.org2011-09-091-0/+5
* net: Rename URLRequestStatus::os_error_.tfarina@chromium.org2011-09-081-1/+1
* Update base/timer.h code to pass through Location from call sites. (reland) o...jbates@chromium.org2011-09-026-10/+11
* Revert "Currently, base/timer.cc calls PostTask with FROM_HERE as the Location,mattm@chromium.org2011-09-026-11/+10
* Currently, base/timer.cc calls PostTask with FROM_HERE as the Location, so th...jbates@chromium.org2011-09-026-10/+11
* Reduce number of unnamed-type-template-args violations (mostly when passing v...pkasting@chromium.org2011-09-014-7/+7
* Only mark a proxy as bad if we have confirmation that another proxy succeeded...asanka@chromium.org2011-08-297-8/+103
* Linux: fix an incorrect cast and missing dereference that prevented GNOME 3 p...mdm@chromium.org2011-08-161-1/+1
* Add MessageLoopProxy::currentnduca@chromium.org2011-08-156-7/+7
* Rename NET_API to NET_EXPORT, and rename NET_TEST to NET_EXPORT_PRIVATE.darin@chromium.org2011-08-1229-60/+61
* Fixup bad include and usage of BASE_API, which should be BASE_EXPORT.darin@chromium.org2011-08-051-1/+0
* HostResolver: don't interpret NULL callback argument as a request to do synch...agayev@chromium.org2011-08-041-0/+7
* Add onAuthRequired signal to the webRequest APIjochen@chromium.org2011-08-031-0/+2
* mac: Components build for netthakis@chromium.org2011-07-291-1/+2
* HostResolverImpl: don't interpret NULL callback argument as a request to do s...agayev@chromium.org2011-07-281-0/+5
* Revert 94412 - HostResolverImpl: don't interpret NULL callback argument as a ...agayev@chromium.org2011-07-281-5/+0