summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2021-07-23-rename TALER_amount_get_zero to TALER_amount_set_zeroChristian Grothoff
2021-07-22-clarifyChristian Grothoff
2021-07-22comment about abort-payFlorian Dold
2021-07-22-hyperoptimizeChristian Grothoff
2021-07-22-simplifyChristian Grothoff
2021-07-22-simplifyChristian Grothoff
2021-07-22-add double-coin detection logicChristian Grothoff
2021-07-22check no coinsSebastian
2021-07-22-fix warningsChristian Grothoff
2021-07-22worshop fixesSebastian
2021-07-22refactor order claimingFlorian Dold
2021-07-22-code cleanup order creationChristian Grothoff
2021-07-22add more location checksChristian Grothoff
2021-07-21more checks on the order objectms
2021-07-21-cleanupChristian Grothoff
2021-07-21start with refactoring private_post-ordersFlorian Dold
2021-07-21-add missing currency checkChristian Grothoff
2021-07-21-fix test regressionsChristian Grothoff
2021-07-21-fix NPEChristian Grothoff
2021-07-21-expand fixChristian Grothoff
2021-07-21refactor private-get-productsFlorian Dold
2021-07-21-add missing checkChristian Grothoff
2021-07-21improve error handling in lookup_productsFlorian Dold
2021-07-21-fix bugs, FTBFSChristian Grothoff
2021-07-20instance auth: refactor, make it serializableFlorian Dold
2021-07-20-support Florian DB APIChristian Grothoff
2021-07-20-support Florian DB APIChristian Grothoff
2021-07-20-workshop refactoringChristian Grothoff
2021-07-20die on bugs, do not commitChristian Grothoff
2021-07-20implement regex to restrict idChristian Grothoff
2021-07-20POST /private/instances logic cleanupChristian Grothoff
2021-07-20-fix FTBFS and #6920Christian Grothoff
2021-07-19minor joint fixes from hacking workshopChristian Grothoff
2021-07-07issue #6915Sebastian
2021-06-16fix #6904Christian Grothoff
2021-06-16identify where #6904 breaksChristian Grothoff
2021-06-16fixing #6903Christian Grothoff
2021-06-16issue #6903Sebastian
2021-05-29fix test (#6891)Christian Grothoff
2021-05-28fixing spellingSebastian
2021-05-28adding test creating a reserve with invalid currencySebastian
2021-05-28reserve creation testSebastian
2021-05-28-make gcc happyChristian Grothoff
2021-05-28continue 2021-05-27 "implement specification update #6891"Thien-Thi Nguyen
This change continues 5dea2c74a16191d269c8fc7beead55c2683c887a: (ReserveData): Add member ‘payto_uri’. (pre_test_tips): Initialize ‘cls->reserve.payto_uri’ to a plausible value. (test_insert_reserve): Pass ‘reserve->payto_uri’ to ‘plugin->insert_reserve’. (lookup_reserve_cb):Add to arglist ‘exchange_url’, ‘payto_uri’. Add FIXME re ‘exchange_url’, ‘payto_uri’.
2021-05-27fix #6892Christian Grothoff
2021-05-27implement specification update #6891: return exchange_url and payto_uri as ↵Christian Grothoff
part of GET reserve/ID response
2021-05-27use reliably non-answering HTTP endpoint, instead of one that might answerChristian Grothoff
2021-05-26move ‘deposit_sum’ decl upscopeThien-Thi Nguyen
This makes it available to all uses in the function, not just in the ‘else’ clause (where it was before).
2021-05-26log exchange status code if operation fails with bad gatewayChristian Grothoff
2021-05-25fix #6887/#6886: handle update in exchange API properlyChristian Grothoff