summaryrefslogtreecommitdiff
path: root/src/backend/taler-merchant-httpd.c
AgeCommit message (Expand)Author
2019-04-06add missing abort() to error handling in /pay transaction, start to use GNUNE...Christian Grothoff
2019-01-31Proposal logic.Marcello Stanisci
2019-01-10fix double-free bugChristian Grothoff
2018-10-06fix #5434 (no more salt in exchange wire replies)Christian Grothoff
2018-04-15get tests to pass (again)Christian Grothoff
2018-04-15fix more of config files, fix testing_api_helpers logic to deal with merchant...Christian Grothoff
2018-04-15Towards enabling multiple wire accounts per merchant.Christian Grothoff
2018-04-15pre-merge changes towards #4939 patchChristian Grothoff
2018-03-17be more gentle with unexpected response codes.Marcello Stanisci
2018-01-31remove remnants of tip-enableFlorian Dold
2018-01-31use url helpers from taler utilFlorian Dold
2018-01-30use url instead of uri consistentlyFlorian Dold
2018-01-29keep old /tip-pickup aliasFlorian Dold
2018-01-29no need to convert amount nowFlorian Dold
2018-01-29put customer-facing endpoints under /public/Florian Dold
2018-01-22make arguments constFlorian Dold
2018-01-19work on #4939: load multiple wire methods per instanceChristian Grothoff
2018-01-19minor style fixChristian Grothoff
2018-01-18convert refund amount if it is a stringFlorian Dold
2018-01-17parse locations from configFlorian Dold
2018-01-16fix a few memory leaksChristian Grothoff
2018-01-16patch for #5198Christian Grothoff
2018-01-16fix proposal test cases, fix use after free in refundsFlorian Dold
2018-01-10fill in missing proposal fieldsFlorian Dold
2018-01-09additional headers for taler-payFlorian Dold
2018-01-05implement /trigger-payFlorian Dold
2018-01-04start implementation of /check-payFlorian Dold
2017-12-26first refactoring for #5158: allow multiple exchange URLs to be in database p...Christian Grothoff
2017-12-09also expand filename for tipping reserve in backendFlorian Dold
2017-12-07changing tip_reserve_priv to tip_reserve_priv_filename (#5188)Christian Grothoff
2017-11-27implement /tip-queryFlorian Dold
2017-10-30implement getting reserve_priv from configuration in test and backendChristian Grothoff
2017-10-27max deposit fee picked from defaultsMarcello Stanisci
2017-10-22first (incomplete) skeleton for tipping APIChristian Grothoff
2017-10-06check return value from TALER_JSON_hashChristian Grothoff
2017-06-29fixing misc. FIXMEs, some style issues, and mostly DB return value handling t...Christian Grothoff
2017-06-25use default log level of WARNINGChristian Grothoff
2017-06-25do use return value of iterate_instances()Christian Grothoff
2017-06-14add /refund routeMarcello Stanisci
2017-06-14add refund header fileMarcello Stanisci
2017-05-14fix FIXME on properly terminating MHD, resuming suspended connections before ...Christian Grothoff
2017-05-12nicer loggingChristian Grothoff
2017-04-21indentMarcello Stanisci
2017-03-25renaming GNUNET_GETOPT-symbols to match latest changes in GNUnetChristian Grothoff
2017-03-17Porting to new getopt API.Marcello Stanisci
2017-03-06implement #4935 (wire fee support)Christian Grothoff
2017-03-06implement #4752Christian Grothoff
2017-03-05towards implementing #4935: make sure all of the fee data is available for th...Christian Grothoff
2017-03-05fix misc memory leaksChristian Grothoff
2017-03-05fix memory leaks (struct MerchantInstance not cleaned up properly)Christian Grothoff