summaryrefslogtreecommitdiffstats
path: root/net/proxy/proxy_script_fetcher.cc
Commit message (Expand)AuthorAgeFilesLines
* Better match IE's proxy settings.ericroman@google.com2009-08-041-5/+6
* Add support to URLRequest for deferring redirects.darin@chromium.org2009-07-231-7/+0
* Disable the http cache when fetching PAC scripts. Also adds an extra log stat...eroman@chromium.org2009-06-031-8/+12
* Reduce header dependencies in net/phajdan.jr@chromium.org2009-05-291-0/+1
* Fix a typo (one extra '!') in the previous checkin (r13601).wtc@chromium.org2009-05-221-1/+1
* Add some LOG(INFO) to help diagnose problems when proxy is not working.ericroman@google.com2009-04-131-3/+28
* Fixes CRLF and trailing white spaces.maruel@chromium.org2009-03-051-2/+2
* Change URLRequest to use a ref-counted buffer for actual IO.rvargas@google.com2009-01-291-2/+5
* revert r8603rvargas@google.com2009-01-241-5/+2
* Change URLRequest to use a ref-counted buffer for actual IO.The ref-counting ...rvargas@google.com2009-01-241-2/+5
* Add a ProxyScriptFetcher class for doing asynch downloads of PAC scripts.This...ericroman@google.com2008-12-101-0/+301