summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Disk cache: Add a histogram to measure the latency ofrvargas@google.com2009-08-282-13/+20
* Add histograms for FTP server types encountered by users.phajdan.jr@chromium.org2009-08-285-1/+125
* Don't trust server's PASV response that much in FtpNetworkTransaction.phajdan.jr@chromium.org2009-08-285-49/+137
* Revert "Fix a ton of compiler warnings."tony@chromium.org2009-08-2812-55/+47
* Fix a ton of compiler warnings.estade@chromium.org2009-08-2812-47/+55
* Http cache: Bypass the cache for range requests that have validation headers.rvargas@google.com2009-08-282-1/+41
* Fix access control.maruel@chromium.org2009-08-281-2/+4
* Enable SSLClientSocketTest unit tests on Mac OS X by implementing our own cer...hawk@chromium.org2009-08-277-97/+547
* Avoid crashing the test process when InterceptRedirector InterceptRestartRequ...tommi@chromium.org2009-08-271-2/+6
* Fix DiskCacheEntryTest.MemoryOnlyDoomSparseEntryhclam@chromium.org2009-08-272-2/+2
* Update eTLD data for changes to .cr. Parallels https://bugzilla.mozilla.org/...pkasting@chromium.org2009-08-262-3/+16
* POSIX: Don't convert backslashes in filenames into forward slashes.estade@chromium.org2009-08-261-0/+5
* Fix transaction hang when downloading certain FTP files.phajdan.jr@chromium.org2009-08-264-4/+105
* Implement RestartWithAuth for NewFtpTransaction.phajdan.jr@chromium.org2009-08-267-35/+198
* Convert internal time format to Windows 1601 epoch on Linux & Mac.brettw@chromium.org2009-08-261-0/+11
* Add the ability to not send cookies or send user name/password.levin@chromium.org2009-08-266-6/+170
* Moving NetTestSuite to a header file for reuse.tommi@chromium.org2009-08-262-36/+53
* Correctly join paths in FTP directory listing.phajdan.jr@chromium.org2009-08-251-2/+2
* Refactor function to unpack an Entry from its pickle to a HttpResponseInfo.mbelshe@google.com2009-08-252-12/+22
* Alphabetize and detabify some gyp files.mdm@chromium.org2009-08-251-2/+2
* Disk cache: Reduce the chance of failing a unit test under Posix.rvargas@google.com2009-08-251-4/+15
* Add UMA Histogram for FieldTrial for Async Socket SlowStartmbelshe@google.com2009-08-251-1/+14
* Try one more time to lock down content sniffing foraa@chromium.org2009-08-251-1/+2
* Implement a read-size throttle within the TCP socket.mbelshe@google.com2009-08-251-1/+42
* Fix a typo IsCertStatusError. It should be IsCertificateError.wtc@chromium.org2009-08-251-3/+5
* Remove uses of deprecated version of FileUtil::ResolveShortcut.evan@chromium.org2009-08-251-2/+2
* Only retry on unused, idle sockets if the socket error is ERR_CONNECTION_RESET.willchan@chromium.org2009-08-243-6/+9
* Clear the gzip filter to file names with gz/tgz extensions only when the mime...thestig@chromium.org2009-08-242-12/+168
* Add more histograms to understand idle sockets.willchan@chromium.org2009-08-241-10/+50
* Add code for enabling or disabling CRLs and OCSP correctly.wtc@chromium.org2009-08-241-2/+18