summaryrefslogtreecommitdiff
path: root/src/exchange/taler-exchange-httpd_payback.c
AgeCommit message (Collapse)Author
2019-05-02replace denom_pub with denom_pub_hash in exchange API to reduce bandwidthChristian Grothoff
2019-04-03Faking the time.Marcello Stanisci
Allow the user to pass a "now" value along the "/keys" request.
2018-08-19re-init logging so we can tell by PID who it isChristian Grothoff
2018-08-19make transactions smaller to try to reduce rollbacksChristian Grothoff
2018-03-12fix #5281 for exchange: do preflight check that an old transaction is no ↵Christian Grothoff
longer running by accident
2017-10-07properly handle signing errors if httpd lacks signing keys by returning ↵Christian Grothoff
internal errors (and handling new return value from TEH_KS_sign)
2017-10-06handle (most) TEH_KS_acquire errorsChristian Grothoff
2017-10-06check return value from TALER_amount_get_zeroChristian Grothoff
2017-06-19address #5010 for /paybackChristian Grothoff
2017-04-20fix misc doxygen issuesChristian Grothoff
2017-04-10add test case for #3887Christian Grothoff
2017-04-01implement DB plugin function to obtain reserve information, migrate logic to ↵Christian Grothoff
simplified API spec (#3887); use plugin API in /payback DB implementation
2017-03-29first sketch at db module implementation for #3887Christian Grothoff
2017-03-29implement /payback parsing and signature verificationChristian Grothoff