summaryrefslogtreecommitdiffstats
path: root/remoting/protocol/jingle_session_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Migrate remoting/ to base::RunLoop::RunUntilIdle();tfarina@chromium.org2014-01-241-3/+4
* Fix LibjingleTransportFactory to refresh STUN/Relay.sergeyu@chromium.org2013-12-161-5/+7
* Revert 240926 "Fix LibjingleTransportFactory to refresh STUN/Relay."sergeyu@chromium.org2013-12-161-7/+5
* Fix LibjingleTransportFactory to refresh STUN/Relay.sergeyu@chromium.org2013-12-161-5/+7
* Cleanup LibjingleTransportFactorysergeyu@chromium.org2013-12-121-4/+16
* Use a direct include of the message_loop header in remoting/.avi@chromium.org2013-07-171-1/+1
* Use a direct include of time headers in ppapi/, printing/, remoting/.avi@chromium.org2013-06-281-2/+2
* remoting: Use base::MessageLoop.xhwang@chromium.org2013-04-301-3/+4
* Rewrite std::string("") to std::string(), Linux edition.dcheng@chromium.org2013-04-091-1/+1
* Revert "Rewrite std::string("") to std::string(), Linux edition."dcheng@chromium.org2013-04-091-1/+1
* Rewrite std::string("") to std::string(), Linux edition.dcheng@chromium.org2013-04-091-1/+1
* remoting: Update calls froms RunAllPending() to RunUntilIdle().tfarina@chromium.org2012-11-011-3/+3
* Clean up remoting::VideoScheduler implementation: wez@chromium.org2012-10-261-1/+1
* Add support for multiplexed channels in remoting::protocol::Session interface.sergeyu@chromium.org2012-08-181-13/+48
* Always use chromium threads for IO in remoting hostsergeyu@chromium.org2012-07-271-5/+2
* Revert 148418 - Always use chromium threads for IO in remoting hostsergeyu@chromium.org2012-07-261-2/+5
* Always use chromium threads for IO in remoting hostsergeyu@chromium.org2012-07-251-5/+2
* [Chromoting] Fix unit test warnings introduced in r146455.simonmorris@chromium.org2012-07-241-0/+12
* Use callback interface for state notifications in Session interface.sergeyu@chromium.org2012-07-121-38/+29
* Move PortAllocator creation out of LibjingleTransportFactory.sergeyu@chromium.org2012-04-301-6/+5
* Fix flakiness of the TestFailedChannelAuth unittest.sergeyu@chromium.org2012-03-021-13/+26
* Set incoming_only flag on the host side when NAT traversal is disabled.sergeyu@chromium.org2012-03-021-1/+2
* * Remove the dependency to ws2_32.dll from talk_base::ThreadManager and talk_...ronghuawu@chromium.org2012-03-011-9/+11
* Fix JingleSession to properly set initiator field in session.sergeyu@chromium.org2012-02-291-0/+10
* Rename PepperSession to JingleSession.sergeyu@chromium.org2012-02-241-0/+375
* Switch host to the new signaling code.sergeyu@chromium.org2012-02-221-395/+0
* Use scoped_ptr<> for channel creation callbacks.sergeyu@chromium.org2012-02-051-73/+24
* Use scoped_ptr<>.Pass() to pass ownership in the remoting protocol code.sergeyu@chromium.org2012-01-201-11/+10
* Restrict Me2Me host to the 12400-12409 port range.sergeyu@chromium.org2012-01-131-4/+4
* Remove dependency on HostConfig from ChromotingHost and other classes.sergeyu@chromium.org2012-01-071-2/+3
* Remove task.h and finish base::Bind() migration.ajwong@chromium.org2012-01-061-2/+1
* Refactor SignalStrategy so that it can be reused for multiple connections.sergeyu@chromium.org2012-01-031-6/+5
* Implement multi-step auth support in PepperSession.sergeyu@chromium.org2011-12-141-20/+20
* Multi-step authentication support in JingleSession.sergeyu@chromium.org2011-12-131-7/+34
* Separate Authenticator and Session unittests.sergeyu@chromium.org2011-12-131-680/+181
* Migrate net/socket/socket.h, net/socket/stream_socket.h to base::Bind().ajwong@chromium.org2011-12-091-16/+12
* Removing MessageLoop::QuitTask() from remoting/dcheng@chromium.org2011-12-091-1/+1
* Add AUTHENTICATED session state.sergeyu@chromium.org2011-12-061-0/+6
* Fix leak in remoting_unittests caused by crrev.com/112127sergeyu@chromium.org2011-11-301-1/+1
* Use Authenticator interface in Session and SessionManager.sergeyu@chromium.org2011-11-301-28/+164
* Remove AccessVerifier interface.sergeyu@chromium.org2011-11-291-3/+5
* Remove JingleSessionManager::set_allow_local_ips().sergeyu@chromium.org2011-11-291-2/+0
* Remove event_channel() and control_channel() from Session interface.sergeyu@chromium.org2011-11-221-43/+26
* Callback API Change: Reimplement Bind(); support IgnoreResult, full currying,...ajwong@chromium.org2011-11-211-1/+1
* Refactor ChannelAuthenticator so that it can be used with Authenticator.sergeyu@chromium.org2011-11-151-1/+1
* Make ConnectionToClient and ClientSession not ref-counted.sergeyu@chromium.org2011-11-111-2/+2
* Move code in src/remoting to the new callbacks.sergeyu@chromium.org2011-11-101-2/+2
* Switch remoting/protocol to new callbackssergeyu@chromium.org2011-10-071-6/+6
* Begin CompletionCallback switchover.willchan@chromium.org2011-10-011-4/+4
* Marked JingleSessionTest.TestSpeed as flakyrickcam@chromium.org2011-09-281-1/+1