summaryrefslogtreecommitdiffstats
path: root/remoting/host
Commit message (Expand)AuthorAgeFilesLines
...
* Fix mac compilation issuehclam@chromium.org2010-10-281-1/+2
* HostMessageDispatcher to parse control messageshclam@chromium.org2010-10-286-9/+10
* Cleanups in the chromotocol code.sergeyu@chromium.org2010-10-2710-56/+45
* Added control channel in ChromotingConnection. Moved channelsergeyu@chromium.org2010-10-261-3/+3
* Implemented chromotocol configuration negotiation.sergeyu@chromium.org2010-10-244-16/+36
* Implement basic X11 screen capture on linux.ajwong@chromium.org2010-10-213-2/+322
* Convert LOG(INFO) to VLOG(1) - remoting/.pkasting@chromium.org2010-10-192-8/+7
* FBTF: Monster ctor patch after changing heuristics in clang plugin.erg@google.com2010-10-188-2/+12
* Move chromotocol.proto to remoting/protocolhclam@chromium.org2010-10-183-2/+5
* Make sure to use scoped_refptr for refcounted params in audio/video/remotingwillchan@chromium.org2010-10-181-1/+3
* Call SceenConfigurationChanged from CapturerFake constructor.sergeyu@chromium.org2010-10-181-0/+1
* Move scoped_nsdisable_screen_update from base to app/macbrettw@chromium.org2010-10-181-2/+2
* Basic client-host key (+ dead key) support for Chromoting (Windows).garykac@google.com2010-10-151-342/+18
* Remove old tunneling code from remoting/jingle_glue.sergeyu@chromium.org2010-10-142-18/+0
* Revert 61899 for breaking cookes on file:// URLs.willchan@chromium.org2010-10-081-3/+1
* Fix instances of passing raw pointers to RefCounted objects in tasks.willchan@chromium.org2010-10-081-1/+3
* Fix build break on mac.sergeyu@chromium.org2010-10-061-0/+2
* Use new Chromotocol code in host andclient.sergeyu@chromium.org2010-10-0614-316/+207
* This is a monster CL.ajwong@chromium.org2010-10-0410-130/+161
* clang/mac: Fix almost all problems when building all.xcodeproj.thakis@chromium.org2010-10-041-0/+5
* Fix valgrind memory leak in session_manager_unittest.garykac@chromium.org2010-09-031-10/+1
* Allows chromoting host to be connected again after connection drops.hclam@chromium.org2010-09-032-12/+10
* Re-lands 58186:bryeung@chromium.org2010-09-031-167/+167
* Revert 58388 - Revert 58215 - Revert 58186 - Move the keyboard files from bas...akalin@chromium.org2010-09-021-167/+167
* Revert 58215 - Revert 58186 - Move the keyboard files from base/ to app/.bryeung@chromium.org2010-09-021-167/+167
* Basic user access check for chromoting host.sergeyu@chromium.org2010-09-0210-13/+232
* Revert 58186 - Move the keyboard files from base/ to app/.phajdan.jr@chromium.org2010-09-011-167/+167
* Move the keyboard files from base/ to app/.bryeung@chromium.org2010-09-011-167/+167
* Fix build breakage.garykac@google.com2010-08-311-5/+13
* Chromoting: Get screen size locally if it wasn't given in the mouse message.garykac@google.com2010-08-318-8/+30
* Update mouse support for chromoting host.garykac@google.com2010-08-275-18/+121
* Add mouse event support to Chromoting client (Pepper and X11).garykac@chromium.org2010-08-261-26/+5
* Rename (Host|Client)Message to Chromoting(Host|Client)Message.garykac@chromium.org2010-08-246-18/+18
* Resubmit r56600 - Start/stop service process when browser starts and stophclam@chromium.org2010-08-231-0/+5
* Revert 57112 - Rename (Host|Client)Message to Chromoting(Host|Client)Message.thestig@chromium.org2010-08-235-17/+17
* Rename (Host|Client)Message to Chromoting(Host|Client)Message.garykac@chromium.org2010-08-235-17/+17
* Revert 56600 - ServiceProcessControlBrowserTest.LaunchAndIPC crashes.rvargas@google.com2010-08-181-5/+0
* Fix some problems in SessionManager in chromotinghclam@chromium.org2010-08-181-0/+5
* Start/stop service process when browser starts and stophclam@chromium.org2010-08-181-0/+5
* Replaced char* with to char[].sergeyu@chromium.org2010-08-132-10/+10
* Resubmit "Start chromoting host in the service process though a method call"hclam@chromium.org2010-08-101-2/+4
* Revert 55507 - Start chromoting host in the service process though a method ...glen@chromium.org2010-08-101-4/+2
* Start chromoting host in the service process though a method callhclam@chromium.org2010-08-101-2/+4
* FBTF: Remove unneeded headers from base/ (part 5)thestig@chromium.org2010-08-071-1/+0
* Initial pass at integrating Differ into the chromoting host code.garykac@google.com2010-08-0623-177/+288
* Fixed memory leaks in new unittestssergeyu@chromium.org2010-08-042-0/+5
* Added HostKeyPair class, signatures for heartbeat messages.sergeyu@chromium.org2010-08-0410-36/+535
* base: Rename EnvVarGetter to Environment.tfarina@chromium.org2010-08-031-1/+1
* Convert src/remoting to std::string/char* away from wstring/wchar_t*.viettrungluu@chromium.org2010-07-315-40/+17
* More FRIEND_TEST_ALL_PREFIXES.phajdan.jr@chromium.org2010-07-301-2/+2