summaryrefslogtreecommitdiff
path: root/src/exchange
AgeCommit message (Expand)Author
2018-04-02Changing configuration structure to enable multiple accounts.Christian Grothoff
2018-03-12zero out last_row_off_size when we NULL last_row_off, cosmetics; remove bogus...Christian Grothoff
2018-03-12fix #5281 for exchange: do preflight check that an old transaction is no long...Christian Grothoff
2018-02-12Implement new traits-based tests.Marcello Stanisci
2018-02-06wirewatch: fix and simplify last row trackingFlorian Dold
2018-02-06wirewatch: set last_row_off_size when we set last_row_offFlorian Dold
2018-02-05wirewatch: no need to do rollback on hard/soft errorFlorian Dold
2018-02-05wirewatch: fix uninitialized offset variable, loggingFlorian Dold
2018-01-30use url instead of uri consistentlyFlorian Dold
2018-01-18implement #5254Christian Grothoff
2018-01-16use saner log levelChristian Grothoff
2018-01-15add timestamp for /reserve/status deposit eventsChristian Grothoff
2018-01-04fix #5234Christian Grothoff
2018-01-04bugfixes in auditor and renderingChristian Grothoff
2018-01-04fix auditor to properly verify wire fee signatures and more gracefully handle...Christian Grothoff
2018-01-01change 'f' to 'contribution' in /depositChristian Grothoff
2017-12-14make DEBUG bulk logsMarcello Stanisci
2017-12-14eliminate /admin/add/incoming (fixes #5172)Christian Grothoff
2017-12-12use dual stack for exchangeChristian Grothoff
2017-12-10log rowids and amountsChristian Grothoff
2017-12-10add -r command line option to wirewatchChristian Grothoff
2017-12-10fix test for '*' accepted encodingChristian Grothoff
2017-12-06largely fix #5077Christian Grothoff
2017-11-30patch to address #5183: always round time before giving it to DB, tolerate DB...Christian Grothoff
2017-11-29fixing #5178Christian Grothoff
2017-11-27round timestamp so that the exchange does not crash when converting to JSONChristian Grothoff
2017-11-12work on #5077: reserve_pub vs. wtid issue, add reject functionality to wire p...Christian Grothoff
2017-11-02indentationChristian Grothoff
2017-11-02fix balance calculation for reserve withdrawalsChristian Grothoff
2017-11-01be less verboseChristian 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-17fix matching of auditor keys/denomination issues so that we return _all_ appl...Christian Grothoff
2017-10-17report if DK lacks auditor signatureChristian Grothoff
2017-10-07properly handle signing errors if httpd lacks signing keys by returning inter...Christian Grothoff
2017-10-06handle (most) TEH_KS_acquire errorsChristian Grothoff
2017-10-06handle hypothetical failure of plugin not foundChristian Grothoff
2017-10-06handle plugin load failure without crashingChristian Grothoff
2017-10-06do not potentially pass -1 to fcntl()Christian Grothoff
2017-10-06do not potentially pass -1 to fcntl()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-26fix uninit auditor_url fieldChristian Grothoff
2017-09-26fix calculation of 'Expires:' header, also handle HTTP HEAD requestsChristian Grothoff
2017-09-26check json_array_append_new() return values, proper logging on errorsChristian Grothoff
2017-09-26fix bad sizeof()Christian 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-14be more precise about encoding HTTP bodiesChristian Grothoff