aboutsummaryrefslogtreecommitdiff
path: root/src/lib/merchant_api_history.c
AgeCommit message (Collapse)Author
2020-05-02renamingChristian Grothoff
2020-04-06make API return exchange data systematically, fixes #4939Christian Grothoff
2019-11-09close misc leaks, check for URL build errorsChristian Grothoff
2019-10-31tighten formatting rulesChristian 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.
2018-12-18Fix 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-13Changing /history semantics.Marcello Stanisci
Return results younger than 'start' by default (= with positive/ungiven 'delta').
2018-11-20Fix 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-21still on leaks.Marcello Stanisci
2018-03-17malforming /history response body, and avoid extractingMarcello Stanisci
error codes from NULL responses.
2018-01-31use url helpers from taler utilFlorian Dold
2018-01-30use url instead of uri consistentlyFlorian Dold
2017-06-25handle '/' at end of URLs when composing http requests in libtalermerchantChristian Grothoff
2017-06-05Fix some signed/unsigned issues, plus some doxygen typosChristian Grothoff
2017-06-04fix more leaksChristian Grothoff
2017-03-20Fix lib testcase.Marcello Stanisci
2017-02-28Make /history's arguments optional.Marcello Stanisci
2017-02-23Modify /history API and DB table for order_id-proposal_dataMarcello Stanisci
mapping. Adapting testcase and lib for that.
2016-12-12Unifying map-in and map-out handlesMarcello Stanisci
2016-12-12Removing superflous (and segfault-prone)Marcello Stanisci
cancellations of CURL-jobs within merchant-lib's HTTP callbacks
2016-10-20have merchant C API also return taler error codes (at least those from the ↵Christian Grothoff
merchant for now)
2016-10-05resolve #4689Marcello Stanisci
2016-10-04calling /history API from testcase. Loops ..Marcello Stanisci
2016-10-04still on /history merchant-libMarcello Stanisci
2016-10-04adding stub for /history callbackMarcello Stanisci