summaryrefslogtreecommitdiffstats
path: root/net/socket
Commit message (Expand)AuthorAgeFilesLines
* Use the USE_NSS macro to help porting to FreeBSD, OpenBSD, etc.wtc@chromium.org2010-01-281-8/+8
* Switch on socket late binding - Take 2.willchan@chromium.org2010-01-276-685/+72
* Refactor EnsureNSSInit. Move the NSS SSL librarywtc@chromium.org2010-01-271-3/+59
* Add some extra request information to LoadLog:eroman@chromium.org2010-01-211-0/+10
* Linux, Mac: disable Nagle.agl@chromium.org2010-01-201-6/+24
* Turn GetPeerName into a pure virtual and provide local impls, this way any fu...thomasvl@chromium.org2010-01-2012-29/+26
* Re-revert 36595 (restoring 36548); that didn't fix anything.dpranke@chromium.org2010-01-202-4/+0
* Try reverting r36548 to see if this causes the webkit linux failures todpranke@chromium.org2010-01-202-0/+4
* Enabled the GetPeerName on all platforms, not just Linux.thomasvl@chromium.org2010-01-192-4/+0
* Enable SSL 2.0 cipher suites. Although SSL 2.0 is disabled by default,wtc@chromium.org2010-01-151-1/+3
* Add a context-sensitive error mapping function specific to SSLwtc@chromium.org2010-01-151-32/+24
* Support the ECC cipher suites added in Mac OS X 10.6.wtc@chromium.org2010-01-151-1/+171
* Linux: Add Certificate Info dialog (part 1)mattm@chromium.org2010-01-142-2/+2
* Revert 36230 - Switch on socket late binding.willchan@chromium.org2010-01-146-70/+668
* Switch on socket late binding.willchan@chromium.org2010-01-146-668/+70
* Slightly tweak socket late binding behavior to make it more deterministic whi...willchan@chromium.org2010-01-133-9/+43
* NSS: disable DEFLATE compression if TLS is disabled.agl@chromium.org2010-01-081-1/+5
* Cancel any outstanding host resolve when calling SOCKSClientSocket::Disconnec...eroman@chromium.org2010-01-073-8/+101
* Allow using system libevent instead of the bundled one.phajdan.jr@chromium.org2010-01-071-1/+4
* Changed catch-all Mac SSL OSStatus error to paramErr.akalin@chromium.org2010-01-061-2/+9
* Linux: allow TLS renegotiation.agl@chromium.org2010-01-061-0/+15
* Enhance a function comment per feedback from a code review.eroman@chromium.org2010-01-051-1/+2
* Fixup some connection time measurements.mbelshe@google.com2009-12-282-4/+16
* 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