aboutsummaryrefslogtreecommitdiff
path: root/src/cadet/gnunet-service-cadet_channel.c
Commit message (Collapse)AuthorAge
...
* - indent, clarify messagesBart Polot2016-03-30
|
* -fix (C) noticesChristian Grothoff2016-01-19
|
* Always force queue local messages when the client was pre-authorized to ↵Bart Polot2015-10-13
| | | | send. Fix #3999.
* - 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 ↵Bart Polot2015-06-10
| | | | message
* - 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
| | | | says
* -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