summaryrefslogtreecommitdiffstats
path: root/remoting/protocol/fake_session.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove video_channel() from Session interfacesergeyu@chromium.org2011-08-111-18/+77
* Revert 96089 - Remove video_channel() from Session interfacesergeyu@chromium.org2011-08-101-77/+18
* Remove video_channel() from Session interfacesergeyu@chromium.org2011-08-091-18/+77
* Add an authentication step to stream channel setup in JingleStreamConnector.wez@chromium.org2011-07-291-1/+9
* Revert 94247 - Add an authentication step to stream channel setup in JingleSt...wez@chromium.org2011-07-271-9/+1
* Add an authentication step to stream channel setup in JingleStreamConnector.wez@chromium.org2011-07-271-1/+9
* Move channel initialization logic to JingleChannel class.sergeyu@chromium.org2011-07-151-0/+12
* Revert 92641 because it doesn't compile - Move channel initialization logic t...sadrul@chromium.org2011-07-151-12/+0
* Move channel initialization logic to JingleChannel class.sergeyu@chromium.org2011-07-151-0/+12
* Make Session and SessionManager not thread-safe and not ref-counted.sergeyu@chromium.org2011-07-061-7/+1
* Changed MessageReader so that it doesn't read from the socket if there aresergeyu@chromium.org2011-01-221-2/+2
* Begin adding mutual authentication into the SessionManager::connect() call.ajwong@chromium.org2010-11-241-0/+16
* Unittests for RTP packetizer and depacketizer.sergeyu@chromium.org2010-11-171-2/+58
* Chromoting: Rename ChromotocolConfig -> SessionConfiggarykac@chromium.org2010-11-081-8/+5
* Rename classes for Chromoting:garykac@chromium.org2010-11-031-0/+138