aboutsummaryrefslogtreecommitdiff
path: root/src/cadet/gnunet-service-cadet_channel.c
Commit message (Collapse)AuthorAge
* -warnings mostly formatMartin Schanzenbach2020-11-13
|
* -fix warnings except rps messMartin Schanzenbach2020-10-16
|
* merge flags into enum for GNUNET_DISK_pipe() API, fixing #6188Christian Grothoff2020-07-18
|
* Fixed bug #5822 by adding a monotonic time to the connection create message ↵t3sserakt2020-06-05
| | | | of a peer that want to start a KX, and the corresponding test #5823. Credits to dvn, lurchi and xrs for helpful discussions and coding.
* include buffer in main util headerChristian Grothoff2020-01-17
|
* tighten formatting rulesChristian Grothoff2019-10-31
|
* global reindent, now with uncrustify hook enabledChristian Grothoff2019-10-05
|
* uncrustify as demanded.ng02019-09-08
|
* remove duplication MQ options, make conversation buildChristian Grothoff2019-07-17
|
* fixed broken api calls in test; fixed broken protocolt3sserakt2019-07-10
|
* removed channel attributest3sserakt2019-06-26
|
* removed GNUNET_CADET_ChannelOptiont3sserakt2019-06-26
|
* misc bugfixesChristian Grothoff2019-06-04
|
* memcmp() -> GNUNET_memcmp(), first takeJulius Bünger2019-04-26
|
* prevent unordered message delivery, everywhereSchanzenbach, Martin2019-02-28
|
* prevent unordered message deliverySchanzenbach, Martin2019-02-28
|
* sanity checksSchanzenbach, Martin2019-02-27
|
* fix missing NBO conversionsChristian Grothoff2019-02-27
|
* improve future calculations if messages are skipped in unreliable in-order ↵Christian Grothoff2019-02-26
| | | | channels
* check for ACKed MIDSchanzenbach, Martin2019-02-26
|
* try fix #5597Schanzenbach, Martin2019-02-26
|
* untested fix for #5511Christian Grothoff2019-02-09
|
* src: for every AGPL3.0 file, add SPDX identifier.ng02019-01-14
|
* attempting to fix #5464Christian Grothoff2018-11-01
|
* paragraph for gnunet devs that don't know how to use the webpsyc://loupsycedyglgamf.onion/~lynX2018-06-07
|
* glitch in the license text detected by hyazinthe, thank you!psyc://loupsycedyglgamf.onion/~lynX2018-06-07
|
* first batch of license fixes (boring)psyc://loupsycedyglgamf.onion/~lynX2018-06-05
|
* fix crash on unexpected client disconnect on incoming message, remove bogus ↵Christian Grothoff2018-05-21
| | | | assertion
* 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 ↵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()