summaryrefslogtreecommitdiff
path: root/src/exchange/taler-exchange-httpd.c
AgeCommit message (Expand)Author
2021-07-30-eliminate more json_pack format stringsChristian Grothoff
2021-07-29fix #6960Christian Grothoff
2021-07-29-use named constantsChristian Grothoff
2021-07-29remove more dead configFlorian Dold
2021-07-29keydir doesn't exist anymoreFlorian Dold
2021-04-18fix #6769, plus some related configuration issues and better documentationChristian Grothoff
2021-04-01fix spec compliance for 405 reply, handle OPTIONS request with asterisk-form ...Christian Grothoff
2021-02-13fix memory leaksChristian Grothoff
2021-01-26fix #6725: use modern nameChristian Grothoff
2020-12-15misc new /keys management related bugfixesChristian Grothoff
2020-12-15fix new /keys shutdown sequenceChristian Grothoff
2020-12-14(start to) remove logic no longer needed with new key managementChristian Grothoff
2020-12-14activating implementation of #6175Christian Grothoff
2020-12-12integrate new REST calls, add timeout to helper invocationsChristian Grothoff
2020-12-11misc clean upsChristian Grothoff
2020-12-09complete new implementation of GET /keysChristian Grothoff
2020-12-01more management API tests and bugfixesChristian Grothoff
2020-12-01add dispatching logic for (most) of the new endpointsChristian Grothoff
2020-11-29get code for most new endpoints to build (but DB not done)Christian Grothoff
2020-11-07adjust ECsChristian Grothoff
2020-11-06fix return value from main() when run with -h/-vChristian Grothoff
2020-10-13fix format string issuesChristian Grothoff
2020-08-25nicer generic error reporting logic, for #6432Christian Grothoff
2020-08-18make thread pool size configurable via command line argument, default to #CPU...Florian Dold
2020-08-12fix refund handling: allow refund increases for the same coinChristian Grothoff
2020-07-05GNUNET_free_non_null is gone, use GNUNET_freeChristian Grothoff
2020-07-05fix error reporting/handlingChristian Grothoff
2020-07-05implement #6181Christian Grothoff
2020-04-09make code compiler without warnings with latest libmicrohttpd APIChristian Grothoff
2020-03-31fix leakv0.7.0Christian Grothoff
2020-03-29fix minor leak from getoptChristian Grothoff
2020-03-27removing inappropriate i18n codeChristian Grothoff
2020-03-19concurrency requires strtok_rChristian Grothoff
2020-03-17add cmd line option to restrict timetravel, minor code cleanup of keystate logicChristian Grothoff
2020-03-16integrate validation with wire, where it belongsChristian Grothoff
2020-03-15clean up link logicChristian Grothoff
2020-03-15code cleanupChristian Grothoff
2020-03-15major renaming of internal symbols for better consistencyChristian Grothoff
2020-03-15move common logic to parse currency into libtalerutilChristian Grothoff
2020-03-09no longer create tables on startup of exchange aggregator/httpdChristian Grothoff
2020-03-01removing dead code, using more named constants, checking return values betterChristian Grothoff
2020-02-29doxygen fixesChristian Grothoff
2020-02-29big rename fest related to #6067 API renamingChristian Grothoff
2020-02-27rename fest, make symbols better match new endpoint namesChristian Grothoff
2020-02-26skip also here over part of URI that was already parsedChristian Grothoff
2020-02-26more precise loggingChristian Grothoff
2020-02-26fix uninitialized localChristian Grothoff
2020-02-26phase 1 of #6067: update exchange HTTPD to new API styleChristian Grothoff
2020-02-13fix uninit retChristian Grothoff
2020-02-04add timetravel option for testing/debuggingChristian Grothoff