summaryrefslogtreecommitdiffstats
path: root/net/url_request/url_request_unittest.h
Commit message (Expand)AuthorAgeFilesLines
* Add support to URLRequest for deferring redirects.darin@chromium.org2009-07-231-2/+10
* Refactorings surrounding HostResolver:ericroman@google.com2009-07-151-2/+2
* Fix 15 coverity complaints.rvargas@google.com2009-07-011-1/+1
* Make net::HostResolver refcounted.ericroman@google.com2009-06-271-5/+1
* Reverting 19425.ericroman@google.com2009-06-261-1/+5
* Make net::HostResolver refcounted.ericroman@google.com2009-06-261-5/+1
* Move socket related files from net/base to net/socket.willchan@chromium.org2009-06-221-1/+1
* Take 2. Make TCPClientSocketPool own the ConnectingSockets.willchan@chromium.org2009-06-151-4/+1
* Revert "Make TCPClientSocketPool own the ConnectingSockets."willchan@chromium.org2009-06-151-1/+4
* Make TCPClientSocketPool own the ConnectingSockets.willchan@chromium.org2009-06-151-4/+1
* Temporarily disable tests causing memory leaks.ericroman@google.com2009-06-121-0/+2
* Experiment: turn off host caching to see if it relates to client socket pool ...ericroman@google.com2009-06-121-2/+6
* * Avoid doing concurrent DNS resolves of the same hostname in HostResolver.ericroman@google.com2009-06-121-2/+8
* Fix gconf for the linux proxy config service.sdoyon@chromium.org2009-05-221-1/+1
* Making command-line specified proxy settings more flexible - allowing for set...robertshield@google.com2009-05-121-4/+3
* Scrape search definitions from forms that have onsubmit handlers. The scrapin...ben@chromium.org2009-04-101-9/+18
* revert until I can figure out why the tests are hangingben@chromium.org2009-04-091-18/+9
* Scrape search definitions from forms that have onsubmit handlers. The scrapin...ben@chromium.org2009-04-091-9/+18
* Resubmitted code from revision 12809. The bug in the Windows SSL stack thatmarkus@chromium.org2009-03-311-4/+16
* Reverting, as this changelist broke unittests on Windows.markus@chromium.org2009-03-301-16/+4
* Change the bad-certificate handler for SSL (using NSS) to return anmarkus@chromium.org2009-03-301-4/+16
* Remove unneeded platform_thread.h includes. Reduces number of includes from 5...thestig@chromium.org2009-03-131-1/+0
* Add line break to adhere to 80 char line limit.darin@chromium.org2009-02-211-1/+2
* More fixes for bad reference counting.darin@chromium.org2009-02-201-20/+18
* Fix memory leak caused by bad reference counting. When the test server isdarin@chromium.org2009-02-201-6/+7
* Enable SSL error handling in Linux again.dkegel@google.com2009-02-191-346/+132
* Revert 9992, as it broke origin-header-for-https.html on Webkit Linux builderdkegel@google.com2009-02-191-132/+346
* Undo revert http://codereview.chromium.org/23028dkegel@google.com2009-02-181-346/+132
* Reduce the amount of included header files. Vast change like in "Oh God! This...maruel@chromium.org2009-02-181-0/+1
* Reverting r9823 (http://codereview.chromium.org/16207) because dkegel@google.com2009-02-141-113/+366
* ssl_client_socket_unittest.cc: launch local server with TestServerLauncher dkegel@google.com2009-02-141-366/+113
* Sanitize proxy response codes to CONNECT requests. Forwtc@chromium.org2009-02-111-2/+9
* Small refactoring of the test webserver.stoyan@chromium.org2009-02-091-5/+22
* Can wait for testserver python process to exit. stoyan@chromium.org2009-02-051-15/+27
* On posix platforms make sure the test server has shutdown and wait for it sothomasvl@chromium.org2009-02-031-0/+5
* Provide the option for HTTPServer to be created with a specificsky@google.com2009-01-291-8/+23
* Change URLRequest to use a ref-counted buffer for actual IO.rvargas@google.com2009-01-291-6/+9
* revert r8603rvargas@google.com2009-01-241-9/+6
* Change URLRequest to use a ref-counted buffer for actual IO.The ref-counting ...rvargas@google.com2009-01-241-6/+9
* Make CommandLine into a normal object, with some statics for getting at the c...evan@chromium.org2009-01-211-1/+3
* Add FTP unit test in preparation for portable FTP implementation.erikkay@google.com2009-01-081-167/+406
* Revert 7508.7509 and 7510nsylvain@chromium.org2008-12-301-386/+166
* Add FTP unit test in preparation for portable FTP implementation.erikkay@google.com2008-12-301-166/+386
* Split ProxyResolver into two interfaces: A. interface for retrieving the sys...ericroman@google.com2008-12-191-2/+1
* * On POSIX, make sure we don't leak FDs when launching child Processes.jeremy@chromium.org2008-12-171-1/+2
* Reverting 7156.ojan@google.com2008-12-171-2/+1
* * On POSIX, make sure we don't leak FDs when launching child Processes.jeremy@chromium.org2008-12-171-1/+2
* Reverting 6966.ericroman@google.com2008-12-131-3/+9
* Use automatic memory management for URLRequestContext's members.ericroman@google.com2008-12-131-9/+3
* Don't append tlslite to PYTHONPATH more than oncemark@chromium.org2008-12-121-15/+20