aboutsummaryrefslogtreecommitdiff
path: root/src/cadet/cadet_api.c
Commit message (Expand)AuthorAge
...
* - adjust FWD/BCK to new channel numberingBart Polot2017-02-08
* - code/debug formatBart Polot2017-02-08
* - debug, indentation, legibilityBart Polot2017-02-08
* fix cadet mq api, use proper function argumentsBart Polot2017-02-08
* - fix assertion conditionBart Polot2017-02-08
* - doxygen, debug textBart Polot2017-02-08
* Only call window_size on incrementing size, allow ACK+1 messages to be takenBart Polot2017-02-02
* Implement data ack in CADET MQ APIBart Polot2017-02-02
* Implement incoming traffic handling on MQBart Polot2017-01-31
* Reconnect to service instead of aborting on a malformed data messageBart Polot2017-01-31
* Refactor reconnect codeBart Polot2017-01-31
* Implement channel cleanup in MQ API, simplify destroy channelBart Polot2017-01-31
* Fix free of NULL pointerBart Polot2017-01-31
* Implementation of port opening and handling in MQBart Polot2017-01-31
* Implement the connect and create_channel call for mq apiBart Polot2017-01-31
* fix log callsChristian Grothoff2017-01-25
* bitch and continue if we do not have a handler for a messageChristian Grothoff2017-01-24
* simplify logicChristian Grothoff2017-01-24
* fix client-client loopback flow controlChristian Grothoff2017-01-24
* better logging, prep for having LOCAL_ACKsChristian Grothoff2017-01-23
* avoid cmp pointers, cmp ccn instead, as client may literally be the sameChristian Grothoff2017-01-23
* beautify disconnect logic a bitChristian Grothoff2017-01-23
* get rid of redundant, confusing stateChristian Grothoff2017-01-23
* allow more than one ACK being given to us at a timeChristian Grothoff2017-01-23
* allow client's payload to include more than one messageChristian Grothoff2017-01-22
* API code cleanupChristian Grothoff2017-01-22
* 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
* working on channel passing data to clientsChristian Grothoff2017-01-20
* 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
* rename connecT -> connect now that the old API is deadChristian Grothoff2017-01-10
* Use statement exprs instead of local functionDavid Barksdale2016-08-18
* -note simplification possibilityChristian Grothoff2016-08-11
* - fix use after free (not removing single transmit handle from queue), refact...Bart Polot2016-08-10
* - Add monitor API to MQBart Polot2016-08-10
* Port CADET API to MQBart Polot2016-08-10
* Change CADET ports from uint32 to HashCodeBart Polot2016-07-20
* -avoid calling memcpy() with NULL argument, even if len is 0Christian Grothoff2016-07-08
* fixing compiler warningsChristian Grothoff2016-05-06
* implementing new scheduler shutdown semanticsChristian Grothoff2016-04-30
* small API change: do no longer pass rarely needed GNUNET_SCHEDULER_TaskContex...Christian Grothoff2016-04-09
* -fix (C) noticesChristian Grothoff2016-01-19
* - cancel transmit requests before destroying channels, warn API users if notBart Polot2015-10-02
* - logBart Polot2015-09-03
* - refactor GCP_get_peer, fix get peer infoBart Polot2015-07-31
* - better logBart Polot2015-07-15