aboutsummaryrefslogtreecommitdiff
path: root/src/namestore/gnunet-service-namestore.c
Commit message (Collapse)AuthorAge
* fix #3869: outdated FSF addressChristian Grothoff2015-06-30
|
* -fix (harmless) use of uninit 'nick'Christian Grothoff2015-05-26
|
* -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
* Remove work-around for bad NULL definitionDavid Barksdale2014-12-23
|
* removing unused "RF_PENDING" flagMatthias Wachs2014-09-23
|
* -add a few commentsChristian Grothoff2014-02-16
|
* -never store NICKs anywhere but in '+', do not display nicks in gnunet-namestoreChristian Grothoff2013-12-16
|
* -extend transport plugin API with capability to just disconnect a single ↵Christian Grothoff2013-12-12
| | | | session (not yet used)
* add nick name for cached recordsMatthias Wachs2013-12-04
|
* expirationMatthias Wachs2013-12-04
|
* debug messageMatthias Wachs2013-12-04
|
* include nick in cache for debuggingMatthias Wachs2013-12-03
|
* -fix memory leakChristian Grothoff2013-11-28
|
* - fix message log levelMatthias Wachs2013-11-14
| | | | | | - fix merging - fix docu
* fix for sizeMatthias Wachs2013-11-13
|
* remove private flagMatthias Wachs2013-11-13
|
* adding pseudonym NICK automatically to records setsMatthias Wachs2013-11-13
|
* Fix incompatability with musl libc.David Barksdale2013-11-10
|
* fix for lookupMatthias Wachs2013-11-04
|
* 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
|
* - 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 terminationChristian Grothoff2013-10-18
|
* doxygenMatthias Wachs2013-10-18
|
* -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
* -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
* separating ECC crypto into functions/structs for ECDHE, ECDSA and EDDSAChristian Grothoff2013-10-10
|
* fixing #2992: do not use hash of pkey and then match against pkey, that will ↵Christian Grothoff2013-10-08
| | | | not work...
* -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
|
* -address #3050, refresh encrypted blocks from plaintext blocks during ↵Christian Grothoff2013-10-02
| | | | iteration, compute block expiration time correctly
* -delete does not work in the strong sense due to caching of the encrypted ↵Christian Grothoff2013-10-02
| | | | blocks, adjusting tests to reflect this
* -fixing namestore to not disconnect on empty iteration result --- and ↵Christian Grothoff2013-09-30
| | | | namestore API to better survive disconnect
* -more loggingChristian Grothoff2013-09-30
|
* -fix indentationChristian Grothoff2013-09-30
|
* -disconnect on protocol errors, not on no-resultChristian Grothoff2013-09-29
|
* splitting 'struct GNUNET_CRYPTO_EccPublicKey' into one struct for signing ↵Christian Grothoff2013-09-13
| | | | and another for encryption
* - iterator NULL checkMatthias Wachs2013-09-11
| | | | | - do no empty name if it did not exist before
* -go back to breakChristian Grothoff2013-09-10
|
* -finalize iterate_all_zones as wellChristian Grothoff2013-09-10
|
* -misc fixesChristian Grothoff2013-09-06
|