aboutsummaryrefslogtreecommitdiff
path: root/src/namestore/gnunet-namestore-fcfsd.c
Commit message (Collapse)AuthorAge
* 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