summaryrefslogtreecommitdiff
path: root/src/merchant-tools/taler-merchant-benchmark.c
AgeCommit message (Collapse)Author
2020-07-23test pay with NULL session_idJonathan Buchanan
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-05-13fix benchmark FTBFSChristian Grothoff
2020-05-03fix benchmark FTBFSChristian Grothoff
2020-05-03fix benchmark FTBFSChristian Grothoff
2020-04-26fix fTBFSChristian Grothoff
2020-04-16complete first draft of new SQL schemaChristian Grothoff
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 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-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-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-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
2018-07-03merge data from former "alt" generator into melted version.Marcello Stanisci
2018-07-03fix amounts/orders definitionMarcello Stanisci
2018-07-03detect --help option under sub-command.Marcello Stanisci
2018-07-03Distinguish case based on sub-command given.Marcello Stanisci
2018-07-03fix previous renamingMarcello Stanisci
2018-07-03renaming generator into taler-merchant-benchmarkMarcello Stanisci