summaryrefslogtreecommitdiff
path: root/tubes/qa
AgeCommit message (Expand)AuthorFilesLines
2013-04-22Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks1-23/+4
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-2/+2
2012-10-10tubes: use only one test method; and also setUp and tearDownMatúš Kukan1-41/+25
2012-10-10tubes: just hardcode the urlMatúš Kukan1-11/+2
2012-09-27tubes: let's use ctor, dtor and less methods in the testMatúš Kukan1-21/+7
2012-09-27tubes: catch exception to get more infoMatúš Kukan1-4/+12
2012-08-20tubes: move getContacts() to TeleManager where it belongs, I believeMatúš Kukan1-2/+1
2012-08-16tubes: do not include tubes' object files in unit test libraryMatúš Kukan1-44/+27
2012-08-16tubes: implement simple TestCollaboration to test receiving packetsMatúš Kukan1-3/+22
2012-08-16tubes: fix unittest again and simplifyMatúš Kukan1-77/+61
2012-08-16tubes: also prepare the Account Manager when creating; and simplifyMatúš Kukan1-11/+0
2012-08-08tubes: finish efforts to make TeleManager staticMatúš Kukan1-13/+9
2012-08-04tubes: do not queue incoming packetsMatúš Kukan1-16/+1
2012-08-04tubes: avoid boost::signaling received packetsMatúš Kukan1-14/+0
2012-07-26tubes: send file when inviting contact to MUC collaborationMatúš Kukan1-1/+1
2012-07-26tubes: kill double-singletonning of TeleManagerMatúš Kukan1-3/+2
2012-07-26tubes: resurrect unit test to serve againMatúš Kukan1-190/+97
2012-07-17tubes: remove unused TeleManager::mbAcceptIncomingMatúš Kukan1-2/+2
2012-07-17tubes: split TeleManager::connect method.Matúš Kukan1-8/+24
2012-07-17cleanout flushLoopEike Rathke1-8/+0
2012-07-17tubes: quick hack to allow running two instancesWill Thompson1-2/+2
2012-07-17Include packet in packetReceived signals.Will Thompson1-10/+9
2012-07-17tubes: replace packetReceived link with a boost signalWill Thompson1-6/+14
2012-07-17tubes: push sent packets onto the incoming queue.Will Thompson1-3/+8
2012-07-17Use a slightly nicer filenameWill Thompson1-1/+1
2012-07-17tubes test: remove an unused functionWill Thompson1-9/+0
2012-07-17tubes test: disable testFailAlways()Will Thompson1-1/+3
2012-07-17fixup!Will Thompson1-1/+1
2012-07-17WIPWill Thompson1-5/+5
2012-07-17tubes: wrapper to enable tubesEike Rathke1-2/+13
2012-07-17tubes: implement receiving files.Will Thompson1-0/+18
2012-07-17tubes test: fix stack corruption on test failureWill Thompson1-3/+9
2012-07-17tubes: Add preliminary API for sending a fileWill Thompson1-0/+21
2012-07-17tubes test: refactor spinning mainloopWill Thompson1-14/+20
2012-07-17tubes: make startBuddySession take a TpContact *.Will Thompson1-2/+4
2012-07-17tubes test: find TpContact* for accepterWill Thompson1-5/+37
2012-07-17tubes test: store OString identifiersWill Thompson1-6/+11
2012-07-17tubes: Give a useful error when test-config.ini is missing.Will Thompson2-3/+12
2012-07-17Make startBuddySession() take a TpAccount *.Will Thompson1-1/+3
2012-07-17tubes: move hardcoded test accounts to an .ini fileWill Thompson1-7/+15
2012-07-17make service name configurable for testsEike Rathke1-5/+3
2012-07-17singleton implEike Rathke1-7/+6
2012-07-17tubes: add API to find contacts with LibO tube supportWill Thompson1-0/+56
2012-07-17restructure things to one account manager and one connectionEike Rathke1-6/+32
2012-07-17implementing Telepathy Tubes interfaceEike Rathke1-0/+188