summaryrefslogtreecommitdiffstats
path: root/net/socket
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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