aboutsummaryrefslogtreecommitdiff
path: root/src/namestore/test_namestore_api_store_update.c
Commit message (Collapse)AuthorAge
* Remove test home at the beginning and at the VERY endLRN2013-12-09
|
* - Tests did not clean up: TEST_HOME with namestore db was not removed after testMatthias Wachs2013-11-28
| | | | | | | | Therefore test_namestore_api_remove_not_existing_record passed when executed on a clean system, but failed if ran after a previous test adding a record - remove unused file namestore/test_namestore_api_put.c
* -do not use expired records, they'll be removed internally nowChristian Grothoff2013-10-18
|
* -fix use after free, cancel of dead taskChristian 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
* -start tests with fresh/empty databaseChristian Grothoff2013-10-16
|
* separating ECC crypto into functions/structs for ECDHE, ECDSA and EDDSAChristian Grothoff2013-10-10
|
* -remove trailing whitespaceChristian Grothoff2013-10-06
|
* -initialize flagsChristian Grothoff2013-10-04
|
* -reindentChristian Grothoff2013-10-03
|
* fixing test compile Matthias Wachs2013-10-01
|
* splitting 'struct GNUNET_CRYPTO_EccPublicKey' into one struct for signing ↵Christian Grothoff2013-09-13
| | | | and another for encryption
* new test: store a label and update itMatthias Wachs2013-09-11