index
:
slackcoder/taler/merchant
master
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
lib
/
merchant_api_track_transfer.c
Age
Commit message (
Expand
)
Author
2019-11-09
close misc leaks, check for URL build errors
Christian Grothoff
2019-10-31
tighten formatting rules
Christian Grothoff
2019-09-23
implement instances via one base URL per instance
Florian Dold
2019-09-16
fixing misc memory leaks related to json, including #5769, as well as an unre...
Christian Grothoff
2018-11-20
Fix compilation warnings, due to:
Marcello Stanisci
2018-07-26
Addressing #5383 led to discover that..
Marcello Stanisci
2018-06-13
Fix last change.
Marcello Stanisci
2018-06-13
Properly adding Authorization header via GNUnet API.
Marcello Stanisci
2018-06-13
Reverting last change.
Marcello Stanisci
2018-06-12
including Authorization: header to requests.
Marcello Stanisci
2018-01-31
use url helpers from taler util
Florian Dold
2018-01-30
use url instead of uri consistently
Florian Dold
2017-07-21
fix merchant_api_track_transfer to actually pass wire method to service
Christian Grothoff
2017-07-21
work for #4943 (incomplete)
Christian Grothoff
2017-06-25
handle '/' at end of URLs when composing http requests in libtalermerchant
Christian Grothoff
2017-06-04
fix more leaks
Christian Grothoff
2017-03-29
Still on #4877
Marcello Stanisci
2017-03-20
Fix lib testcase.
Marcello Stanisci
2017-03-13
Returining order_id in place of h_proposal_data among
Marcello Stanisci
2017-03-13
Elaborating /track/transfer response for cached responses
Marcello Stanisci
2017-03-13
Fix track transfer's response + adjusting tests to it.
Marcello Stanisci
2017-02-07
Huge renaming about removing transaction_id use
Marcello Stanisci
2016-12-12
Removing superflous (and segfault-prone)
Marcello Stanisci
2016-10-22
receiver->instance. test passed
Marcello Stanisci
2016-10-20
have merchant C API also return taler error codes (at least those from the me...
Christian Grothoff
2016-10-15
fix missing receiver in /track/transfer query string (merchant-lib)
Marcello Stanisci
2016-10-15
fixing #4577, as well as a few other cases where we need to index by merchant...
Christian Grothoff
2016-10-04
header definitions for /history
Marcello Stanisci
2016-07-07
fixing #4594
Marcello Stanisci
2016-06-24
adapting /track API to use merchant instances
Marcello Stanisci
2016-06-11
fix leaks
Christian Grothoff
2016-06-10
minor bugfixes in /track/transfer logic, testcase now passes
Christian Grothoff
2016-06-09
more work on /track APIs
Christian Grothoff
2016-06-09
add skeleton for calling /track/transaction to testcase
Christian Grothoff
2016-06-09
pass base URIs instead of full URIs
Christian Grothoff
2016-06-09
skeleton for /track/transfer and /track/transaction, renaming to match latest...
Christian Grothoff