summaryrefslogtreecommitdiff
path: root/src/lib/auditor_api_handle.c
AgeCommit message (Collapse)Author
2023-06-21-more clean up of auditor api: atomization completeChristian Grothoff
2023-06-21ensure forward-compatibility for auditor C APIChristian Grothoff
2023-06-07major libtalertesting API refactoring, including no longer having ↵Christian Grothoff
taler-specific logic in the test engine core
2022-03-19simplify auditor_api_handle.c, do not modify global context with respect to ↵Christian Grothoff
'Expect' header
2022-03-19-code cleanupChristian Grothoff
2022-03-19-fix memory leakChristian Grothoff
2022-02-12-more doxygen fixesChristian Grothoff
2021-03-05fix #6786: do not die on bogus URLChristian Grothoff
2020-11-07adjust ECsChristian Grothoff
2020-10-03doxygen fixes, update ChangeLog, bump versionChristian Grothoff
2020-07-16boolean argument removed in GNUNET_CURL_job_add (#6188)Christian Grothoff
2020-07-05GNUNET_free_non_null is gone, use GNUNET_freeChristian Grothoff
2020-04-07make version field constChristian Grothoff
2020-04-05make exchange API more uniform in how information is returnedChristian Grothoff
2020-03-19remove debug logicChristian Grothoff
2020-03-19have benchmark driver also launch auditorChristian Grothoff
2020-03-13fix regression introduced by addition of 'revoke' fieldChristian Grothoff
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-18fix -Wextra warningsChristian Grothoff
2020-01-18doxygenChristian Grothoff
2020-01-16reuse TALER_url_joinChristian Grothoff
2020-01-15fix test issuesChristian Grothoff
2019-10-31tighten formatting rulesChristian Grothoff
2019-08-25re-format codeFlorian Dold
2019-07-28fixing #5767Christian Grothoff
2019-05-17Compression.Marcello Stanisci
Inclusion of 'content-encoding: deflate' header now (really) happens per request, and not "per state" (where any request got this header appended and broke those unaware requests that didn't compress their data.)
2019-05-15Content-encoding -> Content-Encoding.Marcello Stanisci
So as to match the MHD_HTTP_HEADER_CONTENT_ENCODING macro.
2019-05-03add compression support for bodies of POST/PUT operationsChristian Grothoff
2019-01-24make function staticChristian Grothoff
2019-01-24fix /version testChristian Grothoff
2019-01-24adding separate test just for /verison APIChristian Grothoff
2019-01-24adding separate test just for /verison APIChristian Grothoff
2019-01-24Auditor tests.Marcello Stanisci
Fix double connection.
2019-01-23debugMarcello Stanisci
2019-01-21this is correct, we must start that taskChristian Grothoff
2019-01-21Comment out buggy partMarcello Stanisci
2019-01-11fix cyclic dependency by combining exchange-lib and auditor-lib directoriesChristian Grothoff