Age | Commit message (Expand) | Author |
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 |
2020-01-18 | dce: redundant args | Florian Dold |
2020-01-17 | doxygen | Christian Grothoff |
2020-01-17 | DCE, part one | Florian Dold |
2020-01-17 | doxygen | Christian Grothoff |
2020-01-17 | doxygen fixes | Christian Grothoff |
2020-01-17 | test_bank_api_with_fakebank passes again | Florian Dold |
2020-01-17 | payto fixes WIP | Florian Dold |
2020-01-17 | payto fixes WIP | Florian Dold |
2020-01-16 | move function to libtalerexchangedb, as planned | Christian Grothoff |
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 config error message | Florian Dold |
2020-01-16 | Finishing CMD to insert denomination and deposit into database. | Marcello Stanisci |
2020-01-16 | HTTP_NOT_ACCEPTABLE is not an expected status code, as it is for content type... | Florian Dold |
2020-01-16 | fix fakebank logic | Christian Grothoff |
2020-01-16 | fix history API | Christian Grothoff |
2020-01-16 | make lib(c|gn)url mandatory, cleaner makefiles | Florian Dold |
2020-01-16 | Adapting wirewatch tests to new style. | Marcello Stanisci |