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 (
Expand
)
Author
2019-01-11
fix cyclic dependency by combining exchange-lib and auditor-lib directories
Christian Grothoff
2019-01-10
towards fixing #5447
Christian Grothoff
2019-01-09
Fix cherry picking.
Marcello Stanisci
2019-01-09
Generating additional DKs after serialized state import.
Marcello Stanisci
2019-01-08
Fix segfault.
Marcello Stanisci
2019-01-08
5136: fix multiple invocations of /keys callback.
Marcello Stanisci
2019-01-02
likely fix fo #5136/c13438
Christian Grothoff
2019-01-02
mark bug location
Christian Grothoff
2018-12-24
Fix null master_sig in signkeys array elements.
Marcello Stanisci
2018-12-21
fix auditor key serialization
Marcello Stanisci
2018-12-21
Fix JSON packaging
Marcello Stanisci
2018-12-21
typo
Marcello Stanisci
2018-12-06
Extend exchange-lib.
Marcello Stanisci
2018-11-25
getting test_auditor_api to pass
Christian Grothoff
2018-11-19
Minor changes to make tests pass/no-skip again.
Marcello Stanisci
2018-11-10
fix potential use of uninitialized hash_context
Christian Grothoff
2018-10-27
clean up struct TALER_ExchangeSigningKeyValidityPS
Christian Grothoff
2018-10-22
Fix compiler warnings.
Marcello Stanisci
2018-10-22
Fix compiler warnings.
Marcello Stanisci
2018-10-13
keep a most sigs around when serializing
Christian Grothoff
2018-10-13
intermediate patch towards implementing #5136
Christian Grothoff
2018-10-13
implement deserialization logic for #5136
Christian Grothoff
2018-09-26
lower backoff threshold
Florian Dold
2018-09-26
use randomized backoff
Florian Dold
2018-09-25
fix debug statement.
Marcello Stanisci
2018-09-22
put curl default options on one place
Florian Dold
2018-09-21
remove leftover code
Florian Dold
2018-09-21
use tcp fast open for /keys request
Florian Dold
2018-09-21
use deflate in exchange-api
Florian Dold
2018-09-21
use deflate for requesting /keys
Florian Dold
2018-09-15
adjust timeouts to try to make test more robust
Christian Grothoff
2018-09-15
fix #5315, including more testing
Christian Grothoff
2018-08-19
fix /keys retry
Christian Grothoff
2018-08-19
force TALER_EXCHANGE_connect() va-list to be actually provided
Christian Grothoff
2018-08-19
add logic to retry /keys if /keys download fails
Christian Grothoff
2018-08-17
use gnunet_curl_lib.h instead of including gnurl/curl directly
Florian Dold
2018-06-27
Addressing #5291.
Marcello Stanisci
2018-04-06
disable /keys cherrypicking until #5315 is addressed
v0.5.0
Florian Dold
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
2017-09-26
simplify time conversion using strptime instead of manual hack, also check fo...
Christian Grothoff
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 v...
Christian Grothoff
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 down...
Christian Grothoff
2017-09-13
theoretically finished implementation of #4840 (/keys cherry picking), but by...
Christian Grothoff
[next]