summaryrefslogtreecommitdiffstats
path: root/tubes/qa
Commit message (Expand)AuthorAgeFilesLines
* tubes: finish efforts to make TeleManager staticMatúš Kukan2012-08-081-13/+9
* tubes: do not queue incoming packetsMatúš Kukan2012-08-041-16/+1
* tubes: avoid boost::signaling received packetsMatúš Kukan2012-08-041-14/+0
* tubes: send file when inviting contact to MUC collaborationMatúš Kukan2012-07-261-1/+1
* tubes: kill double-singletonning of TeleManagerMatúš Kukan2012-07-261-3/+2
* tubes: resurrect unit test to serve againMatúš Kukan2012-07-261-190/+97
* tubes: remove unused TeleManager::mbAcceptIncomingMatúš Kukan2012-07-171-2/+2
* tubes: split TeleManager::connect method.Matúš Kukan2012-07-171-8/+24
* cleanout flushLoopEike Rathke2012-07-171-8/+0
* tubes: quick hack to allow running two instancesWill Thompson2012-07-171-2/+2
* Include packet in packetReceived signals.Will Thompson2012-07-171-10/+9
* tubes: replace packetReceived link with a boost signalWill Thompson2012-07-171-6/+14
* tubes: push sent packets onto the incoming queue.Will Thompson2012-07-171-3/+8
* Use a slightly nicer filenameWill Thompson2012-07-171-1/+1
* tubes test: remove an unused functionWill Thompson2012-07-171-9/+0
* tubes test: disable testFailAlways()Will Thompson2012-07-171-1/+3
* fixup!Will Thompson2012-07-171-1/+1
* WIPWill Thompson2012-07-171-5/+5
* tubes: wrapper to enable tubesEike Rathke2012-07-171-2/+13
* tubes: implement receiving files.Will Thompson2012-07-171-0/+18
* tubes test: fix stack corruption on test failureWill Thompson2012-07-171-3/+9
* tubes: Add preliminary API for sending a fileWill Thompson2012-07-171-0/+21
* tubes test: refactor spinning mainloopWill Thompson2012-07-171-14/+20
* tubes: make startBuddySession take a TpContact *.Will Thompson2012-07-171-2/+4
* tubes test: find TpContact* for accepterWill Thompson2012-07-171-5/+37
* tubes test: store OString identifiersWill Thompson2012-07-171-6/+11
* tubes: Give a useful error when test-config.ini is missing.Will Thompson2012-07-172-3/+12
* Make startBuddySession() take a TpAccount *.Will Thompson2012-07-171-1/+3
* tubes: move hardcoded test accounts to an .ini fileWill Thompson2012-07-171-7/+15
* make service name configurable for testsEike Rathke2012-07-171-5/+3
* singleton implEike Rathke2012-07-171-7/+6
* tubes: add API to find contacts with LibO tube supportWill Thompson2012-07-171-0/+56
* restructure things to one account manager and one connectionEike Rathke2012-07-171-6/+32
* implementing Telepathy Tubes interfaceEike Rathke2012-07-171-0/+188