aboutsummaryrefslogtreecommitdiff
path: root/src/namestore/namestore_api.c
AgeCommit message (Expand)Author
2018-06-05first batch of license fixes (boring)psyc://loupsycedyglgamf.onion/~lynX
2018-05-20check return values from GNSRECORD_record_serialize/size alwaysChristian Grothoff
2018-05-10watch for namestore not completing store operations, add auto-abort with warn...Christian Grothoff
2018-04-26misc bugfixesChristian Grothoff
2018-04-25extend namestore API to enable faster iterations by returning more than one r...Christian Grothoff
2018-04-23move to @ for empty label, fix empty-label resolution bug in GNS API, install...Christian Grothoff
2018-01-20reactivate test, fix misc warningsChristian Grothoff
2017-06-23fix misc namestore crashes from pq migrationChristian Grothoff
2017-01-10rename connecT -> connect now that the old API is deadChristian Grothoff
2016-08-22fix #4620Christian Grothoff
2016-08-18Use statement exprs instead of local functionDavid Barksdale
2016-07-09make namestore API less brittle/sublte to useChristian Grothoff
2016-07-08-avoid calling memcpy() with NULL argument, even if len is 0Christian Grothoff
2016-07-02-fix use after free on shutdownChristian Grothoff
2016-06-25-minor refactoring, add missing checkChristian Grothoff
2016-06-25convert namestore_api to MQChristian Grothoff
2016-04-09small API change: do no longer pass rarely needed GNUNET_SCHEDULER_TaskContex...Christian Grothoff
2016-01-19-fix (C) noticesChristian Grothoff
2015-06-30fix #3869: outdated FSF addressChristian Grothoff
2015-02-07-bringing copyright tags up to FSF standardChristian Grothoff
2014-12-24making GNUNET_SCHEDULER_cancel() perform in O(1) instead of O(n) to help or e...Christian Grothoff
2013-12-16-never store NICKs anywhere but in '+', do not display nicks in gnunet-namestoreChristian Grothoff
2013-11-29bug in zone to name: called with disconnect error instead of signalling "no n...Matthias Wachs
2013-11-28- Tests did not clean up: TEST_HOME with namestore db was not removed after testMatthias Wachs
2013-11-13adding pseudonym NICK automatically to records setsMatthias Wachs
2013-10-28extended plugin api to support lookup functionMatthias Wachs
2013-10-25api communication doneMatthias Wachs
2013-10-25- clean protocol numberMatthias Wachs
2013-10-18implementing api callMatthias Wachs
2013-10-16-finishing split of namestore into namestore and namecache (#3065) -- in theo...Christian Grothoff
2013-10-16-another renaming fest for GNUNET_NAMESTORE_ to GNUNET_GNSRECORD_ symbols tha...Christian Grothoff
2013-10-10separating ECC crypto into functions/structs for ECDHE, ECDSA and EDDSAChristian Grothoff
2013-10-06-remove trailing whitespaceChristian Grothoff
2013-10-04-do set expiration time when storing records, works better that way...Christian Grothoff
2013-09-30-fixing namestore to not disconnect on empty iteration result --- and namesto...Christian Grothoff
2013-09-29-minor stylistic cleanup, doxygenChristian Grothoff
2013-09-29-fix block size calculationChristian Grothoff
2013-09-29-disconnect on protocol errors, not on no-resultChristian Grothoff
2013-09-26-more logging, minor code cleanupChristian Grothoff
2013-09-25-fix MX record parsing and serialization, others still to be fixedChristian Grothoff
2013-09-25-fix remove testcaseChristian Grothoff
2013-09-24handle empty result set gracefullyChristian Grothoff
2013-09-13splitting 'struct GNUNET_CRYPTO_EccPublicKey' into one struct for signing and...Christian Grothoff
2013-09-10-fix crash in gnunet-namestore -a if no other records already existedChristian Grothoff
2013-09-05-allow passing NULL for zone to iterate over all of our zonesChristian Grothoff
2013-08-21fixed crash: wrong cls in apiMatthias Wachs
2013-08-14-addressing #2995Christian Grothoff
2013-08-13-adapting fcfsd to new namestore API, moving from gns to namestore subsystemChristian Grothoff
2013-08-13-namestore service builds againChristian Grothoff
2013-08-12-towards namestore support for the new privacy-preserving GNS queriesChristian Grothoff