aboutsummaryrefslogtreecommitdiff
path: root/src/namestore
Commit message (Collapse)AuthorAge
...
* 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 incompatability with musl libc.David Barksdale2013-11-10
|
* -initialize flags to unproblematic value (hence usually zero)Christian Grothoff2013-11-05
|
* fix tests and do not assert since this will break make checkMatthias Wachs2013-11-05
|
* minor fixes + test for shadows record filtering and usageMatthias Wachs2013-11-04
|
* new test to lookup shadow recordMatthias Wachs2013-11-04
|
* - 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
|
* replace iteration with lookupMatthias Wachs2013-10-28
|
* extended plugin api to support lookup functionMatthias Wachs2013-10-28
| | | | | | | | added new index to both plugins implemented lookup functionality in both plugins namestore uses lookup function
* -eliminate dead codeChristian Grothoff2013-10-26
|
* api communication doneMatthias Wachs2013-10-25
|
* added lookup test + fix in testMatthias Wachs2013-10-25
|
* - clean protocol numberMatthias Wachs2013-10-25
| | | | | | - added lookup protocol numbers - implemented lookup sending
* -32 bit, not 16Christian Grothoff2013-10-20
|
* -allow namestore to monitor ALL zones, and to optionally only monitor changesChristian Grothoff2013-10-20
|
* -enable monitor over all zonesChristian Grothoff2013-10-20
|
* -fix leaksChristian Grothoff2013-10-18
|
* implementing api callMatthias Wachs2013-10-18
|
* -do not use expired records, they'll be removed internally nowChristian Grothoff2013-10-18
|
* -fix terminationChristian Grothoff2013-10-18
|
* doxygenMatthias Wachs2013-10-18
|
* Link namesotre to libgnunetgnsrecord tooLRN2013-10-17
|
* -fix testcasesChristian Grothoff2013-10-17
|
* -indentation, code cleanupChristian Grothoff2013-10-17
|
* -start namecache as wellChristian Grothoff2013-10-17
|
* -start namecache as wellChristian Grothoff2013-10-17
|
* -fix use after free, cancel of dead taskChristian Grothoff2013-10-17
|
* -perform NC registration for client during store handlingChristian Grothoff2013-10-17
|
* -start namecache as well, perform NC registration for client during lookup ↵Christian Grothoff2013-10-17
| | | | handling
* -fix plugin linkageChristian Grothoff2013-10-17
|
* -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
* -moving namestore_common functions to gnsrecord libraryChristian Grothoff2013-10-16
|
* -start tests with fresh/empty databaseChristian Grothoff2013-10-16
|
* -SERVICEHOME is now GNUNET_HOMEChristian Grothoff2013-10-16
|
* -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
|
* implementing #3064: enable split-personality ARM to run some services as ↵Christian Grothoff2013-10-11
| | | | 'gnunet' and others as grothoff, depending on level of personal information available to the service
* separating ECC crypto into functions/structs for ECDHE, ECDSA and EDDSAChristian Grothoff2013-10-10
|
* fixing resource leaksMatthias Wachs2013-10-10
|
* last XDG change: use GNUNET_RUNTIME_DIR instead of /tmp for UNIXPATHs by defaultChristian Grothoff2013-10-09
|
* more work towards XDG spec (#3000) -- config file locationChristian Grothoff2013-10-09
|
* migrating towards XDG configuration specification (#3000)Christian Grothoff2013-10-09
|
* fixed #2987 -- at least the testcases now passChristian Grothoff2013-10-08
|
* towards implementing postgres backend for namestore (#2987)Christian Grothoff2013-10-08
|
* -bump name to 97Christian Grothoff2013-10-08
|
* fixing #2992: do not use hash of pkey and then match against pkey, that will ↵Christian Grothoff2013-10-08
| | | | not work...