summaryrefslogtreecommitdiffstats
path: root/remoting/protocol/pepper_session_manager.cc
Commit message (Expand)AuthorAgeFilesLines
* Use scoped_ptr<>.Pass() to pass ownership in the remoting protocol code.sergeyu@chromium.org2012-01-201-7/+7
* Restrict Me2Me host to the 12400-12409 port range.sergeyu@chromium.org2012-01-131-2/+6
* Remove dependency on HostConfig from ChromotingHost and other classes.sergeyu@chromium.org2012-01-071-3/+3
* Refactor SignalStrategy so that it can be reused for multiple connections.sergeyu@chromium.org2012-01-031-13/+24
* Implement multi-step auth support in PepperSession.sergeyu@chromium.org2011-12-141-1/+4
* Use Authenticator interface in Session and SessionManager.sergeyu@chromium.org2011-11-301-8/+10
* Refactor IqRequest.sergeyu@chromium.org2011-11-041-10/+7
* Switch remoting/protocol to new callbackssergeyu@chromium.org2011-10-071-1/+1
* Replace LOG(INFO) with VLOG(1) to avoid excessive logging.sergeyu@chromium.org2011-09-291-3/+3
* Remove old sandboxing-related code.sergeyu@chromium.org2011-09-231-1/+1
* Chromoting protocol implementation based on P2P Transport API.sergeyu@chromium.org2011-09-121-0/+146