Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-06-05 | new command to use taler-benchmark-setup.sh | Christian Grothoff | |
2023-06-04 | address FIXMEs in bank service API | Christian Grothoff | |
2023-05-10 | always use GNUNET_memcpy | Christian Grothoff | |
2023-05-01 | breaking protocol changes towards fixing #7810 (incomplete, ↵ | Christian Grothoff | |
taler-exchange-offline still unfinished) | |||
2023-04-22 | fix fakebank long polling | Christian Grothoff | |
2023-03-09 | add comments | Christian Grothoff | |
2022-12-19 | -fix response code being reported incorrectly | Christian Grothoff | |
2022-12-19 | -be more strict about 200 vs. 204 | Christian Grothoff | |
2022-12-19 | -simplify 200 vs. 204 in fakebank | Christian Grothoff | |
2022-12-19 | -fix 200 vs. 204 in fakebank | Christian Grothoff | |
2022-12-19 | return 204 on empty transaction history, as per API | Christian Grothoff | |
2022-11-18 | Merge branch 'bug-7276' | Christian Grothoff | |
2022-11-17 | -code cleanup | Christian Grothoff | |
2022-11-17 | bank API refactoring for #7276 (incomplete) | Christian Grothoff | |
2022-10-22 | -document why re-locking here is safe -- at least right now | Christian Grothoff | |
2022-10-22 | -fix fb leak | Christian Grothoff | |
2022-10-22 | -DCE | Christian Grothoff | |
2022-08-25 | EC instead of SEGV | Christian Grothoff | |
2022-08-25 | -enable signup bonus with fakebank | Christian Grothoff | |
2022-08-25 | -proper conflict on /register for existing account with different pw | Christian Grothoff | |
2022-08-23 | -fix locking | Christian Grothoff | |
2022-08-23 | /withdrawals required | Christian Grothoff | |
2022-08-23 | payto URI malformed | Christian Grothoff | |
2022-08-23 | -fix URI construction | Christian Grothoff | |
2022-08-23 | /config, not /version | Christian Grothoff | |
2022-08-22 | -fix clang compiler warnings | Christian Grothoff | |
2022-08-18 | -work on kyc-proof persona plugin | Christian Grothoff | |
2022-08-16 | -no port | Christian Grothoff | |
2022-08-16 | -implement exchange URL suggestion | Christian Grothoff | |
2022-08-16 | completed (but untested) fakebank support for the bank-access API | Christian Grothoff | |
2022-08-15 | -more work on fakebank API extension | Christian Grothoff | |
2022-08-15 | -more work on extended fakebank API | Christian Grothoff | |
2022-08-15 | -more work on extended fakebank API | Christian Grothoff | |
2022-08-15 | -more work on extended fakebank API | Christian Grothoff | |
2022-08-15 | -more work on fakebank api-bank-access implementation | Christian Grothoff | |
2022-08-14 | -doxygen | Christian Grothoff | |
2022-08-13 | -doxygen fixes | Christian Grothoff | |
2022-08-12 | sketch of fakebank implementation of bank integration API | Christian Grothoff | |
2022-07-21 | -log more on faiure | Christian Grothoff | |
2022-07-05 | -link to bug | Christian Grothoff | |
2022-05-30 | -generate 404 on non-existing accounts for fakebank, use payto://-URIs with ↵ | Christian Grothoff | |
receiver-name in tests | |||
2022-05-30 | -sketch API for RSA parallel signing | Christian Grothoff | |
2022-05-22 | -fix | Christian Grothoff | |
2022-05-21 | -improve error handling | Christian Grothoff | |
2022-05-15 | -enable batch withdraw manual testing | Christian Grothoff | |
2022-05-15 | -fix return value of taler-fakebank-run with -h option | Christian Grothoff | |
2022-02-19 | -reduce default fakebank memory allocation (see #7156) | Christian Grothoff | |
2022-02-12 | -doxygen fixes | Christian Grothoff | |
2022-02-04 | resolves merge conflicts | Gian Demarmels | |
2022-01-18 | fix FTBFS (Linux) for 2022-01-18, "use 'pipe' instead of 'eventfd' on ↵ | Thien-Thi Nguyen | |
non-Linux systems" add back #include <sys/eventfd.h>, but conditionalize on #ifdef __linux__ (This fix follows the spirit of the other changes (i.e., adding #ifdef __linux__) but might not be the best solution.) |