summaryrefslogtreecommitdiff
path: root/src/bank-lib/bank_api_credit.c
AgeCommit message (Collapse)Author
2020-03-21completing auditor splitChristian Grothoff
2020-03-20fix logic to ensure that we do not call the callback after the iteration was ↵Christian Grothoff
aborted (caused big trouble in wirewatcher)
2020-03-03remove dead field, avoid unnecessary heap allocationChristian Grothoff
2020-03-03rename BANK_excecute_wire_transfer to BANK_transfer, improve error handling ↵Christian Grothoff
when curl_easy_init() fails
2020-03-03fixing memory leak, comments, renaming callback type to make it more conciseChristian Grothoff
2020-01-26address bank_api_credit comment/FIXME from Florian, also adapt debit logic ↵Christian Grothoff
accordingly
2020-01-22better naming, comments and more logging for incoming historyFlorian Dold
2020-01-18add break_op assertionFlorian Dold
2020-01-18minor log improvementFlorian Dold
2020-01-18remove more redundant argsFlorian Dold
2020-01-16reuse TALER_url_joinChristian Grothoff
2020-01-16remove duplicated, wrong ec logic in bank-libChristian Grothoff
2020-01-14refactor uri parsing logic, prepare for unit testChristian Grothoff
2020-01-13make fakebank and banklib match specifified new APIChristian Grothoff
2020-01-11major refactoring, eliminating wire-plugins and moving towards new bank API. ↵Christian Grothoff
main code compiles, testcases known to fail, code sure not to fully work yet