Age | Commit message (Expand) | Author |
2020-07-29 | rename tool | MS |
2020-07-29 | adjust help message | MS |
2020-07-27 | dereference pointer | MS |
2020-07-27 | Drop payto params before preparing the wire transfer. | MS |
2020-07-27 | better fix | Christian Grothoff |
2020-07-27 | better fix | Christian Grothoff |
2020-07-27 | fix segfault | MS |
2020-07-27 | Extend bank transfer tool. | MS |
2020-07-05 | fix #6408: make sure all timestamps are always rounded when they arrive over ... | Christian Grothoff |
2020-07-05 | GNUNET_free_non_null is gone, use GNUNET_free | Christian Grothoff |
2020-04-21 | fix #6192 | Christian Grothoff |
2020-04-09 | enforce proper URL limit (#6172) | Christian Grothoff |
2020-04-09 | make code compiler without warnings with latest libmicrohttpd API | Christian Grothoff |
2020-03-31 | typosCodeBlau-NGI-2019 | Christian Grothoff |
2020-03-28 | do return correct timestamp also in fakebank implementation | Christian Grothoff |
2020-03-27 | more stringent overflow checks | Christian Grothoff |
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-15 | move common logic to parse currency into libtalerutil | Christian Grothoff |
2020-03-07 | merge taler-wire and taler-bank-transfer tools, they are very related and oth... | Christian Grothoff |
2020-03-07 | code cleanup (comments, scoping, naming, indentation) | Christian Grothoff |
2020-03-03 | minor cleanup | 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-03-03 | remove dead prototype | Christian Grothoff |
2020-03-03 | remove /config from API, as that is not part of the wire gateway specification | Christian Grothoff |
2020-03-03 | remove /config from API, as that is not part of the wire gateway specification | Christian Grothoff |
2020-02-11 | keep the const though, that was an improvement | Christian Grothoff |
2020-02-11 | revert bank API change, we will not do this here after all | Christian Grothoff |
2020-02-11 | first draft implementation of new bank account balance in history logic (unte... | Christian Grothoff |
2020-02-11 | merging | Christian Grothoff |
2020-02-11 | start with new history API implementation | Christian Grothoff |
2020-02-04 | implement /config in fakebank and taler_bank_lib.h (#6066) | 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-21 | make sure request_uid is actually unique | Florian Dold |
2020-01-19 | fix copyright headers as per CA | Christian Grothoff |
2020-01-19 | consistently use payto URI instead of URL | Florian Dold |
2020-01-18 | fix FTBFS | Christian Grothoff |
2020-01-18 | fix FTBFS | Christian Grothoff |
2020-01-18 | fixes | Christian Grothoff |
2020-01-18 | make static analysis happy | Christian Grothoff |
2020-01-18 | add break_op assertion | Florian Dold |
2020-01-18 | minor log improvement | Florian Dold |
2020-01-18 | doxygen | Christian Grothoff |
2020-01-18 | allow skipping of denom fees check | Florian Dold |
2020-01-18 | doxygen | Christian Grothoff |
2020-01-18 | doxygen | Christian Grothoff |
2020-01-18 | remove more redundant args | Florian Dold |