aboutsummaryrefslogtreecommitdiff
path: root/src/namestore/gnunet-namestore-fcfsd.c
Commit message (Collapse)AuthorAge
* src: for every AGPL3.0 file, add SPDX identifier.ng02019-01-14
|
* fix fcfsdSchanzenbach, Martin2018-06-24
|
* attempt fix fcfsSchanzenbach, Martin2018-06-24
|
* paragraph for gnunet devs that don't know how to use the webpsyc://loupsycedyglgamf.onion/~lynX2018-06-07
|
* fix the stupidChristian Grothoff2018-06-07
|
* avoid looping on listing of zoneChristian Grothoff2018-06-07
|
* glitch in the license text detected by hyazinthe, thank you!psyc://loupsycedyglgamf.onion/~lynX2018-06-07
|
* add -z option to gnunet-namestore-fcfsdChristian Grothoff2018-06-07
|
* add -z option to gnunet-namestore-fcfsdChristian Grothoff2018-06-07
|
* first batch of license fixes (boring)psyc://loupsycedyglgamf.onion/~lynX2018-06-05
|
* eliminate use of OFFSET in namestore DB queriesChristian Grothoff2018-04-30
|
* extend namestore API to enable faster iterations by returning more than one ↵Christian Grothoff2018-04-25
| | | | result at a time
* more work on gnunet-zoneimport, some bugfix in flat namestore, misc. style fixesChristian Grothoff2018-04-10
|
* make namestore API less brittle/sublte to useChristian Grothoff2016-07-09
|
* -avoid calling memcpy() with NULL argument, even if len is 0Christian Grothoff2016-07-08
|
* implementing new scheduler shutdown semanticsChristian Grothoff2016-04-30
|
* small API change: do no longer pass rarely needed ↵Christian Grothoff2016-04-09
| | | | GNUNET_SCHEDULER_TaskContext to all scheduler tasks; instead, allow the relatively few tasks that need it to obtain the context via GNUNET_SCHEDULER_get_task_context()
* -fix (C) noticesChristian Grothoff2016-01-19
|
* -note dead fieldChristian Grothoff2015-10-18
|
* fix #3869: outdated FSF addressChristian Grothoff2015-06-30
|
* fix use of deprecated MHD symbolsChristian Grothoff2015-06-12
|
* -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 ↵Christian Grothoff2014-12-24
| | | | even fully address #3247
* -check return value, doxygenChristian Grothoff2014-06-07
|
* malloc -> newLRN2013-12-19
|
* remove debugMatthias Wachs2013-11-29
|
* fixing multiple segfaultsMatthias Wachs2013-11-29
| | | | | fixing functionality: misunderstanding of monitor callback, stored pkey under zonekey of returned existing mapping
* replace iteration with lookupMatthias Wachs2013-10-28
|
* -finishing split of namestore into namestore and namecache (#3065) -- in ↵Christian Grothoff2013-10-16
| | | | theory; in practice, somehow something broke badly, so the tests are now failing
* -another renaming fest for GNUNET_NAMESTORE_ to GNUNET_GNSRECORD_ symbols ↵Christian Grothoff2013-10-16
| | | | that were moved
* -rename fest for symbols moved from GNUNET_NAMESTORE_ to new ↵Christian Grothoff2013-10-16
| | | | GNUNET_GNSRECORD_ library
* -moving code to new libgnunetgnsrecord in preparation for addressing #3052Christian Grothoff2013-10-16
|
* separating ECC crypto into functions/structs for ECDHE, ECDSA and EDDSAChristian Grothoff2013-10-10
|
* -remove trailing whitespaceChristian Grothoff2013-10-06
|
* clear private keys in static locations on exitChristian Grothoff2013-09-21
|
* -eliminate ShortHashCode residuals (#2936)Christian Grothoff2013-09-16
|
* splitting 'struct GNUNET_CRYPTO_EccPublicKey' into one struct for signing ↵Christian Grothoff2013-09-13
| | | | and another for encryption
* -misc fixesChristian Grothoff2013-09-06
|
* check if MHD_DUAL_STACK is definedMatthias Wachs2013-09-06
|
* -remove deprecated GNUNET_NAMESTORE_RF_AUTHORITYChristian Grothoff2013-09-05
|
* -improving gnunet-identity command line options and man pagesChristian Grothoff2013-09-05
|
* removing GNUNET_CRYPTO_ecc_key_free, use GNUNET_free directly insteadChristian Grothoff2013-08-21
|
* -doxygenChristian Grothoff2013-08-14
|
* -addressing #2995Christian Grothoff2013-08-14
|
* -adapting fcfsd to new namestore API, moving from gns to namestore subsystemChristian Grothoff2013-08-13