aboutsummaryrefslogtreecommitdiff
path: root/src/namestore/test_namestore_api_zone_to_name.c
Commit message (Collapse)AuthorAge
* BUILD: Move namestore to serviceMartin Schanzenbach2023-10-19
|
* NEWS: Refactoring components under src/ into lib/, plugin/, cli/ and service/Martin Schanzenbach2023-10-18
| | | | | This also includes a necessary API refactoring of crypto from IDENTITY to UTIL.
* -NAMESTORE: fix memory leaks in tests.ulfvonbelow2023-02-06
| | | | | | This allows us to use sanitizers to find bugs that matter. Signed-off-by: Martin Schanzenbach <schanzen@gnunet.org>
* -fix test ftbfsMartin Schanzenbach2022-12-05
|
* UTIL: Allow only inlcusion of util glib-style.Martin Schanzenbach2022-12-04
|
* BUILD: Attempt to disentable platform.h, gnunet_common.h and ↵Martin Schanzenbach2022-12-04
| | | | gnunet_private_config.h insanity
* NAMESTORE: Introduce GANA-managed error codesMartin Schanzenbach2022-10-23
|
* -fix namestore testsMartin Schanzenbach2022-02-25
|
* -gix record handlingMartin Schanzenbach2022-02-25
|
* -fix testsMartin Schanzenbach2020-11-10
|
* - towards crypto agility; wipMartin Schanzenbach2020-10-15
|
* fixing #6149Christian Grothoff2020-04-11
|
* tighten formatting rulesChristian Grothoff2019-10-31
|
* global reindent, now with uncrustify hook enabledChristian Grothoff2019-10-05
|
* uncrustify as demanded.ng02019-09-08
|
* memcmp() -> GNUNET_memcmp(), first takeJulius Bünger2019-04-26
|
* more code cleanup, better error handing in testsChristian Grothoff2019-02-24
|
* src: for every AGPL3.0 file, add SPDX identifier.ng02019-01-14
|
* paragraph for gnunet devs that don't know how to use the webpsyc://loupsycedyglgamf.onion/~lynX2018-06-07
|
* glitch in the license text detected by hyazinthe, thank you!psyc://loupsycedyglgamf.onion/~lynX2018-06-07
|
* first batch of license fixes (boring)psyc://loupsycedyglgamf.onion/~lynX2018-06-05
|
* use real GNS record types in tests to avoid failures in new extra ↵Christian Grothoff2018-06-05
| | | | serialization/deserialization checking
* implement new functions in libgnunetsq, clean up sqlite namestore plugin, ↵Christian Grothoff2018-05-09
| | | | implement flow control in namestore API and tests
* more extensive namestore tests for the non-sqlite plugins, with bugfixesChristian Grothoff2018-05-01
|
* reactivate test, fix misc warningsChristian Grothoff2018-01-20
|
* -avoid calling memcpy() with NULL argument, even if len is 0Christian Grothoff2016-07-08
|
* small API change: do no longer pass rarely needed ↵Christian Grothoff2016-04-09
| | | | GNUNET_SCHEDULER_TaskContext to all scheduler tasks; instead, allow the relatively few tasks that need it to obtain the context via GNUNET_SCHEDULER_get_task_context()
* -fix (C) noticesChristian Grothoff2016-01-19
|
* fix #3869: outdated FSF addressChristian Grothoff2015-06-30
|
* -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 ↵Christian Grothoff2014-12-24
| | | | even fully address #3247
* 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
* -initialize flags to unproblematic value (hence usually zero)Christian Grothoff2013-11-05
|
* -start namecache as well, perform NC registration for client during lookup ↵Christian Grothoff2013-10-17
| | | | handling
* -another renaming fest for GNUNET_NAMESTORE_ to GNUNET_GNSRECORD_ symbols ↵Christian Grothoff2013-10-16
| | | | that were moved
* -rename fest for symbols moved from GNUNET_NAMESTORE_ to new ↵Christian Grothoff2013-10-16
| | | | GNUNET_GNSRECORD_ library
* separating ECC crypto into functions/structs for ECDHE, ECDSA and EDDSAChristian Grothoff2013-10-10
|
* -remove trailing whitespaceChristian Grothoff2013-10-06
|
* 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
* removing GNUNET_CRYPTO_ecc_key_free, use GNUNET_free directly insteadChristian Grothoff2013-08-21
|
* changing time measurement from milliseconds to microsecondsChristian Grothoff2013-08-11
|
* moving to new, fixed-size encoding of public and private ECC keys ↵Christian Grothoff2013-08-06
| | | | everywhere, also improving ECC API to better support ECRS/GADS operations
* -towards implementing improved namestore APIChristian Grothoff2013-06-30
|
* -switching GNS from RSA to ECCChristian Grothoff2013-05-29
|
* -renaming testing-new.h to testing.h, bumping library versionsChristian Grothoff2012-12-21
|
* -rasp pi redefines slowChristian Grothoff2012-10-25
|
* trying to fix #2458, largely worksChristian Grothoff2012-06-25
|
* -fixing compile warningsSree Harsha Totakura2012-06-20
|