summaryrefslogtreecommitdiffstats
path: root/net/url_request/url_request_unittest.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Don't require tlslite to be installed, just use what's in the treemark@chromium.org2008-12-111-4/+23
* Misc proxy service changes.ericroman@google.com2008-12-101-1/+6
* Remove file_util::kPathSeparator from posix.estade@chromium.org2008-11-271-1/+3
* Don't crash if test server was not started.dkegel@google.com2008-11-211-0/+5
* Add url_request_unittest to mac build.ericroman@google.com2008-11-191-2/+3
* fix build linux (namespace changed)tc@google.com2008-11-141-1/+1
* Add Terminate() to the Process object, have RenderProcessHost use this to avo...brettw@google.com2008-11-141-6/+6
* Get url_request_unittest.cc to build on Linux.dkegel@google.com2008-11-031-6/+28
* Define FileInputStream and use it to make UpdateDataStream and URLRequestFile...darin@google.com2008-09-291-1/+2
* Allow consumers of MessageLoop to specify the type of MessageLoop they want.darin@google.com2008-08-261-16/+47
* Use a more compact license header in source files.license.bot2008-08-241-28/+4
* Fix header include guards.darin@google.com2008-08-041-3/+3
* Move more net classes into the net namespace. Also remove the net_util names...darin@google.com2008-07-311-1/+1
* Move some more classes from net/base into the net:: namespace.darin@google.com2008-07-301-1/+1
* Add net to the repository.initial.commit2008-07-261-0/+380