aboutsummaryrefslogtreecommitdiff
path: root/src/namestore/gnunet-service-namestore.c
Commit message (Expand)AuthorAge
* migrating more services to new service APIChristian Grothoff2016-09-21
* Fix UAF detected by asanDavid Barksdale2016-09-05
* -nicer indentationChristian Grothoff2016-08-25
* fix #4620Christian Grothoff2016-08-22
* -avoid calling memcpy() with NULL argument, even if len is 0Christian Grothoff2016-07-08
* - fix string formatMartin Schanzenbach2016-05-04
* implementing new scheduler shutdown semanticsChristian Grothoff2016-04-30
* 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
* -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