summaryrefslogtreecommitdiffstats
path: root/net/url_request
Commit message (Expand)AuthorAgeFilesLines
* Keep track of the live URLRequest instances, and the last 25 that were destro...eroman@chromium.org2009-09-023-100/+258
* Add skeleton for an about:net-internal page.eroman@chromium.org2009-09-013-0/+300
* Move Mozilla FTP LIST response parsing code to net/third_party directory.phajdan.jr@chromium.org2009-09-011-1/+1
* Speed up net_unittests by re-using one FTP test server instance.phajdan.jr@chromium.org2009-08-312-73/+68
* Replace the RenderProcessHost.PID function that returns the OS-generatedbrettw@chromium.org2009-08-312-12/+0
* Sanitizing the referrer header before starting the automation request.TEST=Ru...tommi@chromium.org2009-08-313-9/+17
* Adding command-line option to override bans on certain port numbers through a...mirandac@chromium.org2009-08-313-1/+79
* Add histograms for FTP server types encountered by users.phajdan.jr@chromium.org2009-08-282-1/+42
* Revert "Fix a ton of compiler warnings."tony@chromium.org2009-08-281-5/+3
* Fix a ton of compiler warnings.estade@chromium.org2009-08-281-3/+5
* Avoid crashing the test process when InterceptRedirector InterceptRestartRequ...tommi@chromium.org2009-08-271-2/+6
* Implement RestartWithAuth for NewFtpTransaction.phajdan.jr@chromium.org2009-08-263-3/+136
* Add the ability to not send cookies or send user name/password.levin@chromium.org2009-08-262-0/+88
* Remove uses of deprecated version of FileUtil::ResolveShortcut.evan@chromium.org2009-08-251-2/+2
* Prevent a crash that can occur when redirecting a file URL.darin@chromium.org2009-08-217-6/+58
* Pref-backed SSLConfigService for Linux.mattm@chromium.org2009-08-193-3/+15
* Renames the function CreateTemporaryFilename to CreateTemporaryFile and track...erikkay@chromium.org2009-08-181-3/+3
* 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