more work on gnunet-zoneimport, some bugfix in flat namestore, misc. style fixes
[oweals/gnunet.git] / src / namestore / gnunet-namestore.c
2018-04-10 Christian Grothoffmore work on gnunet-zoneimport, some bugfix in flat...
2018-03-05 ng0Merge branch 'master' of gnunet.org:gnunet
2018-03-03 Christian Grothoffupdate user-documentation to match new implementation
2018-03-03 Christian Grothoffeliminate .gnu from GNS
2017-03-29 xrsMerge branch 'master' of ssh://gnunet.org/gnunet
2017-03-29 Schanzenbach, Martin- merge with master
2017-03-25 Christian Grothoffrename GNUNET_GETOPT functions to achieve better consis...
2017-03-24 xrsMerge branch 'master' of ssh://gnunet.org/gnunet
2017-03-22 tg(x)Merge branch 'master' of gnunet.org:gnunet
2017-03-17 Christian GrothoffMerge branch 'getopt'
2017-03-17 Christian GrothoffMerge branch 'master' into getopt
2017-03-15 Marcello Stanisciporting.
2016-10-23 Christian Grothoffsimplify gnunet-namestore / namestore_rest_plugin to...
2016-09-11 Christian Grothofffix and report version check
2016-08-25 Christian Grothoff-nicer indentation
2016-08-22 Christian Grothofffix #4620 - return value part
2016-08-22 Christian Grothofffix #4620
2016-07-09 Christian Grothoffmake namestore API less brittle/sublte to use
2016-07-08 Christian Grothoff-avoid calling memcpy() with NULL argument, even if...
2016-04-30 Christian Grothoffimplementing new scheduler shutdown semantics
2016-04-09 Christian Grothoffsmall API change: do no longer pass rarely needed GNUNE...
2016-01-19 Christian Grothoff-fix (C) notices
2015-06-30 Christian Grothofffix #3869: outdated FSF address
2015-02-07 Christian Grothoff-bringing copyright tags up to FSF standard
2014-10-05 Christian Grothoff-add missing return
2014-10-03 Christian Grothoff-fix format string
2014-10-01 Christian Grothoff-is pending is dead
2014-09-23 Matthias Wachsremoving unused "RF_PENDING" flag
2014-07-08 Christian Grothoff-tolerate it if gnunet://gns/ URI prefix is in upper...
2014-06-08 Christian Grothoff-fix #3301
2014-06-08 Christian Grothoff-fix #3301
2014-05-13 Christian Grothofffixing #3302: match record type and value as well durin...
2014-04-18 Christian Grothoffhack namestore pending capability
2013-12-20 Christian Grothoff-indentation
2013-12-16 Christian Grothoff-never store NICKs anywhere but in '+', do not display...
2013-12-16 Christian Grothoff-never store NICKs anywhere but in '+', do not display...
2013-12-06 Matthias Wachsfixed uri parsing and exit codes
2013-12-06 Matthias Wachsadding docu
2013-12-06 Matthias Wachs- test if identity service is running
2013-11-13 Matthias Wachsadding pseudonym NICK automatically to records sets
2013-11-13 Matthias Wachsrenaming PSEU to NICK
2013-11-04 Matthias Wachs- fix: all records were created as shadow record by...
2013-11-04 Matthias Wachsfix for lookup
2013-10-28 Matthias Wachsreplace zone iteration with record lookup
2013-10-20 Christian Grothoff-allow namestore to monitor ALL zones, and to optionall...
2013-10-18 Christian Grothoff-fix termination
2013-10-16 Christian Grothoff-finishing split of namestore into namestore and nameca...
2013-10-16 Christian Grothoff-another renaming fest for GNUNET_NAMESTORE_ to GNUNET_...
2013-10-16 Christian Grothoff-rename fest for symbols moved from GNUNET_NAMESTORE_...
2013-10-16 Christian Grothoff-moving code to new libgnunetgnsrecord in preparation...
2013-10-10 Christian Grothoffseparating ECC crypto into functions/structs for ECDHE...
2013-10-08 Christian Grothoff-implement #2992 (but reverse lookup itself seems to...
2013-10-06 Christian Grothoff-remove trailing whitespace
2013-10-04 Christian Grothoff-do set expiration time when storing records, works...
2013-10-04 Christian Grothoff-add logic to print expiration times for records
2013-09-30 Christian Grothoff-enable looking up individual records
2013-09-29 Christian Grothoff-shutdown if zone/ego not found
2013-09-21 Christian Grothoffclear private keys in static locations on exit
2013-09-13 Christian Grothoffsplitting 'struct GNUNET_CRYPTO_EccPublicKey' into...
2013-09-10 Christian Grothoff-fix crash in gnunet-namestore -a if no other records...
2013-09-05 Christian Grothoff-fix FTBFS
2013-09-05 Christian Grothoff-remove deprecated GNUNET_NAMESTORE_RF_AUTHORITY
2013-08-24 Christian Grothoff-use new ego lookup function to simplify logic
2013-08-19 Christian Grothoff-implementing #2990: integration of gnunet-namestore...
2013-08-13 Christian Grothoff-dce
2013-08-12 Christian Grothoff-towards namestore support for the new privacy-preservi...
2013-08-11 Christian Grothoffchanging time measurement from milliseconds to microseconds
2013-08-06 Christian Grothoffmoving to new, fixed-size encoding of public and privat...
2013-07-11 Christian Grothoff-fix
2013-07-11 Christian Grothoff-fix
2013-07-11 Christian Grothoff-add extra checks
2013-07-09 Christian Grothoff-dead code
2013-07-09 Christian Grothoff-simplify zone key loading by using synchronous ECC...
2013-07-09 Christian Grothoffadd '-m' option to gnunet-namestore, extend namestore...
2013-06-30 Christian Grothoff-towards implementing improved namestore API
2013-06-05 Christian Grothoff-cleaning up client api to test for service availability
2013-05-29 Christian Grothoff-switching GNS from RSA to ECC
2012-11-04 Christian Grothoff-misc bugfixes, travel hacking
2012-09-27 Christian Grothoffreducing error messages about missing configuration...
2012-09-16 Christian Grothoff-fixing #2546
2012-07-16 Matthias Wachs- new rsa api
2012-07-13 Matthias Wachs- test for namestore
2012-07-05 Christian Grothoff-LRN: Correct time == 0 handling:
2012-07-04 Christian Grothoff-LRN: initialize rd to avoid having garbage in flags
2012-07-04 Christian Grothoff-fixing #2478
2012-07-02 Christian Grothoff-rel time allowed
2012-06-29 Christian Grothoff-display expiration times with records
2012-06-26 Christian Grothoff-allow blank specification of URI-only
2012-06-26 Christian Grothoff-adding support for importing PKEY records from URIs
2012-06-25 Christian Grothofftrying to fix #2458, largely works
2012-06-19 Christian Grothoff-towards enabling relative expiration times in namestore
2012-06-10 Christian GrothoffLRN: new utf8 argv converter for W32, converting string...
2012-05-27 Christian Grothoffrenaming GNUNET_TIME_relative_get_forever and GNUNET_TI...
2012-03-27 Matthias Wachs- added "never for expiration"
2012-03-27 Matthias Wachs- rewritten zone iteration code for code deduplication...
2012-03-21 Christian Grothoff-allow deletion without specifying expiration
2012-03-19 Matthias Wachs- usage of short hashes
2012-03-15 Matthias Wachs(no commit message)
2012-03-14 Christian Grothoff-fix
2012-03-07 Christian Grothoff-done
next