summaryrefslogtreecommitdiffstats
path: root/remoting
Commit message (Expand)AuthorAgeFilesLines
* [Chromoting] Let the Mac host policy watcher read string-valued policies.dcaiafa@chromium.org2012-08-021-1/+18
* Fix destruction order in XmppSignalStrategy.sergeyu@chromium.org2012-08-021-0/+9
* Add ability to customise Virtual Me2Me X session.lambroslambrou@chromium.org2012-08-021-0/+12
* [Chromoting] Implement the host domain policy.simonmorris@chromium.org2012-08-026-24/+95
* Temporary fix for Mac black-screen issue.jamiewalch@chromium.org2012-08-011-2/+9
* [Chromoting] Fix command line flags for virtual Me2Me.simonmorris@chromium.org2012-08-011-2/+2
* Replace --explicit-config option in me2me_virtual_host.py with --silent.sergeyu@chromium.org2012-08-012-39/+75
* mac: Fix a few compile errors with the 10.8 SDKthakis@chromium.org2012-08-011-1/+1
* Remove the need to have separate config for authentication.sergeyu@chromium.org2012-08-017-60/+144
* Piping for audio encoding.kxing@chromium.org2012-08-0111-2/+119
* Add unittests for BufferedSocketWriter and fix some bugs in that code.sergeyu@chromium.org2012-08-016-63/+326
* Introducing the DaemonProcess class that will implements core of the daemon p...alexeypa@chromium.org2012-08-018-17/+233
* Not streaming packets of silence.kxing@chromium.org2012-07-312-2/+33
* Removing --host-binary parameter in preparation to the coming me2me host refa...alexeypa@chromium.org2012-07-316-35/+24
* Run Virtual Me2Me sessions via /etc/X11/Xsessionlambroslambrou@chromium.org2012-07-311-2/+3
* Introducing remoting::Stoppable helper base class implementing asynchronous s...alexeypa@chromium.org2012-07-317-60/+189
* [Chromoting] Re-enable a unit test.simonmorris@chromium.org2012-07-311-5/+4
* [Chromoting] Add names of host policies for requiring 2-factor auth, and for ...simonmorris@chromium.org2012-07-313-3/+35
* [Chromoting] Make virtual Me2Me explicitly ask for an app-specific password.simonmorris@chromium.org2012-07-311-1/+1
* [Chromoting] Let the Windows host policy watcher read string-valued policies.simonmorris@chromium.org2012-07-311-8/+37
* Strip .py script extension to work with Debian package version of the host.jamiewalch@chromium.org2012-07-311-1/+1
* Update for OS X 10.6 SDK.jamiewalch@chromium.org2012-07-312-38/+40
* [Chromoting] Add wildcard to talkgadget in manifest permissions.garykac@chromium.org2012-07-313-3/+4
* [Chromoting] Remove check for too many args from signing script.garykac@chromium.org2012-07-311-1/+1
* Moving Windows-only files: remoting/host -> remoting/host/win.alexeypa@google.com2012-07-3028-142/+139
* [Chromoting] Disable a unit test in which win_tsan and mac_valgrind catch leaks.simonmorris@chromium.org2012-07-301-4/+5
* [Chromoting] Add unit tests for up- and down-scaling.simonmorris@chromium.org2012-07-283-77/+164
* [Chromoting] Add a host domain policy to the PolicyWatcher.simonmorris@chromium.org2012-07-285-38/+181
* [Chromoting] Make some logging levels in ClipboardWin more appropriate.simonmorris@chromium.org2012-07-281-2/+2
* Add HostEventLogger to It2Me host plugin.alexeypa@chromium.org2012-07-273-34/+66
* Correct const accessors in base/values.(h|cc)vabr@chromium.org2012-07-271-1/+1
* Don't use MessageLoop and MessageLoopProxy in remoting/jingle_gluesergeyu@chromium.org2012-07-272-7/+9
* Always use chromium threads for IO in remoting hostsergeyu@chromium.org2012-07-2727-1663/+69
* Replace PluginMessageLoopProxy with PluginThreadTaskRunner.sergeyu@chromium.org2012-07-279-49/+49
* Ingore ERR_ADDRESS_INVALID error returned from sendto().sergeyu@chromium.org2012-07-271-2/+8
* [Chromoting] Add a unit test to verify that the VP8 codec doesn't change colo...simonmorris@chromium.org2012-07-273-3/+120
* Added support for multiple sampling rates on Windows.kxing@chromium.org2012-07-274-11/+54
* Adding a breakpad tester tool. It can be used to crash the specified process ...alexeypa@chromium.org2012-07-272-0/+97
* Basic Debian packaging for Linux Me2Me hostlambroslambrou@chromium.org2012-07-278-2/+84
* Skip unknown channel configurations when parsing session config.sergeyu@chromium.org2012-07-275-35/+92
* Avoid potential conflicts leading to pending reboots while upgrading the me2m...alexeypa@chromium.org2012-07-272-5/+25
* [Chromoting] Fix keystone install script to use .pkg instead of .mpkg.garykac@chromium.org2012-07-261-1/+1
* Disable TCP ports in the default LibjingleTransportFactory() constructor.sergeyu@chromium.org2012-07-261-0/+5
* Send correct DPI to client.jamiewalch@chromium.org2012-07-261-0/+8
* Revert 148418 - Always use chromium threads for IO in remoting hostsergeyu@chromium.org2012-07-2627-69/+1663
* [Chromoting] Update uninstaller to facilitate testing automation.garykac@chromium.org2012-07-259-185/+279
* Coverity: Initialize member variables.jhawkins@chromium.org2012-07-251-0/+1
* Always use chromium threads for IO in remoting hostsergeyu@chromium.org2012-07-2527-1663/+69
* Fix invalid header guards in jingle_session(_manager)?.hsergeyu@chromium.org2012-07-252-6/+6
* Created define to switch on/off audio.kxing@chromium.org2012-07-242-6/+12