summaryrefslogtreecommitdiffstats
path: root/remoting/host/chromoting_host.cc
Commit message (Expand)AuthorAgeFilesLines
* Block event processing on host/client until the client has authenticated.garykac@chromium.org2011-03-041-0/+1
* Let the host change resolution.simonmorris@chromium.org2011-03-041-2/+3
* Revert 76747 - Let the host change resolution.simonmorris@chromium.org2011-03-031-3/+2
* Let the host change resolution.simonmorris@chromium.org2011-03-031-2/+3
* Refactor JingleClient to support thunking the xmpp signaling into Javascript.ajwong@chromium.org2011-03-031-6/+13
* SocketWrapper for interfacing between JingleSession and SSL socketshclam@chromium.org2011-03-021-2/+5
* Report authentication failure on the host side of chromotinghclam@chromium.org2011-02-281-0/+14
* Add DesktopEnvironment class and refactor.lambroslambrou@chromium.org2011-02-231-17/+25
* Run event executor on the ui thread to remove the need to explicitly XFlush()...ajwong@chromium.org2011-02-191-1/+1
* Remove auto generation of certificate when chromoting client connectshclam@chromium.org2011-02-041-7/+8
* Faster connection establishment for chromotinghclam@chromium.org2011-02-041-2/+10
* Chromoting host to respond to BeginSessionRequesthclam@chromium.org2011-01-291-4/+16
* Resubmit "Fix crashes in ChromotingHost"hclam@chromium.org2011-01-281-21/+24
* Revert "Fix crashes in ChromotingHost"hclam@chromium.org2011-01-261-24/+21
* Fix crashes in ChromotingHosthclam@chromium.org2011-01-251-21/+24
* Add a done task to ScreenRecorder::Stop()hclam@chromium.org2011-01-211-5/+5
* Remove obsolete base/lock.h and fix up callers to use the new header file andbrettw@chromium.org2011-01-211-3/+3
* Pass RefCounted objects as scoped_refptr to NewRunnableMethod.willchan@chromium.org2010-12-141-3/+3
* Rename SessionManager to ScreenRecorderhclam@chromium.org2010-12-061-16/+16
* Refactor ZLib and Verbatim encoders.sergeyu@chromium.org2010-12-061-4/+3
* Fix threading problem caught by DCHECKs in ChromotingHosthclam@chromium.org2010-11-301-7/+16
* Begin adding mutual authentication into the SessionManager::connect() call.ajwong@chromium.org2010-11-241-2/+11
* Use VP8 over PseudoTCP by default.sergeyu@chromium.org2010-11-231-47/+28
* Remove capture thread in Chromoting hosthclam@chromium.org2010-11-181-11/+11
* Move creation of capturer, input stub into ChromotingHosthclam@chromium.org2010-11-171-5/+45
* Introduce a fake HostStub since there's no need to handle it nowhclam@chromium.org2010-11-171-3/+8
* Implement input stub in the host side for chromotinghclam@chromium.org2010-11-161-14/+4
* Chromoting: Rename ChromotocolConfig -> SessionConfiggarykac@chromium.org2010-11-081-12/+11
* Moving/Rename host/ClientConnection.{h,cc} -> protocol/ConnectionToClient.{h,cc}ajwong@chromium.org2010-11-041-29/+32
* Move protocol classes to the remoting::protocol namespacesergeyu@chromium.org2010-11-041-9/+8
* Rename classes for Chromoting:garykac@chromium.org2010-11-031-24/+24
* Add VideoReader and VideoWriter interfaces.sergeyu@chromium.org2010-11-031-5/+29
* HostMessageDispatcher to parse control messageshclam@chromium.org2010-10-281-1/+0
* Cleanups in the chromotocol code.sergeyu@chromium.org2010-10-271-9/+9
* Implemented chromotocol configuration negotiation.sergeyu@chromium.org2010-10-241-10/+29
* Implement basic X11 screen capture on linux.ajwong@chromium.org2010-10-211-0/+2
* Convert LOG(INFO) to VLOG(1) - remoting/.pkasting@chromium.org2010-10-191-7/+6
* Remove old tunneling code from remoting/jingle_glue.sergeyu@chromium.org2010-10-141-12/+0
* Use new Chromotocol code in host andclient.sergeyu@chromium.org2010-10-061-43/+56
* This is a monster CL.ajwong@chromium.org2010-10-041-88/+82
* Allows chromoting host to be connected again after connection drops.hclam@chromium.org2010-09-031-10/+8
* Basic user access check for chromoting host.sergeyu@chromium.org2010-09-021-1/+8
* Resubmit r56600 - Start/stop service process when browser starts and stophclam@chromium.org2010-08-231-0/+5
* Revert 56600 - ServiceProcessControlBrowserTest.LaunchAndIPC crashes.rvargas@google.com2010-08-181-5/+0
* Start/stop service process when browser starts and stophclam@chromium.org2010-08-181-0/+5
* Initial pass at integrating Differ into the chromoting host code.garykac@google.com2010-08-061-1/+1
* Added HostKeyPair class, signatures for heartbeat messages.sergeyu@chromium.org2010-08-041-4/+11
* Moving Encoder and Decoder to remoting/basehclam@chromium.org2010-07-231-0/+3
* Revamp capturer to clean up the interface, and to keep data as atomic as poss...dmaclach@chromium.org2010-07-011-0/+3
* Fix thread usage in chromoting hosthclam@chromium.org2010-06-281-100/+111