summaryrefslogtreecommitdiffstats
path: root/net/proxy
Commit message (Expand)AuthorAgeFilesLines
* Replace cases of Append(FILE_PATH_LITERAL()) with AppendASCII("").deanm@chromium.org2009-01-221-3/+3
* post-winhttp cleanup: remove a todo.ericroman@google.com2009-01-152-18/+1
* Remove HttpTransactionWinHttp and the --winhttp command-linewtc@google.com2009-01-131-1/+0
* Add FTP unit test in preparation for portable FTP implementation.erikkay@google.com2009-01-081-15/+25
* Revert 7508.7509 and 7510nsylvain@chromium.org2008-12-301-25/+15
* Add FTP unit test in preparation for portable FTP implementation.erikkay@google.com2008-12-301-15/+25
* Add a unit test to mac build.ericroman@google.com2008-12-201-6/+9
* Split ProxyResolver into two interfaces: A. interface for retrieving the sys...ericroman@google.com2008-12-1913-187/+243
* Mark MessageLoop::delayed_work_queue_ as initialized so Purify doesn't report...ericroman@google.com2008-12-172-8/+8
* Reverting 7125.ericroman@google.com2008-12-172-8/+8
* Temp experiment to confirm theory in crbug.com/5555.ericroman@google.com2008-12-172-8/+8
* Reverting 6977.ericroman@google.com2008-12-152-8/+8
* Test re-enable some tests to get more data from purify buildbot. This will pr...ericroman@google.com2008-12-152-8/+8
* Reverting 6966.ericroman@google.com2008-12-134-70/+58
* Use automatic memory management for URLRequestContext's members.ericroman@google.com2008-12-134-58/+70
* Add back proxy_script_fetcher[_unittest.cc] to the build -- mark the tests as...ericroman@google.com2008-12-122-8/+8
* Add a ProxyScriptFetcher class for doing asynch downloads of PAC scripts.This...ericroman@google.com2008-12-103-0/+662
* Misc proxy service changes.ericroman@google.com2008-12-103-108/+199
* Refactoring: replace some raw strings with GURL.ericroman@google.com2008-12-0210-44/+57
* Relanding of r4221, initial proxy support for the Macavi@google.com2008-10-316-22/+424
* oops; will reland once tree is openavi@google.com2008-10-306-424/+22
* Initial Mac proxy implementationavi@google.com2008-10-306-22/+424
* Move Time, TimeDelta and TimeTicks into namespace base.dsh@google.com2008-10-273-3/+9
* Add a net error code for not implemented.ericroman@google.com2008-10-221-2/+2
* Misc cleanupsericroman@google.com2008-10-172-8/+28
* This fixes http://code.google.com/p/chromium/issues/detail?id=541, which is aniyengar@google.com2008-09-232-2/+18
* This change implements the performance recommendation from: darin@google.com2008-09-091-13/+25
* Fix proxy code. The pac string was corrupted when a pacnsylvain@chromium.org2008-09-091-1/+2
* Allow consumers of MessageLoop to specify the type of MessageLoop they want.darin@google.com2008-08-262-3/+3
* Move NOTIMPLEMENTED() macro from "base/notimplemented.h" into "base/logging.h".ericroman@google.com2008-08-251-1/+1
* Use a more compact license header in source files.license.bot2008-08-247-196/+28
* Merge some changes from branches/mac_july_2008 to trunk.ericroman@google.com2008-08-182-0/+17
* Change the ProxyService to work with ASCII strings.darin@google.com2008-08-127-110/+110
* Rename HttpProxy* classes to Proxy*. Move them into a net/proxy/ subdirectory.darin@google.com2008-08-117-0/+1558