Age | Commit message (Expand) | Author |
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 |
2020-03-01 | bump year | Christian Grothoff |
2020-03-01 | fix log msg | Christian Grothoff |
2020-03-01 | reduce scope | Christian Grothoff |
2020-03-01 | fix missing NULL termination on array | Christian Grothoff |
2020-03-01 | use memcpy/memcmp instead of str-functions where applicable | Christian Grothoff |
2020-03-01 | check well-formedness of URI when signing, check return value of function for... | Christian Grothoff |
2020-03-01 | add ENABLE_SANITY_CHECKS #define instead of using '1' | Christian Grothoff |
2020-03-01 | add ENABLE_SANITY_CHECKS #define instead of using '1' | Christian Grothoff |
2020-03-01 | de-duplicate url.c | Christian Grothoff |
2020-03-01 | fix FIXME | Christian Grothoff |
2020-03-01 | bad FIXME, we should not | Christian Grothoff |
2020-03-01 | new REST API => version bump | Christian Grothoff |
2020-02-29 | doxygen fixes | Christian Grothoff |
2020-02-29 | limit redirects | Christian Grothoff |
2020-02-29 | big rename fest related to #6067 API renaming | Christian Grothoff |
2020-02-27 | rename fest, make symbols better match new endpoint names | Christian Grothoff |