summaryrefslogtreecommitdiffstats
path: root/net/base
Commit message (Expand)AuthorAgeFilesLines
* Prevent callbacks after URLRequest/URLRequestJob have been canceled/completed...battre@chromium.org2012-01-132-7/+16
* Fix incorrect constant used in status bitmaskjoth@chromium.org2012-01-131-2/+2
* Revert 117342 - Prevent callbacks after URLRequest/URLRequestJob have been ca...battre@chromium.org2012-01-131-9/+2
* Minor cleanup for UploadDataStream's constructor.satorux@chromium.org2012-01-132-2/+5
* Cleanup after debugging with the XP builder.agl@chromium.org2012-01-122-23/+3
* Remove unused code from UploadData and URLRequest.satorux@chromium.org2012-01-122-10/+2
* Prevent callbacks after URLRequest/URLRequestJob have been canceled/completed...battre@chromium.org2012-01-121-2/+9
* Continuing to debug via the builders since there's no XP trybot.agl@chromium.org2012-01-111-1/+5
* Continuing to debug with the XP builders.agl@chromium.org2012-01-111-0/+10
* Add debugging to trace down a problem on WinXP/Vista.agl@chromium.org2012-01-112-5/+80
* Implement CRLSet checking on Mac.agl@chromium.org2012-01-112-3/+63
* Revert 117225 - Implement CRLSet checking on Windows.flackr@chromium.org2012-01-112-67/+3
* Implement CRLSet checking on Windows.agl@chromium.org2012-01-112-3/+67
* net: add a test for X509Certificate integration with CRLSet.agl@chromium.org2012-01-111-0/+101
* Split the initialisation of NeworkChangeNotifierMac.droger@google.com2012-01-114-28/+40
* Resolve style nits and clean up Strict-Transport-Security header handling code.palmer@chromium.org2012-01-111-1/+2
* net: allow CRLSets to block specific SPKIs.agl@chromium.org2012-01-104-45/+148
* Adds HostResolverImplTest.FailedAsynchronousLookupszym@chromium.org2012-01-091-1/+40
* net: all GeoTrust to sign Google certs.agl@chromium.org2012-01-091-2/+0
* Remove task.h and finish base::Bind() migration.ajwong@chromium.org2012-01-062-2/+0
* Adds PriorityQueue and PrioritizedDispatcher.szym@chromium.org2012-01-065-0/+843
* net: don't pass the CRLSet in the SSLConfig.agl@chromium.org2012-01-063-10/+30
* net: change how CRL sets interact with online revocation checking.agl@chromium.org2012-01-061-30/+20
* Followup to address post-commit comments on 9041015agl@chromium.org2012-01-062-2/+3
* Allow Chrome to process CRL set delta updates.agl@chromium.org2012-01-052-2/+30
* Implement HTTP header-based public key pinning.palmer@chromium.org2012-01-053-138/+641
* When rejecting weak keys, do not mask more serious X509 errors.palmer@chromium.org2012-01-051-2/+6
* base::Bind(): directory_lister.cc - get rid of DataEvent classtbreisacher@chromium.org2012-01-043-70/+64
* Revert 116259 - base::Bind(): directory_lister.cc - get rid of DataEvent classtbreisacher@chromium.org2012-01-043-98/+144
* base::Bind(): directory_lister.cc - get rid of DataEvent classtbreisacher@chromium.org2012-01-043-144/+98
* base::Bind: Remove callback_old.h.jhawkins@chromium.org2012-01-031-2/+1
* base::Bind: Remove OldCompletionCallback.jhawkins@chromium.org2012-01-032-67/+3
* Move net/base/sys_byteorder.h to base/sys_byteorder.hisherman@chromium.org2011-12-281-22/+0
* net: add (*.)pixi.me to HSTS preloaded.agl@chromium.org2011-12-282-0/+4
* Simple change to simplify TransportSecurityState.palmer@chromium.org2011-12-272-20/+0
* net: add a Serialize method to CRLSet.agl@chromium.org2011-12-273-27/+78
* base::Bind: Remove an unused using statement.jhawkins@chromium.org2011-12-231-2/+0
* base::Bind fixes - killing OldCompletionCallbackgroby@chromium.org2011-12-233-25/+10
* base::Bind fixesgroby@chromium.org2011-12-221-12/+9
* On OpenSSL, stop leaking an EVP_PKEY during certificate validation.rsleevi@chromium.org2011-12-221-2/+4
* Try#2: Handle Origin Bound Certificate expiration.mattm@chromium.org2011-12-2215-66/+238
* Coverity: Initialize member variables.jhawkins@chromium.org2011-12-211-0/+1
* Stop leaking a SecKeyRef on OS X when verifying certificatesrsleevi@chromium.org2011-12-211-1/+1
* base::Bind: Remove includes of base.bind in header files.jhawkins@chromium.org2011-12-213-3/+4
* On OS X, when parsing certificates, properly handle non-ASCII/UTF-8 string ty...rsleevi@chromium.org2011-12-213-83/+45
* Refactor CookieStore to allow BrowsingDataRemover to depend on it.qsr@chromium.org2011-12-214-8/+28
* Coverity: Fixing pass by value.dpapad@chromium.org2011-12-211-1/+1
* Revert 115219 - Handle Origin Bound Certificate expiration.mattm@chromium.org2011-12-2115-238/+66
* Coverity: Initialize member variables.jhawkins@chromium.org2011-12-211-1/+3
* Revert 115227 - Coverity: Initialize member variables.jhawkins@chromium.org2011-12-211-3/+1