Age | Commit message (Expand) | Author |
2020-03-14 | Merge branch 'master' of git+ssh://git.taler.net/exchange | Christian Grothoff |
2020-03-14 | remove unused code | Christian Grothoff |
2020-03-14 | clean up aggregator logic, make it more robust against invariant failures | Christian Grothoff |
2020-03-14 | code cleanup and additional error checking logic for #6124, but no actual sem... | Christian Grothoff |
2020-03-14 | expand DB test to cover #6124 better (passed immediately, does not explain th... | Christian Grothoff |
2020-03-14 | run closer and transfer with aggregator, check if we actually did get deposit... | Christian Grothoff |
2020-03-14 | fix use after free | Christian Grothoff |
2020-03-13 | reset is unnecessary, we did just drop and recreate the entire DB | Christian Grothoff |
2020-03-13 | nicer log message | Christian Grothoff |
2020-03-13 | fix regression introduced by addition of 'revoke' field | Christian Grothoff |
2020-03-13 | implement test mode in taler-exchange-transfer | Christian Grothoff |
2020-03-13 | database setup logic is now external to httpd | Christian Grothoff |
2020-03-12 | add separate commands for closer/transfer steps, modify test cases to use new... | Christian Grothoff |
2020-03-12 | finish separation of aggreator into aggregation, closing and transfer process... | Christian Grothoff |
2020-03-12 | split reserve closing from main aggregation logic | Christian Grothoff |
2020-03-12 | aggregator clean up | Christian Grothoff |
2020-03-12 | fix EC typo (by importing generated header) | Florian Dold |
2020-03-10 | more careful use of TALER_JSON_get_error_code(), limit to cases where we expe... | Christian Grothoff |
2020-03-10 | minor code cleanup | Christian Grothoff |
2020-03-10 | tolerate recoup information not being present | Christian Grothoff |
2020-03-10 | fix typo, remove obsolete option, initialize mpub | Christian Grothoff |
2020-03-10 | actually look at recoup/revocations in libtalerexchange and expose the result... | Christian Grothoff |
2020-03-09 | no longer create tables on startup of exchange aggregator/httpd | Christian Grothoff |
2020-03-07 | fix comments, naming consistency issues | Christian Grothoff |
2020-03-07 | share master private key verification logic between taler-exchange-wire and t... | Christian Grothoff |
2020-03-07 | merge taler-wire and taler-bank-transfer tools, they are very related and oth... | Christian Grothoff |
2020-03-07 | nicer IO error handling in exchangedb logic | Christian Grothoff |
2020-03-07 | code cleanup (comments, scoping, naming, indentation) | Christian Grothoff |
2020-03-06 | move comments into database for auditor DB | Christian Grothoff |
2020-03-05 | new coins => fresh coins, also move comments into the database itself | Christian Grothoff |
2020-03-05 | rename for consistency | Christian Grothoff |
2020-03-05 | clean up comments, renaming for clarity | Christian Grothoff |
2020-03-04 | more renaming | Christian Grothoff |
2020-03-04 | fix comments | Christian Grothoff |
2020-03-04 | more renaming | Christian Grothoff |
2020-03-04 | minor code clean up, renaming for consistency | 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-03-03 | fix potential NPE | Christian Grothoff |
2020-03-03 | fix typo | Christian Grothoff |
2020-03-01 | removing dead code, using more named constants, checking return values better | Christian Grothoff |
2020-03-01 | work around indentation bug of uncrustify | Christian Grothoff |
2020-03-01 | scope minimization, more consistent naming of variables | Christian Grothoff |
2020-03-01 | use global ENABLE_SANITY_CHECKS constant also in response generation logic | Christian Grothoff |
2020-03-01 | scope reduction, commenting | Christian Grothoff |