summaryrefslogtreecommitdiff
path: root/src/exchange/taler-exchange-httpd.c
AgeCommit message (Collapse)Author
2019-08-17remove currency field from databasesChristian Grothoff
2019-08-01fix indentChristian Grothoff
2019-07-22integrating refresh payback with standard payback, almost doneChristian Grothoff
2019-06-26template for /refresh/paybackChristian Grothoff
2019-06-05working on fix for #5747Christian Grothoff
2019-05-10Create async scopes.Florian Dold
Log statements contain an async scope identifier, which allows to correlate logs from the same request.
2019-04-18add post HTTP request check for hanging transactionsChristian Grothoff
2019-03-02actually disable 100 continueChristian Grothoff
2019-01-10update tool to follow renaming of test -> taler-bank for the taler bank wire ↵Christian Grothoff
method
2018-10-02write exchange stats on exitFlorian Dold
2018-09-21do tcp fast open in the exchange httpdFlorian Dold
2018-08-11be aggressiveChristian Grothoff
2018-08-11cache result from log level checkChristian Grothoff
2018-08-11avoid backlog issue by increasing backlog sizeChristian Grothoff
2018-08-09report ore precisely where commands went wrongChristian Grothoff
2018-08-09fix KS state freeing on exitChristian Grothoff
2018-08-09fix benchmark tool output and time measurementChristian Grothoff
2018-04-02get filename instead of get_string, nicify some stringsChristian Grothoff
2018-01-16use saner log levelChristian Grothoff
2017-12-14eliminate /admin/add/incoming (fixes #5172)Christian Grothoff
2017-12-12use dual stack for exchangeChristian Grothoff
2017-10-06do not potentially pass -1 to fcntl()Christian Grothoff
2017-10-06do not potentially pass -1 to fcntl()Christian Grothoff
2017-09-26fix calculation of 'Expires:' header, also handle HTTP HEAD requestsChristian Grothoff
2017-09-13style fixChristian Grothoff
2017-06-19split httpd_refresh.c into refresh_melt, refresh_link and refresh_revealChristian Grothoff
2017-06-19split tracking into track_transfer.c and track_transaction.cChristian Grothoff
2017-06-19rename file to match content betterChristian Grothoff
2017-04-20fix misc doxygen issuesChristian Grothoff
2017-04-10add test case for #3887Christian Grothoff
2017-03-25renaming GNUNET_GETOPT-symbols to match latest changes in GNUnetChristian Grothoff
2017-03-15update getopt config parsing style to match 'getopt' GNUnet branch API changeChristian Grothoff
2017-03-08fix #4851Christian Grothoff
2017-02-07add code to silence false positive warning in gcc6.3Florian Dold
2017-01-13Add option to initialized db, fixes 4858Florian Dold
Additionally remove the TESTRUN option, since the name is confusing and doesn't match the original semantics (temp tables). Test cases should now invoke the exchange httpd with the "-i" option.
2016-11-11-only enable developer logic if MHD is recent enoughChristian Grothoff
2016-09-30mint->exchange leftoversChristian Grothoff
2016-09-23check return values, fix use of uninit memory on certain error handling pathsChristian Grothoff
2016-09-23fix #4673Christian Grothoff
2016-07-07fixing #4594Marcello Stanisci
2016-06-26fix #4591Christian Grothoff
2016-06-13implement #4569Christian Grothoff
2016-06-09rename /deposit/wtid and /wire/deposits to /track/{transaction,transfer} for ↵Christian Grothoff
improved consistency
2016-06-02check fcntl() return valueChristian Grothoff
2016-05-31implementing #3474Christian Grothoff
2016-05-02fixing #4462: avoid temporary schemata altogetherChristian Grothoff
2016-04-26misspelt variableFlorian Dold
2016-04-26create directoriesFlorian Dold
2016-04-25typoFlorian Dold
2016-04-25chmod instead of fchmodFlorian Dold