aboutsummaryrefslogtreecommitdiff
path: root/src/auditor/taler-auditor-httpd.c
AgeCommit message (Expand)Author
4 daysensure we do not start if the database version is outdated (#9203)Christian Grothoff
2024-09-20auditor api switch to generic updateNic Eigel
2024-09-17adding generic delete for auditorNic Eigel
2024-09-17adding generic delete for auditorNic Eigel
2024-09-15log details about 404Christian Grothoff
2024-09-14santity for /balances and /progress endpoints, fix various leaks and other bugsChristian Grothoff
2024-09-14fix uninitialized field in auditor-http logicChristian Grothoff
2024-08-26add error handlingChristian Grothoff
2024-08-24fix auditor http authentication logicChristian Grothoff
2024-08-24fix misc bugsChristian Grothoff
2024-08-23add option to disable authenticationChristian Grothoff
2024-08-23fix spa servingChristian Grothoff
2024-08-23add logic to serve SPAChristian Grothoff
2024-08-14add generic suppression sql codeChristian Grothoff
2024-07-29DCEChristian Grothoff
2024-07-29DCE, fix some doxygen issuesChristian Grothoff
2024-07-29-fix auditor insanityChristian Grothoff
2024-07-29-work on testsChristian Grothoff
2024-06-24real-time-auditorNic Eigel
2024-04-08fix urnChristian Grothoff
2024-02-07fixing merge conflictChristian Grothoff
2024-02-07auditordb tabularasaChristian Grothoff
2024-02-05return 'implementation' field in /config responsesv0.9.4-dev.12Christian Grothoff
2024-01-16progress on auditor helpersNic Eigel
2024-01-10remove GET /exchanges endpoint as we are making the auditor single-exchange o...Christian Grothoff
2024-01-09adding auditor resp endpoints, trigger for helper deposit_confirmationsNic
2023-06-25more work on atomizing exchange API: depositChristian Grothoff
2023-06-07major libtalertesting API refactoring, including no longer having taler-speci...Christian Grothoff
2021-11-19-fix misc. compiler warningsChristian Grothoff
2021-08-23complete implementation of long-polling for reserve status; remove support fo...Christian Grothoff
2021-08-08introduce TALER_OS_init() to safely handle static linkageChristian Grothoff
2021-08-04load config file from correct locationFlorian Dold
2021-07-31-more json_pack cleaningChristian Grothoff
2021-07-29fix #6960Christian Grothoff
2021-07-24fix #6939 in exchangeChristian Grothoff
2021-01-07fixes for earlier fixChristian Grothoff
2021-01-07fix remaining #6679 issues in exchangeChristian Grothoff
2020-12-26implement #6161Christian Grothoff
2020-07-05GNUNET_free_non_null is gone, use GNUNET_freeChristian Grothoff
2020-04-11adapations related to GNUnet fixing #6149Christian Grothoff
2020-04-09make code compiler without warnings with latest libmicrohttpd APIChristian Grothoff
2020-03-31typosCodeBlau-NGI-2019Christian Grothoff
2020-03-27removing inappropriate i18n codeChristian Grothoff
2020-03-21code cleanup, deduplication, DCEChristian Grothoff
2020-03-15move common logic to parse currency into libtalerutilChristian Grothoff
2020-03-01removing dead code, using more named constants, checking return values betterChristian Grothoff
2020-02-05implement auditor's exchange signing key caching (#6052)Christian Grothoff
2020-01-19fix copyright headers as per CAChristian Grothoff
2020-01-18fix -Wextra warningsChristian Grothoff
2020-01-15Preflight checks:Marcello Stanisci