summaryrefslogtreecommitdiffstats
path: root/net/socket
Commit message (Expand)AuthorAgeFilesLines
* Define X509Certificate::intermediate_ca_certs_ as a std::vector ofwtc@chromium.org2009-12-092-2/+5
* Comment typo.avi@chromium.org2009-12-041-1/+1
* Fix bug where FLIP sessions can crash if the connect fails.mbelshe@google.com2009-12-041-0/+1
* Fix incorrect error codes. 9999 is not a valid network errorwtc@chromium.org2009-12-041-3/+4
* Map EPIPE to ERR_CONNECTION_RESET.wtc@chromium.org2009-12-031-0/+1
* Update network priorities to support better granularitymbelshe@google.com2009-12-029-118/+125
* Do not call GetServerCert whenever SSLHandshake returns. Callwtc@chromium.org2009-12-011-8/+13
* Remove the unnecessary workaround for NSS bug 455424, now that we requirewtc@chromium.org2009-12-013-12/+0
* Remove extraneous semicolons.wtc@chromium.org2009-12-011-3/+3
* Call SSL_SetSockPeerID for proper SSL session reuse, especially whenwtc@chromium.org2009-11-301-0/+10
* Linux: add next-protocol-negotiation to libssl.agl@chromium.org2009-11-301-0/+43
* Define the GetPeerName method of the ClientSocket interface for allwtc@chromium.org2009-11-308-24/+20
* Remove the unused GetDefaultCertNickname function.wtc@chromium.org2009-11-301-47/+2
* Add a default constructor to the MockRead struct sombelshe@google.com2009-11-241-0/+3
* Add a feature to the MockSocket so that it can support simulationmbelshe@google.com2009-11-241-2/+10
* Reland 32807, which was incorrectly reverted.mbelshe@google.com2009-11-232-3/+9
* Believe this causes the valgrind linux test failures. Since it is a small cha...tim@chromium.org2009-11-232-9/+3
* The async notification via OnReadComplete was still postingmbelshe@google.com2009-11-232-3/+9
* The async handling in StaticMockSocket had a bug - it considers anymbelshe@google.com2009-11-201-1/+2
* Linux: enable building with a local version of libssl.agl@chromium.org2009-11-171-0/+6
* After draining the body of a 401/407 response, verify thatwtc@chromium.org2009-11-122-4/+33
* Enable async IO completions on MockSockets through thembelshe@google.com2009-11-112-22/+108
* There was confusion in the mock socket classes due tombelshe@google.com2009-11-114-69/+73
* Add a couple of methods to the StaticMockSocket for verifyingmbelshe@google.com2009-11-101-0/+7
* Fix a style nit in client_socket.h.wtc@chromium.org2009-11-103-49/+51
* Remove unnecessary null pointer tests to avoid a false Coveritywtc@chromium.org2009-11-091-7/+13
* Improve the display of LoadLogs when truncation occurs.eroman@chromium.org2009-11-066-30/+33
* Improve Mac SSL code:avi@chromium.org2009-11-062-121/+27
* Second patch in making destructors of refcounted objects private.jam@chromium.org2009-11-054-3/+14
* Map WSAEACCES (which is reported by connect if Windows Firewallwtc@chromium.org2009-11-052-14/+38
* Improve error code mapping between our network error codes and thewtc@chromium.org2009-11-041-6/+47
* Add LoadLog to ClientSocket::Connect().willchan@chromium.org2009-11-0225-196/+491
* 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