summaryrefslogtreecommitdiffstats
path: root/remoting/protocol
Commit message (Expand)AuthorAgeFilesLines
* Add opus audio codec support in remotingsergeyu@chromium.org2012-10-231-0/+4
* Revert 163650 - Add opus audio codec support in remotingsergeyu@chromium.org2012-10-231-4/+0
* Add opus audio codec support in remotingsergeyu@chromium.org2012-10-231-0/+4
* Protocol plumbing for audio toggle.rmsousa@chromium.org2012-10-185-0/+16
* Delete some unused code found by -Wunused-functionthakis@chromium.org2012-10-011-8/+0
* Fix ChannelMultiplexer to properly handle base channel creation failure.sergeyu@chromium.org2012-09-266-60/+171
* Always enabled audio in remoting host, disable it for It2Me, minor cleanups.sergeyu@chromium.org2012-09-134-27/+26
* Fix MessageReader not to invoke message callback from done callback.sergeyu@chromium.org2012-09-133-20/+78
* [Chromoting] Refactoring DesktopEnvironment and moving screen/audio recorders...alexeypa@chromium.org2012-09-122-5/+2
* Revert 156297 - [Chromoting] Refactoring DesktopEnvironment and moving screen...peter@chromium.org2012-09-122-2/+5
* [Chromoting] Refactoring DesktopEnvironment and moving screen/audio recorders...alexeypa@chromium.org2012-09-122-5/+2
* Remove support for Windows-style keycodes.wez@chromium.org2012-09-116-78/+17
* Revert 155574 - [Chromoting] Refactoring DesktopEnvironment and moving screen...alexeypa@chromium.org2012-09-092-2/+5
* [Chromoting] Refactoring DesktopEnvironment and moving screen/audio recorders...alexeypa@chromium.org2012-09-082-5/+2
* Revert 155219 - [Chromoting] Refactoring DesktopEnvironment and moving screen...alexeypa@google.com2012-09-062-2/+5
* [Chromoting] Refactoring DesktopEnvironment and moving screen/audio recorders...alexeypa@chromium.org2012-09-062-5/+2
* Enable channel multiplexing in chromoting.sergeyu@chromium.org2012-09-051-21/+16
* Remove CHECK() from MessageReader destructor.sergeyu@chromium.org2012-09-011-1/+0
* Cleanup RectangleUpdateDecoder and VideoStubsergeyu@chromium.org2012-08-304-15/+2
* Make MessageReader class not ref-counted.sergeyu@chromium.org2012-08-233-69/+33
* Fix chromoting client compatibility with M22 builds.sergeyu@chromium.org2012-08-231-9/+22
* Removed Vorbis from the audio codecs and replaced it with Opus.kxing@chromium.org2012-08-232-3/+3
* Disable chromoting channel multiplexingsergeyu@chromium.org2012-08-231-16/+21
* Moved the video encoders/decoders to the codec directory.kxing@chromium.org2012-08-232-2/+3
* Enable Audio support on Chromoting client.sergeyu@chromium.org2012-08-223-7/+24
* Improve handling of NONE transport in channel configuration.sergeyu@chromium.org2012-08-224-29/+77
* Enable channel multiplexing for control, event and audio channels.sergeyu@chromium.org2012-08-225-20/+71
* Speex encoding/decoding.kxing@chromium.org2012-08-213-0/+6
* Add MouseClampingFilter and update ClientSession to use it.wez@chromium.org2012-08-211-2/+0
* Allow input & clipboard filters to be disabled without NULLing target stub.wez@chromium.org2012-08-207-13/+175
* Use ClipboardFilter in ClientSession to implement auth & disable-input blocking.wez@chromium.org2012-08-192-8/+22
* Add support for multiplexed channels in remoting::protocol::Session interface.sergeyu@chromium.org2012-08-1820-221/+230
* Tidy up ChromotingInstance members a little.wez@chromium.org2012-08-152-0/+4
* Add mux-stream transport support in session descriptionsergeyu@chromium.org2012-08-154-111/+72
* Update JingleThreadWrapper to allow it to be created using task runner.sergeyu@chromium.org2012-08-141-2/+2
* Remove the HostEventStub aggregate interface.wez@chromium.org2012-08-103-47/+0
* Clean-up inline members of nested classes (remoting/)hans@chromium.org2012-08-092-0/+7
* Implement ChannelMultiplexer.sergeyu@chromium.org2012-08-087-30/+967
* Remove V1 chromoting authenticatorssergeyu@chromium.org2012-08-078-380/+20
* Add unittests for BufferedSocketWriter and fix some bugs in that code.sergeyu@chromium.org2012-08-015-63/+325
* Always use chromium threads for IO in remoting hostsergeyu@chromium.org2012-07-273-8/+8
* Skip unknown channel configurations when parsing session config.sergeyu@chromium.org2012-07-274-35/+91
* Disable TCP ports in the default LibjingleTransportFactory() constructor.sergeyu@chromium.org2012-07-261-0/+5
* Revert 148418 - Always use chromium threads for IO in remoting hostsergeyu@chromium.org2012-07-263-8/+8
* Always use chromium threads for IO in remoting hostsergeyu@chromium.org2012-07-253-8/+8
* 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-241-6/+4
* Fix incorrect ready state events.sergeyu@chromium.org2012-07-242-2/+2
* [Chromoting] Fix unit test warnings introduced in r146455.simonmorris@chromium.org2012-07-241-0/+12
* Show connection state in the Chromoting client UI.sergeyu@chromium.org2012-07-237-0/+52