summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2021-02-04fix #6737Christian Grothoff
2021-02-04fix header name in error messageFlorian Dold
2021-02-02add rudimentary test logic for #6731Christian Grothoff
2021-02-02extend client and testing libs to support setting authentication tokens (#6731)Christian Grothoff
2021-02-02include 'Bearer' in prefix and document discussion with mnotChristian Grothoff
2021-01-31implement access control (#6731)Christian Grothoff
2021-01-31implement import of auth_token into merchant DB when configuring instances (#...Christian Grothoff
2021-01-31extend merchant backend DB to support storing authentication data for #6731Christian Grothoff
2021-01-29retry if reserve is so far unknown (404) to merchant, instead of using short ...Christian Grothoff
2021-01-29allow permutations in order of reserves returned to still count as acceptableChristian Grothoff
2021-01-21improve Debian package rulesChristian Grothoff
2021-01-18only log things as ERROR that are actually ERRORs; return 502 instead of 500 ...Christian Grothoff
2021-01-18only log things as ERROR that are actually ERRORsChristian Grothoff
2021-01-18insert_transfer_details is running its own transaction, no need to create an ...Christian Grothoff
2021-01-18postgres_insert_pickup must NOT start a transaction, transaction is already p...Christian Grothoff
2021-01-18add missing rollbacks to fix some transactionsChristian Grothoff
2021-01-16reduce lookaheadChristian Grothoff
2021-01-16fix #6699: trust peers if master_pub is in trust set, do not require base URL...Christian Grothoff
2021-01-15force (re)download of /keys also for auditor check, see #6699Christian Grothoff
2021-01-07fix #6674Christian Grothoff
2021-01-07fix #6677Christian Grothoff
2021-01-07fix remaining #6679 issues in exchangeChristian Grothoff
2021-01-02fix #6673: fix access rights on package installChristian Grothoff
2021-01-02fix DB initialization logic to avoid CREATE table attempts in taler-merchant-...Christian Grothoff
2021-01-01fix linker issuesChristian Grothoff
2021-01-01improving Debian package (untested)Christian Grothoff
2020-12-20remove dead/redundant optionsChristian Grothoff
2020-12-17purge obsolte options from configChristian Grothoff
2020-12-14adapt to libtalertesting API change (minor)Christian Grothoff
2020-12-14activating implementation of #6175Christian Grothoff
2020-12-11add setup steps to testsChristian Grothoff
2020-12-08fix minor merchant issuesChristian Grothoff
2020-11-19remove accidental changev0.8.1-dev.1MS
2020-11-19Print hint to failing commandMS
2020-11-17Fix payto generation.MS
2020-11-13fix doxygenChristian Grothoff
2020-11-08adjust error codes in merchantChristian Grothoff
2020-11-06fix return value from main() when run with -h/-vChristian Grothoff
2020-11-03remove dead optionChristian Grothoff
2020-11-03make benchmark currency-neutralChristian Grothoff
2020-10-31remove -s option again: not needed thanks to idempotencyChristian Grothoff
2020-10-31modify benchmark to get corner-run to pass againChristian Grothoff
2020-10-31integrate creation of alt instance with merchant benchmark main logicChristian Grothoff
2020-10-31fix FIXME, get taler-merchant-benchmark to kind-of work in ordinary modeChristian Grothoff
2020-10-30do not force reset of bank in benchmark, allow skipping instance creationChristian Grothoff
2020-10-30remove bogus emtpy linesChristian Grothoff
2020-10-30properly detect if CONTRACT with same order ID already exists as wellChristian Grothoff
2020-10-30remove dead optionsChristian Grothoff
2020-10-30properly parse and return out-of-stock reply, fix 2 FIXMEsChristian Grothoff
2020-10-30address FIXMEs: support args being optional, detail does not exist in reply, ...Christian Grothoff