summaryrefslogtreecommitdiffstats
path: root/net/socket
Commit message (Expand)AuthorAgeFilesLines
* Merge 113159 - Honor server requested origin bound client cert types.mattm@chromium.org2011-12-092-12/+10
* Merge 113715 - Don't initialize NSS before calling SSL_ClearSessionCache.wtc@chromium.org2011-12-091-3/+2
* SSLClientSocketNSS::ClearSessionCache should initializewtc@chromium.org2011-12-063-2/+25
* Support EC certs in OriginBoundCertService and OriginBoundCertStore.mattm@chromium.org2011-12-062-17/+60
* Log server advertised protos and the selectedrtenneti@google.com2011-12-0514-19/+87
* base::Bind: Convert SSLHostInfo::WaitForDataReady.jhawkins@chromium.org2011-12-034-16/+18
* base::Bind: Convert ServerSocket::Accept.jhawkins@chromium.org2011-12-037-31/+29
* Revert 112130 - Close idle connections / SPDY sessions when needed.sail@chromium.org2011-11-3012-414/+42
* Close idle connections / SPDY sessions when needed.willchan@chromium.org2011-11-3012-42/+414
* Upstream: Build net_unittests for Android.jingzhao@chromium.org2011-11-211-7/+26
* Make ClientSocketPoolManager into an interface.willchan@chromium.org2011-11-176-556/+796
* base::Bind: Convert HostResolver::Resolve.jhawkins@chromium.org2011-11-166-18/+25
* Close idle sockets next time we are about to send data.sgurun@google.com2011-11-163-5/+129
* Add OVERRIDE to net/.avi@chromium.org2011-11-1614-278/+308
* Remove referrer from TransportSocketParams and SOCKSSocketParams.szym@chromium.org2011-11-1510-38/+16
* Remove unused HostResolver::Observer.szym@chromium.org2011-11-153-11/+2
* Allow linker initialization of lazy instancejoth@chromium.org2011-11-155-11/+11
* Add SSLSocket interface.sergeyu@chromium.org2011-11-153-26/+41
* Cleanup: Remove unneeded forward declararations in net.thestig@chromium.org2011-11-113-4/+0
* Add the encrypted client certificates TLS extension and enable it ifwtc@chromium.org2011-11-101-0/+9
* Re-enable tests after MockHostResolver changeszym@chromium.org2011-11-081-25/+3
* Remove HostResolverImpl from Mock*HostResolver. szym@chromium.org2011-11-082-11/+15
* Revert 108910 - Remove HostResolverImpl from Mock*HostResolver.szym@chromium.org2011-11-072-15/+11
* Remove HostResolverImpl from Mock*HostResolver.szym@chromium.org2011-11-072-11/+15
* Do not chase AIA information when locating client certificates on Windows.rsleevi@chromium.org2011-11-052-2/+6
* Disabled BackupSocketFailAfterStall on all platforms.rtenneti@chromium.org2011-11-051-5/+4
* Log the (server, to-be-verified) certificate chains to the NetLog when loggin...rsleevi@chromium.org2011-11-044-3/+28
* Make X509Certificate::GetDEREncoded a static function taking an OSCertHandlersleevi@chromium.org2011-11-011-1/+1
* Use AuthCredentials throughout the network stack instead of username/password.cbentzel@chromium.org2011-10-281-2/+1
* Mark TransportClientSocketPoolTest.BackupSocketFailAfterStall as flaky on lin...eroman@chromium.org2011-10-281-1/+5
* Disable SPDY IP pooling for SSL connections with client authentication.wtc@chromium.org2011-10-288-4/+107
* Fix redux buildjoth@chromium.org2011-10-251-0/+1
* net: enable CRL sets behind a command line flag.agl@chromium.org2011-10-255-2/+7
* Fix a potential CFRelease(NULL).thakis@chromium.org2011-10-251-2/+5
* Fixed the comments in BackupSocketFailAfterStall tests.rtenneti@chromium.org2011-10-201-5/+1
* Fix openssl build after http://codereview.chromium.org/8265004/joth@chromium.org2011-10-191-1/+2
* Add NetLog and histograms for CertVerifierwillchan@chromium.org2011-10-194-4/+9
* Add NetLog support to UDP sockets.mmenke@chromium.org2011-10-181-1/+1
* net: rework the NPN patch.agl@chromium.org2011-10-182-37/+69
* Log events related to SSL client authentication.wtc@chromium.org2011-10-171-10/+52
* DoGetOBCertComplete should reset client_auth_cert_needed_ to falsewtc@chromium.org2011-10-141-0/+1
* Expose some network configurations for performance tuning.wangxianzhu@chromium.org2011-10-129-29/+54
* Change EOL setting of net/socket/client_socket_pool.ccwangxianzhu@chromium.org2011-10-121-33/+33
* Removed FLAKY from BackupSocketFailAfterStall to seertenneti@chromium.org2011-10-111-1/+1
* TcpClientSocketWin::IsConnected could detect EOFtoyoshim@chromium.org2011-10-111-0/+6
* Migrate HttpAlternateProtocols to HttpServerPropertiesImpl.willchan@chromium.org2011-10-101-0/+3
* Convert the easy ones in net/base/ to using CompletionCallback.willchan@chromium.org2011-10-078-27/+35
* Introduce a new CompletionCallback and TestCompletionCallback.willchan@chromium.org2011-10-041-6/+6
* Begin CompletionCallback switchover.willchan@chromium.org2011-10-0160-438/+438
* net: fix crash when failing to import a client-side cert into NSS.agl@chromium.org2011-09-272-17/+41