summaryrefslogtreecommitdiffstats
path: root/remoting/protocol
Commit message (Expand)AuthorAgeFilesLines
* Fix stuck keys problem with Chromoting when host disconnects while keys aregarykac@chromium.org2011-08-301-1/+5
* Trampoline MessageReader::OnMessageDone() to correct thread.lambroslambrou@chromium.org2011-08-245-7/+92
* Remove DisableOCSP().sergeyu@chromium.org2011-08-231-0/+5
* Use plugin main thread for network code on the client sidesergeyu@chromium.org2011-08-223-15/+11
* Parsers and formatters for jingle messages.sergeyu@chromium.org2011-08-199-14/+780
* Add MessageLoopProxy::currentnduca@chromium.org2011-08-155-8/+8
* Use MessageLoopProxy for network message loop.sergeyu@chromium.org2011-08-1241-115/+197
* Remove key exchange code from JingleSession.sergeyu@chromium.org2011-08-116-112/+6
* Simplify channel creation callbacks in remoting::Session interface.sergeyu@chromium.org2011-08-1115-64/+46
* Remove video_channel() from Session interfacesergeyu@chromium.org2011-08-1124-230/+594
* Revert 96089 - Remove video_channel() from Session interfacesergeyu@chromium.org2011-08-1024-481/+177
* Remove video_channel() from Session interfacesergeyu@chromium.org2011-08-0924-177/+481
* Resolve addresses of STUN/Relay servers in JingleInfoRequest.sergeyu@chromium.org2011-08-094-2/+19
* Use HMAC SHA-256, since SHA-1 won't work inside the Windows sandbox.wez@chromium.org2011-08-093-8/+8
* Set send buffer size for the raw socket used by chromotinghclam@chromium.org2011-08-041-0/+10
* Rename PepperP2PChannel to PepperTransportSocketAdaptor. Implement net::Socke...sergeyu@chromium.org2011-08-034-246/+368
* Disable RTP support in remoting protocol code.sergeyu@chromium.org2011-08-034-32/+10
* Respect NAT traversal policy in the Chromoting client plugin.ajwong@chromium.org2011-08-031-3/+3
* Add missing virtual qualifiers to appease clang.wez@chromium.org2011-08-021-4/+4
* Separate channel authentication code from JingleStreamConnecter.sergeyu@chromium.org2011-08-024-167/+337
* Increase PseudoTcp receive and send window sizeshclam@chromium.org2011-07-301-0/+7
* Add WARN_UNUSED_RESULT to crypto/hmac.hrsleevi@chromium.org2011-07-302-20/+23
* Fix a flake in ConnectBadChannelAuth.wez@chromium.org2011-07-291-6/+12
* 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-2911-62/+327
* Reenable JingleSessionTest.TestSpeed.sergeyu@chromium.org2011-07-281-1/+1
* Asynchronous initialization in SessionManager.sergeyu@chromium.org2011-07-287-84/+112
* Revert 94247 - Add an authentication step to stream channel setup in JingleSt...wez@chromium.org2011-07-2711-327/+62
* Add an authentication step to stream channel setup in JingleStreamConnector.wez@chromium.org2011-07-2711-62/+327
* Cleanups and bugfixes for JingleInfoRequest.sergeyu@chromium.org2011-07-262-20/+13
* Expose nat_traversal flag to host and client plugins.sergeyu@chromium.org2011-07-2610-42/+45
* Remove explicit keyword from multi-argument (w/o default values) constructorsdilmah@chromium.org2011-07-261-4/+4
* Fix instability in SSL client/server socketssergeyu@chromium.org2011-07-211-6/+3
* Added an OriginBoundCertStore field to the SSLClientSocketNSS class andrkn@chromium.org2011-07-211-1/+3
* Message validation in message dispatchers.sergeyu@chromium.org2011-07-219-50/+26
* Don't use X509Certificate in SSLConfig.sergeyu@chromium.org2011-07-201-3/+2
* some cleanup for base/stl_utildilmah@chromium.org2011-07-193-3/+3
* Don't use X509Certificate in chromoting code.sergeyu@chromium.org2011-07-1614-85/+59
* Move channel initialization logic to JingleChannel class.sergeyu@chromium.org2011-07-1511-344/+667
* Revert 92641 because it doesn't compile - Move channel initialization logic t...sadrul@chromium.org2011-07-1511-667/+344
* Move channel initialization logic to JingleChannel class.sergeyu@chromium.org2011-07-1511-344/+667
* Rename CommandLine::GetArgs(), update callers.msw@chromium.org2011-07-131-1/+1
* Disable TCP connections for chromotinghclam@chromium.org2011-07-131-2/+8
* Roll new libjingle with asynchronous NetworkManager.sergeyu@chromium.org2011-07-131-1/+1
* Remove SocketWrapper, which should no longer be needed since we're explicitly...wez@chromium.org2011-07-084-152/+20
* Mark failing channel tests flaky, for investigation ASAP.wez@chromium.org2011-07-081-3/+6
* Minor cleanups in JingleSession and JingleSessionManager.sergeyu@chromium.org2011-07-078-71/+66
* Fix Valgrind errors in remoting_unittests.sergeyu@chromium.org2011-07-074-20/+22
* Comment another failing DCHECK.sergeyu@chromium.org2011-07-071-3/+4
* Comment DCHECK that fails on the host side.sergeyu@chromium.org2011-07-061-1/+4