summaryrefslogtreecommitdiff
path: root/lib/gibber/gibber-r-multicast-packet.c
Commit message (Expand)AuthorAgeFilesLines
* Use gibber-sockets.h within Gibber, instead of individual networking headersSimon McVittie2010-05-071-1/+1
* Fix "comparing signed to unsigned" warnings.Will Thompson2009-01-111-4/+4
* gibber-r-multicast-packet: fix coding styleGuillaume Desmottes2008-12-151-1/+1
* Make gibber conform to telepathy coding styleSjoerd Simons2008-06-041-188/+204
* GibberRMulticastPacket: Little style tweakSjoerd Simons2007-11-051-1/+2
* GibberRMulticastPacket: Use guint instead of int for iteratingSjoerd Simons2007-11-051-1/+1
* GibberRMulticastPacket: Fix a little style issueSjoerd Simons2007-11-021-1/+1
* GibberRMulticastPacket: Bump the version to 1!Sjoerd Simons2007-11-021-0/+1
* GibberRMulticastPacket: Reorder some fields to have a nicer alignment in some...Sjoerd Simons2007-11-021-4/+7
* GibberRMulticastPacket: Add Clique prefix to each packetSjoerd Simons2007-11-021-9/+50
* Rename IS_RELIABLE_PACKET to GIBBER_R_MULTICAST_PACKET_IS_RELIABLE_PACKETSjoerd Simons2007-11-021-5/+6
* GibberRMulticastPacket: When packet parsing fails, dont assert but return an ...Sjoerd Simons2007-11-021-34/+97
* GibberRMulticastPacket: Suppor NO_DATA packagesSjoerd Simons2007-11-011-1/+3
* GibberRMulticastPacket: Use flags and a size field instead of part/total for ...Sjoerd Simons2007-10-311-39/+13
* GibberRMulticastPacket: Fix some style issuesSjoerd Simons2007-10-301-3/+1
* GibberRMulticastPacket: Use bigger fields for fragmentation and stream idsSjoerd Simons2007-10-171-9/+55
* GibberRMulticastPacket: Add failures field to join packetsSjoerd Simons2007-10-171-5/+63
* GibberRMulticastPacket: Add support for failure packetsSjoerd Simons2007-10-071-0/+64
* GibberRMulticastPacket: When parsing add the data payload size to packet size...Sjoerd Simons2007-10-071-0/+3
* GibberRMulticastPacket: Parse and build BYE packetsSjoerd Simons2007-10-051-1/+2
* GibberRMulticastPacket: Add preliminary support for JOIN packetsSjoerd Simons2007-10-021-0/+5
* GibberRMulticastPacket: don't use g_array_set_size, it really expands the arr...Sjoerd Simons2007-09-301-2/+0
* Replace the depends GList in GibberRMulticastPacket with a GArraySjoerd Simons2007-09-301-23/+29
* GibberRMulticastPacket: Assure that the senders array in an attempt_join pack...Sjoerd Simons2007-09-181-13/+15
* Only free the attempt join g_array if it is setSjoerd Simons2007-09-171-1/+2
* GibberRMulticastPacket: Add API to add an array of new senders to an attempt ...Sjoerd Simons2007-09-141-1/+23
* GibberRMulticastPacket: Add builder/parser for Attempt Join packetsSjoerd Simons2007-09-121-2/+45
* GibberRMulticastPacket: Provide a single function for all reliable packets to...Sjoerd Simons2007-09-121-2/+10
* Move the common reliable packet information into the common packet structure....Sjoerd Simons2007-09-121-35/+35
* Remove trailing whitespaceSjoerd Simons2007-07-091-3/+3
* Resolved some conflictsEmanuele Aina2007-07-041-16/+24
* Plugged some small memleaks in GibberRMulticastPacketEmanuele Aina2007-06-271-24/+16
* Seperate sender and requested sender in Whois Request packetsSjoerd Simons2007-07-041-0/+16
* Refactor GibberRMulticastPacket to allow for multiple packets types/serialisa...Sjoerd Simons2007-07-031-188/+251
* GibberRMulticastPacket: Add Whois capabilitiesSjoerd Simons2007-07-021-5/+16
* Add Whois packet parser/builderSjoerd Simons2007-06-281-0/+56
* Make the {add_,get_}_{guint8,guint32,string} functions more genericSjoerd Simons2007-06-281-48/+57
* Convert sender/receiver names to 32 bit id'sSjoerd Simons2007-06-281-25/+19
* fix str leak in gibber_r_multicast_packet_parseGuillaume Desmottes2007-06-271-0/+1
* gibber-r-multicast-packet.c: fix name leak in gibber_r_multicast_packet_add_r...Guillaume Desmottes2007-06-271-1/+1
* Add support for multiplexing multiple substreamsSjoerd Simons2007-06-221-4/+9
* If the data has been payloaded when using _set_part, then change the serialis...Sjoerd Simons2007-06-191-0/+7
* Assert that the data hasn't been serialized yet when adding receiversSjoerd Simons2007-06-191-0/+4
* Fix the behaviour that diff(a,b) == -diff(a,b)Sjoerd Simons2007-06-071-1/+4
* Fix silly errors gibber_r_multicast_packet_diffSjoerd Simons2007-06-071-2/+2
* Move packet id diff utility to r-multicast-packet, change the receiver naming...Sjoerd Simons2007-06-071-14/+27
* Make payload_size publicSjoerd Simons2007-05-281-1/+3
* Add r-multicast packet builder/parser and simple testSjoerd Simons2007-05-211-0/+376