summaryrefslogtreecommitdiffstats
path: root/remoting/protocol/channel_multiplexer.cc
Commit message (Expand)AuthorAgeFilesLines
* Simplify message parsing.sergeyu2016-01-301-6/+9
* Remove done notifications from incoming message handlers.sergeyu2016-01-301-21/+9
* Fix BufferedSocketWriter to buffer everything before it starts writing.sergeyu2016-01-141-4/+4
* Include <utility> in files that use std::move() in remoting/protocol.sergeyu2015-12-241-0/+2
* Use std::move() instead of scoped_ptr<>::Pass() in remoting/protocolsergeyu2015-12-221-8/+8
* Switch to standard integer types in remoting/.avi2015-12-221-0/+2
* Fix BufferedSocketWriter not to return any results from Write().sergeyu2015-07-301-11/+6
* Add P2PDatagramSocket and P2PStreamSocket interfaces.sergeyu2015-07-201-72/+17
* Collect all ConnectionAttempts from both sockets in TransportConnectJob.ttuttle2015-05-151-0/+6
* Fix MessageReader to pass errors to the channelsergeyu2015-05-141-26/+46
* Cleanup channel dispatcherssergeyu2015-01-101-3/+4
* replace NULL->nullptr in src/remoting.sergeyu2015-01-091-5/+5
* Standardize usage of virtual/override/final in remoting/dcheng2014-10-211-34/+24
* replace OVERRIDE and FINAL with override and final in remoting/mostynb2014-10-081-18/+18
* Cleanup usage of scoped_ptr<> in remoting for C++11sergeyu2014-09-291-2/+2
* Move PseudoTCP and channel auth out of LibjingleTransportFactory.sergeyu2014-09-121-1/+1
* Revert of Move PseudoTCP and channel auth out of LibjingleTransportFactory. (...nasko2014-09-111-1/+1
* Move PseudoTCP and channel auth out of LibjingleTransportFactory.sergeyu2014-09-111-1/+1
* Cleanup ChannelFactory interfacesergeyu2014-09-091-13/+5
* Add basic perf tests for chromoting protocol.sergeyu@chromium.org2014-07-251-0/+1
* Rename remoting/protocol/util.h to message_serialization.hsergeyu@chromium.org2014-04-101-1/+1
* make SetReceiveBufferSize and SetSendBufferSize return net error codes (inste...jar@chromium.org2014-04-091-7/+7
* Revert 261966 "make SetReceiveBufferSize and SetSendBufferSize r..."jschuh@chromium.org2014-04-051-8/+8
* make SetReceiveBufferSize and SetSendBufferSize return net error codes (inste...jar@chromium.org2014-04-051-8/+8
* Update remoting/ and jingle/ to use scoped_refptr<T>::get() rather than impli...rsleevi@chromium.org2013-06-011-1/+1
* remoting: Remove use of ALLOW_THIS_IN_INITIALIZER_LIST.scherkus@chromium.org2013-04-271-1/+1
* Remove experimental code to pick the "warmest" socketmmenke@chromium.org2013-03-301-8/+0
* Linux/ChromeOS Chromium style checker cleanup, remoting/ edition.rsleevi@chromium.org2013-02-061-1/+1
* Fix ChannelMultiplexer to properly handle base channel creation failure.sergeyu@chromium.org2012-09-261-30/+40
* Add support for multiplexed channels in remoting::protocol::Session interface.sergeyu@chromium.org2012-08-181-4/+8
* Implement ChannelMultiplexer.sergeyu@chromium.org2012-08-081-0/+513