summaryrefslogtreecommitdiffstats
path: root/remoting
Commit message (Expand)AuthorAgeFilesLines
* Merge 163727 - [Chromoting] Change ScreenRefresh to use 'if' instead of 'DCHE...garykac@chromium.org2012-10-251-1/+3
* Merge 163588 - [Chromoting] Fix crash on initial connection (Mac).garykac@chromium.org2012-10-251-0/+4
* Merge 162532 - Chromoting M23 strings.jamiewalch@google.com2012-10-2242-36/+288
* Merge 162787 - Disable curtain mode.jamiewalch@google.com2012-10-191-0/+2
* Merge 160544 - Add DirectoryExists/CreateDirectory before WriteFile for Json ...lambroslambrou@google.com2012-10-151-0/+9
* Merge 157842 - Notify host of initial client dimensions.wez@chromium.org2012-10-111-0/+1
* Merge 159410 - [Chromoting] Fix audio bug with hissing/crash on Mac.garykac@chromium.org2012-10-041-0/+2
* Merge 159825 - Mention audio in the 'connected' message for Linux and WIndows.jamiewalch@google.com2012-10-042-2/+10
* Merge 159623 - [Chromoting] Create per-session job objects to control process...alexeypa@google.com2012-10-022-44/+62
* Merge 158884 - [Chromoting] Remove CHECK() when posting a message to the plug...alexeypa@google.com2012-09-281-8/+2
* Merge 158454 - Simple mac curtain mode fix.jamiewalch@google.com2012-09-281-8/+15
* Merge 158740 - Fix ChannelMultiplexer to properly handle base channel creatio...sergeyu@chromium.org2012-09-286-60/+171
* [Chromoting] Don't use a job object to control the me2me host process on Wind...alexeypa@chromium.org2012-09-192-193/+414
* Remove API keys from source.jamiewalch@chromium.org2012-09-181-10/+13
* Fix typo in Send Keys implementation.wez@chromium.org2012-09-171-1/+1
* Improve session selection logic for Virtual Me2Melambroslambrou@chromium.org2012-09-171-28/+44
* Revert 156889 - Cleanups in Chromoting Host.msw@chromium.org2012-09-1415-45/+59
* Cleanups in Chromoting Host.sergeyu@chromium.org2012-09-1415-59/+45
* Remove CommandLine dependency from the Linux's AudioCapturer.sergeyu@chromium.org2012-09-143-16/+36
* Handle certificate generation errors in chromoting host.sergeyu@chromium.org2012-09-144-4/+25
* [Chromoting] Make sure the protocol session is deleted before signalling to t...alexeypa@chromium.org2012-09-131-2/+6
* [remoting_unittests] Moving the variable used to mock VideoFrameCapturer::siz...alexeypa@chromium.org2012-09-132-6/+9
* Always enabled audio in remoting host, disable it for It2Me, minor cleanups.sergeyu@chromium.org2012-09-1310-57/+53
* Fix Linux host mouse button mappings.rmsousa@chromium.org2012-09-132-33/+133
* Fix MessageReader not to invoke message callback from done callback.sergeyu@chromium.org2012-09-133-20/+78
* Make sure that |ChromotingHost| is properly deallocated.alexeypa@chromium.org2012-09-131-3/+10
* Limit audio buffer size in the audio player used by the chromoting client.sergeyu@chromium.org2012-09-133-31/+44
* Don't use base::Unretained in AudioDecodeScheduler.sergeyu@chromium.org2012-09-132-22/+77
* [Chromoting] Refactoring DesktopEnvironment and moving screen/audio recorders...alexeypa@chromium.org2012-09-1230-498/+782
* [Chromoting] Adding the desktop integration binary to the host installation o...alexeypa@chromium.org2012-09-1212-49/+305
* Fix AudioCapturer::Create() to handle the case when audio is disabled.sergeyu@chromium.org2012-09-121-1/+2
* [Chromoting] Wait synchronously until it is safe to drop task runner references.alexeypa@chromium.org2012-09-122-5/+13
* Give the user a more helpful suggestion if WCS fails to load because of asimonmorris@chromium.org2012-09-121-3/+5
* [Chromoting] Remove Iceberg files and support.garykac@chromium.org2012-09-125-2282/+6
* [Chromoting] Update version check script to properly handle branding.garykac@chromium.org2012-09-121-4/+10
* [Chromoting] Set BUNDLE_CAN_DOWNGRADE flag for installers.garykac@chromium.org2012-09-122-0/+6
* Set the webapp's manifest_version to 2.simonmorris@chromium.org2012-09-121-1/+2
* Revert 156297 - [Chromoting] Refactoring DesktopEnvironment and moving screen...peter@chromium.org2012-09-1230-771/+494
* [Chromoting] Refactoring DesktopEnvironment and moving screen/audio recorders...alexeypa@chromium.org2012-09-1230-494/+771
* Drop silent packets in the Linux audio capturer.sergeyu@chromium.org2012-09-121-9/+27
* [Chromoting] Do not post an updated host configuration unless the configurati...alexeypa@chromium.org2012-09-121-4/+11
* Fix debian compatibility issues in the chrome-remote-desktop dpk.sergeyu@chromium.org2012-09-112-2/+2
* Implement audio capturer for chromoting host on Linux.sergeyu@chromium.org2012-09-118-9/+243
* Remove support for Windows-style keycodes.wez@chromium.org2012-09-1115-559/+66
* Revert 155574 - [Chromoting] Refactoring DesktopEnvironment and moving screen...alexeypa@chromium.org2012-09-0930-723/+463
* [Chromoting] Refactoring DesktopEnvironment and moving screen/audio recorders...alexeypa@chromium.org2012-09-0830-463/+723
* Update linux chromoting host to run separate instance of Pulseaudio.sergeyu@chromium.org2012-09-081-23/+79
* Make shared memory segment writable only by its rightful owner.palmer@chromium.org2012-09-081-2/+9
* Try to validate the access token to better diagnose script injection failures.rmsousa@chromium.org2012-09-072-21/+120
* Fix typo in remoting::VideoEncoderVp8.wez@chromium.org2012-09-071-1/+1