summaryrefslogtreecommitdiffstats
path: root/net/base
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix Clang build after r81259agl@chromium.org2011-04-122-12/+27
* net: add support for checking if a known public key is in a chain.agl@chromium.org2011-04-128-1/+335
* Add gmail.com and googlemail.com to the HSTS hardcoded list. These domainscevans@chromium.org2011-04-093-91/+187
* Turn off backup sockets for most tests in net_unittests.willchan@chromium.org2011-04-081-1/+5
* net: reenable TestKnownRootsagl@chromium.org2011-04-081-2/+1
* Fix opensll, in follow up to http://src.chromium.org/viewvc/chrome?view=rev&r...joth@chromium.org2011-04-081-0/+7
* Add accounts.google.com to HSTS list, with permission from Filipe Almeida.cevans@chromium.org2011-04-081-0/+1
* This change loads opencryptoki and uses the TPM for keygen tags.gspencer@chromium.org2011-04-075-13/+33
* net: disable TestKnownRootsagl@chromium.org2011-04-071-1/+2
* Fix and enable reenable tests for P2PTransportImpl.sergeyu@chromium.org2011-04-071-1/+1
* Don't discard a header parameter because of unbalanced quotes.asanka@chromium.org2011-04-072-4/+7
* net: add ability to distinguish user-added root CAs.agl@chromium.org2011-04-077-5/+126
* net: add x509_certificate_known_roots_{mac|win}.hagl@chromium.org2011-04-072-0/+997
* Remove async functionality from net::CookiePolicy.willchan@chromium.org2011-04-064-34/+13
* Read and Write SSL3, TLS1 and Cert revocation SSL preferencesrtenneti@chromium.org2011-04-061-13/+3
* Refactor the ICU dependency in escape.cc into escape_icu.cc.abarth@chromium.org2011-04-062-16/+27
* - Make IPEndPoint::ToString() surround IPv6 addresses with square brackets.sergeyu@chromium.org2011-04-052-10/+32
* net: remove forced renegotiation checksagl@chromium.org2011-04-052-65/+2
* Use lock-free lazy initialization for static histogram referencesjar@chromium.org2011-04-054-49/+53
* Map WSAEWOULDBLOCK to ERR_IO_PENDING on Windows.sergeyu@chromium.org2011-04-041-0/+2
* Fix a memory stomper possible during redirect of an HTTP POST:eroman@chromium.org2011-03-311-1/+1
* Remove CookieMonster bug catching stuff.rdsmith@chromium.org2011-03-313-141/+3
* Add request_id to HttpRequestInfo and pass it to the NetworkDelegate for events.mpcomplete@chromium.org2011-03-302-13/+38
* net: remove another 5% of the False Start blocklist.agl@chromium.org2011-03-301-262/+0
* Add ignore limits flag and use for sync requestkristianm@google.com2011-03-301-0/+4
* Adding 'explicit_expiration' cause to 'OnCookieChanged'jochen@chromium.org2011-03-302-8/+22
* Stop using FALSE as it may not be available on some platforms.joi@chromium.org2011-03-291-3/+3
* net: add entropia.de to HSTS preloaded list.agl@chromium.org2011-03-282-0/+6
* Move some files from base to base/memory.levin@chromium.org2011-03-2863-108/+108
* Add an opt-out header for HTTP throttling. Never throttle for localhost.joi@chromium.org2011-03-253-0/+70
* Remove most unnecessary uses of "net::" in net/base/.adamk@chromium.org2011-03-2545-790/+790