summaryrefslogtreecommitdiffstats
path: root/remoting/protocol/connection_to_client_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Remove task.h and finish base::Bind() migration.ajwong@chromium.org2012-01-061-2/+2
* Add AUTHENTICATED session state.sergeyu@chromium.org2011-12-061-0/+2
* Remove AccessVerifier interface.sergeyu@chromium.org2011-11-291-1/+3
* Remove event_channel() and control_channel() from Session interface.sergeyu@chromium.org2011-11-221-2/+0
* Make ConnectionToClient and ClientSession not ref-counted.sergeyu@chromium.org2011-11-111-5/+4
* Access ChromotingHost::clients_ only on network thread.sergeyu@chromium.org2011-11-111-8/+5
* Move ConnectionToClient::EventHandler from ChromotingHost to ClientSessionsergeyu@chromium.org2011-11-101-2/+2
* Switch remoting/protocol to new callbackssergeyu@chromium.org2011-10-071-6/+7
* Add MessageLoopProxy::currentnduca@chromium.org2011-08-151-1/+1
* Use MessageLoopProxy for network message loop.sergeyu@chromium.org2011-08-121-1/+3
* Remove video_channel() from Session interfacesergeyu@chromium.org2011-08-111-1/+6
* Revert 96089 - Remove video_channel() from Session interfacesergeyu@chromium.org2011-08-101-4/+1
* Remove video_channel() from Session interfacesergeyu@chromium.org2011-08-091-1/+4
* Fix Valgrind errors in remoting_unittests.sergeyu@chromium.org2011-07-071-2/+0
* Make Session and SessionManager not thread-safe and not ref-counted.sergeyu@chromium.org2011-07-061-8/+9
* Close all writers before JingleSession is destroyed.sergeyu@chromium.org2011-06-301-0/+17
* The authenticated_ fields are moved out of stubs and intosimonmorris@chromium.org2011-03-311-1/+2
* ChromotingHost can have multiple connections, but only onesimonmorris@chromium.org2011-03-231-3/+3
* Another big out-of-lining of test code. Hits a lot of gmock objectserg@google.com2011-02-081-1/+1
* More out-of-lining of test code, along with a bunch of GMOCK objects.erg@google.com2011-02-081-1/+1
* Use VideoStub interface on the host side.sergeyu@chromium.org2010-11-191-9/+4
* Implement input stub in the host side for chromotinghclam@chromium.org2010-11-161-1/+4
* Add DEPS files in remoting subdirectories.sergeyu@chromium.org2010-11-051-1/+0
* Moving/Rename host/ClientConnection.{h,cc} -> protocol/ConnectionToClient.{h,cc}ajwong@chromium.org2010-11-041-0/+91