summaryrefslogtreecommitdiffstats
path: root/net/socket
Commit message (Expand)AuthorAgeFilesLines
* 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
* SSLServerSocketTest.DataTransfer should keep reading until it has readwtc@chromium.org2011-08-171-21/+43
* Implement PPB_Flash_TCPSocket.InitiateSSL.yzshen@chromium.org2011-08-162-0/+40
* Rename NET_API to NET_EXPORT, and rename NET_TEST to NET_EXPORT_PRIVATE.darin@chromium.org2011-08-1223-54/+59
* Revert "net: Precede each CBC encrypted application data record with an empty...agl@chromium.org2011-08-091-1/+1
* base: Remove using declaration of MD5Digest now that hunspell was fixed.tfarina@chromium.org2011-08-081-2/+2
* HostResolver: don't interpret NULL callback argument as a request to do synch...agayev@chromium.org2011-08-041-4/+13
* Return the constructed certificate chain in X509Certificate::Verify()rsleevi@chromium.org2011-07-304-5/+6
* HostResolverImpl: don't interpret NULL callback argument as a request to do s...agayev@chromium.org2011-07-283-2/+9
* Revert 94412 - HostResolverImpl: don't interpret NULL callback argument as a ...agayev@chromium.org2011-07-283-9/+2
* HostResolverImpl: don't interpret NULL callback argument as a request to do s...agayev@chromium.org2011-07-283-2/+9
* Add net::ERR_BAD_PEER_PUBLIC_KEY, and map several NSS error codeswtc@chromium.org2011-07-271-0/+13
* net: allow SSL secrets to be exported sooner.agl@chromium.org2011-07-262-4/+2
* Expose SSL_ExportKeyingMaterial() in SSLClient/ServerSocket interfaces.wez@chromium.org2011-07-2316-7/+165