summaryrefslogtreecommitdiffstats
path: root/net/socket
Commit message (Expand)AuthorAgeFilesLines
* Several fixes to the Net.ConnectionTypeCount histogram.mbelshe@google.com2009-12-243-10/+14
* Linux: remove temporary check that the scons builders are working.agl@chromium.org2009-12-241-2/+0
* Linux: fix scons build so that libssl gets the right headers.agl@chromium.org2009-12-231-0/+2
* Revert "Linux: temp change to see if the builders are getting the wrong heade...agl@chromium.org2009-12-231-2/+0
* Linux: temp change to see if the builders are getting the wrong headers.agl@chromium.org2009-12-231-0/+2
* Add LoadLogging to SOCKS5ClientSocket. Logs the state transitions, and more v...eroman@chromium.org2009-12-221-7/+68
* Detects network changes. Only for Mac OS X so far. Hooks up TCPClientSocket...willchan@chromium.org2009-12-216-23/+81
* Extend LoadLog to support logging of arbitrary strings, and of network error ...eroman@chromium.org2009-12-211-12/+12
* SPDY: Enable SPDY via NPN.willchan@chromium.org2009-12-211-1/+0
* Add two more unit tests for SOCKS5:eroman@chromium.org2009-12-182-22/+47
* Fix SSL error code for unexpected errSSLClosedGraceful on Mackinuko@chromium.org2009-12-181-3/+4
* net: Make a few test server connection values constants. Also do a little Fil...thestig@chromium.org2009-12-181-12/+13
* Cleanup: Remove the support for IPv4 and IPv6 addressing types in the SOCKS5 ...eroman@chromium.org2009-12-183-228/+68
* When talking to a SOCKS v5 proxy, default to sending addresses as raw domains...eroman@chromium.org2009-12-183-19/+89
* [Mac] Fixes SSLClientSocketMac to report net::ERR_SSL_PROTOCOL_ERROR when the...andybons@chromium.org2009-12-161-2/+1
* Give classes with virtual methods virtual protected destructors instead of im...jamesr@chromium.org2009-12-161-2/+2
* Remove the AsyncSlowStart experimentmbelshe@google.com2009-12-151-18/+0
* Handle unexpected connection close during SSL handshake on Mackinuko@chromium.org2009-12-151-0/+7
* Minor cleanup: add a sys_addrinfo.h header that hides the platform-specific i...eroman@chromium.org2009-12-123-18/+4
* Rename GetNextProtocol -> GetNextProtoagl@chromium.org2009-12-119-33/+30
* BufferSend needs to call memio_GetWriteParams() and transport_->Write()wtc@chromium.org2009-12-102-23/+95
* Add GetNextProtocol method to SSLClientSocket.agl@chromium.org2009-12-109-31/+81
* Add static function to convert NPN strings to an enum.agl@chromium.org2009-12-101-0/+20
* 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