summaryrefslogtreecommitdiffstats
path: root/remoting/jingle_glue/ssl_socket_adapter.cc
Commit message (Expand)AuthorAgeFilesLines
* Fix SSLSocketAdapter to handle asynchronous writes appropriately.sergeyu@chromium.org2012-06-131-52/+132
* fixed issue 128383 - replace GetPeerAddress(AddressList* address) with GetPee...zhaoqin@chromium.org2012-06-081-4/+2
* Reimplements net::AddressList without struct addrinfo.szym@chromium.org2012-05-071-16/+7
* Add a new GetNegotiatedProtocol method to StreamSocket and implement in all s...rch@chromium.org2012-04-031-0/+5
* Make CertVerifier a pure virtual interface.rsleevi@chromium.org2012-03-211-2/+2
* Coverity: Initialize member variables.jhawkins@chromium.org2011-12-211-1/+2
* Revert 115227 - Coverity: Initialize member variables.jhawkins@chromium.org2011-12-211-2/+1
* Coverity: Initialize member variables.jhawkins@chromium.org2011-12-201-1/+2
* Migrate net/socket/socket.h, net/socket/stream_socket.h to base::Bind().ajwong@chromium.org2011-12-091-51/+17
* Revert 113699 - base::Bind: Convert Socket::Write.jhawkins@chromium.org2011-12-091-30/+6
* base::Bind: Convert Socket::Write.jhawkins@chromium.org2011-12-081-6/+30
* base::Bind: Convert Socket::Read.jhawkins@chromium.org2011-12-071-6/+30
* base::Bind: Convert StreamSocket::Connect.jhawkins@chromium.org2011-12-061-0/+6
* Begin CompletionCallback switchover.willchan@chromium.org2011-10-011-5/+5
* Added an OriginBoundCertStore field to the SSLClientSocketNSS class andrkn@chromium.org2011-07-211-2/+3
* Warmth of a connection (cwnd) is estimated by the amount of data written to t...gagansingh@google.com2011-06-271-0/+10
* Revert 90373 - Warmth of a connection (cwnd) is estimated by the amount of da...dimich@chromium.org2011-06-241-10/+0
* Warmth of a connection (cwnd) is estimated by the amount of data written to t...gagansingh@google.com2011-06-241-0/+10
* Remove gmail cert from SSLSocketAdapter.sergeyu@chromium.org2011-06-201-38/+0
* Miscelaneous cleanups to AddressList to make it harder to mis-use.eroman@chromium.org2011-05-121-2/+2
* Added GetLocalAddress() in net::ClientSocket.sergeyu@chromium.org2011-04-191-0/+10
* Moved socket adapters from remoting/jingle_glue to jingle/glue.sergeyu@chromium.org2011-03-311-5/+4
* Hardcode gmail cert for chromoting.sergeyu@chromium.org2011-03-191-0/+40
* Add CertVerifier to SocketStreamAdapterhclam@chromium.org2010-12-231-1/+3
* Cache certificate verification results in memory.wtc@google.com2010-12-161-1/+2
* Even more virtual method deinlining.erg@google.com2010-12-131-0/+4
* Correctly handle SSL Client Authentication requests when connectingrch@chromium.org2010-11-121-1/+2
* Convert implicit scoped_refptr constructor calls to explicit ones, part 1thakis@chromium.org2010-11-011-1/+1
* Remove NOTREACHED from UsingTCPFastOpengarykac@chromium.org2010-10-271-1/+0
* Add experimental option for TCP FastOpen.mbelshe@chromium.org2010-10-261-0/+5
* Convert LOG(INFO) to VLOG(1) - remoting/.pkasting@chromium.org2010-10-191-1/+1
* Revert revert 62918 - net: clean up SSLHostInfo construction."agl@chromium.org2010-10-191-1/+2
* Revert 62918 - net: clean up SSLHostInfo construction.agl@chromium.org2010-10-181-2/+1
* net: clean up SSLHostInfo construction.agl@chromium.org2010-10-181-1/+2
* Implemented basic support Chromotocol connection.sergeyu@chromium.org2010-09-281-42/+5
* Removed use of XmppSocketAdapter by sync.akalin@chromium.org2010-09-101-0/+386
* Revert r59012 which started using Chrome sockets for sync.willchan@chromium.org2010-09-101-386/+0
* Removed use of XmppSocketAdapter by sync.akalin@chromium.org2010-09-091-0/+386
* Unforked xmpp ssl adapter code.sergeyu@chromium.org2010-08-241-359/+0
* Fork a copy of all the notifier code in chrome/common/net/notifier that we de...ajwong@chromium.org2010-06-281-0/+359