summaryrefslogtreecommitdiffstats
path: root/net/proxy
Commit message (Expand)AuthorAgeFilesLines
* Disable the http cache when fetching PAC scripts. Also adds an extra log stat...eroman@chromium.org2009-06-032-10/+42
* Reduce header dependencies in net/phajdan.jr@chromium.org2009-05-291-0/+1
* Re-do of r16741 (http://codereview.chromium.org/113482).robertshield@google.com2009-05-223-0/+63
* Revert of r16741 which appeared to cause a perf regression (???) on the build...robertshield@google.com2009-05-223-63/+0
* Adding the ability to alter Chrome's proxy settings via the automation interf...robertshield@google.com2009-05-223-0/+63
* Fix gconf for the linux proxy config service.sdoyon@chromium.org2009-05-227-175/+611
* Fix a typo (one extra '!') in the previous checkin (r13601).wtc@chromium.org2009-05-221-1/+1
* Changes the UI for HTTP/FTP auth challenges to include the server's port. So ...ericroman@google.com2009-05-212-1/+2
* Reorganize the ProxyService::Create() and ProxyService::CreateWithoutV8Resolv...eroman@chromium.org2009-05-192-48/+62
* Include C system headers before C++ system headers.wtc@chromium.org2009-05-181-0/+2
* Change the host() method of ProxyServer to strip thewtc@chromium.org2009-05-143-4/+49
* Making command-line specified proxy settings more flexible - allowing for set...robertshield@google.com2009-05-129-104/+162
* Temporarily disable gconf usage from ProxyConfigServiceLinux because of Glib ...deanm@chromium.org2009-05-062-0/+5
* Get rid of the static next_id_ counter, to make construction of ProxyConfig o...ericroman@google.com2009-05-044-19/+38
* linux: obey proxy environment variables in preference to gconfevan@chromium.org2009-05-042-1/+25
* Allows a proxy bypass entry to match on a specific port, used by thesdoyon@chromium.org2009-04-203-53/+188
* ProxyConfigService for Linux.sdoyon@chromium.org2009-04-2010-51/+1509
* Add some LOG(INFO) to help diagnose problems when proxy is not working.ericroman@google.com2009-04-134-3/+108
* Extract the parsing of proxy rules to ProxyConfig::ProxyRules, and unit-test.ericroman@google.com2009-03-3115-104/+465
* Add a unit test for ProxyConfigServiceWin.ericroman@google.com2009-03-273-10/+193
* Fix a race in proxy_service_unittest.cc that was causing flakiness on purify ...ericroman@google.com2009-03-251-35/+102
* GetMyHostName is renamed GetHostName to match the name ofwtc@chromium.org2009-03-251-1/+1
* CFNetworkExecuteProxyAutoConfigurationURL() chokes if the query url is NULL, ...pinkerton@chromium.org2009-03-201-2/+6
* Fix incorrect include guards in net/, where the guard didn't match the filename.deanm@chromium.org2009-03-171-3/+3
* NO CODE CHANGEdeanm@chromium.org2009-03-1119-19/+0
* Slight code change to make some global variables const.maruel@google.com2009-03-101-2/+2
* Add the proxy resolver perftest to GYP.ericroman@google.com2009-03-061-2/+2
* Add performance tests for the proxy resolver implementations.ericroman@google.com2009-03-061-0/+191
* Fixes CRLF and trailing white spaces.maruel@chromium.org2009-03-0511-46/+46
* Fix error being thrown in isInNet() PAC js.ericroman@google.com2009-03-041-1/+2
* Add a command line flag --v8-proxy-resolver, to select the new PAC implementa...ericroman@google.com2009-03-032-3/+51
* Implement the PAC js-binding for "myIpAddress()".ericroman@google.com2009-03-032-4/+23
* Add missing header (breaks on linux).ericroman@google.com2009-03-021-0/+1
* split up proxy_service into several files (one per class).ericroman@google.com2009-03-0223-456/+617
* Add js bindings layer for ProxyResolverV8 {"alert()", "dnsResolve()", "myIpAd...ericroman@google.com2009-03-023-61/+463
* Update a WARNING with a bug URL.evan@chromium.org2009-02-271-5/+5
* Reverting 10251.ericroman@google.com2009-02-251-1/+2
* Use string for Histogram names since these are all ASCII anyway.dsh@google.com2009-02-241-3/+2
* Reverting 10250.ericroman@google.com2009-02-241-2/+1
* Add v8 as dependency of net.ericroman@google.com2009-02-241-1/+2
* Add ProxyResolverV8 class.darin@chromium.org is the original author of 'proxy...ericroman@google.com2009-02-234-0/+686
* Add support to ProxyService for downloading a PAC script on behalf of the Pro...ericroman@google.com2009-02-235-52/+776
* Include entries for SOCKS in ProxyResolverMac.ericroman@google.com2009-02-193-80/+92
* Fix header order.ericroman@google.com2009-02-191-2/+2
* Try to fix build bustage.ericroman@google.com2009-02-191-0/+2
* Add parsing for PAC result strings -- ProxyInfo::UsePacString().ericroman@google.com2009-02-1910-105/+775
* Get rid of synchronous ResolveProxy API.ericroman@google.com2009-01-313-150/+130
* Move proxy resolve requests out of plugin/renderer process, and into the brow...ericroman@google.com2009-01-312-2/+89
* Provide the option for HTTPServer to be created with a specificsky@google.com2009-01-291-5/+5
* Change URLRequest to use a ref-counted buffer for actual IO.rvargas@google.com2009-01-291-2/+5