summaryrefslogtreecommitdiffstats
path: root/remoting/protocol/fake_authenticator.h
Commit message (Expand)AuthorAgeFilesLines
* Add signatures for session-description messages.sergeyu2016-03-181-14/+18
* Remove first_message argument from AuthenticatorFactory::Create().sergeyu2016-03-071-2/+1
* Switch to standard integer types in remoting/.avi2015-12-221-0/+1
* Enable QUIC support in chromotingsergeyu2015-08-141-0/+3
* Add P2PDatagramSocket and P2PStreamSocket interfaces.sergeyu2015-07-201-2/+2
* Standardize usage of virtual/override/final in remoting/dcheng2014-10-211-15/+13
* replace OVERRIDE and FINAL with override and final in remoting/mostynb2014-10-081-8/+8
* Move PseudoTCP and channel auth out of LibjingleTransportFactory.sergeyu2014-09-121-5/+3
* Revert of Move PseudoTCP and channel auth out of LibjingleTransportFactory. (...nasko2014-09-111-3/+5
* Move PseudoTCP and channel auth out of LibjingleTransportFactory.sergeyu2014-09-111-5/+3
* Cause:kelvinp@chromium.org2014-04-071-1/+12
* Refactor of Authenticator to allow it to ProcessMessage asynchronously and th...rmsousa@chromium.org2013-03-011-1/+2
* Reland 137824 - was reverted by mistakesergeyu@chromium.org2012-05-221-0/+1
* This broke M20 build.dharani@chromium.org2012-05-221-1/+0
* Properly handle accounts that don't have GMail account.sergeyu@chromium.org2012-05-181-0/+1
* Delete Session and SessionManager object synchronously.sergeyu@chromium.org2012-02-241-2/+11
* Use scoped_ptr<> for channel creation callbacks.sergeyu@chromium.org2012-02-051-2/+3
* Change Authenticator interface to properly handle protocol errors.sergeyu@chromium.org2012-01-241-1/+2
* Use scoped_ptr<>.Pass() to pass ownership in the remoting protocol code.sergeyu@chromium.org2012-01-201-3/+4
* Separate Authenticator and Session unittests.sergeyu@chromium.org2011-12-131-0/+94