Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-05-02 | renaming | Christian Grothoff | |
2020-04-06 | make API return exchange data systematically, fixes #4939 | Christian Grothoff | |
2019-11-09 | close misc leaks, check for URL build errors | Christian Grothoff | |
2019-10-31 | tighten formatting rules | Christian Grothoff | |
2019-10-05 | reindenting with uncrustify | 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. | |||
2018-12-18 | Fix last commit. | Marcello Stanisci | |
2018-12-18 | /history API. | Marcello Stanisci | |
Provide the (client) API with a mean of omitting the 'start' argument, therefore letting the server use the default. | |||
2018-12-13 | Changing /history semantics. | Marcello Stanisci | |
Return results younger than 'start' by default (= with positive/ungiven 'delta'). | |||
2018-11-20 | Fix compilation warnings, due to: | Marcello Stanisci | |
1) abstraction on the response type from the CURL-needed callbacks. 2) converting the contract terms trait into a JSON object. | |||
2018-03-21 | still on leaks. | Marcello Stanisci | |
2018-03-17 | malforming /history response body, and avoid extracting | Marcello Stanisci | |
error codes from NULL responses. | |||
2018-01-31 | use url helpers from taler util | Florian Dold | |
2018-01-30 | use url instead of uri consistently | Florian Dold | |
2017-06-25 | handle '/' at end of URLs when composing http requests in libtalermerchant | Christian Grothoff | |
2017-06-05 | Fix some signed/unsigned issues, plus some doxygen typos | Christian Grothoff | |
2017-06-04 | fix more leaks | Christian Grothoff | |
2017-03-20 | Fix lib testcase. | Marcello Stanisci | |
2017-02-28 | Make /history's arguments optional. | Marcello Stanisci | |
2017-02-23 | Modify /history API and DB table for order_id-proposal_data | Marcello Stanisci | |
mapping. Adapting testcase and lib for that. | |||
2016-12-12 | Unifying map-in and map-out handles | Marcello Stanisci | |
2016-12-12 | Removing superflous (and segfault-prone) | Marcello Stanisci | |
cancellations of CURL-jobs within merchant-lib's HTTP callbacks | |||
2016-10-20 | have merchant C API also return taler error codes (at least those from the ↵ | Christian Grothoff | |
merchant for now) | |||
2016-10-05 | resolve #4689 | Marcello Stanisci | |
2016-10-04 | calling /history API from testcase. Loops .. | Marcello Stanisci | |
2016-10-04 | still on /history merchant-lib | Marcello Stanisci | |
2016-10-04 | adding stub for /history callback | Marcello Stanisci | |