summaryrefslogtreecommitdiff
path: root/src/merchant-tools
AgeCommit message (Collapse)Author
2020-08-29fix hash_from_string confusion and other unchecked return value issuesChristian Grothoff
2020-07-28fix separation between path and query stringMS
2020-07-27ApiKey should be part of the optionChristian Grothoff
2020-07-27use MHD constantChristian Grothoff
2020-07-27Remove checkMS
2020-07-27freeMS
2020-07-27fix checkMS
2020-07-27ApiKey optionMS
2020-07-23test pay with NULL session_idJonathan Buchanan
2020-07-16fix FTBFS:Christian Grothoff
2020-07-16implement #6418Christian Grothoff
2020-07-11clean up testing post orders cmdJonathan Buchanan
2020-07-03use improved rewind APIChristian Grothoff
2020-07-03more merchant benchmark cleanupChristian Grothoff
2020-07-03some clean up of merchant benchmark codeChristian Grothoff
2020-06-23implement taler-merchant-setup-reserve CLI toolChristian Grothoff
2020-05-13fix benchmark FTBFSChristian Grothoff
2020-05-03fix benchmark FTBFSChristian Grothoff
2020-05-03fix benchmark FTBFSChristian Grothoff
2020-04-26fix fTBFSChristian Grothoff
2020-04-22move libtalermerchanttesting and test cases to src/testing/Christian Grothoff
2020-04-16complete first draft of new SQL schemaChristian Grothoff
2020-02-24add missing flags for coverage analysisChristian Grothoff
2020-01-24towards fixing backend DB versioning, also fixing TALER_PQ_error_code() ↵Christian Grothoff
semantic change
2020-01-18make it compile again (test cases still don't compile)Florian Dold
2020-01-17indent fixesChristian Grothoff
2020-01-13renameChristian Grothoff
2020-01-13fix ftbfsChristian Grothoff
2020-01-13remove old linker dependencyMarcello Stanisci
2020-01-13fix compilation after exchange refactorMarcello Stanisci
2019-11-09api update, not fully implementedChristian Grothoff
2019-10-31tighten formatting rulesChristian Grothoff
2019-10-29style fixesChristian Grothoff
2019-10-23fix warningChristian Grothoff
2019-10-11fix #5733 by migrating to new GNUnet PQ APIChristian Grothoff
2019-10-05reindenting with uncrustifyChristian Grothoff
2019-09-23implement instances via one base URL per instanceFlorian Dold
Previously, instances were addressed in various ways depending on then request (GET parameter, some instance_id in the POST body). With this commit, users of the merchant backend don't see the instance, they just see another base URL.
2019-03-29Address compilation warningv0.5.2Marcello Stanisci
2019-03-05Benchmark.v0.5.1Marcello Stanisci
Taking the currency from CLI arguments as well, as there was no need to parse the config just to fetch this value.
2019-03-05Garbage collector..Marcello Stanisci
2019-03-05Update payment generator instructions.Marcello Stanisci
2019-03-05UIMarcello Stanisci
2019-03-05fix boolean operatorMarcello Stanisci
2019-03-05Fix argument parsing.Marcello Stanisci
2018-12-18#5284.Marcello Stanisci
Adapting after the latest exchange's changes because of #5284 itself.
2018-12-17Fix sloppy flow.Marcello Stanisci
2018-07-04Remove old code.Marcello Stanisci
2018-07-04Args parsing.Marcello Stanisci
Fix problem reported here: https://gnunet.org/bugs/view.php?id=5378#c13134, and closing #5378.
2018-07-03remove copy-&-paste leftoverMarcello Stanisci
2018-07-03fix subcommands logic.Marcello Stanisci