Merge branch 'master' of gnunet.org:gnunet
[oweals/gnunet.git] / src / cadet / gnunet-service-cadet_channel.c
2019-02-26 ng0Merge branch 'master' of gnunet.org:gnunet
2019-02-26 Schanzenbach, Martincheck for ACKed MID
2019-02-26 ng0Merge branch 'master' of gnunet.org:gnunet
2019-02-26 Schanzenbach, Martintry fix #5597
2019-02-09 Christian Grothoffuntested fix for #5511
2019-01-16 ng0Merge branch 'license/spdx'
2019-01-14 ng0src: for every AGPL3.0 file, add SPDX identifier.
2018-11-04 Nils GillmannMerge branch 'master' of gnunet.org:gnunet
2018-11-03 xrsMerge branch 'master' of ssh://gnunet.org/gnunet
2018-11-01 Christian Grothoffattempting to fix #5464
2018-06-13 Nils GillmannMerge branch 'master' of gnunet.org:gnunet
2018-06-11 Phil-Merge branch 'master' of ssh://gnunet.org/gnunet into...
2018-06-07 psyc://loupsycedyg... paragraph for gnunet devs that don't know how to use...
2018-06-07 psyc://loupsycedyg... glitch in the license text detected by hyazinthe, thank...
2018-06-05 psyc://loupsycedyg... first batch of license fixes (boring)
2018-05-30 Christian GrothoffMerge branch 'master' of ssh://gnunet.org/gnunet
2018-05-22 Nils GillmannMerge branch 'master' of gnunet.org:gnunet
2018-05-21 Christian Grothofffix crash on unexpected client disconnect on incoming...
2018-05-19 Christian Grothofffix another off by one
2017-07-03 Schanzenbach, MartinMerge remote-tracking branch 'origin/master' into crede...
2017-06-29 Christian Grothofffix FTBFS issues if --enable-logging=no is set
2017-03-29 xrsMerge branch 'master' of ssh://gnunet.org/gnunet
2017-03-29 Schanzenbach, Martin- merge with master
2017-03-26 Christian Grothoffimplement #4973
2017-03-22 tg(x)Merge branch 'master' of gnunet.org:gnunet
2017-03-12 xrsMerge branch 'master' of ssh://gnunet.org/gnunet
2017-03-11 Christian Grothoffrename cadet*new to just cadet, except for libgnunetcad...
2017-03-11 Christian Grothoffremove old CADET service code
2017-01-25 Schanzenbach, MartinMerge remote-tracking branch 'origin/master' into crede...
2017-01-21 Christian Grothoffsome renaming, some code general code cleanup, some...
2017-01-21 Christian Grothoffrenames to avoid ambiguity
2017-01-21 Christian Grothoffremaing remaining mandatory functions for basic operation
2017-01-20 Schanzenbach, Martin- merge; service API change
2017-01-18 Christian Grothoffcreate matching connection objects for inbound connections
2017-01-18 Christian Grothoffmore rename festivities
2017-01-18 Christian Grothoffcadet message struct and type rename-fest
2017-01-15 Christian Grothoffcleaning up some CADET logic, improving types used
2017-01-09 Christian Grothoffcosmetics
2017-01-09 Christian Grothofffix format string issue
2017-01-09 Christian Grothofffix more field initialziation order issues
2016-11-19 Schanzenbach, MartinMerge branch 'master' into credentials
2016-11-18 David BarksdaleSometimes it's OK if multiplication overflows
2016-09-12 Christian Grothoffrealigning CADET messages and bumping message types...
2016-07-20 Bart Polot- adapt test cases / framework to new port system
2016-07-20 Bart PolotChange CADET ports from uint32 to HashCode
2016-07-08 Christian Grothoff-avoid calling memcpy() with NULL argument, even if...
2016-04-30 Christian Grothoffimplementing new scheduler shutdown semantics
2016-04-09 Christian Grothoffsmall API change: do no longer pass rarely needed GNUNE...
2016-03-30 Bart Polot- indent, clarify messages
2016-01-19 Christian Grothoff-fix (C) notices
2015-10-13 Bart PolotAlways force queue local messages when the client was...
2015-10-06 Bart Polot- Revamp traffic logging, small bugfixes, complete...
2015-10-02 Bart Polot- don't show WARNINGs on duplicate traffic
2015-10-02 Bart Polot- removed false break
2015-09-03 Bart Polot- debug framing
2015-09-03 Bart Polot- use channel debug
2015-07-31 Bart Polot- refactor GCP_get_peer, fix get peer info
2015-07-20 Bart Polot- cancel retry task if all pending messages are freed...
2015-07-20 Bart Polot- code formatting, logging
2015-06-30 Christian Grothofffix #3869: outdated FSF address
2015-06-10 Bart Polot- fix debug messages
2015-06-10 Bart PolotFixed channel recv buffer space accounting error when...
2015-06-10 Bart Polot- fix log
2015-06-10 Bart Polot- add n_recv to debug info
2015-06-10 Bart Polotfix excessive queueing, don't force regular traffic
2015-04-27 Bart Polot- refactor buffer calucations
2015-04-27 Bart Polot- doc
2015-04-27 Bart Polot- skip checking all messages that are not there, no...
2015-02-07 Christian Grothoff-bringing copyright tags up to FSF standard
2015-01-09 Bart Polot- add size argument to allow to verify message size
2014-12-24 Christian Grothoffmaking GNUNET_SCHEDULER_cancel() perform in O(1) instea...
2014-12-19 Christian Grothoff-fix use after free (GCCH_destroy frees 'ch', and then...
2014-12-15 Bart Polot- Always send traffic coming from channel, even overfil...
2014-12-15 Bart PolotFix channel buffer retrieval, add debug
2014-12-15 Bart Polot- avoid usage of direct stdio sprintf
2014-12-11 Bart Polot- proper CADET overhead
2014-10-15 Bart Polot- fix false assert trigger when message #0 is lost
2014-07-30 Bart Polot- better feedback to users about duplicated messages
2014-07-25 Bart Polot- fix error condition
2014-07-25 Bart Polot- fix handling of SYNACK corner case
2014-07-23 Bart Polot- send ack AFTER removing message from queue, otherwise...
2014-07-23 Bart Polot- count a MIMD as received only after sending it to...
2014-07-23 Bart Polot- send past messages to client, as they are ordered...
2014-07-23 Bart Polot- make sure head of pending messages is > expected...
2014-07-23 Bart Polot- clear ready flag on send
2014-07-23 Bart Polot- fix logging
2014-07-21 Bart Polot- more debug info on buildbots
2014-07-21 Bart Polot- more debug info on received ACK, doxygen
2014-07-21 Bart Polot- show queued messages when allowing client to send...
2014-07-02 Bart Polot- don't update ACK based on queued and yet undelivered...
2014-06-24 Bart Polot- more verbose warning message
2014-06-17 Bart Polot- rename
2014-05-14 Bart Polot- stop using CadetTunnel3 and go back to CadetTunnel
2014-05-14 Bart Polot- change GM (Gnunet Mesh) function prefixes for GC...
2014-05-07 Bart PolotRenamed directory