summaryrefslogtreecommitdiffstats
path: root/net/socket
Commit message (Expand)AuthorAgeFilesLines
* Document that the handshake_failure alert message is alsowtc@chromium.org2009-10-291-2/+4
* Pass the SCH_CRED_REVOCATION_CHECK_CHAIN_EXCLUDE_ROOT flagwtc@chromium.org2009-10-291-1/+10
* Map errSSLPeerHandshakeFail to ERR_SSL_PROTOCOL_ERROR.willchan@chromium.org2009-10-291-0/+3
* Remove deprecated CommandLine(std::wstring) ctor.evan@chromium.org2009-10-261-4/+3
* Look up client certificates in ClientAuthHandler to get rid of manual CAwtc@chromium.org2009-10-242-52/+36
* Make SSLClientSocketMac full-duplexukai@chromium.org2009-10-232-136/+159
* Refactor HttpNetworkTransaction so that HttpStream is responsible for parsing...vandebo@chromium.org2009-10-171-0/+13
* Reverting 29316.vandebo@chromium.org2009-10-161-13/+0
* Refactor HttpNetworkTransaction so that HttpStream is responsible for parsing...vandebo@chromium.org2009-10-161-0/+13
* Enable certificate revocation and EV certificate validation for Machawk@chromium.org2009-10-161-2/+4
* Provides a certificate for SSL client authentication on NSS sockets.wtc@chromium.org2009-10-152-4/+131
* Remember the server certificate on Mac OS X even if the handshake failshawk@chromium.org2009-10-131-1/+4
* Turn NULL used as int to 0.phajdan.jr@chromium.org2009-10-131-5/+6
* This is a second attempt at submitting this changelist. The original one wasmarkus@chromium.org2009-10-133-13/+68
* Make SSLClientSocketNSS full-duplexukai@chromium.org2009-10-132-99/+238
* Change the SSL Socket to be capable of having reads andmbelshe@google.com2009-10-102-235/+335
* Make our Mock Sockets capable of running full duplex.mbelshe@google.com2009-10-092-18/+6
* Increase the timeout for TcpConnectJob from 60 seconds to 240 seconds.eroman@chromium.org2009-10-061-1/+8
* Coverity: Remove a check for index < 0 because index is size_t and can never ...jhawkins@chromium.org2009-09-301-2/+4
* Relanding:mbelshe@google.com2009-09-301-1/+39
* Avoid potential "NULL used as int" warnings by changing ASSERT_EQ(NULL, ...) ...pkasting@chromium.org2009-09-291-6/+3
* Roll back Markus's CL ( http://codereview.chromium.org/196053)jshin@chromium.org2009-09-252-37/+11
* When converting between units of time or data types of different precision,markus@chromium.org2009-09-242-11/+37
* oldpath is wchar_t, so use arraysize, not sizeof.mattm@chromium.org2009-09-241-1/+1
* Don't use NSS databases for non-essential purposes, such as rememberingwtc@chromium.org2009-09-211-9/+12
* Uncouple the cert verifier when disconnecting to avoid a callback after a SSL...hawk@chromium.org2009-09-151-0/+2
* Non-blocking connect() attempts may fail synchronously in some cases. Whenmark@chromium.org2009-09-111-23/+49
* Add methods for setting socket buffers to the Socket mbelshe@google.com2009-09-0918-10/+130
* Revert 24211 - Implement a readsize throttle within the TCP socket.laforge@chromium.org2009-09-041-42/+1
* Enable SSL session resumption for Mac OS X.hawk@chromium.org2009-09-035-37/+143
* Make GetLoadState virtual in ConnectJob().willchan@chromium.org2009-09-015-13/+27
* Control the amount of time to leave an unused socket idle before closing it.willchan@chromium.org2009-08-294-13/+106
* Don't trust server's PASV response that much in FtpNetworkTransaction.phajdan.jr@chromium.org2009-08-282-11/+21
* Revert "Fix a ton of compiler warnings."tony@chromium.org2009-08-283-10/+10
* Fix a ton of compiler warnings.estade@chromium.org2009-08-283-10/+10
* Enable SSLClientSocketTest unit tests on Mac OS X by implementing our own cer...hawk@chromium.org2009-08-274-81/+130
* Fix transaction hang when downloading certain FTP files.phajdan.jr@chromium.org2009-08-262-3/+29
* Implement a read-size throttle within the TCP socket.mbelshe@google.com2009-08-251-1/+42
* Fix a typo IsCertStatusError. It should be IsCertificateError.wtc@chromium.org2009-08-251-3/+5
* Only retry on unused, idle sockets if the socket error is ERR_CONNECTION_RESET.willchan@chromium.org2009-08-241-1/+1
* Resend on IO errors on late bound sockets that were idle.willchan@chromium.org2009-08-221-3/+3
* Fix gcc warning about possible unused variable experienced with Apple gcc 4.2mark@chromium.org2009-08-201-1/+1
* Add instrumentation to ClientSocketPool, that writes to LoadLog.eroman@chromium.org2009-08-205-54/+284
* Change an ASSERT_TRUE to a CHECK() to remove the gtest dependency.evan@chromium.org2009-08-201-1/+1
* Make ClientSocketHandle::Init() typesafe.willchan@chromium.org2009-08-196-102/+137
* Change ClientSocketHandle to take the pool as a parameter to Init() rather th...willchan@chromium.org2009-08-186-142/+165
* Add histograms for tracking the unused/unused_idle/reused socket states from ...willchan@chromium.org2009-08-174-4/+38
* Speed up net_unittests a bit by re-using launched test server.phajdan.jr@chromium.org2009-08-142-0/+13
* Make ClientSocketPool/ClientSocketPoolBase/ClientSocketHandle more generic.willchan@chromium.org2009-08-148-194/+375
* LoadLog is used as an output parameter, reorder it to the last parameter.willchan@chromium.org2009-08-1417-123/+120