summaryrefslogtreecommitdiffstats
path: root/remoting
Commit message (Expand)AuthorAgeFilesLines
* 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
* Implement DaemonController::GetVersion() method on Linuxsergeyu@chromium.org2012-09-075-5/+56
* Dynamically link to deprecated APIs when running on OS 10.6 devices.wez@chromium.org2012-09-071-16/+64
* Don't use CGSessionCopyCurrentDictionary() for logged-in testlambroslambrou@chromium.org2012-09-071-21/+6
* Pass Me2Me config via stdin.jamiewalch@chromium.org2012-09-076-127/+182
* Moving google_apis and GaiaClient to src/google_apis.joi@chromium.org2012-09-073-6/+4
* Revert 155219 - [Chromoting] Refactoring DesktopEnvironment and moving screen...alexeypa@google.com2012-09-0630-677/+462
* [Chromoting] Refactoring DesktopEnvironment and moving screen/audio recorders...alexeypa@chromium.org2012-09-0630-462/+677
* Exit Chromoting host if cannot connect to Mac OS X Window Serverlambroslambrou@chromium.org2012-09-061-0/+11
* Add an API to retrieve the keys that services should use for Google APIs.joi@chromium.org2012-09-063-6/+15
* [Chromoting] The daemon process now starts the networking process and passes ...alexeypa@chromium.org2012-09-0522-334/+781
* Enable channel multiplexing in chromoting.sergeyu@chromium.org2012-09-051-21/+16
* [Chromoting] Introducing refcount-based life time management of the message l...alexeypa@chromium.org2012-09-0416-117/+463
* Use a separate thread for audio capturing and encoding.sergeyu@chromium.org2012-09-015-26/+31
* Remove CHECK() from MessageReader destructor.sergeyu@chromium.org2012-09-011-1/+0
* Set longer autoupdate interval for SFAuthorizationViewlambroslambrou@chromium.org2012-09-011-1/+2
* [Chromoting] Hook up host talkgadget policy checks.garykac@chromium.org2012-09-0112-71/+253
* Add Print Screen option to Send Keys menu.rmsousa@chromium.org2012-08-315-13/+53
* Log when the host is started for an account.rmsousa@chromium.org2012-08-3111-17/+46
* Remote all monitors on multi-monitor Mac OS X systems.wez@chromium.org2012-08-312-65/+172
* Enable audio support in chromoting host.sergeyu@chromium.org2012-08-301-1/+1
* Cleanup RectangleUpdateDecoder and VideoStubsergeyu@chromium.org2012-08-307-108/+18
* [Chromoting] Update translationsgarykac@chromium.org2012-08-3042-42/+42
* [Chromoting] Print output from WiX tools along with their return code if an e...alexeypa@chromium.org2012-08-302-15/+24
* The me2me host process name has changed, but the killall command had not been...jamiewalch@google.com2012-08-301-3/+3
* [Chromoting] Updated icons for Chrome Remote Desktop - new sizes!garykac@chromium.org2012-08-307-0/+0
* Remove BETA designation.jamiewalch@google.com2012-08-301-1/+1
* Updated script name in preinst and guard against missing files in postinst.jamiewalch@chromium.org2012-08-302-2/+2
* Change stop levels for chrome-remode-desktop init script to 0 1 6.sergeyu@chromium.org2012-08-291-2/+2
* Fix UdpPacketSocket to handle callbacks after the socket is destroyed.sergeyu@chromium.org2012-08-291-6/+11
* Import getpass in me2me_virtual_host.pysergeyu@chromium.org2012-08-291-0/+1
* Add user to the chrome-remoting group when host is enabled.sergeyu@chromium.org2012-08-283-11/+55
* [Chromoting] Make sure RemoveExistingProducts action is scheduled properly in...alexeypa@chromium.org2012-08-281-4/+28
* Update chromoting Debian package configuration to install in /opt/google.sergeyu@chromium.org2012-08-286-54/+41
* [Chromoting] Fix crash when encoded audio packet is empty.garykac@chromium.org2012-08-281-3/+9
* Remove host registration functionality from me2me_virtual_host.py.jamiewalch@chromium.org2012-08-284-258/+48
* Use the i18n tag for strings that can't be translated.jamiewalch@chromium.org2012-08-281-7/+7
* remoting_me2me_host: Don't try to display UI on top of Mac login screenlambroslambrou@chromium.org2012-08-281-5/+24
* Simplify regex matching in build-deb.sh.sergeyu@chromium.org2012-08-271-2/+1
* Update build-deb.sh to automatically detect version number.sergeyu@chromium.org2012-08-271-1/+14
* Updating chrome to libjingle r175mallinath@chromium.org2012-08-261-2/+3
* Cleaned up codec_test.cckxing@chromium.org2012-08-251-7/+6
* Move ScopedPixelBuffer out of VideoFrameCapturer implementation for Mac.wez@chromium.org2012-08-254-57/+85
* Limit the ports used by IT2Me when NAT traversal is disabled.wez@chromium.org2012-08-243-11/+22
* Add CSP restricting script and object sources to Chromoting manifest.wez@chromium.org2012-08-246-24/+39
* Moved video stub implementation to RectangleUpdateDecoder.kxing@chromium.org2012-08-245-175/+206
* Renamed Encoder -> VideoEncoder.kxing@chromium.org2012-08-2416-144/+160
* Cope with empty-string getDaemonConfig responses.jamiewalch@google.com2012-08-241-1/+6
* Renamed Decoder -> VideoDecoder.kxing@chromium.org2012-08-2411-90/+95