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_transaction.c
Age
Commit message (
Expand
)
Author
2020-06-23
DCE: removing legacy code and APIs
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
2018-11-20
Fix compilation warnings, due to:
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-03-17
do not treat 424 Failed Dependency as "unexpected".
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-12-10
fix double free
Christian Grothoff
2017-12-10
simplify logic
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-17
Fix compiler warnings.
Marcello Stanisci
2017-03-08
Returning total sum of wire transferred coins instead
Marcello Stanisci
2017-02-10
Fixing testcases according to the renaming occurred
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-09-26
fixing 'make check' for new hashmap based instance picking
Marcello Stanisci
2016-07-07
fixing #4594
Marcello Stanisci
2016-06-24
adapting /track API to use merchant instances
Marcello Stanisci
2016-06-11
fixing #4160
Christian Grothoff
2016-06-11
return time of wire transfer in /trace/transaction
Christian Grothoff
2016-06-11
implement /track/transaction API and testcase
Christian Grothoff
2016-06-10
build /track/transaction response
Christian Grothoff
2016-06-09
more work on /track APIs
Christian Grothoff
2016-06-09
exchange URI should not need to be passed when tracking transaction
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