aboutsummaryrefslogtreecommitdiff
path: root/src/namestore/gnunet-service-namestore.c
Commit message (Expand)AuthorAge
* -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 e...Christian Grothoff2014-12-24
* 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 sess...Christian Grothoff2013-12-12
* 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 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
* -eliminate dead codeChristian Grothoff2013-10-26
* api communication doneMatthias Wachs2013-10-25
* - clean protocol numberMatthias Wachs2013-10-25
* -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 ha...Christian Grothoff2013-10-17
* -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
* fixing #2992: do not use hash of pkey and then match against pkey, that will ...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
* -address #3050, refresh encrypted blocks from plaintext blocks during iterati...Christian Grothoff2013-10-02
* -delete does not work in the strong sense due to caching of the encrypted blo...Christian Grothoff2013-10-02
* -fixing namestore to not disconnect on empty iteration result --- and namesto...Christian Grothoff2013-09-30
* -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 and...Christian Grothoff2013-09-13
* - iterator NULL checkMatthias Wachs2013-09-11
* -go back to breakChristian Grothoff2013-09-10
* -finalize iterate_all_zones as wellChristian Grothoff2013-09-10
* -misc fixesChristian Grothoff2013-09-06
* -allow passing NULL for zone to iterate over all of our zonesChristian Grothoff2013-09-05