summaryrefslogtreecommitdiff
path: root/src/lib/exchange_api_refresh.c
AgeCommit message (Collapse)Author
2020-02-29big rename fest related to #6067 API renamingChristian Grothoff
2020-02-26proper generation of /refreshes/ requestsChristian Grothoff
2020-02-26updating libtalerexchange to new REST API (#6067)Christian Grothoff
2020-01-18fix -Wextra warningsChristian Grothoff
2020-01-17doxygenChristian Grothoff
2020-01-17doxygen fixesChristian Grothoff
2020-01-17prepare API to enable verification of fees in coin history checkChristian Grothoff
2019-11-23use CONFLICT for double spending to distinguish properly from FORBIDDEN for ↵Christian Grothoff
bad signatures
2019-10-31tighten formatting rulesChristian Grothoff
2019-08-25re-format codeFlorian Dold
2019-07-24getting revocation/payback test with refreshed coins to passChristian Grothoff
2019-07-21expose blinding key in refresh-reveal API in preparation for #5777Christian Grothoff
2019-06-26adding signature verification logic for new link signatures to libtalerexchangeChristian Grothoff
2019-06-26implement /link signaturesChristian Grothoff
2019-06-03fix potential free of uninitialized ptr, (on virtually impossible error ↵Christian Grothoff
handling path)
2019-05-23using legal lib namesMarcello Stanisci
2019-05-17Compression.Marcello Stanisci
Inclusion of 'content-encoding: deflate' header now (really) happens per request, and not "per state" (where any request got this header appended and broke those unaware requests that didn't compress their data.)
2019-05-03add compression support for bodies of POST/PUT operationsChristian Grothoff
2019-05-02replace denom_pub with denom_pub_hash in exchange API to reduce bandwidthChristian Grothoff
2019-02-20typoMarcello Stanisci
2019-01-11fix cyclic dependency by combining exchange-lib and auditor-lib directoriesChristian Grothoff