summaryrefslogtreecommitdiff
path: root/src/auditor/taler-auditor-httpd.c
AgeCommit message (Collapse)Author
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 ↵Christian Grothoff
only; also fixes #8054
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 ↵Christian Grothoff
taler-specific logic in the test engine core
2021-11-19-fix misc. compiler warningsChristian Grothoff
2021-08-23complete implementation of long-polling for reserve status; remove support ↵Christian Grothoff
for multi-threaded exchange httpd
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
put preflight check inside exchangedb start() function, and provide a preflight method for auditordb.
2019-11-23more libtalermhd migrationChristian Grothoff
2019-11-23use CONFLICT for double spending to distinguish properly from FORBIDDEN for ↵Christian Grothoff
bad signatures
2019-11-23more refactoring towards using libtalermhdChristian Grothoff
2019-11-23first uses of libtalermhdChristian Grothoff
2019-10-31tighten formatting rulesChristian Grothoff
2019-08-25re-format codeFlorian Dold
2018-11-25fix misc. memory leaksChristian Grothoff
2018-11-18get auditor api test to pass (minimal version)Christian Grothoff
2018-10-28implement /exchanges handler in auditor-httpdChristian Grothoff
2018-10-21first skeleton of /deposit-confirmation API implementation; not yet ↵Christian Grothoff
complete, cannot work as-is, see FIXMEs
2018-10-06add skeleton for auditor httpdChristian Grothoff