summaryrefslogtreecommitdiffstats
path: root/net/socket
Commit message (Expand)AuthorAgeFilesLines
* Remove unnecessary #include "base/sys_info.h". Reformatwtc@chromium.org2011-02-112-5/+3
* Enable OCSP Stapling in TLS requests on Windows Vista+rsleevi@chromium.org2011-02-091-20/+45
* NetLog: Log net error codes on a lot of EndEvents.mmenke@chromium.org2011-02-089-49/+42
* When performing SSL client auth on Windows, no longer make a comparison betwe...rsleevi@chromium.org2011-02-061-4/+2
* When performing SSL client certificate authentication on Windows, and an oper...rsleevi@chromium.org2011-02-052-3/+39
* When performing SSL client authentication on Windows via NSS, change the retu...rsleevi@chromium.org2011-02-051-57/+14
* Return more specific error messages when performing a SSL client auth handsha...rsleevi@chromium.org2011-02-052-6/+14
* Refactor HttpNetworkSession construction.willchan@chromium.org2011-02-031-21/+22
* net: disable DNS lookup tests.agl@chromium.org2011-01-313-51/+1
* Abstracts SHA256 context for NSS / OpenSSL.bulach@chromium.org2011-01-271-0/+59
* More net/ method ordering.erg@google.com2011-01-267-1324/+1334
* Log source ip and port in NetLog.willchan@chromium.org2011-01-262-8/+60
* Reland 72421 - Enable TCP Keep-Alive packets for Windows.willchan@chromium.org2011-01-251-2/+20
* Revert 72421 (broke tests) - Enable TCP Keep-Alive packets for Windows.willchan@chromium.org2011-01-251-21/+2
* Enable TCP Keep-Alive packets for Windows.willchan@chromium.org2011-01-241-2/+21
* Enable session resumption in SSLServerSocketNSS and unit testshclam@chromium.org2011-01-213-14/+0
* More net/ reordering.erg@google.com2011-01-216-715/+774
* Remove obsolete base/lock.h and fix up callers to use the new header file andbrettw@chromium.org2011-01-212-8/+8
* Even more reordering the methods in headers and implementation in net/.erg@google.com2011-01-205-17/+18
* net: lookup OCSP cache function with dlsym.agl@chromium.org2011-01-191-20/+51
* The SSL server's RSA private key must be imported with thewtc@chromium.org2011-01-192-11/+11
* Set TCP keep alive on Linux and Mac.willchan@chromium.org2011-01-141-0/+24
* Fix preconnect crash on synchronous socket error.willchan@chromium.org2011-01-142-2/+13
* net: measure theoretical delay of waiting for DNS cert information.agl@chromium.org2011-01-143-2/+31
* net: don't assume that we have an SSLHostInfo.agl@chromium.org2011-01-141-3/+3
* Revert r71331 - it should never have been committed.agl@chromium.org2011-01-132-28/+1
* ...agl@chromium.org2011-01-132-1/+28
* Cleanup: Use AUTH_SCHEME enum instead of a string.cbentzel@chromium.org2011-01-131-2/+7
* Fix and re-enable SSL renegotiation when using system SSL on OS X 10.5.x. Sys...rsleevi@chromium.org2011-01-132-29/+58
* net: Ensure that when using False Start + client auth, bad client certificate...agl@chromium.org2011-01-112-1/+18
* Windows: Fix crash in SSLClientSocketNSS::SaveSnapStartInfo() when hello_data...marshall@chromium.org2011-01-111-2/+3
* More reordering the methods in headers in net/.erg@chromium.org2011-01-111-8/+8
* Fix SSLClientSocketTest.CipherSuiteDisables flakiness.rsleevi@chromium.org2011-01-091-5/+13
* Disable SSL renegotiation on OS X when using system SSL and on 10.5.x. By def...rsleevi@chromium.org2011-01-091-0/+25
* Start reordering the methods in headers in net/.erg@google.com2011-01-072-8/+8
* 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