summaryrefslogtreecommitdiffstats
path: root/remoting/host
Commit message (Expand)AuthorAgeFilesLines
* 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
* Extract auth token into separate .chromotingAuthToken file so it can be re-used.garykac@google.com2010-06-111-8/+35
* psadbw based differencing functionfbarchard@chromium.org2010-06-111-3/+58
* Separate out HostConnection into an interface and a jingle-basedajwong@chromium.org2010-06-103-33/+66
* Fix chromoting windows buildhclam@chromium.org2010-06-101-2/+2
* Re-add (curiously) missing 'return' statement to differ_unittest.garykac@google.com2010-06-101-1/+1
* Set up the message loop of the mac host to be UI based so that it can pick updmaclach@chromium.org2010-06-091-4/+13
* Fix up the define usage so that we actually handle OSX specific stuff correctly.dmaclach@chromium.org2010-06-091-2/+2
* Implement a chromoting client using X11hclam@chromium.org2010-06-0920-83/+95
* Token-based authentication for chromoting.sergeyu@chromium.org2010-06-093-17/+16
* Initial code for screen differ that divides screen into blocks and calculategarykac@google.com2010-06-093-0/+842
* Revert 49298 - Broke compile - Token-based authentication for chromoting.rsesek@chromium.org2010-06-093-16/+17
* Token-based authentication for chromoting.sergeyu@chromium.org2010-06-093-17/+16
* Heartbeat error logging for chromoting.sergeyu@chromium.org2010-06-082-1/+10
* Fix chromoting build issues on Windowshclam@chromium.org2010-06-072-8/+4
* Copy the (early prototype of) remoting in Chrome into the public tree.garykac@google.com2010-06-0743-0/+3756