aboutsummaryrefslogtreecommitdiff
path: root/src/core/core_api.c
Commit message (Expand)AuthorAge
* GNUNET_free_non_null -> GNUNET_freeChristian Grothoff2020-07-05
* global reindent, now with uncrustify hook enabledChristian Grothoff2019-10-05
* uncrustify as demanded.ng02019-09-08
* fix compiler warnings about unused argsChristian Grothoff2019-06-19
* simplify MQ logic to always carry the same kinds of flags, and extend transpo...Christian Grothoff2019-05-04
* src: for every AGPL3.0 file, add SPDX identifier.ng02019-01-14
* 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
* more renamings relating to 'new' service now just being the 'normal' serviceChristian Grothoff2017-03-17
* prevent crash on exitChristian Grothoff2017-02-21
* Refactor copying of handler arraysBart Polot2017-02-20
* remove legacy commented out codeChristian Grothoff2017-01-25
* fix leakChristian Grothoff2017-01-25
* fix stray log calls that lagged the core-api prefixChristian Grothoff2017-01-22
* rename connecT -> connect now that the old API is deadChristian Grothoff2017-01-10
* fix link issueChristian Grothoff2017-01-09
* rename new core API implementation to name of standard implementationChristian Grothoff2017-01-09
* remove legacy core api code (now dead)Christian Grothoff2017-01-09
* -cleaning up implementation of typemap signallingChristian Grothoff2016-09-28
* set flag to know that client did call init, thereby avoiding assertion failur...Christian Grothoff2016-09-26
* converting core service to new service APIChristian Grothoff2016-09-20
* Use statement exprs instead of local functionDavid Barksdale2016-08-18
* draft of new core API MQ-based implementationChristian Grothoff2016-07-30
* starting point for MQ-core APIChristian Grothoff2016-07-29
* -converting CORE service to new transport MQ APIChristian Grothoff2016-07-26
* -avoid calling memcpy() with NULL argument, even if len is 0Christian Grothoff2016-07-08
* hacky fix for 4588Christian Grothoff2016-06-29
* hacky fix for cadet issuesChristian Grothoff2016-06-29
* -fix queueing issueChristian Grothoff2016-06-27
* do not crash for #4588Christian Grothoff2016-06-23
* -tolerate init CB being NULL from the beginningChristian Grothoff2016-06-20
* -fix the fixChristian Grothoff2016-06-19
* avoid changing API for nowChristian Grothoff2016-06-19
* refactoring core API to use new MQ libChristian Grothoff2016-06-19
* small API change: do no longer pass rarely needed GNUNET_SCHEDULER_TaskContex...Christian Grothoff2016-04-09
* -fix (C) noticesChristian Grothoff2016-01-19
* -do checkChristian Grothoff2015-10-30
* -fix doxygen warningsChristian Grothoff2015-10-16
* redefining core message timeout semantics and core-core-API messaging to addr...Christian Grothoff2015-10-08
* fix #3869: outdated FSF addressChristian Grothoff2015-06-30
* -bringing copyright tags up to FSF standardChristian Grothoff2015-02-07
* making GNUNET_SCHEDULER_cancel() perform in O(1) instead of O(n) to help or e...Christian Grothoff2014-12-24
* -pass peer identity pointer to clients that will remain allocatedChristian Grothoff2014-12-16
* -split off MQ API into separate C file to reduce visibility of symbols; reind...Christian Grothoff2014-12-13
* -indent, doxygenChristian Grothoff2014-04-25
* -towards fixing #3295 (core traffic prioritization)Christian Grothoff2014-01-30
* towards reviving priorities in core API, this time with enum to make classes ...Christian Grothoff2014-01-30
* -minor code cleanup and doxygen/style fixesChristian Grothoff2013-12-08
* -remove GNUNET_MQ_impl_send_commit, make it part of send_continue, to ensure ...Christian Grothoff2013-11-16