summaryrefslogtreecommitdiffstats
path: root/net/base
Commit message (Expand)AuthorAgeFilesLines
* Revert 92006 - Make the host name verification conform to rfc6125joth@chromium.org2011-07-114-290/+121
* Make the host name verification conform to rfc6125joth@chromium.org2011-07-114-121/+290
* Added OriginBoundCertService class to handle the fetching (and creation) of o...rkn@chromium.org2011-07-083-0/+145
* Remove old comments.eroman@chromium.org2011-07-081-6/+0
* net: add Izenpe as EV CAagl@chromium.org2011-07-071-0/+11
* Fixes for OpenSSLbulach@chromium.org2011-07-051-1/+2
* GCC 4.6 -Wunused-but-set-variable cleanup.pph34r@gmail.com2011-07-021-4/+1
* net: Add NET_API to DnsTransaction.rvargas@google.com2011-07-011-1/+2
* Detect Kaspersky SSL MITM and give a helpful error message.agl@chromium.org2011-07-011-1/+9
* net: Add NET_API to more code to enable buildingrvargas@google.com2011-06-301-2/+10
* Implements DnsTransaction class.agayev@chromium.org2011-06-304-18/+698
* net: add additional EV policy OID for Valicertagl@chromium.org2011-06-302-5/+2
* DnsQuery: use Clone instead of copy constructor.agayev@chromium.org2011-06-294-48/+35
* net: measure the latency difference of resume handshakes.agl@chromium.org2011-06-292-12/+16
* net: allow multiple EV OIDsagl@chromium.org2011-06-293-88/+106
* Add support for random UDP source port selection to avoid birthday attacks in...agayev@chromium.org2011-06-293-0/+7
* For PKCS12 private keys imported into a hardware backed token, mark them as u...gauravsh@chromium.org2011-06-293-6/+33
* Call UnwatchSocket when the peer closes the connection, otherwise thewtc@chromium.org2011-06-282-17/+19
* DnsQuery: changed raw function pointer to callback.agayev@chromium.org2011-06-285-14/+47
* Moved OnBeforeHeadersSent of webRequest API to url_request_http_job.ccbattre@chromium.org2011-06-283-7/+7
* Fix typo in comment.agl@chromium.org2011-06-271-1/+1
* Moved listen_socket_unittest.{h,cc} to the net namespace. Fixed nits related ...rkn@chromium.org2011-06-242-18/+22
* Moved the ListenSocket class (found in net/base/listen_socket.h) to the net n...rkn@chromium.org2011-06-234-18/+29
* Don't block the UI thread for OCSP/CRLs when viewing a cert on Mac.rsleevi@chromium.org2011-06-232-74/+128
* Localize strings, speeds.avi@chromium.org2011-06-221-4/+1
* Coverity: Pass parameters by reference.jhawkins@chromium.org2011-06-222-4/+4
* Coverity: Return if cert creation fails in X509Certificate::CreateSelfSigned.thestig@chromium.org2011-06-221-0/+3
* Added client-side support for the TLS cached inforkn@chromium.org2011-06-222-1/+19
* net doesn't depend on libevent directly now.wtc@chromium.org2011-06-222-6/+0
* Coverity bug fix (NEGATIVE_RETURNS)groby@chromium.org2011-06-221-1/+5
* Allow hyphens at the beginning of domain components, except for the last doma...pkasting@chromium.org2011-06-213-3/+7
* Coverity: Initialize member variables.jhawkins@chromium.org2011-06-211-0/+2
* Factor out Verify into x509 base classjoth@chromium.org2011-06-216-57/+41
* Add GetWellKnowMimeTypeFromExtension() to limit the search to a fixed set of ...michaeln@google.com2011-06-212-9/+39
* net: don't remove German federal sites from blacklist yet.agl@chromium.org2011-06-201-0/+2
* net: randomly remove 15% of the False Start blacklist.agl@chromium.org2011-06-201-565/+0
* net: Don't access SECOID_AlgorithmIDTemplate directly.rvargas@google.com2011-06-201-1/+2
* Revert "Add revocation checking field trial."agl@chromium.org2011-06-202-16/+0
* Map WSAEMSGSIZE to ERR_MSG_TOO_BIG.sergeyu@chromium.org2011-06-201-0/+2
* Revert 89628 - Revert 89489 - net: don't check revocation when fetching PAC f...cevans@chromium.org2011-06-201-3/+3
* Revert 89489 - net: don't check revocation when fetching PAC files.cevans@chromium.org2011-06-191-3/+3
* net: Fix regressions for net.dllrvargas@google.com2011-06-172-2/+4
* This change is part of a cleanup of the remoting component's session initiali...wez@chromium.org2011-06-171-3/+3
* net: don't check revocation when fetching PAC files.agl@chromium.org2011-06-171-3/+3
* Add mime types for application/pkcs7-mime and application/pkcs7-signature.mattm@chromium.org2011-06-161-1/+3
* Parametrize DnsQuery over PRNG to aid testing.agayev@chromium.org2011-06-164-10/+18
* WebSocket over SPDY: protocol switchtoyoshim@chromium.org2011-06-161-0/+4
* Map some CRL and OCSP errors to CERT_STATUS_UNABLE_TO_CHECK_REVOCATION.wtc@chromium.org2011-06-161-6/+19
* Remove out-of-date comments that refer to old cookie implementations and specs.abarth@chromium.org2011-06-151-23/+0
* Fix memset bug in NetworkChangeNotifierLinux.willchan@chromium.org2011-06-151-2/+2