| Commit message (Expand) | Author | Age | Files | Lines |
* | Consider "127.0.0.1" and "[::1]" local addresses for the purposes of proxy by... | ericroman@google.com | 2009-07-28 | 3 | -203/+255 |
* | Clean-up proxy_service_unittest.cc, to remove dependency on SingleThreadedPro... | ericroman@google.com | 2009-07-28 | 1 | -744/+607 |
* | Remove the concept of threading from ProxyService, and move it into the Proxy... | ericroman@google.com | 2009-07-26 | 15 | -316/+1076 |
* | linux: generalize desktop environment guessing to encompass KDE | evan@chromium.org | 2009-07-23 | 3 | -49/+53 |
* | Add support to URLRequest for deferring redirects. | darin@chromium.org | 2009-07-23 | 1 | -7/+0 |
* | Try again: Add proxy config (using gnome-network-preferences) | mattm@chromium.org | 2009-07-22 | 3 | -54/+9 |
* | Revert "Add proxy config (using gnome-network-preferences)" | mattm@chromium.org | 2009-07-18 | 1 | -2/+7 |
* | Add proxy config (using gnome-network-preferences) | mattm@chromium.org | 2009-07-17 | 1 | -7/+2 |
* | Refactorings surrounding HostResolver: | ericroman@google.com | 2009-07-15 | 4 | -9/+13 |
* | Fix the log error message about proxy authentication in | sdoyon@chromium.org | 2009-07-15 | 1 | -4/+10 |
* | Whenever proxy configurations contain socks and http/https/ftp proxies, socks... | arindam@chromium.org | 2009-07-14 | 13 | -55/+211 |
* | Relax assertion in ProxyConfigServiceLinux gconf cleanup. | sdoyon@chromium.org | 2009-07-13 | 1 | -2/+18 |
* | Make net::HostResolver refcounted. | ericroman@google.com | 2009-06-27 | 4 | -9/+4 |
* | Reverting 19425. | ericroman@google.com | 2009-06-26 | 4 | -4/+9 |
* | Make net::HostResolver refcounted. | ericroman@google.com | 2009-06-26 | 4 | -9/+4 |
* | Original patch by pmarks@google.com (see http://codereview.chromium.org/113944) | ericroman@google.com | 2009-06-23 | 1 | -4/+4 |
* | Adding socks4 support for chromium. tested for windows and linux. | arindam@chromium.org | 2009-06-23 | 4 | -1/+44 |
* | * Move the global "DnsResolutionObserver" code depended on by DNS prefetcher,... | ericroman@google.com | 2009-06-15 | 1 | -7/+6 |
* | * Avoid doing concurrent DNS resolves of the same hostname in HostResolver. | ericroman@google.com | 2009-06-12 | 6 | -35/+132 |
* | Disable the http cache when fetching PAC scripts. Also adds an extra log stat... | eroman@chromium.org | 2009-06-03 | 2 | -10/+42 |
* | Reduce header dependencies in net/ | phajdan.jr@chromium.org | 2009-05-29 | 1 | -0/+1 |
* | Re-do of r16741 (http://codereview.chromium.org/113482). | robertshield@google.com | 2009-05-22 | 3 | -0/+63 |
* | Revert of r16741 which appeared to cause a perf regression (???) on the build... | robertshield@google.com | 2009-05-22 | 3 | -63/+0 |
* | Adding the ability to alter Chrome's proxy settings via the automation interf... | robertshield@google.com | 2009-05-22 | 3 | -0/+63 |
* | Fix gconf for the linux proxy config service. | sdoyon@chromium.org | 2009-05-22 | 7 | -175/+611 |
* | Fix a typo (one extra '!') in the previous checkin (r13601). | wtc@chromium.org | 2009-05-22 | 1 | -1/+1 |
* | Changes the UI for HTTP/FTP auth challenges to include the server's port. So ... | ericroman@google.com | 2009-05-21 | 2 | -1/+2 |
* | Reorganize the ProxyService::Create() and ProxyService::CreateWithoutV8Resolv... | eroman@chromium.org | 2009-05-19 | 2 | -48/+62 |
* | Include C system headers before C++ system headers. | wtc@chromium.org | 2009-05-18 | 1 | -0/+2 |
* | Change the host() method of ProxyServer to strip the | wtc@chromium.org | 2009-05-14 | 3 | -4/+49 |
* | Making command-line specified proxy settings more flexible - allowing for set... | robertshield@google.com | 2009-05-12 | 9 | -104/+162 |
* | Temporarily disable gconf usage from ProxyConfigServiceLinux because of Glib ... | deanm@chromium.org | 2009-05-06 | 2 | -0/+5 |
* | Get rid of the static next_id_ counter, to make construction of ProxyConfig o... | ericroman@google.com | 2009-05-04 | 4 | -19/+38 |
* | linux: obey proxy environment variables in preference to gconf | evan@chromium.org | 2009-05-04 | 2 | -1/+25 |
* | Allows a proxy bypass entry to match on a specific port, used by the | sdoyon@chromium.org | 2009-04-20 | 3 | -53/+188 |
* | ProxyConfigService for Linux. | sdoyon@chromium.org | 2009-04-20 | 10 | -51/+1509 |
* | Add some LOG(INFO) to help diagnose problems when proxy is not working. | ericroman@google.com | 2009-04-13 | 4 | -3/+108 |
* | Extract the parsing of proxy rules to ProxyConfig::ProxyRules, and unit-test. | ericroman@google.com | 2009-03-31 | 15 | -104/+465 |
* | Add a unit test for ProxyConfigServiceWin. | ericroman@google.com | 2009-03-27 | 3 | -10/+193 |
* | Fix a race in proxy_service_unittest.cc that was causing flakiness on purify ... | ericroman@google.com | 2009-03-25 | 1 | -35/+102 |
* | GetMyHostName is renamed GetHostName to match the name of | wtc@chromium.org | 2009-03-25 | 1 | -1/+1 |
* | CFNetworkExecuteProxyAutoConfigurationURL() chokes if the query url is NULL, ... | pinkerton@chromium.org | 2009-03-20 | 1 | -2/+6 |
* | Fix incorrect include guards in net/, where the guard didn't match the filename. | deanm@chromium.org | 2009-03-17 | 1 | -3/+3 |
* | NO CODE CHANGE | deanm@chromium.org | 2009-03-11 | 19 | -19/+0 |
* | Slight code change to make some global variables const. | maruel@google.com | 2009-03-10 | 1 | -2/+2 |
* | Add the proxy resolver perftest to GYP. | ericroman@google.com | 2009-03-06 | 1 | -2/+2 |
* | Add performance tests for the proxy resolver implementations. | ericroman@google.com | 2009-03-06 | 1 | -0/+191 |
* | Fixes CRLF and trailing white spaces. | maruel@chromium.org | 2009-03-05 | 11 | -46/+46 |
* | Fix error being thrown in isInNet() PAC js. | ericroman@google.com | 2009-03-04 | 1 | -1/+2 |
* | Add a command line flag --v8-proxy-resolver, to select the new PAC implementa... | ericroman@google.com | 2009-03-03 | 2 | -3/+51 |