summaryrefslogtreecommitdiff
path: root/src/lib/merchant_api_track_transaction.c
AgeCommit message (Collapse)Author
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-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-12including Authorization: header to requests.Marcello Stanisci
2018-03-17do not treat 424 Failed Dependency as "unexpected".Marcello Stanisci
2018-01-31use url helpers from taler utilFlorian Dold
2018-01-30use url instead of uri consistentlyFlorian Dold
2017-12-10fix double freeChristian Grothoff
2017-12-10simplify logicChristian Grothoff
2017-06-25handle '/' at end of URLs when composing http requests in libtalermerchantChristian Grothoff
2017-06-04fix more leaksChristian Grothoff
2017-03-29Still on #4877Marcello Stanisci
2017-03-17Fix compiler warnings.Marcello Stanisci
2017-03-08Returning total sum of wire transferred coins insteadMarcello Stanisci
of an array about each of them. Adjusting lib accordingly.
2017-02-10Fixing testcases according to the renaming occurredMarcello Stanisci
in the protocol. Please note, comments do NOT match code, /proposal uses the POST method, and tracking API are NOT tested yet.
2016-12-12Removing superflous (and segfault-prone)Marcello Stanisci
cancellations of CURL-jobs within merchant-lib's HTTP callbacks
2016-10-22receiver->instance. test passedMarcello Stanisci
2016-10-20have merchant C API also return taler error codes (at least those from the ↵Christian Grothoff
merchant for now)
2016-09-26fixing 'make check' for new hashmap based instance pickingMarcello Stanisci
2016-07-07fixing #4594Marcello Stanisci
2016-06-24adapting /track API to use merchant instancesMarcello Stanisci
2016-06-11fixing #4160Christian Grothoff
2016-06-11return time of wire transfer in /trace/transactionChristian Grothoff
2016-06-11implement /track/transaction API and testcaseChristian Grothoff
2016-06-10build /track/transaction responseChristian Grothoff
2016-06-09more work on /track APIsChristian Grothoff
2016-06-09exchange URI should not need to be passed when tracking transactionChristian Grothoff
2016-06-09add skeleton for calling /track/transaction to testcaseChristian Grothoff
2016-06-09pass base URIs instead of full URIsChristian Grothoff
2016-06-09skeleton for /track/transfer and /track/transaction, renaming to match ↵Christian Grothoff
latest exchange API