summaryrefslogtreecommitdiffstats
path: root/net/socket
Commit message (Expand)AuthorAgeFilesLines
* Add a new method of ClientSocketFactory for clearing the cache used for SSL s...rch@chromium.org2011-02-256-0/+38
* Mac specific chromium-style issues now that the trybot is sane.erg@google.com2011-02-242-1/+5
* Remove ssl_client_socket_mac_factory.{h,cc} andwtc@chromium.org2011-02-244-107/+0
* Remove the workaround for bug 43461. Use a g_use_system_sslwtc@chromium.org2011-02-232-46/+35
* Refactor HttpStreamFactory.willchan@chromium.org2011-02-233-9/+59
* Revert 75668 for breaking ChromeOS build - Refactor HttpStreamFactory.willchan@chromium.org2011-02-233-59/+9
* Refactor HttpStreamFactory.willchan@chromium.org2011-02-223-9/+59
* Propagate the remote socket address to URLRequest and to ViewHostMsg_FrameNav...bryner@chromium.org2011-02-221-1/+1
* Update to NSS 3.12.9. falsestart.patch, falsestart2.patch, andwtc@chromium.org2011-02-181-1/+1
* Add field trial for A/B testing of SSL False Start.mbelshe@chromium.org2011-02-181-0/+14
* In Dev build, we would like to see if SSLClientSocketNSS objectrtenneti@chromium.org2011-02-122-6/+39
* 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