summaryrefslogtreecommitdiff
path: root/src/auditor/taler-auditor-httpd.c
AgeCommit message (Collapse)Author
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