summaryrefslogtreecommitdiff
path: root/src/lib/auditor_api_deposit_confirmation.c
AgeCommit message (Collapse)Author
2023-11-28-misc doxygen fixesChristian Grothoff
2023-09-24combine deposit confirmation signatures into one big signatureChristian Grothoff
2023-06-21-more clean up of auditor api: atomization completeChristian Grothoff
2023-06-21-more auditor API atomizationChristian Grothoff
2023-06-21ensure forward-compatibility for auditor C APIChristian Grothoff
2023-04-15-fix memory leakChristian Grothoff
2023-02-02-refund deadline should be optional/can be 0Christian Grothoff
2022-11-04policy extensions and age restriction refactoringÖzgür Kesim
- refactoring of extension-plugin-mechanism - refactoring of age restriction extension - added policy extensions plugin plumbing - added DB schema and api - policy_details - policy_fulfillments
2022-06-26-fix misc doxygen warnings, code clean upChristian Grothoff
2022-03-29centralize exchange online signature logicChristian Grothoff
2022-03-19simplify auditor_api_handle.c, do not modify global context with respect to ↵Christian Grothoff
'Expect' header
2022-02-21-big renaming of structs for consistent naming with P suffixChristian Grothoff
2021-12-14introducing GNUNET_TIME_Timestamp, recoup now with amountsChristian Grothoff
2021-11-06-misc fixesChristian Grothoff
2021-11-06include h_extensions in deposit confirmationChristian Grothoff
2021-10-27-fix misc FTBFSChristian Grothoff
2021-08-07-even betterChristian Grothoff
2021-08-07-use new GNUNET_TIME_relative_is_zero APIChristian Grothoff
2021-07-31-more eliminations of json_packChristian Grothoff
2021-03-05fix #6786: do not die on bogus URLChristian Grothoff
2020-12-26handle GONE, specified legal value nowChristian Grothoff
2020-12-20do not log error on MHD_HTTP_GONE status code, revocation is a legitimate replyChristian Grothoff
2020-12-04centralize (most) offline signing/verifying operations into offline_signatures.cChristian Grothoff
2020-11-07adjust ECsChristian Grothoff
2020-07-05towards changing timestamp in deposit confirmation (tests failing)Christian Grothoff
2020-04-08adapt to new GNUnet sign API (#6164)Christian Grothoff
2020-04-05make exchange API more uniform in how information is returnedChristian Grothoff
2020-03-17style, indentation and type fixes for lib/Christian Grothoff
2020-03-10more careful use of TALER_JSON_get_error_code(), limit to cases where we ↵Christian Grothoff
expect to get one
2020-03-03rename BANK_excecute_wire_transfer to BANK_transfer, improve error handling ↵Christian Grothoff
when curl_easy_init() fails
2020-01-19fix copyright headers as per CAChristian Grothoff
2020-01-18libraries were folded, fold headers as wellChristian Grothoff
2020-01-17doxygenChristian Grothoff
2020-01-17doxygen fixesChristian Grothoff
2020-01-09H_wire -> h_wire (#6032)Christian Grothoff
2019-11-23use CONFLICT for double spending to distinguish properly from FORBIDDEN for ↵Christian Grothoff
bad signatures
2019-08-25re-format codeFlorian Dold
2019-07-28fixing #5767Christian Grothoff
2019-05-23using legal lib namesMarcello Stanisci
2019-05-03add compression support for bodies of POST/PUT operationsChristian Grothoff
2019-01-28Fix /deposit-confirmation as per JSON encode/decode.Marcello Stanisci
2019-01-28Use PUT for /deposit-confirmation.Marcello Stanisci
2019-01-25H_wire -> h_wire.Marcello Stanisci
2019-01-11fix cyclic dependency by combining exchange-lib and auditor-lib directoriesChristian Grothoff