summaryrefslogtreecommitdiff
path: root/src/lib/exchange_api_handle.c
AgeCommit message (Collapse)Author
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 ↵Christian Grothoff
result to clients; make exchange API follow specification
2020-03-03rename BANK_excecute_wire_transfer to BANK_transfer, improve error handling ↵Christian Grothoff
when curl_easy_init() fails
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
2020-02-11start with new history API implementationChristian Grothoff
2020-01-19leak fixesChristian Grothoff
2020-01-19fix copyright headers as per CAChristian Grothoff
2020-01-19consistently use payto URI instead of URLFlorian Dold
2020-01-18fix compiler warningsChristian Grothoff
2020-01-18fix -Wextra warningsChristian Grothoff
2020-01-18doxygenChristian Grothoff
2020-01-17doxygen fixesChristian Grothoff
2020-01-17address fixme, fix use-after-free in testing traitsFlorian Dold
2020-01-16reuse TALER_url_joinChristian Grothoff
2020-01-15use new parsing API, fixes issuesChristian Grothoff
2020-01-14refactor uri parsing logic, prepare for unit testChristian Grothoff
2020-01-13make fakebank and banklib match specifified new APIChristian Grothoff
2020-01-11major refactoring, eliminating wire-plugins and moving towards new bank API. ↵Christian Grothoff
main code compiles, testcases known to fail, code sure not to fully work yet
2019-12-24version bumpingChristian Grothoff
2019-12-11add logic for privacy policyChristian Grothoff
2019-10-31tighten formatting rulesChristian Grothoff
2019-10-26bump versionChristian Grothoff
2019-10-26fix spacingChristian Grothoff
2019-10-05reindenting with uncrustifyChristian Grothoff
2019-09-15fix leakChristian Grothoff
2019-09-15fix leaks and unnecessary fetch of RSA signature on refresh/revealChristian Grothoff
2019-09-15fix leakChristian Grothoff
2019-08-31don't mark auditor as 'up' when version request faileddemo-2019-08-31-00Florian Dold
2019-08-25re-format codeFlorian Dold
2019-08-21fix indentation, and properly report vc protocol error if signatures are invalidChristian Grothoff
2019-06-06fixing #5754 (make copy, as original may disappear)Christian Grothoff
2019-06-05working on fix for #5747Christian Grothoff
2019-06-03Fix return code check.Marcello Stanisci