summaryrefslogtreecommitdiffstats
path: root/remoting
Commit message (Expand)AuthorAgeFilesLines
* Improve handling of NONE transport in channel configuration.sergeyu@chromium.org2012-08-225-32/+78
* Silence detection test for the Windows audio capturer.kxing@chromium.org2012-08-224-46/+87
* Enable channel multiplexing for control, event and audio channels.sergeyu@chromium.org2012-08-225-20/+71
* Explicitly mark Chromoting web-app as not requiring NPAPI.wez@chromium.org2012-08-211-1/+6
* Reuse log file across session restarts and make it available via REMOTING_ME2...jamiewalch@google.com2012-08-211-4/+9
* Speex encoding/decoding.kxing@chromium.org2012-08-2112-2/+347
* Don't apply opacity to focus borders.jamiewalch@google.com2012-08-212-12/+22
* [chromoting] Bump version to 1.9.garykac@chromium.org2012-08-211-1/+1
* Added more error checking for audio packets.kxing@chromium.org2012-08-216-9/+18
* Add MouseClampingFilter and update ClientSession to use it.wez@chromium.org2012-08-216-27/+69
* Allow input & clipboard filters to be disabled without NULLing target stub.wez@chromium.org2012-08-2010-35/+205
* Remove ajwong, dmaclach and hclam from remoting/OWNERS.wez@chromium.org2012-08-201-3/+0
* Handle updates to the wrapper script.jamiewalch@google.com2012-08-206-25/+101
* [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-195-49/+60
* [Chromoting] Moving the network-to-daemon IPC channel to HostProcess. alexeypa@chromium.org2012-08-185-25/+31
* Disable audio when audio capturer is not available on the host platform.sergeyu@chromium.org2012-08-181-0/+10
* Add support for multiplexed channels in remoting::protocol::Session interface.sergeyu@chromium.org2012-08-1820-221/+230
* [Chromoting] Call SendSAS() directly from the host.alexeypa@chromium.org2012-08-177-104/+64
* [Chromoting] Cleanup branding variables in Chromoting gyp file.garykac@chromium.org2012-08-1710-132/+100
* Update linux host to handle SIGHUP. Use it to reload config.sergeyu@chromium.org2012-08-175-22/+31
* [Chromoting] Avoid potential conflicts leading to pending reboots while upgra...alexeypa@chromium.org2012-08-177-15/+86
* 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-169-129/+392
* Fix DaemonControllerLinux::SetConfigAndStart() to reload config automatically.sergeyu@chromium.org2012-08-166-50/+99
* Remove -lpam from remoting host link command.lambroslambrou@chromium.org2012-08-161-1/+0
* M22 translations.jamiewalch@google.com2012-08-1642-269/+857
* Make it possible to enable remoting_audio via GYP_DEFINES.sergeyu@chromium.org2012-08-161-1/+1
* Changed AudioPacket data to a repeated field.kxing@chromium.org2012-08-165-21/+38
* Avoid calling GetNamedPipeClientProcessId() which is not available on XP.alexeypa@chromium.org2012-08-164-26/+13
* [Chromoting] The webapp should consider the host being enabled when the servi...alexeypa@chromium.org2012-08-151-1/+2
* Make curtain-mode controllable by policy.jamiewalch@google.com2012-08-157-44/+153
* Tidy up ChromotingInstance members a little.wez@chromium.org2012-08-154-45/+35
* Add mux-stream transport support in session descriptionsergeyu@chromium.org2012-08-155-111/+73
* Split Xvfb-randr into separate package from Virtual Me2Me Debian packagelambroslambrou@chromium.org2012-08-142-2/+1
* Change default host resolution to 1280x800.sergeyu@chromium.org2012-08-141-1/+1
* Update JingleThreadWrapper to allow it to be created using task runner.sergeyu@chromium.org2012-08-142-3/+3
* Add Chromoting curtain-mode policy.jamiewalch@chromium.org2012-08-133-0/+10
* Reposition the Disconnect dialog when work area dimensions change.wez@chromium.org2012-08-131-29/+48
* mac: Remove more 10.5-only codethakis@chromium.org2012-08-102-21/+0
* Remove the HostEventStub aggregate interface.wez@chromium.org2012-08-1012-86/+53
* [Chromoting] Moving common logic responsible for launching child processes to...alexeypa@chromium.org2012-08-108-256/+509
* [Chromoting] Bump version to 1.8.garykac@chromium.org2012-08-091-1/+1
* Clean-up inline members of nested classes (remoting/)hans@chromium.org2012-08-099-2/+30
* mac: Delete more 10.5-only codethakis@chromium.org2012-08-091-7/+0
* Curtain mode implementation for Mac OS X.jamiewalch@chromium.org2012-08-094-0/+135
* Remove DCHECK from SessionEventExecutorWin destructor.sergeyu@chromium.org2012-08-091-1/+0
* Don't use auth.json in me2me_virtual_host.sergeyu@chromium.org2012-08-091-105/+131
* [Chromoting] Move CreateSessionToken() next to launch process utilities.alexeypa@chromium.org2012-08-085-114/+108