summaryrefslogtreecommitdiffstats
path: root/remoting/protocol/fake_session.cc
Commit message (Expand)AuthorAgeFilesLines
* Enable QUIC support in chromotingsergeyu2015-08-141-0/+4
* Move session configuration logic to the protocol levelsergeyu2015-07-271-12/+3
* Use standard ICE in Chromoting.sergeyu2015-04-231-3/+3
* Revert of Use standard ICE in Chromoting. (patchset #7 id:160001 of https://c...sergeyu2015-04-231-3/+3
* Use standard ICE in Chromoting.sergeyu2015-04-231-3/+3
* Revert of Use standard ICE in Chromoting. (patchset #7 id:160001 of https://c...horo2015-04-231-3/+3
* Use standard ICE in Chromoting.sergeyu2015-04-231-3/+3
* replace NULL->nullptr in src/remoting.sergeyu2015-01-091-1/+1
* Cleanup Fake* classes in remoting/protocolsergeyu2014-09-231-310/+3
* Move PseudoTCP and channel auth out of LibjingleTransportFactory.sergeyu2014-09-121-2/+2
* Revert of Move PseudoTCP and channel auth out of LibjingleTransportFactory. (...nasko2014-09-111-2/+2
* Move PseudoTCP and channel auth out of LibjingleTransportFactory.sergeyu2014-09-111-2/+2
* Cleanup ChannelFactory interfacesergeyu2014-09-091-34/+7
* make SetReceiveBufferSize and SetSendBufferSize return net error codes (inste...jar@chromium.org2014-04-091-9/+11
* Revert 261966 "make SetReceiveBufferSize and SetSendBufferSize r..."jschuh@chromium.org2014-04-051-11/+9
* make SetReceiveBufferSize and SetSendBufferSize return net error codes (inste...jar@chromium.org2014-04-051-9/+11
* Use a direct include of the message_loop header in remoting/.avi@chromium.org2013-07-171-1/+1
* Update remoting/ to use WeakPtr<T>::get() instead of implicit "operator T*"akalin@chromium.org2013-06-041-4/+6
* Update remoting/ and jingle/ to use scoped_refptr<T>::get() rather than impli...rsleevi@chromium.org2013-06-011-1/+1
* remoting: Use base::MessageLoop.xhwang@chromium.org2013-04-301-15/+15
* remoting: Remove use of ALLOW_THIS_IN_INITIALIZER_LIST.scherkus@chromium.org2013-04-271-2/+2
* Remove experimental code to pick the "warmest" socketmmenke@chromium.org2013-03-301-10/+0
* Clean up remoting::VideoScheduler implementation: wez@chromium.org2012-10-261-1/+1
* Fix ChannelMultiplexer to properly handle base channel creation failure.sergeyu@chromium.org2012-09-261-10/+52
* Add support for multiplexed channels in remoting::protocol::Session interface.sergeyu@chromium.org2012-08-181-17/+25
* Add unittests for BufferedSocketWriter and fix some bugs in that code.sergeyu@chromium.org2012-08-011-3/+44
* Change SpdySession::GetSSLInfo to get the SSLInfo from the underlying socketrch@chromium.org2012-07-191-0/+8
* Fix MessageReader to handle errors properly.sergeyu@chromium.org2012-07-141-1/+9
* Use callback interface for state notifications in Session interface.sergeyu@chromium.org2012-07-121-7/+4
* fixed issue 128383 - replace GetPeerAddress(AddressList* address) with GetPee...zhaoqin@chromium.org2012-06-081-6/+4
* [Chromoting] Tighten up unit tests.simonmorris@chromium.org2012-05-241-2/+2
* Add a new GetNegotiatedProtocol method to StreamSocket and implement in all s...rch@chromium.org2012-04-031-0/+5
* Cleanup error handling in the client plugin.sergeyu@chromium.org2012-03-021-1/+1
* Use scoped_ptr<> for channel creation callbacks.sergeyu@chromium.org2012-02-051-6/+6
* Add JingleSession::OnRouteChange(), and pass IP endpoint information to alambroslambrou@chromium.org2012-01-251-1/+5
* Separate Authenticator and Session unittests.sergeyu@chromium.org2011-12-131-9/+28
* Migrate net/socket/socket.h, net/socket/stream_socket.h to base::Bind().ajwong@chromium.org2011-12-091-49/+4
* Revert 113699 - base::Bind: Convert Socket::Write.jhawkins@chromium.org2011-12-091-14/+0
* base::Bind: Convert Socket::Write.jhawkins@chromium.org2011-12-081-0/+14
* base::Bind: Convert Socket::Read.jhawkins@chromium.org2011-12-071-2/+43
* base::Bind: Convert StreamSocket::Connect.jhawkins@chromium.org2011-12-061-0/+4
* Use Authenticator interface in Session and SessionManager.sergeyu@chromium.org2011-11-301-24/+0
* Remove event_channel() and control_channel() from Session interface.sergeyu@chromium.org2011-11-221-8/+0
* Add CancelChannelCreation() in protocol::Session interface.sergeyu@chromium.org2011-11-171-0/+3
* Switch remoting/protocol to new callbackssergeyu@chromium.org2011-10-071-2/+2
* Begin CompletionCallback switchover.willchan@chromium.org2011-10-011-5/+5
* Parse termination reason and propagate the error to the Session interface.sergeyu@chromium.org2011-09-271-1/+7
* Pass SessionConfig by reference instead of pointer.sergeyu@chromium.org2011-09-101-6/+5
* Trampoline MessageReader::OnMessageDone() to correct thread.lambroslambrou@chromium.org2011-08-241-2/+16
* Simplify channel creation callbacks in remoting::Session interface.sergeyu@chromium.org2011-08-111-3/+2