index
:
slackcoder/taler/exchange
master
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
exchange-lib
/
exchange_api_handle.c
Age
Commit message (
Collapse
)
Author
2018-01-30
use url instead of uri consistently
Florian Dold
2018-01-18
implement #5254
Christian Grothoff
2017-12-10
bump protocol version of C client, we do support the new refresh
Christian Grothoff
2017-09-26
fix mapping of auditor sigs to DKs, avoid one hash operation by caching hash ↵
Christian Grothoff
value
2017-09-26
simplify time conversion using strptime instead of manual hack, also check ↵
Christian Grothoff
for timezone issues if we get unusual time values
2017-09-26
check json_array_append_new() return values, proper logging on errors
Christian Grothoff
2017-09-17
bump version of taler protocol we implement
Christian Grothoff
2017-09-17
clean up /keys cherry picking logic, including changing the last_issue_date ↵
Christian Grothoff
value to be in seconds
2017-09-14
(imperfect) test for #4840
Christian Grothoff
2017-09-13
do keep signing over DKs even for cherry-picked /keys replies
Christian Grothoff
2017-09-13
add argument to TALER_EXCHANGE_check_keys_current() to allow forcing the ↵
Christian Grothoff
download
2017-09-13
theoretically finished implementation of #4840 (/keys cherry picking), but ↵
Christian Grothoff
by far not done testing
2017-09-12
add support for #4840 (/keys cherry picking) to libtalerexchange
Christian Grothoff
2017-07-01
implement logic to check protocol version compatibility (#5035)
Christian Grothoff
2017-06-29
preparations for #4840
Christian Grothoff
2017-06-04
fix remaining leak from #5050
Christian Grothoff
2017-06-04
free auditor data on shutdown (#5050)
Christian Grothoff
2017-06-01
add version to keydata returned by libtalerexchange (#5035)
Christian Grothoff
2017-05-11
acutally initialize num_auditors field, helps a lot...
Christian Grothoff
2017-05-11
fail hard if any auditor sig is wrong
Christian Grothoff
2017-04-20
fix misc doxygen issues
Christian Grothoff
2017-03-02
fix expire header parsing if day-of-month is 7th due to field confusing ↵
Christian Grothoff
(wday vs mday)
2016-12-04
#4828
Marcello Stanisci
2016-10-10
check dbinit return value to not fail hard if DB not available
Christian Grothoff
2016-07-07
fixing #4594
Marcello Stanisci
2016-06-13
implement #4569
Christian Grothoff
2016-05-31
add support for /keys cache control (#4036)
Christian Grothoff
2016-05-24
allow access to raw /keys response
Florian Dold
2016-05-18
fix #4506: check that master key matches our master key when loading signing ↵
Christian Grothoff
and denomination keys; also do not send master_pub with each signing key, that is not in the spec
2016-05-04
fix fmt string issues
Christian Grothoff
2016-05-02
fix #4184
Christian Grothoff
2016-04-20
introduce refund fee
Christian Grothoff
2016-04-17
replace exchange_api_context with libgnunetcurl
Christian Grothoff
2016-03-21
Merge branch 'master' of git+ssh://git.taler.net/var/git/exchange
Christian Grothoff
2016-03-21
rename to match GNUnet symbol change
Christian Grothoff
2016-03-21
implementing #3987
Christian Grothoff
2016-03-19
remove duplicated JSON parsing code from exchange-lib (#4150)
Christian Grothoff
2016-03-01
renaming mint->exchange
Christian Grothoff