summaryrefslogtreecommitdiff
path: root/src/backend/taler-merchant-httpd.c
AgeCommit message (Expand)Author
2019-11-24use new libtalermhd convenience functionChristian Grothoff
2019-11-24more deduplication via libtalermhdChristian Grothoff
2019-11-23adapt to exchange API changesChristian Grothoff
2019-11-23begin to use libtalermhdChristian Grothoff
2019-11-09implement long polling for /check-paymentChristian Grothoff
2019-11-07fix /public/poll-payment implementation and testsChristian Grothoff
2019-11-02implement /public/poll-payment API, refactor to avoid code duplicationChristian Grothoff
2019-11-02separate /order and /proposal handlers into different filesChristian Grothoff
2019-11-01handle wire transfer deadline like pay deadlineFlorian Dold
2019-10-31fix warningChristian Grothoff
2019-10-31prepare data structures and trigger logic for long polling in check-payment p...Christian Grothoff
2019-10-31tighten formatting rulesChristian Grothoff
2019-10-29fix compiler warningsChristian Grothoff
2019-10-26add FORCE_AUDIT optionChristian Grothoff
2019-10-11fix #5733 by migrating to new GNUnet PQ APIChristian Grothoff
2019-10-04properly separate external/internal APIsFlorian Dold
2019-09-26refactor to check for instance in one place, instead of in each handlerChristian Grothoff
2019-09-26fix memory leakChristian Grothoff
2019-09-23implement instances via one base URL per instanceFlorian Dold
2019-09-17make URLs case-sensitiveChristian Grothoff
2019-08-30different handler for GET tip-pickupFlorian Dold
2019-08-30mobile-friendly tippingFlorian Dold
2019-08-26generate taler_pay_uri in favor of the trigger-pay mechanismFlorian Dold
2019-08-17implement /config to query e.g. currencyFlorian Dold
2019-06-28#5784Marcello Stanisci
2019-06-18fix misc style bugs and one real oneChristian Grothoff
2019-06-15Moving code.Marcello Stanisci
2019-06-11Moving free belowMarcello Stanisci
2019-06-11wire response takes permsMarcello Stanisci
2019-05-27prevent segfaultMarcello Stanisci
2019-05-24remove superfluous log statementFlorian Dold
2019-05-10Create async scopes.Florian Dold
2019-04-18only use AI_IDN if supported by platform (fixes #5688)Christian Grothoff
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