summaryrefslogtreecommitdiffstats
path: root/net/socket
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fallback from platform client auth to NSS client auth.mattm@chromium.org2011-09-272-55/+74
* For the SSL cert status, convert anonymous enum that gives bit values into a ...pkasting@chromium.org2011-09-234-4/+4
* Revert 102322 - For the SSL cert status, convert anonymous enum that gives bi...pkasting@chromium.org2011-09-224-4/+4
* For the SSL cert status, convert anonymous enum that gives bit values into a ...pkasting@chromium.org2011-09-224-4/+4
* Add a gyp flag to enable dcheck by default in release withoutnsylvain@chromium.org2011-09-201-2/+17
* net: support side-pinning of public keys.agl@chromium.org2011-09-202-0/+58
* Revert r98279 partially to disable the STATE_LOAD_SSL_HOST_INFO statewtc@chromium.org2011-09-031-2/+2
* Update SSLClientSocketNSS::ClientAuthHandler now thatmattm@chromium.org2011-09-021-5/+2
* Update base/timer.h code to pass through Location from call sites. (reland) o...jbates@chromium.org2011-09-023-5/+5
* Revert "Currently, base/timer.cc calls PostTask with FROM_HERE as the Location,mattm@chromium.org2011-09-023-5/+5
* Currently, base/timer.cc calls PostTask with FROM_HERE as the Location, so th...jbates@chromium.org2011-09-023-5/+5
* Fix deleting a CERTCertificate object.mattm@chromium.org2011-09-011-2/+3
* Always enable the STATE_LOAD_SSL_HOST_INFO state to verify the crash fixwtc@chromium.org2011-08-251-6/+4
* Reland r97821. DiskCacheBasedSSLHostInfo needs to be declared withwtc@chromium.org2011-08-241-1/+2
* Remove DisableOCSP().sergeyu@chromium.org2011-08-232-10/+6
* Changes SSLClientSocketNSS::ClientAuthHandler to handle the origin-bound cert...rkn@chromium.org2011-08-192-11/+161
* Send only one byte of data in the first CBC encrypted aplication datawtc@chromium.org2011-08-181-1/+1
* Remove Purify and Quantify.Doing so will reduce substantially the size of the...jeanluc@chromium.org2011-08-171-8/+0