aboutsummaryrefslogtreecommitdiff
path: root/src/cadet/gnunet-service-cadet_channel.c
Commit message (Expand)AuthorAge
* implementing new scheduler shutdown semanticsChristian Grothoff2016-04-30
* small API change: do no longer pass rarely needed GNUNET_SCHEDULER_TaskContex...Christian Grothoff2016-04-09
* - indent, clarify messagesBart Polot2016-03-30
* -fix (C) noticesChristian Grothoff2016-01-19
* Always force queue local messages when the client was pre-authorized to send....Bart Polot2015-10-13
* - Revamp traffic logging, small bugfixes, complete doxygenBart Polot2015-10-06
* - don't show WARNINGs on duplicate trafficBart Polot2015-10-02
* - removed false breakBart Polot2015-10-02
* - debug framingBart Polot2015-09-03
* - use channel debugBart Polot2015-09-03
* - refactor GCP_get_peer, fix get peer infoBart Polot2015-07-31
* - cancel retry task if all pending messages are freed by bitfield ACKBart Polot2015-07-20
* - code formatting, loggingBart Polot2015-07-20
* fix #3869: outdated FSF addressChristian Grothoff2015-06-30
* - fix debug messagesBart Polot2015-06-10
* Fixed channel recv buffer space accounting error when receiving a duplicate m...Bart Polot2015-06-10
* - fix logBart Polot2015-06-10
* - add n_recv to debug infoBart Polot2015-06-10
* fix excessive queueing, don't force regular trafficBart Polot2015-06-10
* - refactor buffer calucationsBart Polot2015-04-27
* - docBart Polot2015-04-27
* - skip checking all messages that are not there, no matter what the bitfield ...Bart Polot2015-04-27
* -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 e...Christian Grothoff2014-12-24
* -fix use after free (GCCH_destroy frees 'ch', and then ch->t dereferences it ...Christian Grothoff2014-12-19
* - Always send traffic coming from channel, even overfilling connection buffer...Bart Polot2014-12-15
* 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 asser...Bart Polot2014-07-23
* - 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 under...Bart Polot2014-07-23
* - 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
* - 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