aboutsummaryrefslogtreecommitdiff
path: root/src/cadet/cadet_api.c
AgeCommit message (Expand)Author
2018-06-07paragraph for gnunet devs that don't know how to use the webpsyc://loupsycedyglgamf.onion/~lynX
2018-06-07glitch in the license text detected by hyazinthe, thank you!psyc://loupsycedyglgamf.onion/~lynX
2018-06-05first batch of license fixes (boring)psyc://loupsycedyglgamf.onion/~lynX
2018-05-21fix crash on unexpected client disconnect on incoming message, remove bogus a...Christian Grothoff
2018-01-13use assert to guard better against double-close on client sideChristian Grothoff
2018-01-04Fixed useless assignment.anryko
2018-01-04Fixed Uninitialized Variable warning.anryko
2018-01-02fix issue with sending BROKEN timeouts early due to wrong timeout calculationChristian Grothoff
2017-12-28add assertionChristian Grothoff
2017-12-27Fix handling of GNUNET_MESSAGE_TYPE_CADET_LOCAL_INFO_TUNNELSDavid Barksdale
2017-12-27Fix handling of GNUNET_MESSAGE_TYPE_CADET_LOCAL_INFO_PEERSDavid Barksdale
2017-12-27add logging to cadet initiatlizationsChristian Grothoff
2017-06-25Fix debug message.jah
2017-04-11fix #4985Christian Grothoff
2017-03-13renaming CADET APIs to match naming conventions again, now that the old symbo...Christian Grothoff
2017-03-13rename libgnunetcadetnew -> libgnunetcadetChristian Grothoff
2017-03-13getting rid of the old cadet client library (pre-MQ)Christian Grothoff
2017-03-13note about performance issue, indentation fixChristian Grothoff
2017-02-08Fix open port, copy handlers for use on incoming channelsBart Polot
2017-02-08- adjust FWD/BCK to new channel numberingBart Polot
2017-02-08- code/debug formatBart Polot
2017-02-08- debug, indentation, legibilityBart Polot
2017-02-08fix cadet mq api, use proper function argumentsBart Polot
2017-02-08- fix assertion conditionBart Polot
2017-02-08- doxygen, debug textBart Polot
2017-02-02Only call window_size on incrementing size, allow ACK+1 messages to be takenBart Polot
2017-02-02Implement data ack in CADET MQ APIBart Polot
2017-01-31Implement incoming traffic handling on MQBart Polot
2017-01-31Reconnect to service instead of aborting on a malformed data messageBart Polot
2017-01-31Refactor reconnect codeBart Polot
2017-01-31Implement channel cleanup in MQ API, simplify destroy channelBart Polot
2017-01-31Fix free of NULL pointerBart Polot
2017-01-31Implementation of port opening and handling in MQBart Polot
2017-01-31Implement the connect and create_channel call for mq apiBart Polot
2017-01-25fix log callsChristian Grothoff
2017-01-24bitch and continue if we do not have a handler for a messageChristian Grothoff
2017-01-24simplify logicChristian Grothoff
2017-01-24fix client-client loopback flow controlChristian Grothoff
2017-01-23better logging, prep for having LOCAL_ACKsChristian Grothoff
2017-01-23avoid cmp pointers, cmp ccn instead, as client may literally be the sameChristian Grothoff
2017-01-23beautify disconnect logic a bitChristian Grothoff
2017-01-23get rid of redundant, confusing stateChristian Grothoff
2017-01-23allow more than one ACK being given to us at a timeChristian Grothoff
2017-01-22allow client's payload to include more than one messageChristian Grothoff
2017-01-22API code cleanupChristian Grothoff
2017-01-21some renaming, some code general code cleanup, some loggingChristian Grothoff
2017-01-21renames to avoid ambiguityChristian Grothoff
2017-01-21remaing remaining mandatory functions for basic operationChristian Grothoff
2017-01-20working on channel passing data to clientsChristian Grothoff
2017-01-18create matching connection objects for inbound connectionsChristian Grothoff