Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-07-04 | Args parsing. | Marcello Stanisci | |
Fix problem reported here: https://gnunet.org/bugs/view.php?id=5378#c13134, and closing #5378. | |||
2018-07-04 | Providing 'static' keyword where missing. | Marcello Stanisci | |
2018-07-03 | remove copy-&-paste leftover | Marcello Stanisci | |
2018-07-03 | fix subcommands logic. | Marcello Stanisci | |
2018-07-03 | merge data from former "alt" generator into melted version. | Marcello Stanisci | |
2018-07-03 | fix amounts/orders definition | Marcello Stanisci | |
2018-07-03 | detect --help option under sub-command. | Marcello Stanisci | |
2018-07-03 | Distinguish case based on sub-command given. | Marcello Stanisci | |
2018-07-03 | fix previous renaming | Marcello Stanisci | |
2018-07-03 | renaming generator into taler-merchant-benchmark | Marcello Stanisci | |
2018-07-02 | kill FIXME | Marcello Stanisci | |
2018-07-02 | polishing tip CMD | Marcello Stanisci | |
2018-07-02 | cut unused data off from track CMDs. | Marcello Stanisci | |
2018-07-02 | Towards #5332 | Marcello Stanisci | |
2018-07-02 | polish pay CMD | Marcello Stanisci | |
2018-06-29 | comments | Marcello Stanisci | |
2018-06-29 | Remove "-new" leftover part. | Marcello Stanisci | |
2018-06-28 | More descriptive --help option. | Marcello Stanisci | |
2018-06-28 | Addressing #5366, the pay-gen side. | Marcello Stanisci | |
2018-06-28 | comment on last change. | Marcello Stanisci | |
2018-06-28 | Moving #5366 chunk into twisted tests, + fix it. | Marcello Stanisci | |
2018-06-28 | Conditional compilation of twisted-chunk. | Marcello Stanisci | |
2018-06-28 | Reproducing #5366 within test cases. | Marcello Stanisci | |
2018-06-27 | cosmetics | Marcello Stanisci | |
2018-06-27 | Towards #5366.. | Marcello Stanisci | |
2018-06-27 | Terminate good process if CLI option is missing. | Marcello Stanisci | |
2018-06-27 | Make "alt" generator compile. | Marcello Stanisci | |
2018-06-27 | Corner case generator, first draft. | Marcello Stanisci | |
2018-06-26 | Splitting CMDs for twisted test cases. | Marcello Stanisci | |
2018-06-26 | cosmetics | Marcello Stanisci | |
2018-06-26 | Finish splitting main "lib" test cases. | Marcello Stanisci | |
2018-06-26 | Splitting tests, _actually_ up to tip | Marcello Stanisci | |
2018-06-26 | Splitting tests, up to tip | Marcello Stanisci | |
2018-06-26 | Splitting tests, up to refund | Marcello Stanisci | |
2018-06-26 | Fix #5364. | Marcello Stanisci | |
2018-06-14 | Simplifying 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-13 | Fix 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-13 | Properly adding Authorization header via GNUnet API. | Marcello Stanisci | |
2018-06-13 | Reverting last change. | Marcello Stanisci | |
Custom HTTP headers will be added via a dedicate function offered by the usual GNUnet-cURL stack. | |||
2018-06-12 | minor edit | Marcello Stanisci | |
2018-06-12 | including Authorization: header to requests. | Marcello Stanisci | |
2018-06-12 | Really fixes previous change | Marcello Stanisci | |
2018-06-12 | Really fixes previous change. | Marcello Stanisci | |
2018-06-12 | Renaming payment generator executable. | Marcello Stanisci | |
2018-06-12 | 'enum' instead of several same-typed #define's. | Marcello Stanisci | |
2018-06-12 | Dynamic currency at the generator. | Marcello Stanisci | |
Moving currency-dependant strings allocation above the run method. | |||
2018-06-12 | Allocating strings beforehand | Marcello Stanisci | |
2018-06-12 | fetch currency from configuration | Marcello Stanisci | |
2018-06-11 | Authentication>Authorization | Marcello Stanisci | |
2018-06-11 | space needed | Marcello Stanisci | |