Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-10-15 | advancing debug.. | Marcello Stanisci | |
2019-10-14 | fix url | Marcello Stanisci | |
2019-10-05 | reindenting with uncrustify | Christian Grothoff | |
2019-10-04 | properly separate external/internal APIs | Florian Dold | |
2019-09-26 | refactor to check for instance in one place, instead of in each handler | Christian Grothoff | |
2019-09-23 | implement instances via one base URL per instance | Florian 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-09-16 | fixing misc memory leaks related to json, including #5769, as well as an ↵ | Christian Grothoff | |
unrelated use-after-free | |||
2019-09-01 | wrap array in JSON object | Florian Dold | |
2019-08-30 | mobile-friendly tipping | Florian Dold | |
2019-08-27 | unify resource_url and fulfillment_url | Florian Dold | |
2019-08-26 | get rid of session_sig, as it is complex and does not work with mobile payments | Florian Dold | |
2019-08-26 | generate taler_pay_uri in favor of the trigger-pay mechanism | Florian Dold | |
2019-08-26 | do not consider an order paid if last session id does not match | Florian Dold | |
2019-08-17 | fix sig | Christian Grothoff | |
2019-06-18 | fix leak | Christian Grothoff | |
2019-06-18 | fix leaks | Christian Grothoff | |
2019-06-18 | indentation fix | Christian Grothoff | |
2019-06-18 | fix double-free | Christian Grothoff | |
2019-06-18 | fix memory leaks | Christian Grothoff | |
2019-06-18 | fix misc style bugs and one real one | Christian Grothoff | |
2019-06-08 | remove obsolete, duplicate test logic, rename _new.c to just .c | Christian Grothoff | |
2019-06-07 | updating twister conf | Marcello Stanisci | |
2019-06-03 | check return value, always | Christian Grothoff | |
2019-06-03 | check return value from TALER_string_to_amount, even in test | Christian Grothoff | |
2019-05-24 | rename | Marcello Stanisci | |
2019-05-24 | completing lib compression | Marcello Stanisci | |
2019-05-24 | more compression | Marcello Stanisci | |
2019-05-23 | compressing lib pay | Marcello Stanisci | |
2019-05-23 | indent | Marcello Stanisci | |
2019-05-23 | rename | Marcello Stanisci | |
2019-05-23 | Compressing/decompressing /proposal. | Marcello Stanisci | |
2019-05-21 | Resolve #5719 | Marcello Stanisci | |
2019-05-10 | Create async scopes. | Florian Dold | |
Log statements contain an async scope identifier, which allows to correlate logs from the same request. | |||
2019-04-22 | indent fix | Christian Grothoff | |
2019-04-19 | Fix compiler warnings. | Marcello Stanisci | |
2019-04-04 | clean up code duplication in checking of tipping reserve status by moving ↵ | Christian Grothoff | |
shared logic to helper function | |||
2019-03-24 | clean up tipping transactiton mess a bit (wip) | Christian Grothoff | |
2019-03-24 | fix test case error handling | Christian Grothoff | |
2019-01-31 | /proposal API disambiguation. | Marcello Stanisci | |
The order object gives the client TWO ways to specify the merchant instance: one is at the object top-level, and the other one is within the "merchant" sub-object. This change makes sure that the top-level instance indication and the one internal to the merchant sub-object refer always to the same instance. Note: when the top-level indication is missing, then the instance is set to "default", and the merchant sub- object must likewise specify a "default" instance. | |||
2019-01-10 | improve logging for reoccurrances of #5492 | Christian Grothoff | |
2019-01-10 | fix bogus free of uninitialized variable in test logic on error path | Christian Grothoff | |
2018-12-19 | #5459 | Marcello Stanisci | |
2018-12-18 | #5284. | Marcello Stanisci | |
Adapting after the latest exchange's changes because of #5284 itself. | |||
2018-12-18 | Remove 'exchange' handle from pay-abort-refund CMD. | Marcello Stanisci | |
2018-12-18 | /track/*: #5284 | Marcello Stanisci | |
2018-12-18 | /tip/*: #5284 | Marcello Stanisci | |
2018-12-18 | /refund: #5284 | Marcello Stanisci | |
2018-12-18 | /proposal #5284 | Marcello Stanisci | |
2018-12-18 | /pay: #5284 | Marcello Stanisci | |
2018-12-18 | /history: #5284. | Marcello Stanisci | |