summaryrefslogtreecommitdiff
path: root/src/backend/taler-merchant-httpd.c
AgeCommit message (Expand)Author
2020-04-25implemente DELETE /orders/IDChristian Grothoff
2020-04-25misc. fixesChristian Grothoff
2020-04-24fix testsChristian Grothoff
2020-04-24toward stestingChristian Grothoff
2020-04-19implement POST products/lockChristian Grothoff
2020-04-19implement PATCH handlersChristian Grothoff
2020-04-19work on delete/get products by IDChristian Grothoff
2020-04-19implement GET /productsChristian Grothoff
2020-04-19implement PATCHChristian Grothoff
2020-04-19start on DELETE instanceChristian Grothoff
2020-04-18implement GET /instances/Christian Grothoff
2020-04-18implement POST /instancesChristian Grothoff
2020-04-17support PATCH as wellChristian Grothoff
2020-04-17implement GET /instancesChristian Grothoff
2020-04-17complete bootstrap logic in new designChristian Grothoff
2020-04-17sketch instance loadingChristian Grothoff
2020-04-17starting v1 protocol dispatching logicChristian Grothoff
2020-04-12fix tip pickup MHD suspend/resume handling, code cleanup: use struct TALER_EX...Christian Grothoff
2020-04-11adapting to API changes for fix #6149Christian Grothoff
2020-04-11finish #4939 implementation: allow client to indicate preference for payment ...Christian Grothoff
2020-04-11adding test for #5985Christian Grothoff
2020-04-10implementing long-polling for refunds (#5985)Christian Grothoff
2020-04-10implement #5299Christian Grothoff
2020-04-09make code compile without warnings against latest libmicrohttpd APIChristian Grothoff
2020-04-07split refund file by handlerChristian Grothoff
2020-04-04expose /public/config endpoint (#5939)Christian Grothoff
2020-04-01work on #6014, incompleteChristian Grothoff
2020-03-31typosChristian Grothoff
2020-03-15refactor to latest libgnunetcurlChristian Grothoff
2020-03-15move common logic to parse currency into libtalerutilChristian Grothoff
2020-02-04add timetravel option for testing/debuggingChristian Grothoff
2020-01-24towards fixing backend DB versioning, also fixing TALER_PQ_error_code() seman...Christian Grothoff
2020-01-19rename: TALER_config_get_denom->amountChristian Grothoff
2020-01-19'account-' to 'merchant-account-'Florian Dold
2020-01-19one more payto fixFlorian Dold
2020-01-19fixmes, url->payto_uriFlorian Dold
2020-01-17fix FTBFS and #6030Christian Grothoff
2020-01-13fix ftbfsChristian Grothoff
2020-01-13match API rename in exchangeChristian Grothoff
2020-01-13fix compilation after exchange refactorMarcello Stanisci
2019-11-24use new libtalermhd convenience functionChristian Grothoff
2019-11-24more deduplication via libtalermhdChristian Grothoff
2019-11-23adapt to exchange API changesChristian Grothoff
2019-11-23begin to use libtalermhdChristian Grothoff
2019-11-09implement long polling for /check-paymentChristian Grothoff
2019-11-07fix /public/poll-payment implementation and testsChristian Grothoff
2019-11-02implement /public/poll-payment API, refactor to avoid code duplicationChristian Grothoff
2019-11-02separate /order and /proposal handlers into different filesChristian Grothoff
2019-11-01handle wire transfer deadline like pay deadlineFlorian Dold
2019-10-31fix warningChristian Grothoff