summaryrefslogtreecommitdiffstats
path: root/remoting/protocol/connection_to_host.h
Commit message (Expand)AuthorAgeFilesLines
* Call ChromotingClient::Initialize() before any packets can arrive.alexeypa@chromium.org2013-04-131-0/+1
* Clean-up inline members of nested classes (remoting/)hans@chromium.org2012-08-091-0/+2
* Show connection state in the Chromoting client UI.sergeyu@chromium.org2012-07-231-0/+12
* Rename ChromotingView to ClientUserInterface. Clean it up.sergeyu@chromium.org2012-07-231-0/+1
* Revert 147595 - Rename ChromotingView to ClientUserInterface. Clean it up.sergeyu@chromium.org2012-07-201-1/+0
* Rename ChromotingView to ClientUserInterface. Clean it up.sergeyu@chromium.org2012-07-201-0/+1
* Use callback interface for state notifications in Session interface.sergeyu@chromium.org2012-07-121-5/+5
* Added piping for sending audio packets from host to client.kxing@chromium.org2012-06-251-1/+6
* Removed the dead function OnVideoPacket().kxing@chromium.org2012-06-051-3/+0
* [Chromoting] Initial plumbing for cursor shape.garykac@chromium.org2012-06-021-0/+1
* Don't depend on MessageLoopProxy in remoting protocol code.sergeyu@chromium.org2012-05-241-8/+4
* Switch client to Pepper UDP API instead of Transport API.sergeyu@chromium.org2012-05-161-2/+2
* Revert 136692 - Switch client to Pepper UDP API instead of Transport API.sergeyu@chromium.org2012-05-141-2/+2
* Switch client to Pepper UDP API instead of Transport API.sergeyu@chromium.org2012-05-111-2/+2
* Add notifyClientDimensions API to the Chromoting Client plugin.wez@chromium.org2012-05-011-0/+1
* [Chromoting] Let the client plugin pass clipboard items to the host.simonmorris@chromium.org2012-04-041-0/+3
* [Chromoting] Add plumbing to carry clipboard events from the host to the client.simonmorris@chromium.org2012-03-311-0/+3
* Cleanup error handling in the client plugin.sergeyu@chromium.org2012-03-021-12/+5
* Fix crash on disconnectdcaiafa@chromium.org2012-02-041-2/+2
* Implement V2 authentication support in the client plugin.sergeyu@chromium.org2012-01-241-4/+5
* Revert 118805 - Implement V2 authentication support in the client plugin.sergeyu@chromium.org2012-01-241-5/+4
* Implement V2 authentication support in the client plugin.sergeyu@chromium.org2012-01-241-4/+5
* Remove task.h and finish base::Bind() migration.ajwong@chromium.org2012-01-061-1/+1
* Refactor SignalStrategy so that it can be reused for multiple connections.sergeyu@chromium.org2012-01-031-10/+4
* Add AUTHENTICATED session state.sergeyu@chromium.org2011-12-061-4/+0
* Remove event_channel() and control_channel() from Session interface.sergeyu@chromium.org2011-11-221-8/+3
* Refactor client channel dispatchers.sergeyu@chromium.org2011-11-181-9/+4
* Cleanup: Remove unneeded forward declarations from remoting.thestig@chromium.org2011-11-111-2/+0
* Move code in src/remoting to the new callbacks.sergeyu@chromium.org2011-11-101-2/+0
* Remove old Authentication code that we don't use or need.sergeyu@chromium.org2011-11-051-0/+3
* removing unnecessary includeamit@chromium.org2011-11-021-1/+0
* Expose connection error code to the web app.sergeyu@chromium.org2011-10-011-14/+19
* Cleanup ConnectionToHost of non-P2P-API code.sergeyu@chromium.org2011-09-221-20/+1
* Add flag to use P2P Transport API.sergeyu@chromium.org2011-09-131-0/+6
* Pass SessionConfig by reference instead of pointer.sergeyu@chromium.org2011-09-101-1/+1
* Use MessageLoopProxy for network message loop.sergeyu@chromium.org2011-08-121-3/+5
* Remove video_channel() from Session interfacesergeyu@chromium.org2011-08-111-25/+24
* Revert 96089 - Remove video_channel() from Session interfacesergeyu@chromium.org2011-08-101-5/+0
* Remove video_channel() from Session interfacesergeyu@chromium.org2011-08-091-0/+5
* Resolve addresses of STUN/Relay servers in JingleInfoRequest.sergeyu@chromium.org2011-08-091-0/+3
* Asynchronous initialization in SessionManager.sergeyu@chromium.org2011-07-281-8/+10
* Expose nat_traversal flag to host and client plugins.sergeyu@chromium.org2011-07-261-5/+6
* Make Session and SessionManager not thread-safe and not ref-counted.sergeyu@chromium.org2011-07-061-7/+2
* Close all writers before JingleSession is destroyed.sergeyu@chromium.org2011-06-301-4/+10
* Remove JingleClient.sergeyu@chromium.org2011-06-291-6/+12
* Cleanup client shutdown sequence.sergeyu@chromium.org2011-06-241-3/+5
* Cleanup usage of JingleThread in the protocol code.sergeyu@chromium.org2011-06-241-5/+2
* Remove support for non-sandboxed connections.sergeyu@chromium.org2011-06-241-12/+2
* Initial key exchange implementation.sergeyu@chromium.org2011-06-011-0/+3
* Wire in OAuth2 support into non-sandboxed connections in libjingle.ajwong@chromium.org2011-05-251-0/+1