index
:
slackcoder/taler/exchange
master
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
bank-lib
/
bank_api_credit.c
Age
Commit message (
Expand
)
Author
2020-03-21
completing auditor split
Christian Grothoff
2020-03-20
fix logic to ensure that we do not call the callback after the iteration was ...
Christian Grothoff
2020-03-03
remove dead field, avoid unnecessary heap allocation
Christian Grothoff
2020-03-03
rename BANK_excecute_wire_transfer to BANK_transfer, improve error handling w...
Christian Grothoff
2020-03-03
fixing memory leak, comments, renaming callback type to make it more concise
Christian Grothoff
2020-01-26
address bank_api_credit comment/FIXME from Florian, also adapt debit logic ac...
Christian Grothoff
2020-01-22
better naming, comments and more logging for incoming history
Florian Dold
2020-01-18
add break_op assertion
Florian Dold
2020-01-18
minor log improvement
Florian Dold
2020-01-18
remove more redundant args
Florian Dold
2020-01-16
reuse TALER_url_join
Christian Grothoff
2020-01-16
remove duplicated, wrong ec logic in bank-lib
Christian Grothoff
2020-01-14
refactor uri parsing logic, prepare for unit test
Christian Grothoff
2020-01-13
make fakebank and banklib match specifified new API
Christian Grothoff
2020-01-11
major refactoring, eliminating wire-plugins and moving towards new bank API. ...
Christian Grothoff