aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2018-07-04Args parsing.Marcello Stanisci
Fix problem reported here: https://gnunet.org/bugs/view.php?id=5378#c13134, and closing #5378.
2018-07-04Providing 'static' keyword where missing.Marcello Stanisci
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
2018-07-02kill FIXMEMarcello Stanisci
2018-07-02polishing tip CMDMarcello Stanisci
2018-07-02cut unused data off from track CMDs.Marcello Stanisci
2018-07-02Towards #5332Marcello Stanisci
2018-07-02polish pay CMDMarcello Stanisci
2018-06-29commentsMarcello Stanisci
2018-06-29Remove "-new" leftover part.Marcello Stanisci
2018-06-28More descriptive --help option.Marcello Stanisci
2018-06-28Addressing #5366, the pay-gen side.Marcello Stanisci
2018-06-28comment on last change.Marcello Stanisci
2018-06-28Moving #5366 chunk into twisted tests, + fix it.Marcello Stanisci
2018-06-28Conditional compilation of twisted-chunk.Marcello Stanisci
2018-06-28Reproducing #5366 within test cases.Marcello Stanisci
2018-06-27cosmeticsMarcello Stanisci
2018-06-27Towards #5366..Marcello Stanisci
2018-06-27Terminate good process if CLI option is missing.Marcello Stanisci
2018-06-27Make "alt" generator compile.Marcello Stanisci
2018-06-27Corner case generator, first draft.Marcello Stanisci
2018-06-26Splitting CMDs for twisted test cases.Marcello Stanisci
2018-06-26cosmeticsMarcello Stanisci
2018-06-26Finish splitting main "lib" test cases.Marcello Stanisci
2018-06-26Splitting tests, _actually_ up to tipMarcello Stanisci
2018-06-26Splitting tests, up to tipMarcello Stanisci
2018-06-26Splitting tests, up to refundMarcello Stanisci
2018-06-26Fix #5364.Marcello Stanisci
2018-06-14Simplifying payment generator.Marcello Stanisci
It grew too complicated as corner cases were inserted there too. Those corner cases included non-aggregated transactions and 2-coins payments, aimed to test the backoffice site. However, that way the original purpose of the generator was subverted: it is a tool to measure performance under normal circumstances. A new tool where all the other corner cases are generated should instead be created.
2018-06-13Fix last change.Marcello Stanisci
NOTE: the Authorization header is to be added only _once_, as it stays around until the very end when it gets freed by libgnunetcurl.
2018-06-13Properly adding Authorization header via GNUnet API.Marcello Stanisci
2018-06-13Reverting last change.Marcello Stanisci
Custom HTTP headers will be added via a dedicate function offered by the usual GNUnet-cURL stack.
2018-06-12minor editMarcello Stanisci
2018-06-12including Authorization: header to requests.Marcello Stanisci
2018-06-12Really fixes previous changeMarcello Stanisci
2018-06-12Really fixes previous change.Marcello Stanisci
2018-06-12Renaming payment generator executable.Marcello Stanisci
2018-06-12'enum' instead of several same-typed #define's.Marcello Stanisci
2018-06-12Dynamic currency at the generator.Marcello Stanisci
Moving currency-dependant strings allocation above the run method.
2018-06-12Allocating strings beforehandMarcello Stanisci
2018-06-12fetch currency from configurationMarcello Stanisci
2018-06-11Authentication>AuthorizationMarcello Stanisci
2018-06-11space neededMarcello Stanisci