summaryrefslogtreecommitdiff
path: root/src/exchange-lib/exchange_api_handle.c
AgeCommit message (Expand)Author
2019-01-11fix cyclic dependency by combining exchange-lib and auditor-lib directoriesChristian Grothoff
2019-01-10towards fixing #5447Christian Grothoff
2019-01-09Fix cherry picking.Marcello Stanisci
2019-01-09Generating additional DKs after serialized state import.Marcello Stanisci
2019-01-08Fix segfault.Marcello Stanisci
2019-01-085136: fix multiple invocations of /keys callback.Marcello Stanisci
2019-01-02likely fix fo #5136/c13438Christian Grothoff
2019-01-02mark bug locationChristian Grothoff
2018-12-24Fix null master_sig in signkeys array elements.Marcello Stanisci
2018-12-21fix auditor key serializationMarcello Stanisci
2018-12-21Fix JSON packagingMarcello Stanisci
2018-12-21typoMarcello Stanisci
2018-12-06Extend exchange-lib.Marcello Stanisci
2018-11-25getting test_auditor_api to passChristian Grothoff
2018-11-19Minor changes to make tests pass/no-skip again.Marcello Stanisci
2018-11-10fix potential use of uninitialized hash_contextChristian Grothoff
2018-10-27clean up struct TALER_ExchangeSigningKeyValidityPSChristian Grothoff
2018-10-22Fix compiler warnings.Marcello Stanisci
2018-10-22Fix compiler warnings.Marcello Stanisci
2018-10-13keep a most sigs around when serializingChristian Grothoff
2018-10-13intermediate patch towards implementing #5136Christian Grothoff
2018-10-13implement deserialization logic for #5136Christian Grothoff
2018-09-26lower backoff thresholdFlorian Dold
2018-09-26use randomized backoffFlorian Dold
2018-09-25fix debug statement.Marcello Stanisci
2018-09-22put curl default options on one placeFlorian Dold
2018-09-21remove leftover codeFlorian Dold
2018-09-21use tcp fast open for /keys requestFlorian Dold
2018-09-21use deflate in exchange-apiFlorian Dold
2018-09-21use deflate for requesting /keysFlorian Dold
2018-09-15adjust timeouts to try to make test more robustChristian Grothoff
2018-09-15fix #5315, including more testingChristian Grothoff
2018-08-19fix /keys retryChristian Grothoff
2018-08-19force TALER_EXCHANGE_connect() va-list to be actually providedChristian Grothoff
2018-08-19add logic to retry /keys if /keys download failsChristian Grothoff
2018-08-17use gnunet_curl_lib.h instead of including gnurl/curl directlyFlorian Dold
2018-06-27Addressing #5291.Marcello Stanisci
2018-04-06disable /keys cherrypicking until #5315 is addressedv0.5.0Florian Dold
2018-01-30use url instead of uri consistentlyFlorian Dold
2018-01-18implement #5254Christian Grothoff
2017-12-10bump protocol version of C client, we do support the new refreshChristian Grothoff
2017-09-26fix mapping of auditor sigs to DKs, avoid one hash operation by caching hash ...Christian Grothoff
2017-09-26simplify time conversion using strptime instead of manual hack, also check fo...Christian Grothoff
2017-09-26check json_array_append_new() return values, proper logging on errorsChristian Grothoff
2017-09-17bump version of taler protocol we implementChristian Grothoff
2017-09-17clean up /keys cherry picking logic, including changing the last_issue_date v...Christian Grothoff
2017-09-14(imperfect) test for #4840Christian Grothoff
2017-09-13do keep signing over DKs even for cherry-picked /keys repliesChristian Grothoff
2017-09-13add argument to TALER_EXCHANGE_check_keys_current() to allow forcing the down...Christian Grothoff
2017-09-13theoretically finished implementation of #4840 (/keys cherry picking), but by...Christian Grothoff