summaryrefslogtreecommitdiff
path: root/src/exchange
AgeCommit message (Expand)Author
2020-11-12add -lgcov flag for coverage analysisChristian Grothoff
2020-11-07adjust ECsChristian Grothoff
2020-11-06fix return value from main() when run with -h/-vChristian Grothoff
2020-10-30make static analysis happyChristian Grothoff
2020-10-26use correct HTTP status codes:Christian Grothoff
2020-10-13fix format string issuesChristian Grothoff
2020-09-01fix #6553: compute residual coin value correctly in melt conflict responseChristian Grothoff
2020-08-25doh: key missingChristian Grothoff
2020-08-25nicer generic error reporting logic, for #6432Christian Grothoff
2020-08-18make thread pool size configurable via command line argument, default to #CPU...Florian Dold
2020-08-13extend tests to discover corner cases from #6478, fix code to actually work f...Christian Grothoff
2020-08-12fix refund handling: allow refund increases for the same coinChristian Grothoff
2020-07-22fix misc typosChristian Grothoff
2020-07-22remove refund_fee from refund confirmation message and signatureFlorian Dold
2020-07-15Fix #6375Christian Grothoff
2020-07-15use bool instead of int for zombie_requiredChristian Grothoff
2020-07-10remove unused/unusable coin_sig, return correct coin_pub in recoup-reveal fai...Christian Grothoff
2020-07-10fix wrong fmt stringChristian Grothoff
2020-07-08implement new behavior in exchange httpd and libtalerexchange (for #6416)Christian Grothoff
2020-07-08complete server-side logic to generate response for conflicting denomination ...Christian Grothoff
2020-07-08synchronize with latest GANAChristian Grothoff
2020-07-08merge known_coin transaction into main transaction (for #6416)Christian Grothoff
2020-07-08add h_denom to melt signatures (for #6416)Christian Grothoff
2020-07-08add h_denom_pub to deposit signaturesChristian Grothoff
2020-07-08simplify DB access: do not fetch fields we do not needChristian Grothoff
2020-07-05fix #6408: make sure all timestamps are always rounded when they arrive over ...Christian Grothoff
2020-07-05GNUNET_free_non_null is gone, use GNUNET_freeChristian Grothoff
2020-07-05fix error reporting/handlingChristian Grothoff
2020-07-05fix auditor dropChristian Grothoff
2020-07-05towards changing timestamp in deposit confirmation (tests failing)Christian Grothoff
2020-07-05implement #6181Christian Grothoff
2020-07-05fix status codeChristian Grothoff
2020-07-05v8 bumpChristian Grothoff
2020-04-21fix #6186Christian Grothoff
2020-04-17fix #6187Christian Grothoff
2020-04-12remove c_hash from planchet detail where it does not logically belongChristian Grothoff
2020-04-09make code compiler without warnings with latest libmicrohttpd APIChristian Grothoff
2020-04-08fix #6170 and rest of #6164Christian Grothoff
2020-04-08adapt to new GNUnet sign API (#6164)Christian Grothoff
2020-04-01typoChristian Grothoff
2020-03-31typosCodeBlau-NGI-2019Christian Grothoff
2020-03-31fix leakv0.7.0Christian Grothoff
2020-03-30match updated specification, use CREDIT instead of DEPOSIT for transfers into...Christian Grothoff
2020-03-30clarifyChristian Grothoff
2020-03-29remove bogus warningsChristian Grothoff
2020-03-29fix leak of old keystate if loading of new keystate failedChristian Grothoff
2020-03-29fix minor leak from getoptChristian Grothoff
2020-03-28permit subtraction to result in zeroChristian Grothoff
2020-03-27removing inappropriate i18n codeChristian Grothoff
2020-03-27fix inconsistency in field namingChristian Grothoff