summaryrefslogtreecommitdiffstats
path: root/remoting/protocol/jingle_stream_connector.cc
Commit message (Expand)AuthorAgeFilesLines
* Use scoped_ptr<>.Pass() to pass ownership in the remoting protocol code.sergeyu@chromium.org2012-01-201-3/+4
* Migrate net/socket/socket.h, net/socket/stream_socket.h to base::Bind().ajwong@chromium.org2011-12-091-5/+5
* Move SSL layer initialization into ChannelAuthenticator implementations.sergeyu@chromium.org2011-11-231-120/+9
* Refactor ChannelAuthenticator so that it can be used with Authenticator.sergeyu@chromium.org2011-11-151-20/+17
* Remove DisableOCSP().sergeyu@chromium.org2011-08-231-0/+5
* Parsers and formatters for jingle messages.sergeyu@chromium.org2011-08-191-2/+4
* Simplify channel creation callbacks in remoting::Session interface.sergeyu@chromium.org2011-08-111-1/+1
* Set send buffer size for the raw socket used by chromotinghclam@chromium.org2011-08-041-0/+10
* Separate channel authentication code from JingleStreamConnecter.sergeyu@chromium.org2011-08-021-153/+16
* Increase PseudoTcp receive and send window sizeshclam@chromium.org2011-07-301-0/+7
* Re-enable use of TLS False Start on stream channels.wez@chromium.org2011-07-291-5/+0
* Add an authentication step to stream channel setup in JingleStreamConnector.wez@chromium.org2011-07-291-12/+181
* Revert 94247 - Add an authentication step to stream channel setup in JingleSt...wez@chromium.org2011-07-271-181/+12
* Add an authentication step to stream channel setup in JingleStreamConnector.wez@chromium.org2011-07-271-12/+181
* Expose nat_traversal flag to host and client plugins.sergeyu@chromium.org2011-07-261-6/+0
* Added an OriginBoundCertStore field to the SSLClientSocketNSS class andrkn@chromium.org2011-07-211-1/+3
* Don't use X509Certificate in SSLConfig.sergeyu@chromium.org2011-07-201-3/+2
* Don't use X509Certificate in chromoting code.sergeyu@chromium.org2011-07-161-5/+15
* Move channel initialization logic to JingleChannel class.sergeyu@chromium.org2011-07-151-0/+188
* Revert 92641 because it doesn't compile - Move channel initialization logic t...sadrul@chromium.org2011-07-151-188/+0
* Move channel initialization logic to JingleChannel class.sergeyu@chromium.org2011-07-151-0/+188