summaryrefslogtreecommitdiffstats
path: root/remoting/protocol
Commit message (Expand)AuthorAgeFilesLines
* 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
* Rename ChromotingView to ClientUserInterface. Clean it up.sergeyu@chromium.org2012-07-232-1/+4
* Revert 147595 - Rename ChromotingView to ClientUserInterface. Clean it up.sergeyu@chromium.org2012-07-202-4/+1
* Rename ChromotingView to ClientUserInterface. Clean it up.sergeyu@chromium.org2012-07-202-1/+4
* Change SpdySession::GetSSLInfo to get the SSLInfo from the underlying socketrch@chromium.org2012-07-192-0/+10
* [Chromoting] Add cross-platform unit tests for the capturers.simonmorris@chromium.org2012-07-171-0/+12
* Fix MessageReader to handle errors properly.sergeyu@chromium.org2012-07-144-9/+34
* Rolling libjingle to 159.ronghuawu@chromium.org2012-07-141-1/+1
* Piping for host-side audio capturekxing@chromium.org2012-07-131-1/+1
* Use callback interface for state notifications in Session interface.sergeyu@chromium.org2012-07-1215-161/+109
* Remove SSLHostInfo.agl@chromium.org2012-06-271-1/+1
* Remove unused fields found by clang's new Wunused-private-fields.thakis@chromium.org2012-06-272-3/+1
* Renamed VideoStub::GetPendingPackets() to VideoStub::GetPendingVideoPackets()kxing@chromium.org2012-06-264-4/+4
* RefCounted types should not have public destructors, delegate cleanuprsleevi@chromium.org2012-06-261-4/+6
* Refactored similar code in ContentDescription::ParseXml()kxing@chromium.org2012-06-262-47/+47
* Added piping for sending audio packets from host to client.kxing@chromium.org2012-06-2510-52/+217
* Cleaned up the reader and writer create methods to return scoped_ptr.kxing@chromium.org2012-06-158-16/+20
* Added files for audio readers.kxing@chromium.org2012-06-152-0/+135
* [Chromoting] Make ChromotingHost's dependency on libjingle injected, instead ...simonmorris@chromium.org2012-06-152-0/+39
* Added files for audio writers.kxing@chromium.org2012-06-152-0/+147
* fixed issue 128383 - replace GetPeerAddress(AddressList* address) with GetPee...zhaoqin@chromium.org2012-06-082-7/+5
* Created an AudioStub for Chromoting audio.kxing@chromium.org2012-06-071-0/+34
* Revert 140846 - (relanding r140697)rsleevi@chromium.org2012-06-063-26/+72
* Revert 140697 - Maybe caused sizes regression (which would be acceptablersleevi@chromium.org2012-06-063-72/+26
* Move the core state machine of SSLClientSocketNSS into a thread-safe Corersleevi@chromium.org2012-06-063-26/+72
* Removed the dead function OnVideoPacket().kxing@chromium.org2012-06-051-3/+0
* [Chromoting] Initial plumbing for cursor shape.garykac@chromium.org2012-06-029-8/+62
* [Chromoting] Let the Windows IT2Me host send clipboard events to the client.simonmorris@chromium.org2012-05-313-2/+94
* Disable V1 auth support in remoting client and Me2Me host.sergeyu@chromium.org2012-05-311-10/+0