summaryrefslogtreecommitdiff
path: root/src/lib/exchange_api_handle.c
AgeCommit message (Expand)Author
2021-04-14do not repeatedly append the same auditor signatureChristian Grothoff
2021-04-01fix overflowChristian Grothoff
2021-03-13improve version number format checkChristian Grothoff
2021-03-13improve version number format checkChristian Grothoff
2021-03-05fix #6786: do not die on bogus URLChristian Grothoff
2021-02-16free currency memory on free_key_data(), ref #6744Sebastian
2021-02-15fix currency parsing in deserialization logic (resolves #6744)Christian Grothoff
2021-02-15added missing currency in ser/deser, see #6744Sebastian
2021-01-26strptime is locale-dependent, re-implement for C locale-onlyChristian Grothoff
2021-01-26improve loggingChristian Grothoff
2021-01-16nah, also on internal server errors and anything I can imagine we should back...Christian Grothoff
2021-01-16remove dead fieldChristian Grothoff
2021-01-12dynamic curl timeouts for /keys and /wire requestsFlorian Dold
2021-01-01bump protocol versionChristian Grothoff
2020-12-20only log with json_dumpf() if explicitly compiled via DEBUG #defineChristian Grothoff
2020-12-20do not log error on MHD_HTTP_GONE status code, revocation is a legitimate replyChristian Grothoff
2020-12-20misc doxygen fixesChristian Grothoff
2020-12-12allow empty signkeys arrayChristian Grothoff
2020-12-08initialize master_pub fieldChristian Grothoff
2020-12-06implement new taler-auditor-offline toolChristian Grothoff
2020-12-05towards offline tool uploading /management/keysChristian Grothoff
2020-12-04centralize (most) offline signing/verifying operations into offline_signatures.cChristian Grothoff
2020-11-07adjust ECsChristian Grothoff
2020-07-22fix misc typosChristian Grothoff
2020-07-16boolean argument removed in GNUNET_CURL_job_add (#6188)Christian Grothoff
2020-07-16avoid boolean flags, see #6188Christian Grothoff
2020-07-05also offer API for receiving rounded relative time via JSONChristian Grothoff
2020-07-05fix #6408: make sure all timestamps are always rounded when they arrive over ...Christian Grothoff
2020-07-05GNUNET_free_non_null is gone, use GNUNET_freeChristian Grothoff
2020-07-05fix status codeChristian Grothoff
2020-04-21fix #6190Christian Grothoff
2020-04-08adapt to new GNUnet sign API (#6164)Christian Grothoff
2020-04-07rename constantsChristian Grothoff
2020-04-05make exchange API more uniform in how information is returnedChristian Grothoff
2020-04-04return more error details for /wire and /keys to clientsChristian Grothoff
2020-03-31typosCodeBlau-NGI-2019Christian Grothoff
2020-03-30change confusing comment, revision is a different component of libtool versionsFlorian Dold
2020-03-29remove bogus warningsChristian Grothoff
2020-03-27removing inappropriate i18n codeChristian Grothoff
2020-03-22the big EC renameChristian Grothoff
2020-03-17style, indentation and type fixes for lib/Christian Grothoff
2020-03-13fix regression introduced by addition of 'revoke' fieldChristian Grothoff
2020-03-10minor code cleanupChristian Grothoff
2020-03-10tolerate recoup information not being presentChristian Grothoff
2020-03-10actually look at recoup/revocations in libtalerexchange and expose the result...Christian Grothoff
2020-03-03rename BANK_excecute_wire_transfer to BANK_transfer, improve error handling w...Christian Grothoff
2020-03-01new REST API => version bumpChristian Grothoff
2020-02-29limit redirectsChristian Grothoff
2020-02-27rename fest, make symbols better match new endpoint namesChristian Grothoff
2020-02-11revert bank API change, we will not do this here after allChristian Grothoff