Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-09-21 | migrate to new bank API | Christian Grothoff | |
2023-09-21 | major refactor of fakebank implementation | Christian Grothoff | |
2023-06-04 | address FIXMEs in bank service API | Christian Grothoff | |
2022-08-18 | -work on kyc-proof persona plugin | Christian Grothoff | |
2021-12-14 | introducing GNUNET_TIME_Timestamp, recoup now with amounts | Christian Grothoff | |
2021-08-23 | complete implementation of long-polling for reserve status; remove support ↵ | Christian Grothoff | |
for multi-threaded exchange httpd | |||
2021-08-08 | -fix typo | Christian Grothoff | |
2021-08-08 | introduce TALER_OS_init() to safely handle static linkage | Christian Grothoff | |
2021-08-07 | -fix fakebank/tewgc logic and add test case | Christian Grothoff | |
2021-07-31 | -remove more json_pack calls | Christian Grothoff | |
2020-11-07 | adjust ECs | Christian Grothoff | |
2020-07-05 | fix #6408: make sure all timestamps are always rounded when they arrive over ↵ | Christian Grothoff | |
JSON, or 400 the requester; similarly don't tolerate anything else as client | |||
2020-04-21 | fix #6192 | Christian Grothoff | |
2020-03-07 | code cleanup (comments, scoping, naming, indentation) | 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 ↵ | Christian Grothoff | |
when curl_easy_init() fails | |||
2020-03-03 | fixing memory leak, comments, renaming callback type to make it more concise | Christian Grothoff | |
2020-01-18 | dce: redundant args | Florian Dold | |
2020-01-17 | doxygen | 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 | HTTP_NOT_ACCEPTABLE is not an expected status code, as it is for content ↵ | Florian Dold | |
type negotiation | |||
2020-01-15 | fix test issues | Christian Grothoff | |
2020-01-13 | make fakebank and banklib match specifified new API | Christian Grothoff | |
2020-01-11 | major refactoring, eliminating wire-plugins and moving towards new bank API. ↵ | Christian Grothoff | |
main code compiles, testcases known to fail, code sure not to fully work yet | |||
2019-12-23 | make exchange test suite work with current bank | Christian Grothoff | |
2019-10-06 | handle 406 nicely, can happen if insufficient balance | Christian Grothoff | |
2019-08-25 | re-format code | Florian Dold | |
2019-06-03 | initialize timestamp to obviously bogus value if /admin/add/incoming failed | Christian Grothoff | |
2019-05-24 | teah_common.h -> taler_curl_lib.h | Marcello Stanisci | |
2019-05-23 | using legal lib names | Marcello Stanisci | |
2019-05-23 | Export compressing routine. | Marcello Stanisci | |
2019-05-16 | Fix compression. | Marcello Stanisci | |
The "Content-Encoding: deflate" header is now added from within the compression routine itself, and _not_ from the "exchange handle". This fixed the bank-lib functions as those do not use any exchange handle, and therefore were wrongly sending compressed bodies without adding the mentioned HTTP header. | |||
2019-05-12 | bank-lib: fix context | Florian Dold | |
2019-05-12 | hack in bank-lib compression | Florian Dold | |
2019-04-08 | /history-range. | Marcello Stanisci | |
Implementing the "lib" and "testing-lib" functions to use it. | |||
2018-10-22 | Fix compiler warnings. | Marcello Stanisci | |
This reverts changes made in b0d00823eb96de733510354. The warnings are fixed by changing the functions signatures, instead of casting their pointers. | |||
2018-10-22 | Fix compiler warnings. | Marcello Stanisci | |
2017-12-08 | bank uses row_id instead of serial_id now | Florian Dold | |
2017-12-06 | largely fix #5077 | Christian Grothoff | |
2017-05-10 | revert field name in bank-lib | Marcello Stanisci | |
2017-05-10 | fix field name | Marcello Stanisci | |
2017-05-10 | uncommenting /admin/add/incoming interpreter command | Marcello Stanisci | |
2017-05-09 | fix missing auth header for /admin/add/incoming | Christian Grothoff | |
2017-05-07 | implement fakebank support (incl. tests) for #5005/#4964/4959 | Christian Grothoff | |
2017-05-07 | adjust test to work with real bank (now fails) | Christian Grothoff | |
2017-05-04 | add /history support to fakebank | Christian Grothoff | |
2017-05-04 | adding support for transaction history to wire plugin API (#4959) | Christian Grothoff | |
2017-05-04 | switch bank api to new authentication method API | Christian Grothoff | |
2017-05-04 | implement #4993 | Christian Grothoff | |