summaryrefslogtreecommitdiffstats
path: root/remoting
Commit message (Expand)AuthorAgeFilesLines
...
* Reverting r148671, r149866 (broke VS2008 builder) and r150361 (broke ninja).alexeypa@chromium.org2012-08-087-69/+13
* Implement ChannelMultiplexer.sergeyu@chromium.org2012-08-0811-32/+1001
* Fix Me2Me host to properly reload config when it changes.sergeyu@chromium.org2012-08-073-21/+40
* Remove V1 chromoting authenticatorssergeyu@chromium.org2012-08-079-383/+20
* Cleaned up usage of std::wstring in src/remoting. Added presubmit warning sup...alexeypa@chromium.org2012-08-0710-54/+60
* [Chromoting] Add new policies for Chromotinggarykac@chromium.org2012-08-066-13/+33
* [Chromoting] Extract branding from the signing script.garykac@chromium.org2012-08-044-38/+66
* Add support for suppressing error logging, and don't log errors due to cached...jamiewalch@chromium.org2012-08-046-3/+90
* Piping for audio decoding.kxing@chromium.org2012-08-0415-28/+271
* [Chromoting] Use different talkgadget prefixes for client and oauth.garykac@chromium.org2012-08-032-2/+2
* [Chromoting] Auto-generate CLSID of the daemon controller at GYP time. This m...alexeypa@chromium.org2012-08-036-8/+44
* [Chromoting] Moving Windows-only host installation script to remoting/host/wi...alexeypa@google.com2012-08-034-5/+5
* [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