improve future calculations if messages are skipped in unreliable in-order channels
[oweals/gnunet.git] / src / cadet / cadet_api.c
2019-02-26 ng0Merge branch 'master' of gnunet.org:gnunet
2019-02-25 Christian Grothoffimprove logging
2019-01-26 Christian Grothoffstarting with #5385 in earnest
2019-01-16 ng0Merge branch 'license/spdx'
2019-01-14 ng0src: for every AGPL3.0 file, add SPDX identifier.
2018-08-14 Christian Grothoffresolve merge conflict with peerinfo plugin move
2018-08-13 Christian Grothoffdo notify client about destroyed channel on MQ error
2018-08-09 Schanzenbach, MartinMerge branch 'gsoc2018/rest_api'
2018-08-09 Christian Grothoffmerge
2018-08-09 Christian Grothoffchange CADET channel destroy API to not call the callba...
2018-08-09 Phil-Merge branch 'master' into gsoc2018/rest_api
2018-07-04 Nils GillmannMerge branch 'master' of gnunet.org:gnunet
2018-07-03 xrsMerge branch 'master' of ssh://gnunet.org/gnunet
2018-07-03 Christian Grothoffassert no MQ error after MQ destroy
2018-07-02 Phil-Merge branch 'master' of ssh://gnunet.org/gnunet into...
2018-06-30 xrsMerge branch 'master' of ssh://gnunet.org/gnunet
2018-06-29 Christian GrothoffMerge branch 'master' of git+ssh://gnunet.org/gnunet
2018-06-28 lurchiMerge branch 'master' of https://gnunet.org/git/gnunet
2018-06-28 Julius Büngerfix cadet api: handle shutdon correctly
2018-06-28 Christian Grothoffclean up MQ error handling in cadet_api
2018-06-26 xrsMerge branch 'master' of ssh://gnunet.org/gnunet
2018-06-25 t3sseraktMerge branch 'master' of ssh://gnunet.org/gnunet
2018-06-25 t3sseraktbug 5228: made gnunet-cadet -p work as intended
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-01-22 Phil-merge branch 'master' into identity_oidc
2018-01-15 xrsMerge branch 'master' of ssh://gnunet.org/gnunet
2018-01-13 Christian Grothoffuse assert to guard better against double-close on...
2018-01-08 Schanzenbach, MartinMerge remote-tracking branch 'origin/master' into ident...
2018-01-06 xrsMerge branch 'master' of ssh://gnunet.org/gnunet
2018-01-06 lurchiMerge branch 'lurchi_social'
2018-01-04 ng0Merge branch 'master' of gnunet.org:gnunet
2018-01-04 anrykoFixed useless assignment.
2018-01-04 anrykoFixed Uninitialized Variable warning.
2018-01-02 xrsMerge branch 'master' of ssh://gnunet.org/gnunet
2018-01-02 Schanzenbach, Martin-merge
2018-01-02 Christian Grothofffix issue with sending BROKEN timeouts early due to...
2017-12-30 lurchimerge branch 'refactoring-scheduler'
2017-12-30 lurchiMerge branch 'fix_social'
2017-12-28 Julius BüngerMerge branch 'master' of gn:gnunet
2017-12-28 Christian Grothoffadd assertion
2017-12-27 David BarksdaleFix handling of GNUNET_MESSAGE_TYPE_CADET_LOCAL_INFO_TU...
2017-12-27 David BarksdaleFix handling of GNUNET_MESSAGE_TYPE_CADET_LOCAL_INFO_PEERS
2017-12-27 Christian Grothoffadd logging to cadet initiatlizations
2017-07-03 Schanzenbach, MartinMerge remote-tracking branch 'origin/master' into crede...
2017-06-25 jahFix debug message.
2017-04-21 Schanzenbach, MartinMerge remote-tracking branch 'origin/master' into crede...
2017-04-12 xrsMerge branch 'master' of ssh://gnunet.org/gnunet
2017-04-11 Christian Grothofffix #4985
2017-03-29 Schanzenbach, Martin- merge with master
2017-03-22 tg(x)Merge branch 'master' of gnunet.org:gnunet
2017-03-13 xrsMerge branch 'master' of ssh://gnunet.org/gnunet
2017-03-13 Christian Grothoffrenaming CADET APIs to match naming conventions again...
2017-03-13 Christian Grothoffrename libgnunetcadetnew -> libgnunetcadet
2017-03-13 Christian Grothoffgetting rid of the old cadet client library (pre-MQ)
2017-03-13 Julius BüngerMerge branch 'master'
2017-03-13 Christian Grothoffnote about performance issue, indentation fix
2017-02-08 Bart PolotFix open port, copy handlers for use on incoming channels
2017-02-08 Bart Polot- adjust FWD/BCK to new channel numbering
2017-02-08 Bart Polot- code/debug format
2017-02-08 Bart Polot- debug, indentation, legibility
2017-02-08 Bart Polotfix cadet mq api, use proper function arguments
2017-02-08 Bart Polot- fix assertion condition
2017-02-08 Bart Polot- doxygen, debug text
2017-02-08 Bart PolotMerge branch 'master' of git+ssh://gnunet.org/gnunet
2017-02-02 Bart PolotOnly call window_size on incrementing size, allow ACK...
2017-02-02 Bart PolotImplement data ack in CADET MQ API
2017-01-31 Bart PolotImplement incoming traffic handling on MQ
2017-01-31 Bart PolotReconnect to service instead of aborting on a malformed...
2017-01-31 Bart PolotRefactor reconnect code
2017-01-31 Bart PolotImplement channel cleanup in MQ API, simplify destroy...
2017-01-31 Bart PolotFix free of NULL pointer
2017-01-31 Bart PolotImplementation of port opening and handling in MQ
2017-01-31 Bart PolotImplement the connect and create_channel call for mq api
2017-01-25 Christian Grothofffix log calls
2017-01-25 Christian Grothofffix log calls
2017-01-25 Schanzenbach, MartinMerge remote-tracking branch 'origin/master' into crede...
2017-01-24 Christian Grothoffbitch and continue if we do not have a handler for...
2017-01-24 Christian Grothoffsimplify logic
2017-01-24 Christian Grothofffix client-client loopback flow control
2017-01-23 Christian Grothoffbetter logging, prep for having LOCAL_ACKs
2017-01-23 Christian Grothoffavoid cmp pointers, cmp ccn instead, as client may...
2017-01-23 Christian Grothoffbeautify disconnect logic a bit
2017-01-23 Christian Grothoffget rid of redundant, confusing state
2017-01-23 Christian Grothoffallow more than one ACK being given to us at a time
2017-01-22 Christian Grothoffallow client's payload to include more than one message
2017-01-22 Christian GrothoffAPI code cleanup
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 Christian Grothoffworking on channel passing data to clients
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
next