summaryrefslogtreecommitdiffstats
path: root/net/base
Commit message (Expand)AuthorAgeFilesLines
* Change the URLs used to access "view-cache:" and "view-net-internals:".eroman@chromium.org2009-09-142-2/+2
* Non-blocking connect() attempts may fail synchronously in some cases. Whenmark@chromium.org2009-09-111-17/+0
* Fix two issues with a downloaded file's extension:paul@chromium.org2009-09-111-5/+0
* Add a NOTREACHED() to catch users of pre-release NSS.chase@chromium.org2009-09-111-0/+5
* Strict transport security: add checkbox to clear state.agl@chromium.org2009-09-113-0/+24
* Increase the maximum number of entries in LoadLog to 40.eroman@chromium.org2009-09-101-1/+1
* Add trace points for the "dnsResolve()" and "myIpAddress()" PAC javascript bi...eroman@chromium.org2009-09-101-0/+10
* Move StringPiece into the base namespace. It is collidingtony@chromium.org2009-09-105-15/+19
* Add an SSLConfigService implementation for Mac OS Xhawk@chromium.org2009-09-094-0/+321
* Check in patch for pierre.lafayette, http://codereview.chromium.org/178059/show.mirandac@chromium.org2009-09-093-0/+69
* Replace icu38/icu38.gyp with icu/icu.gyp in gyp files replace all the refere...jshin@chromium.org2009-09-091-2/+2
* Include fixes for gcc >= 4.3evan@chromium.org2009-09-091-0/+2
* ForceTLS: hash hostnames, handle subdomains, canonicalise.agl@chromium.org2009-09-096-24/+340
* 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
* Add some trace-points to HttpCache for request profiling (cache entry "open",...eroman@chromium.org2009-09-061-0/+18
* Rename X-Force-TLS to Strict-Transport-Security.abarth@chromium.org2009-09-053-71/+75
* This CL changes the CookieStore obect to be a refcounted object to get a bett...ananta@chromium.org2009-09-053-251/+261
* Making ExpectLogContains inline so that url_request_unittest.cc won't depend ...tommi@chromium.org2009-09-042-36/+24
* ForceTLS: persist to diskagl@chromium.org2009-09-042-10/+135
* Add trace-point for URLRequest to the LoadLog.eroman@chromium.org2009-09-041-0/+7
* 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
* Add a visualizer for the HostCache (DNS cache) on the network internals page.eroman@chromium.org2009-09-026-2/+30
* Revert "Fix a ton of compiler warnings."tony@chromium.org2009-08-284-24/+21
* Fix a ton of compiler warnings.estade@chromium.org2009-08-284-21/+24
* 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-273-16/+417
* 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
* 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-261-0/+7
* 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
* Try one more time to lock down content sniffing foraa@chromium.org2009-08-251-1/+2
* Clear the gzip filter to file names with gz/tgz extensions only when the mime...thestig@chromium.org2009-08-242-12/+168
* Add code for enabling or disabling CRLs and OCSP correctly.wtc@chromium.org2009-08-241-2/+18
* 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
* Cleanups for SSLConfigService and SSLConfigServiceManager.mattm@chromium.org2009-08-214-6/+37
* Prevent a crash that can occur when redirecting a file URL.darin@chromium.org2009-08-211-4/+7
* Fix some style nits in unittests.eroman@chromium.org2009-08-202-119/+117
* Add instrumentation to ClientSocketPool, that writes to LoadLog.eroman@chromium.org2009-08-204-5/+93
* 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-195-71/+146
* Try to fix crash in OCSP handlers.ukai@chromium.org2009-08-191-16/+3
* Renames the function CreateTemporaryFilename to CreateTemporaryFile and track...erikkay@chromium.org2009-08-181-1/+1
* Use 'icu::' namespace explicitly throughout Chrome tree instead of relying on...jshin@chromium.org2009-08-181-15/+17
* Don't use the AI_ADDRCONFIG flag on Mac OS X. It's not necessary.wtc@chromium.org2009-08-171-0/+17