Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-05-13 | avoid generating useless file by tests | Christian Grothoff | |
2023-05-13 | -fix templating tests | Christian Grothoff | |
2023-05-13 | strcasecmp | Christian Grothoff | |
2023-05-13 | return tipping_allowed from /keys | Christian Grothoff | |
2023-05-13 | -start with new ENABLE_TIPPING option | Christian Grothoff | |
2023-05-13 | -move AML_THRESHOLD option to exchange | Christian Grothoff | |
2023-05-13 | add logic to oauth2 plugin to use /setup endpoint when configured | Christian Grothoff | |
2023-05-11 | -fix FTBFS | Christian Grothoff | |
2023-05-11 | -fix doxygen | Christian Grothoff | |
2023-05-11 | externalize persona JSON conversion logic, expand with file download | Christian Grothoff | |
2023-05-11 | update mustach library | Christian Grothoff | |
2023-05-10 | -typo | Christian Grothoff | |
2023-05-10 | add helper logic for JSON2JSON conversion | Christian Grothoff | |
2023-05-10 | ensure amounts are in upper-case | Christian Grothoff | |
2023-05-10 | -fix logging | Christian Grothoff | |
2023-05-10 | -fix TOTP calculation | Christian Grothoff | |
2023-05-10 | exceptions-apply | Christian Grothoff | |
2023-05-10 | fix more VLAs | Christian Grothoff | |
2023-05-10 | always use GNUNET_memcpy | Christian Grothoff | |
2023-05-10 | fix 0-length VLAs | Christian Grothoff | |
2023-05-10 | assertions to make compiler happy | Christian Grothoff | |
2023-05-10 | -fix warning | Christian Grothoff | |
2023-05-09 | -consistency | Christian Grothoff | |
2023-05-09 | Fix age mask parsing from config | Özgür Kesim | |
- initialize age mask to zero - drop default bitstring for age mask, use string instead -remove default age mask bits, use string instead -strdup | |||
2023-05-09 | -fix include | Christian Grothoff | |
2023-05-09 | -make content-length optional again | Christian Grothoff | |
2023-05-07 | add kyc collection | Christian Grothoff | |
2023-05-07 | flows: minor edits | Florian Dold | |
2023-05-07 | proc doc | Christian Grothoff | |
2023-05-07 | allow NULL | Christian Grothoff | |
2023-05-06 | -doxygen | Christian Grothoff | |
2023-05-06 | add convenience function TALER_TEMPLATING_reply_error | Christian Grothoff | |
2023-05-06 | add convenience function for content-length limiation | Christian Grothoff | |
2023-05-04 | -doxygen | Christian Grothoff | |
2023-05-04 | finish implementation for #7808 | Christian Grothoff | |
2023-05-04 | towards LP support for GET /deposits (#7808) | Christian Grothoff | |
2023-05-04 | -fix crypto test | Christian Grothoff | |
2023-05-04 | more shared logic for argument/header parsing | Christian Grothoff | |
2023-05-03 | -more readable, no semantic change | Christian Grothoff | |
2023-05-02 | -update gana | Christian Grothoff | |
2023-05-02 | check regex syntax at least | Christian Grothoff | |
2023-05-02 | include 0-terminator when hashing | Christian Grothoff | |
2023-05-02 | use same canonicalization of JSON as for contract hashes when doing normal ↵ | Christian Grothoff | |
JSON hashing | |||
2023-05-02 | implement taler-exchange-offline account restriction and conversion ↵ | Christian Grothoff | |
functionality | |||
2023-05-02 | -doxygen | Christian Grothoff | |
2023-05-01 | fix uninitialized old_scope | Christian Grothoff | |
2023-05-01 | -fix uninitialized variable and memory leak | Christian Grothoff | |
2023-05-01 | expose TALER_EXCHANGE_parse_accounts() in external API | Christian Grothoff | |
2023-05-01 | breaking protocol changes towards fixing #7810 (incomplete, ↵ | Christian Grothoff | |
taler-exchange-offline still unfinished) | |||
2023-05-01 | -fix memory leak | Özgür Kesim | |