summaryrefslogtreecommitdiffstats
path: root/net/socket
Commit message (Expand)AuthorAgeFilesLines
* net: fix leak in SSLHostInfo's DNS request.agl@chromium.org2011-01-071-0/+1
* net: perform a non-A DNS lookup for HTTPS hosts.agl@chromium.org2011-01-063-2/+51
* net: plumb OCSP stapled responses.agl@chromium.org2011-01-061-0/+59
* Mark SSLClientSocketTest.CipherSuiteDisables as flaky.phajdan.jr@chromium.org2011-01-031-1/+2
* move base/object_watcher into base/win and add the win namespace. Fixup callers.brettw@google.com2011-01-012-5/+5
* Move non_thread_safe from base to base/threading and into the base namespace.brettw@chromium.org2011-01-014-9/+9
* Remove base/platform_thread.h stub and fix up all callers to use the new loca...brettw@google.com2011-01-011-8/+11
* Move base/thread.h to base/threading, fix up callers to use the new location.brettw@chromium.org2011-01-012-2/+2
* Move platform_thread to base/threading and put in the base namespace. I left abrettw@chromium.org2010-12-311-4/+6
* Defines SSLServerSocket and implements SSLServerSocketNSShclam@chromium.org2010-12-237-221/+1519
* net: dump certificate chain to LOG(ERROR) when a provenance check fails.agl@chromium.org2010-12-221-0/+31
* Allow a non-200 (or non-407) response for a CONNECT request from an HTTPS proxyrch@chromium.org2010-12-172-4/+5
* net: enable SSLHostInfo by default.agl@chromium.org2010-12-163-8/+11
* Revert "net: enable SSLHostInfo by default."agl@chromium.org2010-12-162-6/+4
* net: enable SSLHostInfo by default.agl@chromium.org2010-12-162-4/+6
* Cache certificate verification results in memory.wtc@google.com2010-12-1627-69/+152
* net: update the DNS provenance hostagl@chromium.org2010-12-151-1/+1
* net: fix verification merge savings calculations.agl@chromium.org2010-12-153-2/+11
* net: Switch SSLHostInfo to using Pickle.agl@chromium.org2010-12-154-85/+79
* Fix openssl after singleton refactorjoth@chromium.org2010-12-141-6/+6
* Make members of Singleton<T> private and only visible to the singleton type. ...satish@chromium.org2010-12-145-16/+34
* Deinline even more destructors.erg@google.com2010-12-146-3/+15
* Even more virtual method deinlining.erg@google.com2010-12-132-9/+15
* Track the amount of time chrome spends verifying the certificate.mbelshe@chromium.org2010-12-132-1/+15
* Don't ignore return value from HANDLE_EINTR(close(...))hans@chromium.org2010-12-131-1/+1
* Revert 68932 - Make members of Singleton<T> private and only visible to the s...satish@chromium.org2010-12-115-34/+16
* Make members of Singleton<T> private and only visible to the singleton type. ...satish@chromium.org2010-12-115-16/+34
* Adds first cut implementation of a private key store abstraction for openssljoth@chromium.org2010-12-101-4/+13
* Switch linux OpenSSL build to use custom openssl versionjoth@chromium.org2010-12-091-1/+2
* Start deinlining non-empty virtual methods. (This will be automatically checkederg@google.com2010-12-098-75/+129
* Add support for OpenSSL Next Protocol Negotiationbulach@chromium.org2010-12-092-2/+62
* Miscellaneous cleanup: remove unnecessary forwardwtc@chromium.org2010-12-081-6/+6
* Fix cpplint.py nits.wtc@chromium.org2010-12-082-4/+4
* Fix OpenSSL buildjoth@chromium.org2010-12-081-3/+6
* Implements disabled cipher support for OpenSSL. (ssl_config_.disabled_cipher_...joth@chromium.org2010-12-072-30/+195
* I missed some comments from wtc on patch http://codereview.chromium.org/51950...joth@chromium.org2010-12-061-25/+25
* Update server push to allow use of HEADERS frame.mbelshe@chromium.org2010-12-031-4/+6
* Fixes the remaining unit tests failures for OpenSSL:joth@chromium.org2010-12-022-4/+57
* Fix preconnect crash when we hit max socket limit.willchan@chromium.org2010-12-023-3/+97
* Fix ClientSocketPoolBaseHelper preconnect crasher.willchan@chromium.org2010-12-022-1/+23
* Add support for some advanced SLL modes & options (where present)joth@chromium.org2010-12-011-14/+45
* Update NetLog to be threadsafe.mmenke@chromium.org2010-12-016-70/+167
* Remove SSL 2.0 support.wtc@chromium.org2010-11-304-19/+9
* Support predictive request for multiple preconnectionsjar@chromium.org2010-11-301-1/+0
* Revert 67614 - Support predictive request for multiple preconnectionsjar@chromium.org2010-11-301-0/+1
* Support predictive request for multiple preconnectionsjar@chromium.org2010-11-291-1/+0
* net: Implement DNS certificate provenance check uploads.agl@chromium.org2010-11-242-1/+45
* Implements openssl session cachingjoth@chromium.org2010-11-232-56/+172
* Remove two placeholder files.agl@chromium.org2010-11-222-2/+0
* Revert "Revert "net: Plumb DnsCertProvenanceChecker around.""agl@chromium.org2010-11-2221-307/+413