summaryrefslogtreecommitdiffstats
path: root/remoting/protocol/connection_to_client.h
Commit message (Expand)AuthorAgeFilesLines
* Switch to standard integer types in remoting/.avi2015-12-221-0/+2
* Add VideoStream interface.sergeyu2015-11-301-8/+17
* Make protocol::ConnectionToClient an abstract interface.sergeyu2015-11-191-63/+22
* Fix chromoting host to report error when closing connection.sergeyu2015-11-031-1/+1
* Revert of Fix chromoting host to report error when closing connection. (patch...rjkroege2015-10-311-1/+1
* Fix chromoting host to report error when closing connection.sergeyu2015-10-301-1/+1
* Add UMA histograms for more detailed latency tracking on the CRD host.sergeyu2015-09-301-4/+4
* Implement video frame acknowledgements in the chromoting protocol.sergeyu2015-02-241-0/+5
* Fix ConnectionToClient to connect stubs only after authentication.sergeyu2015-02-131-10/+2
* Cleanup channel dispatcherssergeyu2015-01-101-4/+7
* replace NULL->nullptr in src/remoting.sergeyu2015-01-091-1/+1
* Rename sequence_number to timestamp.sergeyu2015-01-081-5/+5
* Standardize usage of virtual/override/final in remoting/dcheng2014-10-211-4/+4
* replace OVERRIDE and FINAL with override and final in remoting/mostynb2014-10-081-2/+2
* Simplify VideoReader and VideoWritersergeyu2014-09-191-4/+5
* Move ConnectionToHost parameters out from Connect() call.wez@chromium.org2014-05-221-4/+0
* Cause:kelvinp@chromium.org2014-04-071-0/+3
* RefCounted types should not have public destructors, remoting/ edition.rsleevi@chromium.org2013-01-281-2/+3
* Fix ClientSession to not access ConnectionToClient stubs after Disconnect().wez@chromium.org2012-12-071-0/+2
* Use ClipboardFilter in ClientSession to implement auth & disable-input blocking.wez@chromium.org2012-08-191-8/+7
* Use callback interface for state notifications in Session interface.sergeyu@chromium.org2012-07-121-7/+7
* Added piping for sending audio packets from host to client.kxing@chromium.org2012-06-251-0/+6
* [Chromoting] Initial plumbing for cursor shape.garykac@chromium.org2012-06-021-1/+2
* Cleanups in the host authentication state handling.sergeyu@chromium.org2012-03-271-7/+9
* Log connection type to syslogs and to the server.sergeyu@chromium.org2012-03-201-4/+2
* Add the plumbing that will carry a clipboard item from a chromoting client to...simonmorris@chromium.org2012-03-161-1/+4
* Cleanup error handling in the client plugin.sergeyu@chromium.org2012-03-021-1/+1
* Log IP/port of host as well as client in Me2Me hostlambroslambrou@chromium.org2012-02-021-4/+6
* More plumbing for logging connection IP addresseslambroslambrou@google.com2012-01-251-4/+17
* Remove AccessVerifier interface.sergeyu@chromium.org2011-11-291-1/+2
* Remove event_channel() and control_channel() from Session interface.sergeyu@chromium.org2011-11-221-9/+4
* Cleanup: Remove forward declarations in various directories.thestig@chromium.org2011-11-181-5/+1
* Refactor channel dispatchers on the host side.sergeyu@chromium.org2011-11-181-7/+4
* Make ConnectionToClient and ClientSession not ref-counted.sergeyu@chromium.org2011-11-111-19/+9
* Access ChromotingHost::clients_ only on network thread.sergeyu@chromium.org2011-11-111-4/+1
* Move ConnectionToClient::EventHandler from ChromotingHost to ClientSessionsergeyu@chromium.org2011-11-101-8/+9
* Use MessageLoopProxy for network message loop.sergeyu@chromium.org2011-08-121-3/+6
* Remove video_channel() from Session interfacesergeyu@chromium.org2011-08-111-11/+20
* 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
* Make Session and SessionManager not thread-safe and not ref-counted.sergeyu@chromium.org2011-07-061-3/+1
* Close all writers before JingleSession is destroyed.sergeyu@chromium.org2011-06-301-3/+4
* Chromoting to report roundtrip latencyhclam@chromium.org2011-05-061-0/+9
* The authenticated_ fields are moved out of stubs and intosimonmorris@chromium.org2011-03-311-15/+4
* Move some files from base to base/memory.levin@chromium.org2011-03-281-2/+2
* ChromotingHost can have multiple connections, but only onesimonmorris@chromium.org2011-03-231-4/+11
* Block event processing on host/client until the client has authenticated.garykac@chromium.org2011-03-041-3/+7
* Resubmit "Fix crashes in ChromotingHost"hclam@chromium.org2011-01-281-5/+5
* Revert "Fix crashes in ChromotingHost"hclam@chromium.org2011-01-261-5/+5
* Fix crashes in ChromotingHosthclam@chromium.org2011-01-251-5/+5