aboutsummaryrefslogtreecommitdiff
path: root/src/namestore/gnunet-namestore.c
Commit message (Collapse)AuthorAge
* simplify gnunet-namestore / namestore_rest_plugin to avoid deprecated ↵Christian Grothoff2016-10-23
| | | | CLIENT_service_test
* fix and report version checkChristian Grothoff2016-09-11
|
* -nicer indentationChristian Grothoff2016-08-25
|
* fix #4620 - return value partChristian Grothoff2016-08-22
|
* fix #4620Christian Grothoff2016-08-22
|
* 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
|
* fix #3869: outdated FSF addressChristian Grothoff2015-06-30
|
* -bringing copyright tags up to FSF standardChristian Grothoff2015-02-07
|
* -add missing returnChristian Grothoff2014-10-05
|
* -fix format stringChristian Grothoff2014-10-03
|
* -is pending is deadChristian Grothoff2014-10-01
|
* removing unused "RF_PENDING" flagMatthias Wachs2014-09-23
|
* -tolerate it if gnunet://gns/ URI prefix is in upper caseChristian Grothoff2014-07-08
|
* -fix #3301Christian Grothoff2014-06-08
|
* -fix #3301Christian Grothoff2014-06-08
|
* fixing #3302: match record type and value as well during deletion, if specifiedChristian Grothoff2014-05-13
|
* hack namestore pending capabilityChristian Grothoff2014-04-18
|
* -indentationChristian Grothoff2013-12-20
|
* -never store NICKs anywhere but in '+', do not display nicks in gnunet-namestoreChristian Grothoff2013-12-16
|
* -never store NICKs anywhere but in '+', do not display nicks in gnunet-namestoreChristian Grothoff2013-12-16
|
* fixed uri parsing and exit codesMatthias Wachs2013-12-06
|
* adding docuMatthias Wachs2013-12-06
|
* - test if identity service is runningMatthias Wachs2013-12-06
| | | | | | - default ego is used if none given
* adding pseudonym NICK automatically to records setsMatthias Wachs2013-11-13
|
* renaming PSEU to NICKMatthias Wachs2013-11-13
| | | | | gnunet-namestore can set nick name in namestore
* - fix: all records were created as shadow record by defaultMatthias Wachs2013-11-04
| | | | | | | - new: -- printing record flags -- improved error message on deletion
* fix for lookupMatthias Wachs2013-11-04
|
* replace zone iteration with record lookupMatthias Wachs2013-10-28
|
* -allow namestore to monitor ALL zones, and to optionally only monitor changesChristian Grothoff2013-10-20
|
* -fix terminationChristian Grothoff2013-10-18
|
* -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
|
* -implement #2992 (but reverse lookup itself seems to not yet work properly)Christian Grothoff2013-10-08
|
* -remove trailing whitespaceChristian Grothoff2013-10-06
|
* -do set expiration time when storing records, works better that way...Christian Grothoff2013-10-04
|
* -add logic to print expiration times for recordsChristian Grothoff2013-10-04
|
* -enable looking up individual recordsChristian Grothoff2013-09-30
|
* -shutdown if zone/ego not foundChristian Grothoff2013-09-29
|
* clear private keys in static locations on exitChristian Grothoff2013-09-21
|
* splitting 'struct GNUNET_CRYPTO_EccPublicKey' into one struct for signing ↵Christian Grothoff2013-09-13
| | | | and another for encryption
* -fix crash in gnunet-namestore -a if no other records already existedChristian Grothoff2013-09-10
|
* -fix FTBFSChristian Grothoff2013-09-05
|
* -remove deprecated GNUNET_NAMESTORE_RF_AUTHORITYChristian Grothoff2013-09-05
|