summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Don't log empty FTP LIST responses as unknown server type.phajdan.jr@chromium.org2009-09-081-0/+5
* Update the Strict-Transport-Security grammar to match the spec.abarth@chromium.org2009-09-082-14/+28
* Properly concatenate URL components in directory listing.phajdan.jr@chromium.org2009-09-081-2/+6
* Avoids the use of "namespace using-directives" in a few places.thakis@chromium.org2009-09-071-2/+1
* Aesthetic changes to the proxy configuration log format.eroman@chromium.org2009-09-063-40/+192
* Add some trace-points to HttpCache for request profiling (cache entry "open",...eroman@chromium.org2009-09-063-13/+107
* Rename X-Force-TLS to Strict-Transport-Security.abarth@chromium.org2009-09-057-94/+101
* Bug fixing for range request support in HttpCachehclam@chromium.org2009-09-053-2/+36
* [Second attempt of r25461]wtc@chromium.org2009-09-059-703/+1095
* This CL changes the CookieStore obect to be a refcounted object to get a bett...ananta@chromium.org2009-09-055-254/+263
* Http Cache: Add support for resuming downloading arvargas@google.com2009-09-047-46/+291
* Update the request time of http cache entries on 304.eroman@chromium.org2009-09-044-6/+25
* Re-enabled URLRequestTestHTTP.BasicAuth.eroman@chromium.org2009-09-043-28/+9
* ForceTLS: generate internal redirect when mistakenly using http.agl@chromium.org2009-09-042-6/+10
* Delete all precompiled support. It is causing more harm than good, especially...maruel@chromium.org2009-09-043-44/+0
* Revert 24211 - Implement a readsize throttle within the TCP socket.laforge@chromium.org2009-09-041-42/+1
* Intercept HTTP requests for documents that GView is capable of displaying (suchdavemoore@chromium.org2009-09-043-0/+65
* Making ExpectLogContains inline so that url_request_unittest.cc won't depend ...tommi@chromium.org2009-09-042-36/+24
* Disable URLRequestTestHTTP.BasicAuth which is depending on the response_time ...eroman@chromium.org2009-09-041-1/+3
* Update the response time of http cache entries on 304.eroman@chromium.org2009-09-044-6/+98
* Revert "Use SSPI for NTLM authentication on Windows."agl@chromium.org2009-09-048-971/+697
* Use SSPI for NTLM authentication on Windows.wtc@chromium.org2009-09-048-697/+971
* ForceTLS: persist to diskagl@chromium.org2009-09-042-10/+135
* Add trace-point for URLRequest to the LoadLog.eroman@chromium.org2009-09-043-0/+22
* Enable SSL session resumption for Mac OS X.hawk@chromium.org2009-09-035-37/+143
* Minor aesthetic change to net-internals page:eroman@chromium.org2009-09-031-2/+8
* Reverting r25382: blame Windowsagl@chromium.org2009-09-032-135/+10
* Build fix: VC warningagl@chromium.org2009-09-031-1/+1
* ForceTLS: persist to diskagl@chromium.org2009-09-032-10/+135
* Display the LoadLogs for recent and in-progress URLRequests on the net-intern...eroman@chromium.org2009-09-032-5/+66
* Linux: improve KDE proxy settings parsing and add unit tests for it.mdm@chromium.org2009-09-033-59/+419
* Create an option to dump the cache to disk files. Because URLs are frequentl...mbelshe@google.com2009-09-026-45/+476
* Add a visualizer for the HostCache (DNS cache) on the network internals page.eroman@chromium.org2009-09-027-3/+92
* Fixing bugs in sparse cache when dealing with GetAvailableRange queries not a...hclam@chromium.org2009-09-022-5/+24
* Cleanup: use OK instead of 0 when checking return code in ftp_network_transac...phajdan.jr@chromium.org2009-09-021-1/+1
* Keep track of the live URLRequest instances, and the last 25 that were destro...eroman@chromium.org2009-09-023-100/+258
* Fixing a crash in disk_cache::SparseControl::UpdateRange()hclam@chromium.org2009-09-023-1/+15
* Add skeleton for an about:net-internal page.eroman@chromium.org2009-09-015-5/+312
* Don't log FTP commands being issued.phajdan.jr@chromium.org2009-09-011-1/+0
* Http cache: reorder some functions. No code change.rvargas@google.com2009-09-011-77/+74
* Move Mozilla FTP LIST response parsing code to net/third_party directory.phajdan.jr@chromium.org2009-09-015-15/+16
* Make GetLoadState virtual in ConnectJob().willchan@chromium.org2009-09-015-13/+27
* Http cache: Cleanup from tracking of bug 9952.rvargas@google.com2009-09-012-68/+12
* Speed up net_unittests by re-using one FTP test server instance.phajdan.jr@chromium.org2009-08-312-73/+68
* Disk Cache: Function re-ordering. No code change.rvargas@google.com2009-08-313-94/+101
* 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
* Control the amount of time to leave an unused socket idle before closing it.willchan@chromium.org2009-08-294-13/+106
* Linux: get GNOME or KDE proxy settings.mdm@chromium.org2009-08-285-142/+615