summaryrefslogtreecommitdiffstats
path: root/net/url_request
Commit message (Expand)AuthorAgeFilesLines
* Add line break to adhere to 80 char line limit.darin@chromium.org2009-02-211-1/+2
* Provide error reporting and recovery for SDCH responses not market as HTMLjar@chromium.org2009-02-211-2/+9
* 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-192-356/+151
* Revert 9992, as it broke origin-header-for-https.html on Webkit Linux builderdkegel@google.com2009-02-192-151/+356
* Undo revert http://codereview.chromium.org/23028dkegel@google.com2009-02-182-356/+151
* Reduce the amount of included header files. Vast change like in "Oh God! This...maruel@chromium.org2009-02-1820-57/+104
* Improve modularity of recent SDCH dictionary load checkinjar@chromium.org2009-02-171-5/+10
* Reverting r9823 (http://codereview.chromium.org/16207) because dkegel@google.com2009-02-142-120/+376
* ssl_client_socket_unittest.cc: launch local server with TestServerLauncher dkegel@google.com2009-02-142-376/+120
* Add a unit test for ERR_UNEXPECTED_SERVER_AUTH.wtc@chromium.org2009-02-142-9/+28
* Change mime type utils to operate on platform-specific string types for filen...estade@chromium.org2009-02-141-1/+1
* Extend the IOBuffer to the disk cache.rvargas@google.com2009-02-121-3/+3
* Fetch SDCH dictionary as soon as current URL fetch completesjar@chromium.org2009-02-112-2/+10
* Sanitize proxy response codes to CONNECT requests. Forwtc@chromium.org2009-02-113-26/+66
* Revert cl 9528 to fix mac test_shell_testsrvargas@google.com2009-02-101-3/+3
* Extend the IOBuffer to the disk cache.rvargas@google.com2009-02-101-3/+3
* Small refactoring of the test webserver.stoyan@chromium.org2009-02-091-5/+22
* Add a null pointer check for transaction_ inwtc@chromium.org2009-02-061-1/+4
* Add a constraint on how many requests can be outstanding for any given render...ericroman@google.com2009-02-063-11/+12
* 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-292-28/+43
* Change URLRequest to use a ref-counted buffer for actual IO.rvargas@google.com2009-01-2919-54/+72
* Add support for UA spoofing, and spoof Safari's UA string when loading URLsdarin@chromium.org2009-01-273-16/+18
* Change FileStream to use FilePath instead of wstring.erikkay@google.com2009-01-261-1/+1
* revert r8603rvargas@google.com2009-01-2419-72/+54
* Change URLRequest to use a ref-counted buffer for actual IO.The ref-counting ...rvargas@google.com2009-01-2419-54/+72
* BUG=1112hclam@chromium.org2009-01-231-4/+8
* Use PlatformThreadId, not int when dealing with thread ids.agl@chromium.org2009-01-231-1/+1
* Make CommandLine into a normal object, with some statics for getting at the c...evan@chromium.org2009-01-212-3/+6
* Improve SDCH stability stats and error recoveryjar@chromium.org2009-01-201-2/+2
* post-winhttp cleanup: refactor net/base/auth_cache into net/ftp/ftp_auth_cache.ericroman@google.com2009-01-152-9/+8
* Correct latency histograms for SDCH encodingjar@chromium.org2009-01-133-7/+12
* It looks like the FTP tests are hanging / crashing some percentage of the tim...erikkay@google.com2009-01-081-1/+2
* Add FTP unit test in preparation for portable FTP implementation.erikkay@google.com2009-01-082-240/+624
* Revert 7508.7509 and 7510nsylvain@chromium.org2008-12-302-606/+239
* ack. fix it for real this time.erikkay@google.com2008-12-301-1/+1
* Disable FTP tests that are hanging on the bot.erikkay@google.com2008-12-301-1/+3
* Add FTP unit test in preparation for portable FTP implementation.erikkay@google.com2008-12-302-239/+604
* Implement extension:// protocol.aa@chromium.org2008-12-242-5/+5
* Refactor the two URLRequestContext subclasses in profile.cc into a new sharedaa@chromium.org2008-12-231-6/+1
* Split ProxyResolver into two interfaces: A. interface for retrieving the sys...ericroman@google.com2008-12-192-4/+2
* * 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
* I fail at reading code review comments. Second try at getting the white spac...abarth@chromium.org2008-12-161-2/+2
* Comments and white space changes requested by Wan-Teh.abarth@chromium.org2008-12-161-1/+1
* Command line switch for the ultra security concious: --force-https!abarth@chromium.org2008-12-151-1/+11