aboutsummaryrefslogtreecommitdiff
path: root/src/cadet/gnunet-service-cadet_channel.c
Commit message (Expand)AuthorAge
* fix crash on unexpected client disconnect on incoming message, remove bogus a...Christian Grothoff2018-05-21
* fix another off by oneChristian Grothoff2018-05-20
* fix FTBFS issues if --enable-logging=no is setChristian Grothoff2017-06-29
* implement #4973Christian Grothoff2017-03-26
* rename cadet*new to just cadet, except for libgnunetcadetnew-logic (where the...Christian Grothoff2017-03-11
* remove old CADET service codeChristian Grothoff2017-03-11
* some renaming, some code general code cleanup, some loggingChristian Grothoff2017-01-21
* renames to avoid ambiguityChristian Grothoff2017-01-21
* remaing remaining mandatory functions for basic operationChristian Grothoff2017-01-21
* create matching connection objects for inbound connectionsChristian Grothoff2017-01-18
* more rename festivitiesChristian Grothoff2017-01-18
* cadet message struct and type rename-festChristian Grothoff2017-01-18
* cleaning up some CADET logic, improving types usedChristian Grothoff2017-01-15
* cosmeticsChristian Grothoff2017-01-09
* fix format string issueChristian Grothoff2017-01-09
* fix more field initialziation order issuesChristian Grothoff2017-01-09
* Sometimes it's OK if multiplication overflowsDavid Barksdale2016-11-17
* realigning CADET messages and bumping message types to avoid interactions wit...Christian Grothoff2016-09-12
* - adapt test cases / framework to new port systemBart Polot2016-07-20
* Change CADET ports from uint32 to HashCodeBart Polot2016-07-20
* -avoid calling memcpy() with NULL argument, even if len is 0Christian Grothoff2016-07-08
* 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