summaryrefslogtreecommitdiff
path: root/src/backend/taler-merchant-httpd_private-post-transfers.c
AgeCommit message (Expand)Author
2024-01-26-fix checkChristian Grothoff
2023-11-25-update to new spec parsers for better error checkingChristian Grothoff
2023-10-13-first hack at multicurrency support in merchantChristian Grothoff
2023-05-03simplify POST /private/transfers implementation to match new situation with t...Christian Grothoff
2023-05-03add notification to wake up taler-merchant-exchangeChristian Grothoff
2023-05-03expand merchant order logic to return exchanges trusted by the merchant and i...Christian Grothoff
2023-05-01first rough cut at merchant update for #7810 (still with known bugs)Christian Grothoff
2022-11-01adjust to latest exchange changesChristian Grothoff
2022-03-10fix #7190: handle new wad fees properly in merchantChristian Grothoff
2022-02-21-big renaming of structs for consistent naming with P suffixChristian Grothoff
2022-02-02fix various cases where shutdown did not work if long pollers were present (#...Christian Grothoff
2021-12-14migration to protocol v11Christian Grothoff
2021-10-28-work on fixing FTBFSChristian Grothoff
2021-09-02-nicer loggingChristian Grothoff
2021-08-31add test for #6912Christian Grothoff
2021-08-23-update to match latest exchange APIsChristian Grothoff
2021-08-01-more json_pack funChristian Grothoff
2021-07-24implement #6939 transformationChristian Grothoff
2021-07-23insert missing rollbacksChristian Grothoff
2021-06-16fixing #6903Christian Grothoff
2021-05-17implement POST reserves timeout (#6875)Christian Grothoff
2021-05-17check for compatible currency during POSTChristian Grothoff
2021-05-17fix crash on exit: resuming would skip list entriesChristian Grothoff
2021-05-11explain #6854: the break was bogusChristian Grothoff
2021-05-11fix #6861, maybe #6854Christian Grothoff
2021-05-11add instance to query to ensure no cross-instance conflicts; still, this does...Christian Grothoff
2021-05-11assert to breakSebastian
2021-05-09more work on #6854Christian Grothoff
2021-05-09make POST /private/transfers a proper transaction (relates to #6854, but uncl...Christian Grothoff
2021-01-18insert_transfer_details is running its own transaction, no need to create an ...Christian Grothoff
2021-01-18add missing rollbacks to fix some transactionsChristian Grothoff
2020-11-08adjust error codes in merchantChristian Grothoff
2020-10-31fix FIXME, get taler-merchant-benchmark to kind-of work in ordinary modeChristian Grothoff
2020-10-26use corret HTTP status codes (#6434)Christian Grothoff
2020-10-15Doxygen fixesMS
2020-10-15Doxygen fixesMS
2020-10-09Addressing @file warnings.MS
2020-08-29fix hash_from_string confusion and other unchecked return value issuesChristian Grothoff
2020-08-25fix #6432Christian Grothoff
2020-07-02twister, get tips, instance, and post transfer testsJonathan Buchanan
2020-06-21add missing notifications to private-get-orders long pollerChristian Grothoff
2020-05-30fix DB useChristian Grothoff
2020-05-18implement POST /reservesChristian Grothoff
2020-05-12implement merchant_api_post_transfers.cChristian Grothoff
2020-05-09towards idempotency in POST /private/transfersChristian Grothoff
2020-05-08more work on POST /transferChristian Grothoff
2020-05-07more work on post /transfers and the likeChristian Grothoff
2020-05-07implement POST /transfersChristian Grothoff
2020-05-06fix FTBFSChristian Grothoff
2020-05-06db work for POST /transfersChristian Grothoff