summaryrefslogtreecommitdiffstats
path: root/net/url_request/url_request_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Add a response_info() accessor to URLRequest to get a reference to the net::H...michaeln@google.com2009-10-051-0/+4
* Disable flaky FTPCacheURLCredentials test.thestig@chromium.org2009-09-251-2/+1
* Don't add default Accept-Language and Accept-Charset headers if specific ones...dimich@google.com2009-09-241-0/+51
* Cache login identity for NewFTP transactions.phajdan.jr@chromium.org2009-09-221-0/+96
* Reverting 26419.tyoshino@google.com2009-09-171-96/+0
* Cache login identity for NewFTP transactions.phajdan.jr@chromium.org2009-09-161-0/+96
* Move StringPiece into the base namespace. It is collidingtony@chromium.org2009-09-101-1/+1
* Use "GURL::possibly_invalid_spec()" rather than "GURL::spec()", in case the G...eroman@chromium.org2009-09-101-1/+24
* Add a unit test for FTP directory listing.phajdan.jr@chromium.org2009-09-091-0/+17
* Check in patch for pierre.lafayette, http://codereview.chromium.org/178059/show.mirandac@chromium.org2009-09-091-16/+0
* This CL changes the CookieStore obect to be a refcounted object to get a bett...ananta@chromium.org2009-09-051-1/+0
* Re-enabled URLRequestTestHTTP.BasicAuth.eroman@chromium.org2009-09-041-24/+5
* Disable URLRequestTestHTTP.BasicAuth which is depending on the response_time ...eroman@chromium.org2009-09-041-1/+3
* Add trace-point for URLRequest to the LoadLog.eroman@chromium.org2009-09-041-0/+11
* Keep track of the live URLRequest instances, and the last 25 that were destro...eroman@chromium.org2009-09-021-66/+87
* Speed up net_unittests by re-using one FTP test server instance.phajdan.jr@chromium.org2009-08-311-31/+39
* Adding command-line option to override bans on certain port numbers through a...mirandac@chromium.org2009-08-311-0/+17
* Avoid crashing the test process when InterceptRedirector InterceptRestartRequ...tommi@chromium.org2009-08-271-2/+6
* Implement RestartWithAuth for NewFtpTransaction.phajdan.jr@chromium.org2009-08-261-0/+60
* Add the ability to not send cookies or send user name/password.levin@chromium.org2009-08-261-0/+85
* Prevent a crash that can occur when redirecting a file URL.darin@chromium.org2009-08-211-0/+33
* Pref-backed SSLConfigService for Linux.mattm@chromium.org2009-08-191-1/+3
* Renames the function CreateTemporaryFilename to CreateTemporaryFile and track...erikkay@chromium.org2009-08-181-3/+3
* Reference count ProxyService.eroman@chromium.org2009-08-181-1/+0
* 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-141-18/+28
* Re-enable remaining FTP unit tests.phajdan.jr@chromium.org2009-08-071-4/+2
* Correctly handle multiple control responses for RETR command.phajdan.jr@chromium.org2009-08-051-4/+2
* 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-301-2/+1
* Re-enable half of new ftp unit tests in url_request_unittest.cc.phajdan.jr@chromium.org2009-07-301-32/+23
* Add support to URLRequest for deferring redirects.darin@chromium.org2009-07-231-5/+77
* Change URLRequest to return net::ERR_INVALID_URL on redirects to invalid urls.willchan@chromium.org2009-07-211-0/+15
* Refactorings surrounding HostResolver:ericroman@google.com2009-07-151-1/+1
* Fix 15 coverity complaints.rvargas@google.com2009-07-011-2/+2
* Make net::HostResolver refcounted.ericroman@google.com2009-06-271-1/+0
* Reverting 19425.ericroman@google.com2009-06-261-0/+1
* Make net::HostResolver refcounted.ericroman@google.com2009-06-261-1/+0
* Start to disable bzip2 support. First step: Stop advertising support.jar@chromium.org2009-06-241-7/+10
* Move socket related files from net/base to net/socket.willchan@chromium.org2009-06-221-1/+1
* Comments added to SSL unit tests.jrg@chromium.org2009-06-191-0/+23
* 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-151-12/+5
* Revert "Make TCPClientSocketPool own the ConnectingSockets."willchan@chromium.org2009-06-151-5/+12
* Make TCPClientSocketPool own the ConnectingSockets.willchan@chromium.org2009-06-151-12/+5
* Temporarily disable tests causing memory leaks.ericroman@google.com2009-06-121-3/+8
* Disable URLRequestTest.CancelTest4 since it started leaking.willchan@chromium.org2009-06-121-1/+1
* Experiment: turn off host caching to see if it relates to client socket pool ...ericroman@google.com2009-06-121-1/+3
* * Avoid doing concurrent DNS resolves of the same hostname in HostResolver.ericroman@google.com2009-06-121-2/+5