| Commit message (Expand) | Author | Age | Files | Lines |
* | Add net/base/test_data_directory.h | toyoshim@chromium.org | 2012-11-01 | 2 | -2/+2 |
* | Clean up remoting::VideoScheduler implementation: | wez@chromium.org | 2012-10-26 | 4 | -4/+5 |
* | Add opus audio codec support in remoting | sergeyu@chromium.org | 2012-10-23 | 1 | -0/+4 |
* | Revert 163650 - Add opus audio codec support in remoting | sergeyu@chromium.org | 2012-10-23 | 1 | -4/+0 |
* | Add opus audio codec support in remoting | sergeyu@chromium.org | 2012-10-23 | 1 | -0/+4 |
* | Protocol plumbing for audio toggle. | rmsousa@chromium.org | 2012-10-18 | 5 | -0/+16 |
* | Delete some unused code found by -Wunused-function | thakis@chromium.org | 2012-10-01 | 1 | -8/+0 |
* | Fix ChannelMultiplexer to properly handle base channel creation failure. | sergeyu@chromium.org | 2012-09-26 | 6 | -60/+171 |
* | Always enabled audio in remoting host, disable it for It2Me, minor cleanups. | sergeyu@chromium.org | 2012-09-13 | 4 | -27/+26 |
* | Fix MessageReader not to invoke message callback from done callback. | sergeyu@chromium.org | 2012-09-13 | 3 | -20/+78 |
* | [Chromoting] Refactoring DesktopEnvironment and moving screen/audio recorders... | alexeypa@chromium.org | 2012-09-12 | 2 | -5/+2 |
* | Revert 156297 - [Chromoting] Refactoring DesktopEnvironment and moving screen... | peter@chromium.org | 2012-09-12 | 2 | -2/+5 |
* | [Chromoting] Refactoring DesktopEnvironment and moving screen/audio recorders... | alexeypa@chromium.org | 2012-09-12 | 2 | -5/+2 |
* | Remove support for Windows-style keycodes. | wez@chromium.org | 2012-09-11 | 6 | -78/+17 |
* | Revert 155574 - [Chromoting] Refactoring DesktopEnvironment and moving screen... | alexeypa@chromium.org | 2012-09-09 | 2 | -2/+5 |
* | [Chromoting] Refactoring DesktopEnvironment and moving screen/audio recorders... | alexeypa@chromium.org | 2012-09-08 | 2 | -5/+2 |
* | Revert 155219 - [Chromoting] Refactoring DesktopEnvironment and moving screen... | alexeypa@google.com | 2012-09-06 | 2 | -2/+5 |
* | [Chromoting] Refactoring DesktopEnvironment and moving screen/audio recorders... | alexeypa@chromium.org | 2012-09-06 | 2 | -5/+2 |
* | Enable channel multiplexing in chromoting. | sergeyu@chromium.org | 2012-09-05 | 1 | -21/+16 |
* | Remove CHECK() from MessageReader destructor. | sergeyu@chromium.org | 2012-09-01 | 1 | -1/+0 |
* | Cleanup RectangleUpdateDecoder and VideoStub | sergeyu@chromium.org | 2012-08-30 | 4 | -15/+2 |
* | Make MessageReader class not ref-counted. | sergeyu@chromium.org | 2012-08-23 | 3 | -69/+33 |
* | Fix chromoting client compatibility with M22 builds. | sergeyu@chromium.org | 2012-08-23 | 1 | -9/+22 |
* | Removed Vorbis from the audio codecs and replaced it with Opus. | kxing@chromium.org | 2012-08-23 | 2 | -3/+3 |
* | Disable chromoting channel multiplexing | sergeyu@chromium.org | 2012-08-23 | 1 | -16/+21 |
* | Moved the video encoders/decoders to the codec directory. | kxing@chromium.org | 2012-08-23 | 2 | -2/+3 |
* | Enable Audio support on Chromoting client. | sergeyu@chromium.org | 2012-08-22 | 3 | -7/+24 |
* | Improve handling of NONE transport in channel configuration. | sergeyu@chromium.org | 2012-08-22 | 4 | -29/+77 |
* | Enable channel multiplexing for control, event and audio channels. | sergeyu@chromium.org | 2012-08-22 | 5 | -20/+71 |
* | Speex encoding/decoding. | kxing@chromium.org | 2012-08-21 | 3 | -0/+6 |
* | Add MouseClampingFilter and update ClientSession to use it. | wez@chromium.org | 2012-08-21 | 1 | -2/+0 |
* | Allow input & clipboard filters to be disabled without NULLing target stub. | wez@chromium.org | 2012-08-20 | 7 | -13/+175 |
* | Use ClipboardFilter in ClientSession to implement auth & disable-input blocking. | wez@chromium.org | 2012-08-19 | 2 | -8/+22 |
* | Add support for multiplexed channels in remoting::protocol::Session interface. | sergeyu@chromium.org | 2012-08-18 | 20 | -221/+230 |
* | Tidy up ChromotingInstance members a little. | wez@chromium.org | 2012-08-15 | 2 | -0/+4 |
* | Add mux-stream transport support in session description | sergeyu@chromium.org | 2012-08-15 | 4 | -111/+72 |
* | Update JingleThreadWrapper to allow it to be created using task runner. | sergeyu@chromium.org | 2012-08-14 | 1 | -2/+2 |
* | Remove the HostEventStub aggregate interface. | wez@chromium.org | 2012-08-10 | 3 | -47/+0 |
* | Clean-up inline members of nested classes (remoting/) | hans@chromium.org | 2012-08-09 | 2 | -0/+7 |
* | Implement ChannelMultiplexer. | sergeyu@chromium.org | 2012-08-08 | 7 | -30/+967 |
* | Remove V1 chromoting authenticators | sergeyu@chromium.org | 2012-08-07 | 8 | -380/+20 |
* | Add unittests for BufferedSocketWriter and fix some bugs in that code. | sergeyu@chromium.org | 2012-08-01 | 5 | -63/+325 |
* | Always use chromium threads for IO in remoting host | sergeyu@chromium.org | 2012-07-27 | 3 | -8/+8 |
* | Skip unknown channel configurations when parsing session config. | sergeyu@chromium.org | 2012-07-27 | 4 | -35/+91 |
* | Disable TCP ports in the default LibjingleTransportFactory() constructor. | sergeyu@chromium.org | 2012-07-26 | 1 | -0/+5 |
* | Revert 148418 - Always use chromium threads for IO in remoting host | sergeyu@chromium.org | 2012-07-26 | 3 | -8/+8 |
* | Always use chromium threads for IO in remoting host | sergeyu@chromium.org | 2012-07-25 | 3 | -8/+8 |
* | Fix invalid header guards in jingle_session(_manager)?.h | sergeyu@chromium.org | 2012-07-25 | 2 | -6/+6 |
* | Created define to switch on/off audio. | kxing@chromium.org | 2012-07-24 | 1 | -6/+4 |
* | Fix incorrect ready state events. | sergeyu@chromium.org | 2012-07-24 | 2 | -2/+2 |