summaryrefslogtreecommitdiffstats
path: root/net/proxy
Commit message (Expand)AuthorAgeFilesLines
* Fix ReuseTest memory handling.joi@chromium.org2011-07-041-8/+10
* net: Add NET_API to more code to enable buildingrvargas@google.com2011-06-301-1/+2
* Fix memory leak introduced by unit test, unflake timing-dependent test.joi@chromium.org2011-06-291-5/+22
* Moved OnBeforeHeadersSent of webRequest API to url_request_http_job.ccbattre@chromium.org2011-06-281-1/+1
* Do GetAdaptersAddresses on a worker thread.joi@chromium.org2011-06-234-66/+253
* Coverity: Initialize member variables.jhawkins@chromium.org2011-06-211-3/+28
* net: Fix more regressions for net.dllrvargas@google.com2011-06-202-1/+3
* Revert 89628 - Revert 89489 - net: don't check revocation when fetching PAC f...cevans@chromium.org2011-06-202-1/+33
* Revert 89629 - Revert 89486 - Revert 87047 - Revert 86422 - Make DHCP WPAD on...cevans@chromium.org2011-06-203-4/+8
* Revert 89486 - Revert 87047 - Revert 86422 - Make DHCP WPAD on by default.cevans@chromium.org2011-06-193-8/+4
* Revert 89489 - net: don't check revocation when fetching PAC files.cevans@chromium.org2011-06-192-33/+1
* net: don't check revocation when fetching PAC files.agl@chromium.org2011-06-172-1/+33
* Revert 87047 - Revert 86422 - Make DHCP WPAD on by default.joi@chromium.org2011-06-173-4/+8
* Remove the HostResolverImpl::Shutdown() method.eroman@chromium.org2011-06-159-83/+103
* Cleanup: base/scoped_ptr.h -> base/memory/scoped_ptr.h. (part 2)thestig@chromium.org2011-06-151-1/+1
* Change the files in base and net to include foundation_util.hwtc@chromium.org2011-06-142-4/+5
* Cancel when InitProxyResolver cancels, so we don't use callback later.joi@chromium.org2011-06-133-1/+76
* Changes to have chrome building with net.dllrvargas@google.com2011-06-031-1/+1
* Linux: add an extra CHECK to try and figure out bugs 75508 and 84673.mdm@chromium.org2011-06-021-1/+10
* Revert 86422 - Make DHCP WPAD on by default.joi@chromium.org2011-05-273-9/+5
* Fix scope issues in DHCP WPAD code pointed out by jar@.joi@chromium.org2011-05-267-45/+63
* Make DHCP WPAD on by default.joi@chromium.org2011-05-243-4/+7
* Add metrics for DHCP WPAD feature. Fix memory overwrite.joi@chromium.org2011-05-243-3/+75
* Kill URLRequestJobTracker.willchan@chromium.org2011-05-221-1/+5
* net: Add NET_API to a few more files.rvargas@google.com2011-05-214-8/+12
* Linux: split ProxyConfigServiceLinux::SettingGetter::Setting into several enu...mdm@chromium.org2011-05-203-75/+78
* LBYL on GSettingsbacker@chromium.org2011-05-201-5/+20
* net: Add net_api to the proxy code.rvargas@google.com2011-05-1922-37/+57
* Linux: add support to get proxy settings from GSettings, if available.mdm@chromium.org2011-05-191-16/+393
* Fix flaky DHCP WPAD tests. In part, switch to deterministic ways ofjoi@chromium.org2011-05-192-26/+39
* Revert of 85854 which is a revert of 85852 - Add a command line optionrtenneti@chromium.org2011-05-191-0/+1
* Revert 85852 - Add a command line option ("host-resolver-retry-attempts")rtenneti@chromium.org2011-05-191-1/+0
* Add a command line option ("host-resolver-retry-attempts")rtenneti@chromium.org2011-05-191-0/+1
* Mark several tests that seem flaky under TSAN.joi@chromium.org2011-05-182-3/+7
* Marking test DhcpProxyScriptAdapterFetcher.TimeoutDuringDhcp as FLAKY.gene@chromium.org2011-05-171-1/+1
* Linux: refactor ProxyConfigServiceLinux to use an enum of setting ids rather ...mdm@chromium.org2011-05-173-227/+318
* Adds support for the DHCP portion of the WPAD (proxy auto-discovery) protocol.joi@chromium.org2011-05-1724-163/+2471
* Revert 85646 - Adds support for the DHCP portion of the WPAD (proxy auto-disc...joi@chromium.org2011-05-1723-2468/+158
* Adds support for the DHCP portion of the WPAD (proxy auto-discovery) protocol.joi@chromium.org2011-05-1724-158/+2525
* Implemented RequestHeaders field in extraInfoSpec of webRequest APIbattre@chromium.org2011-05-131-1/+2
* Miscelaneous cleanups to AddressList to make it harder to mis-use.eroman@chromium.org2011-05-121-15/+3
* iwyu: Include stringprintf.h where appropriate, part 1.jhawkins@chromium.org2011-05-101-0/+1
* Linux: call WatchFileDescriptor on the file thread to monitor KDE proxy setti...mdm@chromium.org2011-05-103-44/+81
* Documentation for ProxyResolverErrorObserverjochen@chromium.org2011-05-091-1/+7
* net/url_request/url_request_test_util.h doesn't need to includewtc@chromium.org2011-05-061-0/+1
* Implemented unit tests for ProxyService and fixed a bugbattre@chromium.org2011-05-063-2/+247
* Change the obsolete ProxyConfigServiceNull to ProxyConfigServiceDirect.wtc@chromium.org2011-05-041-1/+1
* Use a MessageLoopProxy to forward PAC script errors to the network delegatejochen@chromium.org2011-05-034-18/+31
* Initialize the network_delegate_ and fix stylejochen@chromium.org2011-05-033-3/+7
* Enable (optional) blocking of webrequests in case a PAC script cannot be fetc...battre@chromium.org2011-05-034-18/+61