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_debit.c
Age
Commit message (
Expand
)
Author
2022-12-19
-fix response code being reported incorrectly
Christian Grothoff
2022-12-19
-be more strict about 200 vs. 204
Christian Grothoff
2022-11-17
bank API refactoring for #7276 (incomplete)
Christian Grothoff
2021-12-14
introducing GNUNET_TIME_Timestamp, recoup now with amounts
Christian Grothoff
2021-10-20
fix #7049: immediate restart of MHD when already running
Christian Grothoff
2021-08-12
support long_poll_ms argument in bank API (#6987)
Christian Grothoff
2021-08-03
-even nicer outputs
Christian Grothoff
2021-07-24
fix #6939 in exchange
Christian Grothoff
2020-11-07
adjust ECs
Christian Grothoff
2020-07-05
fix #6408: make sure all timestamps are always rounded when they arrive over ...
Christian Grothoff
2020-04-21
fix #6192
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-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-16
fix fakebank logic
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