Age | Commit message (Expand) | Author |
2017-05-09 | nicely handle error from json_dumps without assert | Christian Grothoff |
2017-05-08 | remove dead transfer details field from reserves_in (API, exchangedb, etc.) | Christian Grothoff |
2017-05-08 | updates to distinguish clearly between wtid and json transfer details | Christian Grothoff |
2017-05-07 | check json_pack return value, just to be nice | 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-04-20 | finished implementing #4956 in principle, but not yet tested | Christian Grothoff |
2017-04-20 | fix misc doxygen issues | Christian Grothoff |
2017-04-19 | implementing #4956-support in libtalerexchange | Christian Grothoff |
2017-04-18 | fixing #4980 | Christian Grothoff |
2017-04-17 | introducing closing fee | Christian Grothoff |
2017-04-16 | test case of /payback done twice, handle 403-case in /payback handler, thereb... | Christian Grothoff |
2017-04-10 | also test reserve history after payback | Christian Grothoff |
2017-04-10 | fix test_exchangedb denomkeys test | Christian Grothoff |
2017-04-10 | expand /payback tests | Christian Grothoff |
2017-04-10 | add test case for #3887 | Christian Grothoff |
2017-04-10 | preparations for testing /payback API | Christian Grothoff |
2017-04-03 | implement #3887-handling in exchange-lib | Christian Grothoff |
2017-04-03 | mark TODOs for #3887 in exchange-lib | Christian Grothoff |
2017-04-03 | implement rest of exchange logic for #3887 (return payback information in res... | Christian Grothoff |
2017-04-01 | implement DB plugin function to obtain reserve information, migrate logic to ... | Christian Grothoff |
2017-03-29 | implementing remaining /payback responses | Christian Grothoff |
2017-03-29 | implement /payback-functions in libtalerexchange.so (new C file) | Christian Grothoff |
2017-03-29 | implement /payback-functions in libtalerexchange.so | Christian Grothoff |
2017-03-24 | merge aggregator | Christian Grothoff |
2017-03-06 | test more of /wire, fix off-by-one | Christian Grothoff |
2017-03-06 | cover get more of /wire API in test case | Christian Grothoff |
2017-03-04 | implement #4937: allow extraction of fees | Christian Grothoff |
2017-03-04 | implementing/fixing #4933: check total_amount matches aggregated transactions | Christian Grothoff |
2017-03-04 | implementing #4929 | Christian Grothoff |
2017-03-03 | implement #4929: add wire transfer fee to /wire (but not yet charged by aggre... | Christian Grothoff |
2017-03-03 | changing wire plugin specification from [exchange]WIREFORMAT to [exchange-wir... | Christian Grothoff |
2017-03-02 | implementing #4921: add base URL to wire transfers | Christian Grothoff |
2017-03-02 | fix expire header parsing if day-of-month is 7th due to field confusing (wday... | Christian Grothoff |
2017-02-08 | do not print warnings for perfectly expected status codes | Christian Grothoff |
2017-02-08 | ensure testcase terminates if wget is not installed or launching httpd failed | Christian Grothoff |
2017-02-08 | skip test if binaries are not in PATH | Christian Grothoff |
2017-02-07 | remove transaction_id, only one payment per proposal allowed | Florian Dold |
2017-02-06 | contract terminology renaming (#4877) | Florian Dold |
2017-01-13 | Add option to initialized db, fixes 4858 | Florian Dold |
2016-12-04 | #4828 | Marcello Stanisci |
2016-11-18 | addressing #4803: nicer error messages for invalid wire formats | Christian Grothoff |
2016-11-17 | add idempotency checks for /refresh/reveal, fixing #4793 | Christian Grothoff |
2016-11-04 | wget-ing /admin/add/incoming from bank-lib testcase | Marcello Stanisci |
2016-10-20 | rename and move TALER_EXCHANGE_json_get_error_code to TALER_JSON_get_error_code | Christian Grothoff |
2016-10-20 | remove redundant exchange_api_common.h header | Christian Grothoff |
2016-10-20 | return taler-specific error codes from C API as well | Christian Grothoff |
2016-10-19 | Merge branch 'master' of taler.net:exchange | Marcello Stanisci |
2016-10-19 | fix recently introduced double-free | Christian Grothoff |
2016-10-18 | implement #4497/#4705 -- addition of unique numeric error codes -- for the se... | Christian Grothoff |