aboutsummaryrefslogtreecommitdiff
path: root/src/nse/gnunet-service-nse.c
Commit message (Expand)AuthorAge
* BUILD: more more components into new structure; ftbfs fixMartin Schanzenbach2023-10-18
* UTIL: Allow only inlcusion of util glib-style.Martin Schanzenbach2022-12-04
* BUILD: Attempt to disentable platform.h, gnunet_common.h and gnunet_private_c...Martin Schanzenbach2022-12-04
* -DOC: Minor fixes to doc comments (mostly correcting typos) to resolve 'unkno...Willow Liquorice2022-10-03
* -fix typos causing FTBFS:Christian Grothoff2022-01-02
* revise DHT hashing functions, add test logicChristian Grothoff2022-01-02
* NSE: return NaN (see #7021)Christian Grothoff2021-09-22
* NSE: return INF, not NaN (fixes #7021)Christian Grothoff2021-09-22
* change GNUNET_DISK_fn_write() to always do atomic writes and to NOT overwrite...Christian Grothoff2020-12-19
* clean up GNUNET_CRYPTO_pow_hash APIChristian Grothoff2020-08-17
* remove argon2 dependency. Use limited libsodium argon2id function for GNS and...Martin Schanzenbach2020-05-26
* fix bit counting messMartin Schanzenbach2020-05-26
* Improved BIO APIAlessio Vanni2020-05-19
* fix sign api for to address #6164Christian Grothoff2020-04-08
* use new POW function consistently, also in revocationChristian Grothoff2019-11-30
* create crypto_pow, in preparation for #3795Christian Grothoff2019-11-30
* use ifdef instead of if for __linux__ and BSDng02019-11-20
* follow-up to 7c14b80a011e9e99b1cef0bfd96bae364edd5663:ng02019-11-20
* On *BSD the header file sys/param.h defines BSD. Drop unnecessaryng02019-11-19
* tighten formatting rulesChristian Grothoff2019-10-31
* 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
* memcmp() -> GNUNET_memcmp(), first takeJulius Bünger2019-04-26
* 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
* use new SCHEDULER_add_at API where applicableChristian Grothoff2017-01-22
* rename connecT -> connect now that the old API is deadChristian Grothoff2017-01-10
* converting nse to new service APIChristian Grothoff2016-09-19
* towards adding mq destruction notificationChristian Grothoff2016-09-19
* Use statement exprs instead of local functionDavid Barksdale2016-08-18
* convering more services to new core MQ APIChristian Grothoff2016-07-31
* -convert NSE to new core MQ APIChristian Grothoff2016-07-31
* -avoid calling memcpy() with NULL argument, even if len is 0Christian Grothoff2016-07-08
* adapting testbed-logger to MQ APIChristian Grothoff2016-06-24
* 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
* -report id of peer that is missbehavingChristian Grothoff2015-08-03
* fix #3869: outdated FSF addressChristian Grothoff2015-06-30
* check for __GLIBC__ before malloptingChristian Grothoff2015-06-16
* -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
* -do not use NBO double for stats settingChristian Grothoff2014-12-19
* properly report NSE estimate to statistics (#3563?)Christian Grothoff2014-12-16
* - Log NSE histogram to file in addition to testbed-logger when HISTOGRAM_DIRSree Harsha Totakura2014-04-01