summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Fix copyrightAlban Crequy2008-04-151-1/+1
* rename gibber_transport_block to gibber_transport_block_receivingGuillaume Desmottes2008-04-154-15/+14
* bytestream-oob: block writing if the transport buffer isn't emptyGuillaume Desmottes2008-03-051-10/+58
* add gibber_bytestream_oob_block_readGuillaume Desmottes2008-03-052-0/+19
* gibber-fd-transport.c: implement gibber_transport_blockGuillaume Desmottes2008-03-051-1/+27
* add gibber_transport_block methodGuillaume Desmottes2008-03-052-0/+16
* GibberRMulticastCausalTransport: When reconnecting after a reset, reset the r...Sjoerd Simons2008-03-201-0/+1
* While resetting just drop messages, don't send it through to a lower transportSjoerd Simons2008-03-201-0/+6
* 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-293-139/+290
* GibberRMulticastTransport: Ensure we wait for nodes to finish their failure p...Sjoerd Simons2008-02-281-1/+6
* GibberRMulticastTransport: reset the timeout to zero when the gathering phase...Sjoerd Simons2008-02-281-0/+1
* GibberRMulticastSender: Set the pending removal state before checking the que...Sjoerd Simons2008-02-281-1/+2
* If we're resetting because the join failed, return JOIN_FAILED immediatelySjoerd Simons2008-02-281-0/+1
* Better debugging of sender garbage collectionSjoerd Simons2008-02-281-1/+6
* GibberRMulticast: Add more clear debugging informationSjoerd Simons2008-02-282-2/+4
* bytestream-muc: set state to closing before closedGuillaume Desmottes2008-02-211-0/+1
* bytestream-ibb: set status to closing before closedGuillaume Desmottes2008-02-211-0/+2
* bytestream-ibb: add a explanation about the current status of this bytestreamGuillaume Desmottes2008-02-211-0/+3
* bytestream-obb: remove redundant disconnect signalsGuillaume Desmottes2008-02-211-2/+0
* bystream-oob: always go trought the closing state before the closed oneGuillaume Desmottes2008-02-211-4/+7
* bytestream-obb: add a closing state and disconnect the transport when closing...Guillaume Desmottes2008-02-202-59/+93
* bytestream-oob: be sure the buffer is flushed before disconnect the transportGuillaume Desmottes2008-02-201-2/+21
* gibber-fd-transport: emit the buffer-empthy signal when all the data are dire...Guillaume Desmottes2008-02-201-0/+1
* add gibber_transport_emit_buffer_empty and use it instead of g_signal_emit_by...Guillaume Desmottes2008-02-203-1/+9
* gibber-transport: assert buffer_is_empty is implementedGuillaume Desmottes2008-02-201-0/+1
* gibber-fd-transport: implement the buffer_is_empty methodGuillaume Desmottes2008-02-201-0/+14
* gibber-fd-transport: emit the "buffer-empty" signal when neededGuillaume Desmottes2008-02-201-0/+1
* gibber-transport: add gibber_transport_buffer_is_empty abstract methodGuillaume Desmottes2008-02-202-0/+13
* gibber-transport: add a "empty-buffer" signalGuillaume Desmottes2008-02-201-0/+11
* lib/gibber/Makefile.am: use POSIX character classes instead of rangesMarco Barisione2008-02-121-1/+1
* lib/gibber/Makefile.am: allow digits in type names while generating marshallersMarco Barisione2008-02-121-1/+1
* gibber-bytestream-muc: actually close the muc before announce it as closedGuillaume Desmottes2008-02-011-2/+2
* 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
* GibberResolver: Fix function definition styleSjoerd Simons2008-01-291-33/+74
* GibberRMulticastTransport: Flush the state when asked to disconnectSjoerd Simons2008-01-291-0/+3
* GibberResolver: Use NS_GET16 instead of GETSHORTSjoerd Simons2008-01-281-5/+5
* GibberResolver: Various small coding style fixesSjoerd Simons2008-01-281-6/+7
* GibberResolver: Use g_list_next instead of ->nextSjoerd Simons2008-01-281-4/+4
* GibberResolver: Small coding style fixSjoerd Simons2008-01-281-1/+1
* test-resolv.c: Assert the return code after calling gibber_resolver_sockaddr_...Sjoerd Simons2008-01-281-2/+5
* GibberResolver: Small coding style fixSjoerd Simons2008-01-281-1/+1
* GibberResolver: unset the resolver singleton when changing the typeSjoerd Simons2008-01-281-1/+4
* test-resolv.c: Little coding style fixSjoerd Simons2008-01-281-1/+1