summaryrefslogtreecommitdiffstats
path: root/net/url_request
Commit message (Expand)AuthorAgeFilesLines
* Reverting 26419.tyoshino@google.com2009-09-173-124/+5
* Cache login identity for NewFTP transactions.phajdan.jr@chromium.org2009-09-163-5/+124
* Change the URLs used to access "view-cache:" and "view-net-internals:".eroman@chromium.org2009-09-147-121/+178
* 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-103-7/+29
* Strict transport security: come out from behind the flag.agl@chromium.org2009-09-101-13/+1
* Get the latest ParseFTPList code from Mozilla, and apply only the absolutelyphajdan.jr@chromium.org2009-09-102-11/+22
* Fix to use FilePath version of PathService::Get.thestig@chromium.org2009-09-091-2/+2
* 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-095-79/+6
* Display symlinks on FTP directory listings.phajdan.jr@chromium.org2009-09-091-1/+18
* Add an href to help page for view-net-internal.eroman@chromium.org2009-09-081-1/+4
* Don't log empty FTP LIST responses as unknown server type.phajdan.jr@chromium.org2009-09-081-0/+5
* Rename X-Force-TLS to Strict-Transport-Security.abarth@chromium.org2009-09-053-20/+23
* This CL changes the CookieStore obect to be a refcounted object to get a bett...ananta@chromium.org2009-09-052-3/+2
* Http Cache: Add support for resuming downloading arvargas@google.com2009-09-041-1/+3
* Re-enabled URLRequestTestHTTP.BasicAuth.eroman@chromium.org2009-09-042-26/+7
* ForceTLS: generate internal redirect when mistakenly using http.agl@chromium.org2009-09-042-6/+10
* Intercept HTTP requests for documents that GView is capable of displaying (suchdavemoore@chromium.org2009-09-042-0/+63
* 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-042-0/+15
* Minor aesthetic change to net-internals page:eroman@chromium.org2009-09-031-2/+8
* Display the LoadLogs for recent and in-progress URLRequests on the net-intern...eroman@chromium.org2009-09-031-4/+64
* Add a visualizer for the HostCache (DNS cache) on the network internals page.eroman@chromium.org2009-09-021-1/+62
* 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