add changelog
[oweals/gnunet.git] / src / namestore / test_namestore_api_remove.c
2019-10-31 Christian Grothofftighten formatting rules
2019-10-05 Christian Grothoffglobal reindent, now with uncrustify hook enabled
2019-09-08 ng0uncrustify as demanded.
2019-02-24 Christian Grothoffavoid failing hard if 'gnunetcheck' db does not exist
2019-02-24 Christian Grothofffix segv on error
2019-01-16 ng0Merge branch 'license/spdx'
2019-01-14 ng0src: for every AGPL3.0 file, add SPDX identifier.
2018-06-13 Nils GillmannMerge branch 'master' of gnunet.org:gnunet
2018-06-11 Phil-Merge branch 'master' of ssh://gnunet.org/gnunet into...
2018-06-07 psyc://loupsycedyg... paragraph for gnunet devs that don't know how to use...
2018-06-07 psyc://loupsycedyg... glitch in the license text detected by hyazinthe, thank...
2018-06-05 psyc://loupsycedyg... first batch of license fixes (boring)
2018-06-04 Christian Grothoffuse real GNS record types in tests to avoid failures...
2018-05-14 Nils GillmannMerge branch 'master' of gnunet.org:gnunet
2018-05-09 Christian Grothoffimplement new functions in libgnunetsq, clean up sqlite...
2018-05-02 Nils GillmannMerge branch 'master' of gnunet.org:gnunet
2018-05-01 Christian Grothoffmore extensive namestore tests for the non-sqlite plugi...
2017-03-29 Schanzenbach, Martin- merge with master
2017-02-21 Christian Grothoffhandle errors without crashing
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-12-24 Christian Grothoffmaking GNUNET_SCHEDULER_cancel() perform in O(1) instea...
2014-12-19 Christian Grothoff-check return value
2013-12-09 LRNRemove test home at the beginning and at the VERY end
2013-11-28 Matthias Wachs- Tests did not clean up: TEST_HOME with namestore...
2013-11-05 Christian Grothoff-initialize flags to unproblematic value (hence usually...
2013-10-17 Christian Grothoff-start namecache as well
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-10 Christian Grothoffseparating ECC crypto into functions/structs for ECDHE...
2013-10-06 Christian Grothoff-remove trailing whitespace
2013-10-02 Christian Grothoff-delete does not work in the strong sense due to cachin...
2013-10-01 Matthias Wachsfixing test compile
2013-09-25 Christian Grothoff-fix remove testcase
2013-09-25 Christian Grothoff-indentation
2013-09-13 Christian Grothoffsplitting 'struct GNUNET_CRYPTO_EccPublicKey' into...
2013-09-11 Matthias Wachsmodified test
2013-09-11 Matthias Wachsimproved test
2013-08-22 Matthias Wachstest if records are removed correctly
2013-08-21 Christian Grothoffremoving GNUNET_CRYPTO_ecc_key_free, use GNUNET_free...
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-06-30 Christian Grothoff-fixing some namestore tests
2013-06-30 Christian Grothoff-fixing some namestore tests
2013-06-30 Christian Grothoff-towards implementing improved namestore API
2013-05-29 Christian Grothoff-switching GNS from RSA to ECC
2012-12-21 Christian Grothoff-renaming testing-new.h to testing.h, bumping library...
2012-11-15 Matthias Wachsimplementing mantis 0002193
2012-10-25 Christian Grothoff-rasp pi redefines slow
2012-06-29 Christian Grothoff-more fixes to namestore
2012-06-25 Christian Grothofftrying to fix #2458, largely works
2012-06-20 Sree Harsha Totakura-fixing compile warnings
2012-06-19 Christian Grothoff-fixing testcases with new expiration code
2012-06-19 Christian Grothoff-fixing IO-error bug in namestore tests on buildbots...
2012-05-27 Christian Grothoffrenaming GNUNET_TIME_relative_get_forever and GNUNET_TI...
2012-05-08 Bart PolotRenamed GNUNET_OS_process_close to GNUNET_OS_process_de...
2012-03-19 Matthias Wachs- test use new zonekey files
2012-03-19 Matthias Wachs- usage of short hashes
2012-03-13 Matthias Wachs- file extension
2012-03-09 Matthias Wachs- changes to signing verfifying: includes block expiration
2012-03-08 Matthias Wachsnamestore manages zonekey files with private keys
2012-03-02 Matthias Wachs- use record_cmp
2012-03-02 Matthias Wachs- create test
2012-03-02 Matthias Wachs- reset db before test
2012-03-01 Matthias Wachs- fixes
2012-03-01 Matthias Wachs- memfix
2012-03-01 Matthias Wachs- added signature check
2012-03-01 Matthias Wachs- change signing func
2012-03-01 Matthias Wachs- more changes: sign & verify working and tested