aboutsummaryrefslogtreecommitdiff
path: root/src/namestore/namestore_api.c
Commit message (Expand)AuthorAge
* - towards crypto agility; wipMartin Schanzenbach2020-10-15
* -fix various bugsMartin Schanzenbach2020-08-06
* deprecate ill-defined set_nick APISchanzenbach, Martin2020-05-06
* global reindent, now with uncrustify hook enabledChristian Grothoff2019-10-05
* uncrustify as demanded.ng02019-09-08
* remove bogus castChristian Grothoff2019-05-25
* memcmp() -> GNUNET_memcmp(), first takeJulius Bünger2019-04-26
* src: for every AGPL3.0 file, add SPDX identifier.ng02019-01-14
* Partial application of diff send in beberking, Issue #5476Nils Gillmann2018-11-13
* use separate message type to indicate end of transmission (much cleaner)Christian Grothoff2018-11-02
* 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
* check return values from GNSRECORD_record_serialize/size alwaysChristian Grothoff2018-05-20
* watch for namestore not completing store operations, add auto-abort with warn...Christian Grothoff2018-05-10
* misc bugfixesChristian Grothoff2018-04-26
* extend namestore API to enable faster iterations by returning more than one r...Christian Grothoff2018-04-25
* move to @ for empty label, fix empty-label resolution bug in GNS API, install...Christian Grothoff2018-04-23
* reactivate test, fix misc warningsChristian Grothoff2018-01-20
* fix misc namestore crashes from pq migrationChristian Grothoff2017-06-23
* rename connecT -> connect now that the old API is deadChristian Grothoff2017-01-10
* fix #4620Christian Grothoff2016-08-22
* Use statement exprs instead of local functionDavid Barksdale2016-08-18
* 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
* -fix use after free on shutdownChristian Grothoff2016-07-02
* -minor refactoring, add missing checkChristian Grothoff2016-06-25
* convert namestore_api to MQChristian Grothoff2016-06-25
* small API change: do no longer pass rarely needed GNUNET_SCHEDULER_TaskContex...Christian Grothoff2016-04-09
* -fix (C) noticesChristian Grothoff2016-01-19
* 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
* -never store NICKs anywhere but in '+', do not display nicks in gnunet-namestoreChristian Grothoff2013-12-16
* bug in zone to name: called with disconnect error instead of signalling "no n...Matthias Wachs2013-11-29
* - Tests did not clean up: TEST_HOME with namestore db was not removed after testMatthias Wachs2013-11-28
* adding pseudonym NICK automatically to records setsMatthias Wachs2013-11-13
* extended plugin api to support lookup functionMatthias Wachs2013-10-28
* api communication doneMatthias Wachs2013-10-25
* - clean protocol numberMatthias Wachs2013-10-25
* implementing api callMatthias Wachs2013-10-18
* -finishing split of namestore into namestore and namecache (#3065) -- in theo...Christian Grothoff2013-10-16
* -another renaming fest for GNUNET_NAMESTORE_ to GNUNET_GNSRECORD_ symbols tha...Christian Grothoff2013-10-16
* separating ECC crypto into functions/structs for ECDHE, ECDSA and EDDSAChristian Grothoff2013-10-10
* -remove trailing whitespaceChristian Grothoff2013-10-06
* -do set expiration time when storing records, works better that way...Christian Grothoff2013-10-04
* -fixing namestore to not disconnect on empty iteration result --- and namesto...Christian Grothoff2013-09-30
* -minor stylistic cleanup, doxygenChristian Grothoff2013-09-29
* -fix block size calculationChristian Grothoff2013-09-29
* -disconnect on protocol errors, not on no-resultChristian Grothoff2013-09-29