summaryrefslogtreecommitdiffstats
path: root/remoting
Commit message (Expand)AuthorAgeFilesLines
* Pass the client resolutin updates to the daemon and desktop processes and cre...alexeypa@chromium.org2013-03-1816-21/+181
* Reworked the plumbing required to pass the client resolution to the desktop r...alexeypa@chromium.org2013-03-1827-149/+280
* Avoid reporting the same error multiple times when repeatedly capturing audio...alexeypa@chromium.org2013-03-162-14/+24
* Add postrm to remove Unix group for chromoting.lambroslambrou@chromium.org2013-03-151-0/+13
* Chromium style checker cleanuprsleevi@chromium.org2013-03-151-1/+1
* Remote RDP sessions, rather than the console, if curtain-mode is configured.alexeypa@chromium.org2013-03-154-78/+484
* Create a desktop environment instance late so that it will see the curtain_re...alexeypa@chromium.org2013-03-153-53/+94
* Disable key-auto-repeat globally, instead of for individual keys.lambroslambrou@chromium.org2013-03-141-21/+39
* net: split net/ssl out of net/basephajdan.jr@chromium.org2013-03-143-3/+4
* Use separate implementations of DesktopEnvironmentFactory for It2Me and Me2Me.alexeypa@chromium.org2013-03-1411-45/+140
* Refactored LocalInputMonitor so that it can be used on any thread while runni...alexeypa@chromium.org2013-03-1410-394/+636
* OSStatus is an SInt32; use the correct formatting.avi@chromium.org2013-03-142-4/+7
* Include host visible name in tool-bar.jamiewalch@chromium.org2013-03-143-2/+21
* Make all web-app links open in a new window.jamiewalch@chromium.org2013-03-131-1/+2
* Made ClientSession a non ref-counted class.alexeypa@chromium.org2013-03-136-76/+46
* Moved the methods for mapping a session ID to the connected RDP client's addr...alexeypa@chromium.org2013-03-136-167/+220
* Fixed JSCompile error.jamiewalch@chromium.org2013-03-121-0/+6
* Don't display the 'start-host' UI if there was an error fetching the host list.jamiewalch@chromium.org2013-03-121-5/+14
* Set the size of the remote desktop correctly.alexeypa@chromium.org2013-03-122-7/+15
* Use remoting.storage instead of overriding chrome.storage.jamiewalch@chromium.org2013-03-116-22/+20
* Fixed a JSCompile error.jamiewalch@chromium.org2013-03-111-1/+1
* Updating XTBs based on .GRDs from branch 1410dharani@google.com2013-03-1139-51/+129
* Improve PID-file handling in Linux Me2Me script.lambroslambrou@chromium.org2013-03-102-101/+37
* ResizingHostObserver is created by the desktop environment together with othe...alexeypa@chromium.org2013-03-0926-127/+269
* Fixed tab-mode detection.jamiewalch@chromium.org2013-03-091-37/+11
* The worker process launcher can now ask the worker process to crash.alexeypa@chromium.org2013-03-0818-120/+382
* Make the Chromoting IT2Me host high-DPI aware.wez@chromium.org2013-03-081-0/+8
* DesktopSessionProxy should be owned by the event executor and audio/video cap...alexeypa@chromium.org2013-03-089-166/+152
* Pass the initial screen resolution and curtain flag to the daemon.alexeypa@chromium.org2013-03-0811-24/+128
* x11: Include X11 dependencies only when building with X11.sadrul@chromium.org2013-03-071-2/+2
* Move HostKeyPair into protocol::KeyPair.rmsousa@chromium.org2013-03-0734-299/+330
* CHECK() errors returned by IRdpDesktopSessionEventHandler.alexeypa@chromium.org2013-03-071-3/+7
* Revert 186526alexeypa@google.com2013-03-071-6/+5
* Revert 186522miu@chromium.org2013-03-061-5/+6
* RdpDesktopSession COM class should only use raw interfaces.alexeypa@chromium.org2013-03-065-22/+86
* Build src/remoting/remoting.gyp:remoting_host_installation on the main waterf...alexeypa@chromium.org2013-03-061-6/+5
* src/: Update the remaining include paths of string_split.h to its new location.tfarina@chromium.org2013-03-063-4/+4
* Revert 186280 because it broke the official build.alexeypa@google.com2013-03-065-83/+22
* RdpDesktopSession COM class should only use raw interfaces.alexeypa@chromium.org2013-03-055-22/+83
* Refactor libjingle.gyp:tommi@chromium.org2013-03-051-2/+0
* Crash the network or desktop process when an unknown IPC message is received.alexeypa@chromium.org2013-03-056-6/+19
* Initialize COM and configure security settings in the daemon.alexeypa@chromium.org2013-03-055-5/+162
* Pass the |curtain_activated| flag to IpcDesktopEnvironmentFactory.alexeypa@chromium.org2013-03-055-5/+45
* Don't show newly-enabled hosts as out-of-date.lambroslambrou@chromium.org2013-03-051-0/+3
* Un-swap left & right mouse buttons when injecting input to Windows.wez@chromium.org2013-03-051-0/+11
* Write an error message to the debug log when the host is shutting down becaus...alexeypa@chromium.org2013-03-044-2/+9
* Forward host status notifications to the daemon via IPC.alexeypa@chromium.org2013-03-047-16/+355
* Add PList entry to convince OS X to let host detect high-DPI.wez@chromium.org2013-03-021-0/+2
* Improve host-list display in case of auth or network error.jamiewalch@chromium.org2013-03-025-29/+26
* Moving host status events monitoring to a separate interface (HostStatusMonit...alexeypa@chromium.org2013-03-0218-80/+158