summaryrefslogtreecommitdiff
path: root/src/backend/taler-merchant-httpd_exchanges.c
AgeCommit message (Expand)Author
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
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
2018-03-12implementing #5281 guards against hanging transactions, plus minor code cleanupsChristian Grothoff
2018-01-30use url instead of uri consistentlyFlorian Dold
2017-12-09fix issues related to unrounded timesChristian Grothoff
2017-09-26fix extra start of retry_exchange taskChristian Grothoff
2017-09-17adjust to API change of exchangeChristian Grothoff
2017-09-09work on #5092: be conservative, allow TALER_EXCHANGE_get_keys() to return NUL...Christian Grothoff
2017-09-02fix bad nesting of transactions during /pay processingChristian Grothoff
2017-09-02fix testcase, refund array is boxed in a refund_permissions field of the main...Christian Grothoff
2017-07-22do not use uninitialized master_pub field from 'struct Exchange', but use the...Christian Grothoff
2017-07-01implement first part of #4943: persist wire transfer fees of exchange in DBChristian Grothoff
2017-07-01support VC checks (#5035)Christian Grothoff
2017-06-29fixing misc. FIXMEs, some style issues, and mostly DB return value handling t...Christian Grothoff
2017-06-25ref bugnoteChristian Grothoff
2017-06-04fix misc leaksChristian Grothoff
2017-06-04fix misc memory leaksChristian Grothoff
2017-05-16fix whitespaceChristian Grothoff
2017-05-14fix #5008Christian Grothoff
2017-04-28remove commentMarcello Stanisci
2017-03-06implement #4935 (wire fee support)Christian Grothoff
2017-03-05towards implementing #4935: make sure all of the fee data is available for th...Christian Grothoff
2016-07-07fixing #4594Marcello Stanisci
2016-06-11fix more memory leaksChristian Grothoff
2016-06-11check return values of json_array_appendChristian Grothoff
2016-05-31add support for /keys cache control (#4036)Christian Grothoff
2016-05-24oops, timeout was way too smallFlorian Dold
2016-05-23reload exchange keys every hourFlorian Dold
2016-05-23bogus commentFlorian Dold
2016-05-23Fix retry logicFlorian Dold
2016-05-23parse->accept, since it doesn't just parseFlorian Dold
2016-05-23commentFlorian Dold
2016-05-23commentFlorian Dold
2016-05-23typo in commentFlorian Dold
2016-05-21make use of GNUNET_JSON_from_data_auto where possibleChristian Grothoff
2016-05-09adding src/backend testcases, plus utility function that returns theMarcello Stanisci