summaryrefslogtreecommitdiff
path: root/src/exchange-lib
AgeCommit message (Expand)Author
2018-01-30use url instead of uri consistentlyFlorian Dold
2018-01-21add missing cmd fileChristian Grothoff
2018-01-21make fakebank_url more robustChristian Grothoff
2018-01-21finish simplifying main by adding more helpers and macrosChristian Grothoff
2018-01-21use CONFIG_FILE macroChristian Grothoff
2018-01-21more wire transfer variantsChristian Grothoff
2018-01-21factor out more helpersChristian Grothoff
2018-01-21integrate sigpipe with ain loopChristian Grothoff
2018-01-21integrate sigpipe with ain loopChristian Grothoff
2018-01-21forgotten fileChristian Grothoff
2018-01-21finish new withdraw command implementationChristian Grothoff
2018-01-21more traitsChristian Grothoff
2018-01-21new test interpreter architecture, first draftChristian Grothoff
2018-01-18implement #5254Christian Grothoff
2018-01-16fix fakebank memory leakChristian Grothoff
2018-01-15add timestamp for /reserve/status deposit eventsChristian Grothoff
2018-01-04enable test for #5234Christian Grothoff
2018-01-04comment out extended test againChristian Grothoff
2018-01-04fix auditor to properly verify wire fee signatures and more gracefully handle...Christian Grothoff
2018-01-02extending test logic to detect refund issue (commented out for now)Christian Grothoff
2018-01-01add TALER_EXCHANGE_refund2, make sure fee test initializes all amounts; updat...Christian Grothoff
2018-01-01change 'f' to 'contribution' in /depositChristian Grothoff
2017-12-14implement taler-bank-transfer, fixes #5195Christian Grothoff
2017-12-14remove _admin APIs from libtalerexchangeChristian Grothoff
2017-12-14remove _admin APIs from libtalerexchangeChristian Grothoff
2017-12-10bump protocol version of C client, we do support the new refreshChristian Grothoff
2017-12-10add testcase for #5077 (passes), start to reduce use of exchange's admin/add/...Christian Grothoff
2017-12-10add wirewatch command to testcase (not yet active), for #5077Christian Grothoff
2017-12-10check find_pk return value in testChristian Grothoff
2017-11-29fixing #5178Christian Grothoff
2017-10-31fix stupid ordering issue after refactoringChristian Grothoff
2017-10-31add TALER_EXCHANGE_reserve_withdraw2 function for easy withdrawal of tipsChristian Grothoff
2017-10-31major API refactoring, adding planchet generation and coin extraction APIs to...Christian Grothoff
2017-10-31rename: TALER_setup_planchet -> TALER_planchet_setup_refreshChristian Grothoff
2017-10-31rename: TALER_FreshCoinP -> TALER_PlanchetSecretsP, and TALER_setup_fresh_coi...Christian Grothoff
2017-10-18releasing v0.4.0v0.4.0Christian Grothoff
2017-10-06doh, do not try to clean up after allocation failureChristian Grothoff
2017-10-06add assertion to be more defensive against buffer overflow (cannot happen, bu...Christian Grothoff
2017-10-06add assertion to be more defensive against buffer overflow (cannot happen, bu...Christian Grothoff
2017-10-06better logging if IBAN validation fails, also avoid potentially unbounded sta...Christian Grothoff
2017-10-06check return value from TALER_amount_get_zeroChristian Grothoff
2017-10-06check return value from TALER_JSON_hashChristian Grothoff
2017-09-26fix mapping of auditor sigs to DKs, avoid one hash operation by caching hash ...Christian Grothoff
2017-09-26simplify time conversion using strptime instead of manual hack, also check fo...Christian Grothoff
2017-09-26check json_array_append_new() return values, proper logging on errorsChristian Grothoff
2017-09-17bump version of taler protocol we implementChristian Grothoff
2017-09-17clean up /keys cherry picking logic, including changing the last_issue_date v...Christian Grothoff
2017-09-14(imperfect) test for #4840Christian Grothoff
2017-09-13do keep signing over DKs even for cherry-picked /keys repliesChristian Grothoff
2017-09-13add logic to signal exchange to reload keysChristian Grothoff