summaryrefslogtreecommitdiff
path: root/src/testing/testing_api_loop.c
AgeCommit message (Collapse)Author
2023-10-29fix leaks, bump test execution time under valgrindChristian Grothoff
2023-07-20[age-withdraw] Added testing commands for age-withdraw and -revealÖzgür Kesim
Implemented - TALER_TESTING_cmd_age_withdraw - TALER_TESTING_cmd_age_withdraw_reveal Note: No test is using those commands yet.
2023-07-15-get taler-exchange-benchmark to workChristian Grothoff
2023-06-20-doxygen fixesChristian Grothoff
2023-06-07major libtalertesting API refactoring, including no longer having ↵Christian Grothoff
taler-specific logic in the test engine core
2023-05-10always use GNUNET_memcpyChristian Grothoff
2023-05-01breaking protocol changes towards fixing #7810 (incomplete, ↵Christian Grothoff
taler-exchange-offline still unfinished)
2023-04-22misc bugfixes in reserves_in batch logicChristian Grothoff
2022-12-05adapt build to latest GNUnet without gnunet/platform.hChristian Grothoff
2022-05-22-fix wirewatch assertionChristian Grothoff
2022-05-22-fix NPEChristian Grothoff
2022-03-19-style fixesChristian Grothoff
2022-03-19-minor code cleanupChristian Grothoff
2022-02-12-doxygen fixesChristian Grothoff
2022-02-07-cleanupsChristian Grothoff
2021-11-19-misc bugfixesChristian Grothoff
2021-11-17-fix FTBFS in testing/Christian Grothoff
2021-11-17-sms wipChristian Grothoff
2021-10-27libtalertesting compilesChristian Grothoff
2021-10-27-work on testing FTBFSChristian Grothoff
2021-10-27work on testing ftbfsChristian Grothoff
2021-05-25-log CMD nameChristian Grothoff
2020-12-14(start to) remove logic no longer needed with new key managementChristian Grothoff
2020-12-14activating implementation of #6175Christian Grothoff
2020-12-01start with exchange management testChristian Grothoff
2020-07-18merge flags into enum for GNUNET_DISK_pipe() API, fixing #6188Christian Grothoff
2020-07-05GNUNET_free_non_null is gone, use GNUNET_freeChristian Grothoff
2020-07-05move rewind command to exchange, add proper support for rewinding in ↵Christian Grothoff
batches, modify API to rewind to label
2020-04-05make exchange API more uniform in how information is returnedChristian Grothoff
2020-04-04return more error details for /wire and /keys to clientsChristian Grothoff
2020-03-31typosCodeBlau-NGI-2019Christian Grothoff
2020-03-28lookup in reverse order also inside of batchChristian Grothoff
2020-03-27removing warningsChristian Grothoff
2020-03-22the big EC renameChristian Grothoff
2020-03-20more statistics, make explicit table lock optional, can hurt performance badlyChristian Grothoff
2020-03-20improving benchmarking logic, including more timingsChristian Grothoff
2020-03-15move common logic to parse currency into libtalerutilChristian Grothoff
2020-02-26fix shutdown logic if shutdown happens during startupChristian Grothoff
2020-02-04implement /config in fakebank and taler_bank_lib.h (#6066)Christian Grothoff
2020-01-19duplicate code eliminationChristian Grothoff
2020-01-19move testing logic and integration tests into separate directoryFlorian Dold