summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* check-gibber-r-multicast-sender.c: Let the holding test support multiple scen...Sjoerd Simons2007-10-151-60/+103
* simplemeshtest.py: Print packet stats when all data has been send/receivedSjoerd Simons2007-10-151-0/+2
* mesh.py: Add basic packet parsing (get the type) and statsSjoerd Simons2007-10-151-1/+23
* Send data after everyone connected. Connect the last node after receiving all...Sjoerd Simons2007-10-071-12/+35
* mesh.py: Add support for removing nodesSjoerd Simons2007-10-071-8/+6
* Add support for disconnecting the nodeSjoerd Simons2007-10-051-0/+24
* Add support for disconnecting nodesSjoerd Simons2007-10-051-5/+26
* Add a test to test the holding back/releasing of data with dependenciesSjoerd Simons2007-10-021-0/+211
* simplemeshtest.py: Tweak the setting a bit for testing the new protocolSjoerd Simons2007-10-011-4/+4
* Purely test the gibber-r-multicast-causal-transport and not the gibber-r-mult...Sjoerd Simons2007-10-014-69/+59
* check-gibber-r-multicast-sender: Set sender start pointsSjoerd Simons2007-10-011-0/+3
* Replace the depends GList in GibberRMulticastPacket with a GArraySjoerd Simons2007-09-302-13/+13
* mesh.py: Make the unknown output output a bit more compactSjoerd Simons2007-09-301-1/+1
* test-r-multicast-transport-io.c: Unref the causal and test transport as soon ...Sjoerd Simons2007-09-141-0/+2
* check-gibber-r-multicast-transport.c: Unref the causal transport as soon as t...Sjoerd Simons2007-09-141-1/+2
* check-gibber-r-multicast-packet.c: Add test for Attempt Join packetSjoerd Simons2007-09-121-4/+81
* check-gibber-r-multicast-sender.c: Cope with seperated packet_id setterSjoerd Simons2007-09-121-2/+3
* check-gibber-r-multicast-transport.c: Cope with seperated packet_id setterSjoerd Simons2007-09-121-3/+3
* Move the common reliable packet information into the common packet structure....Sjoerd Simons2007-09-123-5/+5
* Always put a causal multicast transport under the r-multicast transportSjoerd Simons2007-09-122-19/+55
* move XMPP_ERROR_UNDEFINED_CONDITION to index 0 of xmpp_errorsGuillaume Desmottes2007-10-181-1/+1
* add gibber-xmpp-error checks in test processGuillaume Desmottes2007-10-173-1/+4
* add check-gibber-xmpp-error.cGuillaume Desmottes2007-10-171-0/+138
* use "bool" instead of "b" in salut_gibber_xmpp_node_extract_properties and gi...Guillaume Desmottes2007-09-051-2/+2
* check-node-properties.c: test the boolean typeGuillaume Desmottes2007-08-171-3/+26
* Fix some silly typosSjoerd Simons2007-07-091-2/+2
* Mesh simulations: First let nodes be connected before sending dataSjoerd Simons2007-07-093-14/+34
* check-gibber-r-multicast-transport: Set data on our reply packet, not on the ...Sjoerd Simons2007-07-091-1/+1
* check-gibber-r-multicast-transport: Only do function calls after variable dec...Sjoerd Simons2007-07-091-1/+2
* check-gibber-r-multicast-transport: Turn on echoing in the test transportSjoerd Simons2007-07-091-0/+1
* test-r-multicast-transport-io: Signal connected on stdoutSjoerd Simons2007-07-091-1/+9
* Move echo simulation to the test-transportSjoerd Simons2007-07-093-6/+21
* check-gibber-r-multicast-transport.c: Set info in our own reply packet, not t...Sjoerd Simons2007-07-091-1/+1
* Only send data through the transport after it has been connectedSjoerd Simons2007-07-091-19/+38
* check-gibber-r-multicast-transport: Add test to check the right behaviour whe...Sjoerd Simons2007-07-051-4/+193
* Fix make distcleanSjoerd Simons2007-07-091-0/+2
* Deleted some gstreamer specific function identifiers in the valgrind suppress...Emanuele Aina2007-07-051-41/+0
* Deleted othe duplicated suppressionsEmanuele Aina2007-07-051-77/+0
* Deleted other suppressions related to alsa/gconf/bonobo/liboilEmanuele Aina2007-07-051-843/+0
* Removed some duplicated suppressionsEmanuele Aina2007-07-051-63/+0
* Removed valgrind suppressions relative to gconf, bonobo and fontconfigEmanuele Aina2007-07-051-955/+0
* Add valgrind suppressions for some dlopen errorsEmanuele Aina2007-07-012-1/+128
* Add the valgrind suppressions taken from gstreamerEmanuele Aina2007-07-012-0/+2692
* Add coverage and valgrind support for testsEmanuele Aina2007-06-241-0/+2
* set srdir to a default value if unsetSjoerd Simons2007-07-091-0/+3
* check-gibber-r-multicast-transport.c: Sender id's should never be 0, cope wit...Sjoerd Simons2007-07-041-6/+10
* test-r-multicast-transport-io.c: Simulate behaviour of IP_MULTICAST_LOOPSjoerd Simons2007-07-041-0/+4
* Let the tests cope with the new GibberRMulticastPacketSjoerd Simons2007-07-033-49/+66
* Add whois packet supportSjoerd Simons2007-07-022-20/+45
* GibberRMulticastPacket: Add Whois capabilitiesSjoerd Simons2007-07-021-10/+11