summaryrefslogtreecommitdiffstats
path: root/remoting
Commit message (Expand)AuthorAgeFilesLines
* Fix double deletion in SessionManagerhclam@chromium.org2010-06-161-1/+0
* Coverity: Fix missing return in error check in remoting::X11Client::DoInitX11.mattm@chromium.org2010-06-161-0/+1
* Coverity: Fix undefined assignment evaluation order in remoting::Capturer::Fi...mattm@chromium.org2010-06-161-1/+1
* Style fixes after readability review.sergeyu@chromium.org2010-06-1614-90/+100
* Fix build for remotinghclam@chromium.org2010-06-161-25/+0
* Broken build due to uninitialized var.dmaclach@chromium.org2010-06-151-1/+1
* Coverity: Fix leak in ChromotingClient::read_image.mattm@chromium.org2010-06-152-8/+5
* Added HostConfig class. Changed SimpleHost to use it.sergeyu@chromium.org2010-06-157-28/+115
* Fix broken build.dmaclach@chromium.org2010-06-151-2/+12
* Tighten up compile warnings based to match other chromium sub-projects.dmaclach@chromium.org2010-06-1517-35/+35
* Chromoting unit test: Adding DecoderVerbatimTesthclam@chromium.org2010-06-154-5/+83
* 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-154-64/+36
* Enable remoting unittests to run on build botshclam@chromium.org2010-06-111-2/+2
* Fixing DecoderVerbatim in chromotinghclam@chromium.org2010-06-112-2/+5
* BlockDifference function that returns 0 or 1 depending if block is same or di...fbarchard@chromium.org2010-06-113-38/+99
* Add cmdline options to set the hostjid, jid and auth token for the chromotinggarykac@google.com2010-06-115-100/+177
* Extract auth token into separate .chromotingAuthToken file so it can be re-used.garykac@google.com2010-06-112-10/+64
* Fix build break in remotinghclam@chromium.org2010-06-111-1/+6
* Enable chromoting in the build by defaulthclam@chromium.org2010-06-114-10/+17
* psadbw based differencing functionfbarchard@chromium.org2010-06-111-3/+58
* Separate out HostConnection into an interface and a jingle-basedajwong@chromium.org2010-06-1013-252/+392
* Fixup remoting WATCHLIST for public tree and move into the top-levelgarykac@google.com2010-06-101-18/+0
* Fix up warning due to missing declarations.dmaclach@chromium.org2010-06-101-0/+6
* Fix chromoting windows buildhclam@chromium.org2010-06-103-35/+8
* Re-add (curiously) missing 'return' statement to differ_unittest.garykac@google.com2010-06-101-1/+1
* Fix chromoting build for windowshclam@chromium.org2010-06-101-24/+27
* 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-0936-226/+813
* Token-based authentication for chromoting.sergeyu@chromium.org2010-06-0913-63/+108
* 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-0913-108/+63
* Token-based authentication for chromoting.sergeyu@chromium.org2010-06-0913-63/+108
* Add libjingle_glue export_dependency to chromoting_host so that header/libgarykac@google.com2010-06-081-0/+4
* Heartbeat error logging for chromoting.sergeyu@chromium.org2010-06-082-1/+10
* Fix chromoting build issues on Windowshclam@chromium.org2010-06-073-10/+5
* Get rid of unnecessary library linkage on Mac.dmaclach@chromium.org2010-06-071-10/+2
* Add DEPS file to chromoting so that the checkdeps trybot doesn't complaingarykac@google.com2010-06-071-0/+9
* Copy the (early prototype of) remoting in Chrome into the public tree.garykac@google.com2010-06-07102-0/+9366