aboutsummaryrefslogtreecommitdiff
path: root/src/cadet/gnunet-service-cadet_channel.c
Commit message (Collapse)AuthorAge
* 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 ↵Christian Grothoff2017-03-11
| | | | the 'old' one is not yet entirely dead)
* 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 ↵Christian Grothoff2016-09-12
| | | | with incompatible old versions complicating diagnostics
* - 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 ↵Christian Grothoff2016-04-09
| | | | GNUNET_SCHEDULER_TaskContext to all scheduler tasks; instead, allow the relatively few tasks that need it to obtain the context via GNUNET_SCHEDULER_get_task_context()
* - 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
|