summaryrefslogtreecommitdiff
path: root/src/exchange/taler-exchange-httpd_refresh_reveal.c
AgeCommit message (Collapse)Author
2020-02-29big rename fest related to #6067 API renamingChristian Grothoff
2020-02-26fix failure to remove rc from JSONChristian Grothoff
2020-02-26phase 1 of #6067: update exchange HTTPD to new API styleChristian Grothoff
2020-02-11revert bank API change, we will not do this here after allChristian Grothoff
2020-02-11mergingChristian Grothoff
2020-02-11start with new history API implementationChristian Grothoff
2020-02-04fix #6065Christian Grothoff
2020-01-20add exchange key during testChristian Grothoff
2020-01-20spelling of 'mismatch'Florian Dold
2020-01-18fix compiler warningsChristian Grothoff
2020-01-18doxygenChristian Grothoff
2020-01-18doxygenChristian Grothoff
2020-01-17doxygenChristian Grothoff
2020-01-17more KS cleanups, including one race fixChristian Grothoff
2020-01-17fix error code useChristian Grothoff
2020-01-15add another interpreter command to check incoming wire transfersChristian Grothoff
2020-01-14refactor uri parsing logic, prepare for unit testChristian Grothoff
2020-01-13make fakebank and banklib match specifified new APIChristian Grothoff
2019-12-11add logic for privacy policyChristian Grothoff
2019-11-29merge error codesChristian Grothoff
2019-11-23fixChristian Grothoff
2019-11-23migrate parsing logic to libtalermhdChristian Grothoff
2019-11-23more refactoring towards using libtalermhdChristian Grothoff
2019-11-23start with libtalermhdChristian Grothoff
2019-11-01improve status codes returned in case of denomination key troublesChristian Grothoff
2019-11-01fix warningsChristian Grothoff
2019-10-05reindenting with uncrustifyChristian Grothoff
2019-09-15fix leaks and unnecessary fetch of RSA signature on refresh/revealChristian Grothoff
2019-08-25re-format codeFlorian Dold
2019-07-24getting revocation/payback test with refreshed coins to passChristian Grothoff
2019-06-26adding signature verification logic for new link signatures to libtalerexchangeChristian Grothoff
2019-06-26implement /link signaturesChristian Grothoff
2019-06-18dead code eliminationChristian Grothoff
2019-06-03check more return valuesChristian Grothoff
2019-05-02replace denom_pub with denom_pub_hash in exchange API to reduce bandwidthChristian Grothoff
2019-04-17Refactor for GNUNET_memcmpng0
2019-04-03Faking the time.Marcello Stanisci
Allow the user to pass a "now" value along the "/keys" request.
2019-02-17fix memory leak: on repeated refresh reveal, we populated ev_sigs twiceChristian Grothoff
2019-02-16add assertions in preparation of #5536Christian Grothoff
2018-11-25fix a few more leaksChristian Grothoff
2018-08-10break up refresh/reveal transaction to reduce failure rate, increase retries ↵Christian Grothoff
in general
2018-03-12fix #5281 for exchange: do preflight check that an old transaction is no ↵Christian Grothoff
longer running by accident
2017-11-29fixing #5178Christian Grothoff
2017-10-31rename: TALER_setup_planchet -> TALER_planchet_setup_refreshChristian Grothoff
2017-10-31rename: TALER_FreshCoinP -> TALER_PlanchetSecretsP, and ↵Christian Grothoff
TALER_setup_fresh_coin -> TALER_setup_planchet
2017-10-06handle (most) TEH_KS_acquire errorsChristian Grothoff
2017-06-20fixing #5010 for /refresh/revealChristian Grothoff
2017-06-19split httpd_refresh.c into refresh_melt, refresh_link and refresh_revealChristian Grothoff