summaryrefslogtreecommitdiff
path: root/lib/gibber/gibber-r-multicast-sender.c
Commit message (Expand)AuthorAgeFilesLines
* Fix two if (foo); { ... } bugs.Will Thompson2009-01-111-2/+2
* Fix "comparing signed to unsigned" warnings.Will Thompson2009-01-111-4/+4
* gibber-r-multicast-sender: fix coding styleGuillaume Desmottes2008-12-151-8/+8
* update includes to use gibber-signals-marshal.h instead of signals-marshal.hGuillaume Desmottes2008-12-121-1/+1
* gibber_r_multicast_sender_class_init: fix declarationGuillaume Desmottes2008-12-121-1/+1
* gibber-r-multicast-sender: gibber_r_multicast_sender_group_gc and insert_pack...Guillaume Desmottes2008-12-121-2/+2
* Gibber: use G_PARAM_STATIC_STRINGSAlban Crequy2008-11-091-3/+1
* Make gibber conform to telepathy coding styleSjoerd Simons2008-06-041-438/+495
* Fix some small coding style issuesSjoerd Simons2008-02-291-3/+4
* GibberRMulticastSender: Don't assume that all packets between ->first_packet,...Sjoerd Simons2008-02-291-12/+8
* GibberRMulticastSender: Fix repairing when the node has moved to pending_removalSjoerd Simons2008-02-291-3/+2
* GibberRMulticastSenderGroup: WHOIS_REQUEST senders should be looked up by who...Sjoerd Simons2008-02-291-1/+1
* GibberRMulticastSenderGroup: Fixed a silly bug where the condition in the for...Sjoerd Simons2008-02-291-1/+1
* GibberRMulticast: Don't keep pending removals in the main hash, but put them ...Sjoerd Simons2008-02-291-70/+242
* GibberRMulticastSender: Set the pending removal state before checking the que...Sjoerd Simons2008-02-281-1/+2
* Better debugging of sender garbage collectionSjoerd Simons2008-02-281-1/+6
* GibberRMulticast: Add more clear debugging informationSjoerd Simons2008-02-281-1/+1
* Ignore request for removal of unknown sendersSjoerd Simons2008-02-011-0/+6
* Always fully stop whois recovery process if a WHOIS_REPLY was receivedSjoerd Simons2008-02-011-8/+10
* Reschedule whois request before sending out the request sigan, to prevent rac...Sjoerd Simons2008-02-011-2/+1
* Don't stop already stopped sendersSjoerd Simons2007-11-291-0/+3
* GibberRMulticastSender: Only send the initial repair request out quickly. And...Sjoerd Simons2007-11-291-6/+17
* GibberRMulticastSender: Don't repair after and including stopped state instea...Sjoerd Simons2007-11-281-1/+1
* Add some debug infoSjoerd Simons2007-11-271-0/+2
* GibberRMulticastSender: Don't try to repair packets after the stopped stateSjoerd Simons2007-11-271-2/+2
* Whitespace fixesSjoerd Simons2007-11-261-2/+2
* GibberRMulticastSender: Don't let lookup_by_name care about nodes pending for...Sjoerd Simons2007-11-261-0/+3
* GibberRMulticastSender: While popping packets keep checking the senders stateSjoerd Simons2007-11-261-2/+7
* GibberRMulticastSender: Let _cache_size only return the size of the relavant ...Sjoerd Simons2007-11-261-0/+6
* GibberRMulticastSender: When signalling failure only cancel the needed timers...Sjoerd Simons2007-11-261-14/+22
* GibberRMulticastSender: Do a stricter check of a senders state before signall...Sjoerd Simons2007-11-261-1/+1
* GibberRMulticastSender: Some whitespace fixesSjoerd Simons2007-11-261-4/+4
* GibberRMulticastSender: Ensure sender dispose methods don't iterate the group...Sjoerd Simons2007-11-261-2/+6
* GibberRMulticastSender: Keep a sender in a pending removal state as long as n...Sjoerd Simons2007-11-241-20/+163
* GibberRMulticastSender: Only stop repeating if requestedSjoerd Simons2007-11-241-2/+3
* GibberRMulticastSender: After popping a data packat, exit the pop_packet func...Sjoerd Simons2007-11-241-1/+0
* GibberRMulticastSender: rename gibber_r_multicast_sender_fail to _gibber_r_mu...Sjoerd Simons2007-11-121-1/+1
* GibberRMulticastSender: Mark a sender as failed if the data message didn't ha...Sjoerd Simons2007-11-091-5/+21
* GibberRMulticastSender: Add functionality to trigger failure for testing purp...Sjoerd Simons2007-11-091-0/+7
* GibberRMulticastSenderGroup: Add a method to lookup a sender by nameSjoerd Simons2007-11-091-0/+17
* GibberRMulticastSender: Add a stopped state in which a sender will only react...Sjoerd Simons2007-11-071-4/+16
* GibberRMulticastSender: Kill trailing whitespaceSjoerd Simons2007-11-071-12/+12
* GibberRMulticastSender: Use guint's to iterate through GArray'sSjoerd Simons2007-11-051-1/+1
* GibberRMulticastSender: Document the contents of hash tables and queue'sSjoerd Simons2007-11-051-1/+2
* GibberRMulticastSender: Don't use g_queue_clear, it's not defined in glib 2.12Sjoerd Simons2007-11-021-1/+3
* Rename IS_RELIABLE_PACKET to GIBBER_R_MULTICAST_PACKET_IS_RELIABLE_PACKETSjoerd Simons2007-11-021-2/+2
* gibber-r-multicast-sender.c: fix a GArray leak in gibber_r_multicast_sender_g...Guillaume Desmottes2007-11-021-0/+2
* GibberRMulticastSender: Add api to stuff the full sender group from poppingSjoerd Simons2007-11-021-0/+21
* GibberRMulticastSender: Handle a sparse streamSjoerd Simons2007-11-011-1/+3
* GibberRMulticastSender: Initialize stream_id as soonas we canSjoerd Simons2007-11-011-1/+2