summaryrefslogtreecommitdiffstats
path: root/net/base
Commit message (Expand)AuthorAgeFilesLines
* Add profiles.google.com to HSTS list, with permission.cevans@chromium.org2011-05-032-0/+7
* Fix net/ command-line pollution introduced in http://codereview.chromium.org/...cevans@chromium.org2011-05-025-82/+59
* Net: Define the net api for building net as a dll.rvargas@google.com2011-05-021-0/+26
* net: add romab.com to HSTS preloaded list.agl@chromium.org2011-05-022-0/+5
* Revert 83641 - DNS Host resolver changes with retry logic. Fix forjar@chromium.org2011-05-023-390/+49
* Initialize os_error to 0. rtenneti@chromium.org2011-04-301-1/+1
* MAC Cookies (patch 1 of N)abarth@chromium.org2011-04-304-22/+92
* DNS Host resolver changes with retry logic. Fix forrtenneti@chromium.org2011-04-303-49/+390
* Update cert pinning metadata to add pinning for most Google domains.cevans@chromium.org2011-04-282-52/+153
* Skip cert verification if it is expected to be bad.hclam@chromium.org2011-04-282-3/+9
* Report cert-pin only metadata correctly in the chrome://net-internals/#hsts UI.cevans@chromium.org2011-04-271-4/+8
* Flesh out the onBeforeSendHeaders event a bit more. We now send thempcomplete@chromium.org2011-04-272-8/+19
* Fix https://m.gmail.com/ and https://m.googlemail.com/, which don't return acevans@chromium.org2011-04-272-4/+14
* Fix DirectoryLister not to require refcounting.willchan@chromium.org2011-04-273-202/+234
* Undo raw DNS resolver changes, this will be implemented differently, on IO-th...agayev@chromium.org2011-04-272-9/+8
* Add support for enforcing certificate pinning without requiring https on acevans@chromium.org2011-04-263-6/+56
* Add support for built-in certificate pins, and add a pin list suitable forcevans@chromium.org2011-04-252-81/+140
* Implemented chrome.experimental.webRequest.onCompletedbattre@chromium.org2011-04-232-6/+5
* Address post-review feedback for r82214. In addition, no longer attempt to gr...rsleevi@chromium.org2011-04-226-44/+38
* Address post-review feedback for r81702.rsleevi@chromium.org2011-04-221-40/+50
* Implement IpcNetworkMangersergeyu@chromium.org2011-04-211-1/+1
* Add command-line control of the HSTS preload list.cevans@chromium.org2011-04-215-45/+127
* Implemented of base functionality of chrome.experimental.webRequest.onBeforeR...battre@chromium.org2011-04-202-0/+14
* Implementation of chrome.experimental.webRequest.onRequestSentbattre@chromium.org2011-04-202-0/+14
* Change the HTTP cache to cache the entire certificate chain for SSL sitesrsleevi@chromium.org2011-04-207-114/+237
* Delete unused SSL preferences code for Windows and Mac.rtenneti@chromium.org2011-04-196-714/+0
* Cleanup: Standardizing argument order for CanonicalCookie constructors.mkwst@chromium.org2011-04-193-51/+56
* Added TCPServerSocket.sergeyu@chromium.org2011-04-181-0/+13
* Replacing outdated DCHECK(a == b) with DCHECK_EQ(a, b).david.mike.futcher@gmail.com2011-04-181-2/+2
* Add net/base/sys_byteorder.hsergeyu@chromium.org2011-04-181-0/+22
* Allow extensions to redirect requests in onBeforeRequest.mpcomplete@chromium.org2011-04-152-13/+19
* Allow certificate revocation checking to be enabled/disabled independent of t...rsleevi@chromium.org2011-04-151-39/+124
* ChromeOS specific HSTS section (with permission from Sumit, Will, more).cevans@chromium.org2011-04-151-0/+8
* net: cut an HSTS hole out at latest.chrome.google.comagl@chromium.org2011-04-142-2/+11
* Move crypto files out of base, to a top level directory.rvargas@google.com2011-04-1425-143/+137
* Clang build fix after r81584.agl@chromium.org2011-04-142-5/+12
* net: implement the beginnings of HSTS pinningagl@chromium.org2011-04-143-1/+120
* Revert "Allow extensions to redirect requests in onBeforeRequest."mpcomplete@chromium.org2011-04-132-19/+13
* net: add issued_by_known_hash and public_key_hashes to SSLInfo.agl@chromium.org2011-04-132-3/+20
* Allow extensions to redirect requests in onBeforeRequest.mpcomplete@chromium.org2011-04-132-13/+19
* Add multiple-offset versions of the various URL reformatting functions. Fixed...mrossetti@chromium.org2011-04-136-202/+638
* Fix a problem that cert trust change needs a chrome restart to be effective.xiyuan@chromium.org2011-04-137-17/+58
* Suppress login prompting for favicons.asanka@chromium.org2011-04-131-0/+4
* Fix openssl buildjoth@chromium.org2011-04-132-8/+34
* Revert 81343 - Add multiple-offset versions of the various URL reformatting f...mrossetti@chromium.org2011-04-136-636/+202
* Add multiple-offset versions of the various URL reformatting functions. Fixed...mrossetti@chromium.org2011-04-136-202/+636
* Small safety change to initialize data_ to NULL afterrtenneti@chromium.org2011-04-121-1/+2
* net: Use StartsWith() in StripWWW() function.tfarina@chromium.org2011-04-121-2/+1
* Revert r61181.agl@chromium.org2011-04-123-24/+2
* Another attempt at fixing Clang build after r81259agl@chromium.org2011-04-122-0/+4