summaryrefslogtreecommitdiffstats
path: root/net/proxy
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* 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