summaryrefslogtreecommitdiffstats
path: root/net/url_request
Commit message (Expand)AuthorAgeFilesLines
...
* Reference count ProxyService.eroman@chromium.org2009-08-183-7/+3
* Make even more tests in net_unittests faster by reusing the test server.phajdan.jr@chromium.org2009-08-171-106/+67
* Speed up net_unittests a bit by re-using launched test server.phajdan.jr@chromium.org2009-08-142-22/+53
* LoadLog is used as an output parameter, reorder it to the last parameter.willchan@chromium.org2009-08-142-2/+2
* Make FtpNetworkTransaction report its load state.phajdan.jr@chromium.org2009-08-122-0/+6
* Add a "LoadLog" parameter to transactions, hostresolver, clientsocketpool and...ericroman@google.com2009-08-124-4/+16
* Add checks to DEBUG mode that no instance of URLRequest or URLFetcher survive...ericroman@google.com2009-08-111-0/+3
* Re-enable remaining FTP unit tests.phajdan.jr@chromium.org2009-08-072-5/+3
* Relanding Coverity fixes from http://codereview.chromium.org/159862 excluding...phajdan.jr@chromium.org2009-08-061-3/+1
* Submitting http://codereview.chromium.org/164076 for syf1984@gmail.com (aka m...robertshield@chromium.org2009-08-061-1/+28
* Revert of r22559.aa@chromium.org2009-08-061-2/+1
* Bunch of Coverity fixes, rather minor severity.phajdan.jr@chromium.org2009-08-061-1/+2
* Correctly handle multiple control responses for RETR command.phajdan.jr@chromium.org2009-08-051-4/+2
* Fix a hang if directory listing size is > 8K, for example,wtc@chromium.org2009-07-311-2/+1
* Disable FTP tests failing intermittently on Mac.phajdan.jr@chromium.org2009-07-311-2/+4
* Fix 307 redirects of a POST request to actually send the body again, and add adarin@chromium.org2009-07-302-3/+2
* Re-enable half of new ftp unit tests in url_request_unittest.cc.phajdan.jr@chromium.org2009-07-301-32/+23
* Add plumbing for allowing the renderer to intercept and cancel redirects beforedarin@chromium.org2009-07-308-32/+51
* Moved the logical dependency on Blacklist from URLRequestContextidanan@chromium.org2009-07-281-7/+1
* Navigation and cookies for Automationamit@chromium.org2009-07-282-10/+9
* Cleanup in url_request_new_ftp_job.phajdan.jr@chromium.org2009-07-272-3/+1
* Return Error Status Upon Blocking Requestsidanan@chromium.org2009-07-242-5/+5
* Add support to URLRequest for deferring redirects.darin@chromium.org2009-07-236-37/+154
* Change URLRequest to return net::ERR_INVALID_URL on redirects to invalid urls.willchan@chromium.org2009-07-212-0/+18
* Use base::Time::Exploded instead of struct tm inwtc@chromium.org2009-07-171-30/+4
* Fix a typo pointed out by wtc after I checked in.jshin@chromium.org2009-07-161-1/+1
* Refactorings surrounding HostResolver:ericroman@google.com2009-07-152-3/+3
* Fix the local directory listing, FTP directory listing and the local file han...jshin@chromium.org2009-07-094-18/+121
* Fix 15 coverity complaints.rvargas@google.com2009-07-012-3/+3
* Create a more fine grained histogram of SDCH payload sizesjar@chromium.org2009-06-291-2/+2
* Make net::HostResolver refcounted.ericroman@google.com2009-06-273-8/+3
* Reverting 19425.ericroman@google.com2009-06-263-3/+8
* Make net::HostResolver refcounted.ericroman@google.com2009-06-263-8/+3
* Document when the Delegate methods OnCertificateRequested andwtc@chromium.org2009-06-261-1/+9
* [Second attempt]wtc@chromium.org2009-06-251-2/+2
* Start to disable bzip2 support. First step: Stop advertising support.jar@chromium.org2009-06-242-9/+12
* Revert the previous checkin r19037 because it causes test_shell towtc@chromium.org2009-06-231-2/+2
* Use the new portable FTP implementation on non-Windows platforms.wtc@chromium.org2009-06-231-2/+2
* Privacy Blacklist SketelonAdded code hooks to serve as place holders for the ...idanan@chromium.org2009-06-232-3/+25
* Move socket related files from net/base to net/socket.willchan@chromium.org2009-06-222-2/+2
* Remove some unused files.ericroman@google.com2009-06-222-158/+0
* Comments added to SSL unit tests.jrg@chromium.org2009-06-191-0/+23
* Reorder URLRequest members so URLRequestContext lasts longer than URLRequestJob.willchan@chromium.org2009-06-171-3/+3
* Reorder members in URLRequestHttpJob to get correct destruction order.willchan@chromium.org2009-06-172-6/+7
* Revert 18520.ericroman@google.com2009-06-171-2/+1
* Temporarily disable a test which appears to be causing valgrind errors.eroman@chromium.org2009-06-161-1/+2
* Take 2. Make TCPClientSocketPool own the ConnectingSockets.willchan@chromium.org2009-06-152-16/+6
* Revert "Make TCPClientSocketPool own the ConnectingSockets."willchan@chromium.org2009-06-152-6/+16
* Make TCPClientSocketPool own the ConnectingSockets.willchan@chromium.org2009-06-152-16/+6
* Specify new methods for supporting SSL client authentication.wtc@chromium.org2009-06-126-6/+63