summaryrefslogtreecommitdiffstats
path: root/remoting/protocol/protocol_test_client.cc
Commit message (Expand)AuthorAgeFilesLines
* Remove chromotocol_test_clientsergeyu@chromium.org2011-11-181-367/+0
* Move code in src/remoting to the new callbacks.sergeyu@chromium.org2011-11-101-4/+3
* Switch remoting/protocol to new callbackssergeyu@chromium.org2011-10-071-2/+2
* Begin CompletionCallback switchover.willchan@chromium.org2011-10-011-2/+2
* Remove old sandboxing-related code.sergeyu@chromium.org2011-09-231-1/+1
* Pass SessionConfig by reference instead of pointer.sergeyu@chromium.org2011-09-101-1/+1
* Use MessageLoopProxy for network message loop.sergeyu@chromium.org2011-08-121-1/+3
* Asynchronous initialization in SessionManager.sergeyu@chromium.org2011-07-281-15/+18
* Expose nat_traversal flag to host and client plugins.sergeyu@chromium.org2011-07-261-1/+1
* Rename CommandLine::GetArgs(), update callers.msw@chromium.org2011-07-131-1/+1
* Minor cleanups in JingleSession and JingleSessionManager.sergeyu@chromium.org2011-07-071-1/+1
* Make Session and SessionManager not thread-safe and not ref-counted.sergeyu@chromium.org2011-07-061-30/+10
* Remove JingleClient.sergeyu@chromium.org2011-06-291-43/+33
* Cleanup client shutdown sequence.sergeyu@chromium.org2011-06-241-1/+5
* Cleanup usage of JingleThread in the protocol code.sergeyu@chromium.org2011-06-241-3/+3
* Move SignalStrategy and its implementations to separate files.sergeyu@chromium.org2011-06-211-0/+1
* roll clang 131935:132017thakis@chromium.org2011-06-081-0/+2
* Initial key exchange implementation.sergeyu@chromium.org2011-06-011-3/+3
* Wire in OAuth2 support into non-sandboxed connections in libjingle.ajwong@chromium.org2011-05-251-5/+9
* Roll new libjingle. Use the new incoming_only flag in chromoting host.sergeyu@chromium.org2011-05-101-1/+1
* Move crypto files out of base, to a top level directory.rvargas@google.com2011-04-141-4/+4
* Replace libjingle's HttpPortAllocatorSession with Pepper's http clienthclam@google.com2011-03-081-1/+2
* Refactor JingleClient to support thunking the xmpp signaling into Javascript.ajwong@chromium.org2011-03-031-2/+6
* Fix up mac test client and simple host for remoting.dmaclach@chromium.org2011-03-021-0/+5
* Remove auto generation of certificate when chromoting client connectshclam@chromium.org2011-02-041-1/+1
* Remove obsolete base/lock.h and fix up callers to use the new header file andbrettw@chromium.org2011-01-211-4/+4
* Begin adding mutual authentication into the SessionManager::connect() call.ajwong@chromium.org2010-11-241-1/+2
* Chromoting: Rename ChromotocolConfig -> SessionConfiggarykac@chromium.org2010-11-081-4/+2
* Rename classes for Chromoting:garykac@chromium.org2010-11-031-39/+42
* Convert implicit scoped_refptr constructor calls to explicit ones, part 2thakis@chromium.org2010-11-021-2/+2
* Convert implicit scoped_refptr constructor calls to explicit ones, part 1thakis@chromium.org2010-11-011-2/+2
* Cleanups in the chromotocol code.sergeyu@chromium.org2010-10-271-19/+19
* Implemented chromotocol configuration negotiation.sergeyu@chromium.org2010-10-241-10/+15
* Remove old tunneling code from remoting/jingle_glue.sergeyu@chromium.org2010-10-141-15/+0
* Implemented basic support Chromotocol connection.sergeyu@chromium.org2010-09-281-0/+380