summaryrefslogtreecommitdiff
path: root/src/backend/taler-merchant-httpd_exchanges.c
AgeCommit message (Collapse)Author
2022-08-24-more logging about pay progressionChristian Grothoff
2022-03-10fix #7190: handle new wad fees properly in merchantChristian Grothoff
2022-03-07fix FTBFSFlorian Dold
2021-12-14migration to protocol v11Christian Grothoff
2021-12-08-more loggingChristian Grothoff
2021-12-01-fix assertion failureChristian Grothoff
2021-10-19-make code more readableChristian Grothoff
2021-10-13-fix #7035Christian Grothoff
2021-10-10-add exchange lookup to kyc handler (WiP)Christian Grothoff
2021-08-07-code cleanup: use new GNUNET_TIME functionsChristian Grothoff
2021-08-01-more json_pack funChristian Grothoff
2021-04-21fix misc doxygen issuesChristian Grothoff
2021-04-14-indentChristian Grothoff
2021-04-13fix pointer checkSebastian
2021-04-08possible fix for #6835Christian Grothoff
2021-03-09disable confusing warningChristian Grothoff
2021-03-05fix for #6786Christian Grothoff
2021-01-16fix #6699: trust peers if master_pub is in trust set, do not require base ↵Christian Grothoff
URL to match
2020-11-08adjust error codes in merchantChristian Grothoff
2020-10-25indentation fixesChristian Grothoff
2020-10-09address doxygen warningsMS
(double definitions of @param)
2020-10-09address doxygen warningsMS
2020-10-09Addressing @file warnings.MS
2020-09-03fix #6516Christian Grothoff
2020-07-24fix spelling mistakesJonathan Buchanan
2020-07-16avoid boolean flags, see #6188Christian Grothoff
2020-07-05GNUNET_free_non_null -> GNUNET_free renameChristian Grothoff
2020-05-18better error handlingChristian Grothoff
2020-05-18implement POST /reservesChristian Grothoff
2020-05-17misc. fixesChristian Grothoff
2020-05-02fix/complete inventory management logicChristian Grothoff
2020-04-30sql-ingChristian Grothoff
2020-04-17starting v1 protocol dispatching logicChristian Grothoff
2020-04-12fix tip pickup MHD suspend/resume handling, code cleanup: use struct ↵Christian Grothoff
TALER_EXCHANGE_HttpResponse where appropriate
2020-04-10implement #6136Christian Grothoff
2020-04-10preparatory steps for #6136Christian Grothoff
2020-04-05update to match latest exchange APIChristian Grothoff
2020-04-04improve error handling, use configuration option names as per latest docsChristian Grothoff
2020-04-04update to latest exchange API, some better error handlingChristian Grothoff
2020-01-19currency is global in the config, don't require duplicationFlorian Dold
2020-01-19rename of section prefix 'exchange-' to 'merchant-exchange-'Florian Dold
2020-01-19url -> payto_uriFlorian Dold
2020-01-13fix ftbfsChristian Grothoff
2020-01-13match API rename in exchangeChristian Grothoff
2019-10-31tighten formatting rulesChristian Grothoff
2019-10-05reindenting with uncrustifyChristian Grothoff
2019-05-10Create async scopes.Florian Dold
Log statements contain an async scope identifier, which allows to correlate logs from the same request.
2019-01-30fix compiler warnings/errors.Marcello Stanisci
2018-05-10copy-and-paste fault.Marcello Stanisci
2018-04-15Towards enabling multiple wire accounts per merchant.Christian Grothoff
This also adjusts the merchant logic to the latest exchange wire API and updates the configurations to match the latest changes to the exchange's configuration structure (including the shift to payto://-URLs).