summaryrefslogtreecommitdiffstats
path: root/remoting/host
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Replaced static wstring with wchar_t*.sergeyu@chromium.org2010-07-282-10/+10
* [chromoting] Use zlib as the default encoder and decoderhclam@chromium.org2010-07-271-2/+2
* Moving Encoder and Decoder to remoting/basehclam@chromium.org2010-07-2319-546/+28
* base: add home environment variable to env_var.htfarina@chromium.org2010-07-211-2/+2
* Refactor the client code for the X11 version.garykac@google.com2010-07-201-6/+6
* Changing UpdateStreamPacket protobuf definition for chromotinghclam@chromium.org2010-07-1510-96/+83
* Added RSA key generator for register_host.pysergeyu@chromium.org2010-07-144-10/+45
* Fix CapturerFake for Chromotinghclam@chromium.org2010-07-032-0/+2
* Re-order host SessionManager code to group by thread. This makes the flow of ...garykac@google.com2010-07-022-165/+187
* Fixes leaks in remote_unittest.hbono@chromium.org2010-07-021-15/+15
* Fix an incorrect use of scoped_ptr.stuartmorgan@chromium.org2010-07-011-1/+1
* Start Chromoting Host Process in Chrome Servicehclam@chromium.org2010-07-011-0/+2
* Revamp capturer to clean up the interface, and to keep data as atomic as poss...dmaclach@chromium.org2010-07-0122-490/+534
* Fix up thread types.dmaclach@chromium.org2010-06-302-4/+5
* Fix thread usage in chromoting hosthclam@chromium.org2010-06-2812-164/+405
* remoting: Use GetBytesPerPixel util function in one more place.tfarina@chromium.org2010-06-281-14/+2
* Fixs mismatched delete.sky@chromium.org2010-06-281-2/+2
* Removed dependency on chrome/common.sergeyu@chromium.org2010-06-252-13/+32
* Fix host auth scripts to work with Windows.garykac@google.com2010-06-251-3/+10
* Get scripts working independent of where they are run.dmaclach@chromium.org2010-06-231-3/+13
* Fixed memleak in JsonHostConfig.sergeyu@chromium.org2010-06-181-0/+1
* JSON based host config storage implemented. Python script for host registration.sergeyu@chromium.org2010-06-1711-123/+372
* Fix double deletion in SessionManagerhclam@chromium.org2010-06-161-1/+0
* Coverity: Fix undefined assignment evaluation order in remoting::Capturer::Fi...mattm@chromium.org2010-06-161-1/+1
* Added HostConfig class. Changed SimpleHost to use it.sergeyu@chromium.org2010-06-156-28/+114
* Tighten up compile warnings based to match other chromium sub-projects.dmaclach@chromium.org2010-06-154-12/+10
* Revamp threading a bit so that arguments are passed through and owned by the ...dmaclach@chromium.org2010-06-1511-145/+166
* Cleanup some chromoting codehclam@chromium.org2010-06-153-62/+34
* BlockDifference function that returns 0 or 1 depending if block is same or di...fbarchard@chromium.org2010-06-113-38/+99