summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* 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
* Http cache: Enable experimental support for byte range requests.rvargas@google.com2009-08-243-39/+56
* Resend on IO errors on late bound sockets that were idle.willchan@chromium.org2009-08-222-4/+5
* Consider "certificate revoked" as the most serious certificatewtc@chromium.org2009-08-221-2/+2
* Improve certificate error mapping.wtc@chromium.org2009-08-211-2/+9
* If the HTTP response code is -1, don't call OCSPSetResponse because thewtc@chromium.org2009-08-211-1/+6
* Revert cl 24015rvargas@google.com2009-08-213-55/+39
* Http cache: Enable experimental support for byte range requests.rvargas@google.com2009-08-213-39/+55
* Cleanups for SSLConfigService and SSLConfigServiceManager.mattm@chromium.org2009-08-217-19/+43
* Disk cache: Implement asynchronous IO for Posix.rvargas@google.com2009-08-219-47/+326
* Pulling new version of googleurl into the tree.cira@chromium.org2009-08-211-4/+2
* Followup after http://codereview.chromium.org/165167, fixing the nits in FtpA...phajdan.jr@chromium.org2009-08-212-9/+9
* Prevent a crash that can occur when redirecting a file URL.darin@chromium.org2009-08-218-10/+65
* Revert cl 23919 to investigate valgrind failures.rvargas@google.com2009-08-219-312/+45
* Disk cache: Close the experiment for new users.rvargas@google.com2009-08-211-20/+15
* Disk cache: Implement asynchronous IO for Posix.rvargas@google.com2009-08-219-45/+312
* Linux: make the "change proxy settings" button able to start several proxy co...mdm@chromium.org2009-08-201-1/+2
* Fix some style nits in unittests.eroman@chromium.org2009-08-204-142/+140
* Http cache: Fix the code that handles 206s when revalidatingrvargas@google.com2009-08-203-22/+91
* Fix gcc warning about possible unused variable experienced with Apple gcc 4.2mark@chromium.org2009-08-201-1/+1
* Add instrumentation to ClientSocketPool, that writes to LoadLog.eroman@chromium.org2009-08-209-59/+377
* Change an ASSERT_TRUE to a CHECK() to remove the gtest dependency.evan@chromium.org2009-08-201-1/+1
* Refactor OCSP handler.ukai@chromium.org2009-08-201-141/+48
* Add missing break statement.jhawkins@chromium.org2009-08-191-3/+5
* Add icu:: qualifiers to a couple of more files. They're missed in the previou...jshin@chromium.org2009-08-191-2/+2
* Pref-backed SSLConfigService for Linux.mattm@chromium.org2009-08-1920-113/+238
* Make ClientSocketHandle::Init() typesafe.willchan@chromium.org2009-08-1912-120/+153
* Try to fix crash in OCSP handlers.ukai@chromium.org2009-08-192-24/+21