summaryrefslogtreecommitdiffstats
path: root/remoting
Commit message (Expand)AuthorAgeFilesLines
* Duplicate handles so each SharedMemory object will have its own handle.alexeypa@chromium.org2013-01-122-1/+14
* Load /etc/environment in Me2Me sessionlambroslambrou@chromium.org2013-01-121-0/+21
* Improve error log when failed to load configlambroslambrou@google.com2013-01-111-21/+38
* The client's connection video stub is created only after the connection has b...alexeypa@chromium.org2013-01-103-6/+9
* pngcrush png files under remotingoshima@chromium.org2013-01-1011-0/+0
* Fixed PIN safety URL.jamiewalch@google.com2013-01-101-1/+1
* Revert 176126 - the reverted change depends on another CL, so reverting it br...alexeypa@google.com2013-01-108-193/+290
* Revert 175648 because it causes http://crbug.com/169126.alexeypa@google.com2013-01-108-290/+193
* Fix PepperView handling of 1:1 high-DPI.wez@chromium.org2013-01-103-50/+65
* Apps v2 identity integration.jamiewalch@google.com2013-01-0917-54/+326
* Change userinfo endpoint to the JSON one.rmsousa@chromium.org2013-01-091-7/+12
* Adding a missing header.alexeypa@chromium.org2013-01-091-0/+1
* Remove unused VideoFrameCapturer::size_most_recent() method.alexeypa@chromium.org2013-01-0912-45/+12
* Connect to DesktopEnvironment's stubs only when audio/video schedulers are ab...alexeypa@chromium.org2013-01-098-193/+290
* Add state parameter to OAuth redirectrmsousa@chromium.org2013-01-083-6/+30
* Enable the multi-process host on Windows by default.alexeypa@chromium.org2013-01-081-1/+12
* Stop writing logs to %ProgramData%\Chromoting\debug.log (Windows only).alexeypa@chromium.org2013-01-081-16/+2
* Roll speex, flac, libvpx DEPS to get shim header changes.phajdan.jr@chromium.org2013-01-074-4/+8
* Remove XSESSION_COMMAND from Me2Me scriptlambroslambrou@chromium.org2013-01-051-29/+6
* Set Virtual Me2Me desktop's initial DPI to 96lambroslambrou@chromium.org2013-01-051-9/+9
* Improve xsession executionlambroslambrou@chromium.org2013-01-041-2/+6
* Remove mousewheel tick handling from client, protocol and host.wez@chromium.org2013-01-037-56/+1
* POSIXify chrome-remote-desktop init scriptlambroslambrou@chromium.org2013-01-031-7/+7
* Fix AudioPipeReader to handle EOF properly.sergeyu@chromium.org2013-01-031-2/+2
* [Chromoting] Re-enable js unittests.garykac@chromium.org2013-01-022-12/+89
* Better silence detection in audio capturerssergeyu@chromium.org2013-01-0210-75/+200
* Add trailing space to sudo promptlambroslambrou@chromium.org2013-01-021-1/+2
* Drop audio packets in the chromoting client less agressively.sergeyu@chromium.org2012-12-293-30/+26
* Use more specific protocol::CursorShapeStub instead of protocol::ClientStub i...alexeypa@chromium.org2012-12-282-10/+10
* Added audio support to the multiprocess host.alexeypa@chromium.org2012-12-2715-11/+290
* Enable remoting_screen_capturer target on ChromeOSsergeyu@chromium.org2012-12-271-16/+29
* Show the disconnect window and monitor the local mouse input when running the...alexeypa@chromium.org2012-12-2725-149/+300
* Don't set XAUTHORITY in Virtual Me2Me parent processlambroslambrou@chromium.org2012-12-271-5/+7
* Make sure that the disconnect window handle is cleared when the window is des...alexeypa@chromium.org2012-12-271-2/+2
* remoting: Make use of ImportantFileWriter in JsonHostConfig::Save() function.tfarina@chromium.org2012-12-271-5/+3
* Fix Debian build script for svn-based checkoutlambroslambrou@chromium.org2012-12-261-2/+2
* Simplify remoting::CaptureDatasergeyu@chromium.org2012-12-2220-240/+94
* GTTF: No more FLAKY_ .phajdan.jr@chromium.org2012-12-211-1/+1
* Disable Share button if the host plugin isn't supported.jamiewalch@google.com2012-12-212-0/+14
* Revert 174322 - broke the treejam@chromium.org2012-12-211-9/+0
* [Chromoting] Check cursor data size on client before copying data.garykac@chromium.org2012-12-211-0/+9
* Mock chrome.storage (https://developer.chrome.com/extensions/storage.html) AP...jamiewalch@google.com2012-12-207-44/+230
* Fix Linux capturer crash on resizelambroslambrou@chromium.org2012-12-203-23/+46
* [Chromoting] Add script to switch release channels.garykac@chromium.org2012-12-191-0/+68
* Return scoped_refptr<CaptureData> from VideoFrameCapturerLinux::CaptureScreen()lambroslambrou@chromium.org2012-12-191-4/+4
* Source Python from /usr/bin rather than the user's path.skonig@chromium.org2012-12-191-1/+1
* Linux: use generated shim headers for opus.phajdan.jr@chromium.org2012-12-192-2/+2
* Give DisconnectWindow some TLC.wez@chromium.org2012-12-195-33/+34
* Fix PepperView to let PPAPI up-scale on high-DPI devices where possible.wez@chromium.org2012-12-181-5/+18
* Move screen capturers to remoting/capturer.sergeyu@chromium.org2012-12-1875-381/+460