summaryrefslogtreecommitdiffstats
path: root/net/proxy
Commit message (Expand)AuthorAgeFilesLines
* Refactor: Address a TODO about renaming a function.eroman@chromium.org2010-08-314-15/+15
* Move the pretty-printing of proxy settings from the C++ code to javascript.eroman@chromium.org2010-08-313-289/+52
* Display the "effective" proxy settings in about:net-internals.eroman@chromium.org2010-08-286-38/+92
* FBTF: Remove unneeded headers from base/ (part 7)thestig@chromium.org2010-08-271-1/+0
* Added missing MS PAC extensions for IPv6:ziadh@chromium.org2010-08-263-28/+182
* Introduce an artificial 2 second delay after network IP address changes befor...eroman@chromium.org2010-08-266-13/+208
* Refactor: change the spdy session pool key to take a ProxyServer instead of a...eroman@chromium.org2010-08-253-7/+90
* Cleanup: rename ProxyRules::socks_proxy --> ProxyRules::fallback_proxy.eroman@chromium.org2010-08-256-36/+44
* Make sure the key into the spdy session pool identifies the actual proxy used...eroman@chromium.org2010-08-253-1/+57
* chromeos: 1st draft of ProxyConfigService for chromeoskuan@chromium.org2010-08-241-1/+5
* Adds HostResolveImpl Requests and Jobs to log.mmenke@chromium.org2010-08-241-1/+2
* Remove obviously unneeded forward declarations from headers under src/{app,ba...viettrungluu@chromium.org2010-08-214-11/+2
* FBTF: Remove unnecessary STL #includes from src/net.viettrungluu@chromium.org2010-08-197-16/+6
* Revert 56539 - Added HostResolveImpl Requests and Jobs to log.mmenke@chromium.org2010-08-181-2/+1
* Added HostResolveImpl Requests and Jobs to log.mmenke@chromium.org2010-08-181-1/+2
* Test server cleanup patch of death:phajdan.jr@chromium.org2010-08-172-45/+46
* Watch the Internet Explorer registry keys so we can detect proxy settings cha...eroman@chromium.org2010-08-174-18/+191
* Emit an event to NetLog whenever the proxy settings change.eroman@chromium.org2010-08-134-121/+177
* base: rename Environment::GetEnv to Environment::GetVar.tfarina@chromium.org2010-08-072-9/+9
* base: rename Environment::SetEnv to Environment::SetVar.tfarina@chromium.org2010-08-061-1/+1
* Rename DictionaryValue's SetStringFromUTF16() to SetString() (and overload).viettrungluu@chromium.org2010-08-041-2/+2
* base: rename Environment::UnSetEnv to Environment::UnSetVar.tfarina@chromium.org2010-08-041-1/+3
* Add #include utf_string_conversions.h to all files that use ASCIIToWide andbrettw@chromium.org2010-08-034-0/+4
* base: Rename EnvVarGetter to Environment.tfarina@chromium.org2010-08-033-49/+49
* Address a TODO: use HostPortPair rather than a naked host string.eroman@chromium.org2010-08-023-10/+7
* Convert more callers of the integer/string functions to usingbrettw@chromium.org2010-07-312-4/+10
* Reland r54418 - base: Add UnSetEnv function to EnvVarGetter API.tfarina@chromium.org2010-07-311-1/+6
* Convert src/net to use std::string/char* for DictionaryValue keys.viettrungluu@chromium.org2010-07-311-3/+3
* Revert 54418 - base: Add UnSetEnv function to EnvVarGetter API.tfarina@chromium.org2010-07-311-6/+1
* base: Add UnSetEnv function to EnvVarGetter API.tfarina@chromium.org2010-07-311-1/+6
* More FRIEND_TEST_ALL_PREFIXES.phajdan.jr@chromium.org2010-07-303-8/+8
* Move the number conversions from string_util to a new file.brettw@chromium.org2010-07-302-3/+6
* Use notification-based API for getting system proxy settings on Mac rather th...eroman@chromium.org2010-07-303-9/+142
* Fix a typo, that could cause a crash on mac.eroman@chromium.org2010-07-301-1/+1
* GTTF: Move more test server code from net/url_request/url_request_unittest.hphajdan.jr@chromium.org2010-07-291-3/+8
* `#pragma once` for app, base, chrome, gfx, ipc, net, skia, viewsthakis@chromium.org2010-07-2627-0/+27
* GTTF: test server cleanup:phajdan.jr@chromium.org2010-07-232-15/+8
* Change the ProxyConfigService interface to be asynchronous, and support obser...eroman@chromium.org2010-07-2314-299/+527
* Net: Get rid of ProxyServer::host_and_port() and friends.thestig@chromium.org2010-07-223-77/+29
* base: add home environment variable to env_var.htfarina@chromium.org2010-07-211-1/+2
* Reference-count the data used by PAC scripts, so it is shared between threads.eroman@chromium.org2010-07-2021-248/+358
* Add some plumbing for in-progress work on enabling SSL proxy support.mbelshe@chromium.org2010-07-204-2/+62
* Add a command line flag to change the default number of parallel DNS requests...eroman@chromium.org2010-07-171-1/+2
* base: Return bool instead of void in EnvVarGetter::SetEnv.tfarina@chromium.org2010-07-161-1/+3
* Attempt four at landing the "histogram.h removed from message_loop.h" patch.erg@chromium.org2010-07-151-0/+1
* Revert everything related to the relanding.erg@chromium.org2010-07-141-1/+0
* Reland r52336.erg@chromium.org2010-07-141-0/+1
* Revert 52336 - More header cleanup:erg@chromium.org2010-07-141-1/+0
* More header cleanup:erg@chromium.org2010-07-141-0/+1
* Display the proxy PAC javascript errors in the NetLog.eroman@chromium.org2010-07-149-138/+285