summaryrefslogtreecommitdiffstats
path: root/remoting/host
Commit message (Expand)AuthorAgeFilesLines
* Revert 155219 - [Chromoting] Refactoring DesktopEnvironment and moving screen...alexeypa@google.com2012-09-0627-667/+455
* [Chromoting] Refactoring DesktopEnvironment and moving screen/audio recorders...alexeypa@chromium.org2012-09-0627-455/+667
* 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-062-6/+10
* [Chromoting] The daemon process now starts the networking process and passes ...alexeypa@chromium.org2012-09-0520-326/+772
* [Chromoting] Introducing refcount-based life time management of the message l...alexeypa@chromium.org2012-09-0412-117/+233
* Use a separate thread for audio capturing and encoding.sergeyu@chromium.org2012-09-015-26/+31
* Set longer autoupdate interval for SFAuthorizationViewlambroslambrou@chromium.org2012-09-011-1/+2
* [Chromoting] Hook up host talkgadget policy checks.garykac@chromium.org2012-09-0111-70/+251
* 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
* The me2me host process name has changed, but the killall command had not been...jamiewalch@google.com2012-08-301-3/+3
* 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
* Add user to the chrome-remoting group when host is enabled.sergeyu@chromium.org2012-08-282-11/+41
* [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-284-27/+16
* [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-283-8/+4
* 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
* Move ScopedPixelBuffer out of VideoFrameCapturer implementation for Mac.wez@chromium.org2012-08-253-57/+83
* Limit the ports used by IT2Me when NAT traversal is disabled.wez@chromium.org2012-08-243-11/+22
* Renamed Encoder -> VideoEncoder.kxing@chromium.org2012-08-245-21/+24
* Add Linux init.d script for Chromotingsergeyu@chromium.org2012-08-231-0/+104
* Moved the video encoders/decoders to the codec directory.kxing@chromium.org2012-08-234-6/+25
* [Chromoting] Avoid terminating the worker process prematurely so that the exi...alexeypa@chromium.org2012-08-222-1/+15
* Improve handling of NONE transport in channel configuration.sergeyu@chromium.org2012-08-221-3/+1
* Silence detection test for the Windows audio capturer.kxing@chromium.org2012-08-223-46/+86
* Speex encoding/decoding.kxing@chromium.org2012-08-211-0/+3
* Added more error checking for audio packets.kxing@chromium.org2012-08-211-3/+3
* Add MouseClampingFilter and update ClientSession to use it.wez@chromium.org2012-08-214-25/+67
* Allow input & clipboard filters to be disabled without NULLing target stub.wez@chromium.org2012-08-202-21/+27
* Handle updates to the wrapper script.jamiewalch@google.com2012-08-204-5/+60
* [Chromoting] Moving the I/O thread out of DaemonProcess (so it can be shared ...alexeypa@chromium.org2012-08-194-27/+22
* Use ClipboardFilter in ClientSession to implement auth & disable-input blocking.wez@chromium.org2012-08-193-41/+38
* [Chromoting] Moving the network-to-daemon IPC channel to HostProcess. alexeypa@chromium.org2012-08-184-13/+30
* Disable audio when audio capturer is not available on the host platform.sergeyu@chromium.org2012-08-181-0/+10
* [Chromoting] Call SendSAS() directly from the host.alexeypa@chromium.org2012-08-176-102/+62
* [Chromoting] Cleanup branding variables in Chromoting gyp file.garykac@chromium.org2012-08-174-5/+5
* Update linux host to handle SIGHUP. Use it to reload config.sergeyu@chromium.org2012-08-173-12/+18
* [Chromoting] Avoid potential conflicts leading to pending reboots while upgra...alexeypa@chromium.org2012-08-174-13/+38
* Stop remoting host on install.jamiewalch@google.com2012-08-172-0/+19
* Modified Windows buffer size to avoid audio glitches.kxing@chromium.org2012-08-171-10/+24
* [Chromoting] Launch the host process elevated via ShellExecuteEx().alexeypa@chromium.org2012-08-167-128/+388
* Fix DaemonControllerLinux::SetConfigAndStart() to reload config automatically.sergeyu@chromium.org2012-08-165-44/+52
* Changed AudioPacket data to a repeated field.kxing@chromium.org2012-08-161-15/+15
* Avoid calling GetNamedPipeClientProcessId() which is not available on XP.alexeypa@chromium.org2012-08-164-26/+13
* Make curtain-mode controllable by policy.jamiewalch@google.com2012-08-156-44/+152