aboutsummaryrefslogtreecommitdiff
path: root/src/cadet/gnunet-service-cadet_channel.c
Commit message (Collapse)AuthorAge
* -bringing copyright tags up to FSF standardChristian Grothoff2015-02-07
|
* - add size argument to allow to verify message sizeBart Polot2015-01-09
|
* making GNUNET_SCHEDULER_cancel() perform in O(1) instead of O(n) to help or ↵Christian Grothoff2014-12-24
| | | | even fully address #3247
* -fix use after free (GCCH_destroy frees 'ch', and then ch->t dereferences it ↵Christian Grothoff2014-12-19
| | | | --- Bart, please check
* - Always send traffic coming from channel, even overfilling connection ↵Bart Polot2014-12-15
| | | | buffer. Clients won't get an ACK anyway.
* Fix channel buffer retrieval, add debugBart Polot2014-12-15
|
* - avoid usage of direct stdio sprintfBart Polot2014-12-15
|
* - proper CADET overheadBart Polot2014-12-11
|
* - fix false assert trigger when message #0 is lostBart Polot2014-10-15
|
* - better feedback to users about duplicated messagesBart Polot2014-07-30
|
* - fix error conditionBart Polot2014-07-25
|
* - fix handling of SYNACK corner caseBart Polot2014-07-25
|
* - send ack AFTER removing message from queue, otherwise ack triggers an ↵Bart Polot2014-07-23
| | | | assert for sending and ACK of still-existing data
* - count a MIMD as received only after sending it to clientBart Polot2014-07-23
|
* - send past messages to client, as they are ordered below ACKBart Polot2014-07-23
|
* - make sure head of pending messages is > expected message, fix integer ↵Bart Polot2014-07-23
| | | | underflow
* - clear ready flag on sendBart Polot2014-07-23
|
* - fix loggingBart Polot2014-07-23
|
* - more debug info on buildbotsBart Polot2014-07-21
|
* - more debug info on received ACK, doxygenBart Polot2014-07-21
|
* - show queued messages when allowing client to send moreBart Polot2014-07-21
|
* - don't update ACK based on queued and yet undelivered messagesBart Polot2014-07-02
| | | | - send ACK upon delivery of queued messages to client
* - more verbose warning messageBart Polot2014-06-24
|
* - renameBart Polot2014-06-17
|
* - stop using CadetTunnel3 and go back to CadetTunnelBart Polot2014-05-14
|
* - change GM (Gnunet Mesh) function prefixes for GC (Gnunet Cadet)Bart Polot2014-05-14
|
* Renamed directoryBart Polot2014-05-07