summaryrefslogtreecommitdiff
path: root/src/bank-lib
AgeCommit message (Expand)Author
2021-06-19fix keepalive when using thread poolChristian Grothoff
2021-06-19misc fakebank fixesChristian Grothoff
2021-06-19initial version of taler-bank-benchmarkChristian Grothoff
2021-06-19make libfakebank scaleChristian Grothoff
2021-06-19extend fakebank API to have thread pool optionChristian Grothoff
2021-05-20implement duplicate reserve_pub detection in fakebank, add test (fails in pyb...Christian Grothoff
2021-01-07fix remaining #6679 issues in exchangeChristian Grothoff
2020-12-31add missing linker optionsChristian Grothoff
2020-12-02set correct options for fakebank, we have been lucky that this didn't show up...Christian Grothoff
2020-11-07adjust ECsChristian Grothoff
2020-08-29fix checksChristian Grothoff
2020-08-29doxygen fixesChristian Grothoff
2020-08-25nicer generic error reporting logic, for #6432Christian Grothoff
2020-07-29rename toolMS
2020-07-29adjust help messageMS
2020-07-27dereference pointerMS
2020-07-27Drop payto params before preparing the wire transfer.MS
2020-07-27better fixChristian Grothoff
2020-07-27better fixChristian Grothoff
2020-07-27fix segfaultMS
2020-07-27Extend bank transfer tool.MS
2020-07-05fix #6408: make sure all timestamps are always rounded when they arrive over ...Christian Grothoff
2020-07-05GNUNET_free_non_null is gone, use GNUNET_freeChristian Grothoff
2020-04-21fix #6192Christian Grothoff
2020-04-09enforce proper URL limit (#6172)Christian Grothoff
2020-04-09make code compiler without warnings with latest libmicrohttpd APIChristian Grothoff
2020-03-31typosCodeBlau-NGI-2019Christian Grothoff
2020-03-28do return correct timestamp also in fakebank implementationChristian Grothoff
2020-03-27more stringent overflow checksChristian Grothoff
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
2020-03-15move common logic to parse currency into libtalerutilChristian Grothoff
2020-03-07merge taler-wire and taler-bank-transfer tools, they are very related and oth...Christian Grothoff
2020-03-07code cleanup (comments, scoping, naming, indentation)Christian Grothoff
2020-03-03minor cleanupChristian Grothoff
2020-03-03remove dead field, avoid unnecessary heap allocationChristian Grothoff
2020-03-03rename BANK_excecute_wire_transfer to BANK_transfer, improve error handling w...Christian Grothoff
2020-03-03fixing memory leak, comments, renaming callback type to make it more conciseChristian Grothoff
2020-03-03remove dead prototypeChristian Grothoff
2020-03-03remove /config from API, as that is not part of the wire gateway specificationChristian Grothoff
2020-03-03remove /config from API, as that is not part of the wire gateway specificationChristian Grothoff
2020-02-11keep the const though, that was an improvementChristian Grothoff
2020-02-11revert bank API change, we will not do this here after allChristian Grothoff
2020-02-11first draft implementation of new bank account balance in history logic (unte...Christian Grothoff
2020-02-11mergingChristian Grothoff
2020-02-11start with new history API implementationChristian Grothoff
2020-02-04implement /config in fakebank and taler_bank_lib.h (#6066)Christian Grothoff
2020-01-26address bank_api_credit comment/FIXME from Florian, also adapt debit logic ac...Christian Grothoff
2020-01-22better naming, comments and more logging for incoming historyFlorian Dold
2020-01-21make sure request_uid is actually uniqueFlorian Dold