summaryrefslogtreecommitdiffstats
path: root/net/base
Commit message (Expand)AuthorAgeFilesLines
* Record when certificates signed with md[2,4,5] are encountered when using Ope...rsleevi@chromium.org2011-11-032-37/+63
* Remove some dead code from X509Certificatersleevi@chromium.org2011-11-033-38/+17
* Automatically send try jobs in linux_redux if NSS files are touchedjoth@chromium.org2011-11-021-2/+1
* net: fix pinning of blog.torproject.orgagl@chromium.org2011-11-021-1/+1
* Record when certificates signed with md[2,4,5] are encountered on OS X.rsleevi@chromium.org2011-11-023-27/+93
* Update effective-TLD data files using the latest data from Mozilla.pam@chromium.org2011-11-022-44/+311
* Thread::Stop() must be called before any subclass's destructor completes.joi@chromium.org2011-11-021-3/+5
* net: reject other intermediates from Equifaxagl@chromium.org2011-11-023-119/+289
* Revert 107679 - Broke https for appspot.com - http://crbug.com/102507rsleevi@chromium.org2011-11-022-41/+10
* A quick fix for Mac GCC.hbono@chromium.org2011-11-012-2/+2
* Fix X509CertificateTest.SerialNumbers on OpenSSL builds after http://crrev.co...joth@chromium.org2011-11-011-5/+14
* Consider the signature algorithms of incomplete chains on Windowsrsleevi@chromium.org2011-11-012-9/+18
* Add unittests for the detection of md[2,4,5] when verifying certificatesrsleevi@chromium.org2011-11-011-9/+205
* Make X509Certificate::GetDEREncoded a static function taking an OSCertHandlersleevi@chromium.org2011-11-017-30/+38
* Ensure X509Certificate::OSCertHandles are safe to be used on both UI, IO, and...rsleevi@chromium.org2011-11-014-54/+147
* Report second-level domains for UMA on pin failure.palmer@chromium.org2011-10-312-127/+242
* net: retain leading zero bytes in X.509 serial numbers.agl@chromium.org2011-10-318-284/+30
* Fix the "certificate is not yet valid" error for server certificateswtc@chromium.org2011-10-299-3/+220
* Use AuthCredentials throughout the network stack instead of username/password.cbentzel@chromium.org2011-10-284-2/+95
* Use text/plain as a test MIME type instead of application/pdf for NetUtilTest...asanka@chromium.org2011-10-281-3/+3
* Disallow wildcards from matching top-level registry controlled domains during...rsleevi@chromium.org2011-10-282-10/+41
* Disable SPDY IP pooling for SSL connections with client authentication.wtc@chromium.org2011-10-282-2/+8
* Make RegistryControlledDomainService a static-function container class, rathe...rsleevi@chromium.org2011-10-273-119/+59
* Fix redux buildjoth@chromium.org2011-10-252-0/+2
* net: enable CRL sets behind a command line flag.agl@chromium.org2011-10-2514-45/+170
* Revert 107075 - Disallow wildcards from matching top-level registry controlle...achuith@chromium.org2011-10-252-41/+10
* Disallow wildcards from matching top-level registry controlled domains during...rsleevi@chromium.org2011-10-252-10/+41
* Treat an invalid key usage as an invalid certificate when using OpenSSLrsleevi@chromium.org2011-10-251-2/+1
* A build fix for Mac GCC.hbono@chromium.org2011-10-251-2/+2
* Use a better error code for when an extension blocks a network request usingmpcomplete@chromium.org2011-10-211-0/+3
* Address some extra review comments in IOBuffer's documentation.eroman@chromium.org2011-10-211-8/+5
* Refactor: Remove HostResolver::GetAsHostResolverImpl()cbentzel@chromium.org2011-10-216-29/+13
* base::Bind conversion for file_stream_posix.cc.adamk@chromium.org2011-10-211-18/+20
* base::Bind conversion for trivial cases in net/base.adamk@chromium.org2011-10-206-42/+42
* OpenBSD patches for net, split from CR #8275005robert.nagy@gmail.com2011-10-204-4/+11
* Fix leaking CERTCertificate in NSS X509Certificate::CreateSelfSigned.mattm@chromium.org2011-10-201-2/+4
* Basic HTTP pipelining support.simonjam@chromium.org2011-10-192-0/+10
* Add groups.google.com to HSTS list.cevans@chromium.org2011-10-192-0/+4
* Keep track of expired entries in net-internals DNS tab,mmenke@chromium.org2011-10-191-1/+1
* net: another Brocade customer for the blacklist.agl@chromium.org2011-10-191-0/+1
* Add some more comments for IOBuffer.eroman@chromium.org2011-10-191-2/+59
* Add NetLog and histograms for CertVerifierwillchan@chromium.org2011-10-195-33/+104
* content: Make tab_contents_drag_source not depend on download_util.herg@google.com2011-10-183-11/+7
* Add NetLog support to UDP sockets.mmenke@chromium.org2011-10-184-10/+78
* Reset static HttpStreamFactory settings before each test in a NetTestSuite.szym@chromium.org2011-10-181-0/+9
* net: rework the NPN patch.agl@chromium.org2011-10-181-6/+6
* Use NSS to generate Origin-Bound Certs on Win and Mac.mattm@chromium.org2011-10-1814-382/+553
* Log events related to SSL client authentication.wtc@chromium.org2011-10-171-1/+24
* The change list splits loading of cookies from DB by the domain key(eTLD+1).guohui@google.com2011-10-176-73/+312
* Send PING to check the status of the SPDY connection.rtenneti@chromium.org2011-10-163-0/+13