summaryrefslogtreecommitdiff
path: root/src/backend/taler-merchant-httpd_track-transfer.c
AgeCommit message (Expand)Author
2020-04-12fix tip pickup MHD suspend/resume handling, code cleanup: use struct TALER_EX...Christian Grothoff
2020-04-10preparatory steps for #6136Christian Grothoff
2020-04-10implement #5299Christian Grothoff
2020-04-09make code compile without warnings against latest libmicrohttpd APIChristian Grothoff
2020-04-08adapt to exchange API changeChristian Grothoff
2020-04-05update to match latest exchange APIChristian Grothoff
2020-04-04more comprehensive error reporting for /track/transferChristian Grothoff
2020-04-04update to latest exchange API, some better error handlingChristian Grothoff
2020-03-23fix ftbfsChristian Grothoff
2020-03-22big EC rename, part IIChristian Grothoff
2020-03-22the big EC renameChristian Grothoff
2020-03-01bugfixesChristian Grothoff
2020-02-28exchange rename festChristian Grothoff
2020-01-24towards fixing backend DB versioning, also fixing TALER_PQ_error_code() seman...Christian Grothoff
2020-01-18fix old namesFlorian Dold
2020-01-17fix status codeChristian Grothoff
2020-01-13renameChristian Grothoff
2019-11-24more deduplication via libtalermhdChristian Grothoff
2019-11-23begin to use libtalermhdChristian Grothoff
2019-10-31tighten formatting rulesChristian Grothoff
2019-09-26refactor to check for instance in one place, instead of in each handlerChristian Grothoff
2019-09-23implement instances via one base URL per instanceFlorian Dold
2019-06-18fix misc style bugs and one real oneChristian Grothoff
2019-04-06add preflights, fix indentationChristian Grothoff
2018-04-15fix misc issues with tests after latest refactoringChristian Grothoff
2018-03-17commentsMarcello Stanisci
2018-03-12implementing #5281 guards against hanging transactions, plus minor code cleanupsChristian Grothoff
2018-01-30use url instead of uri consistentlyFlorian Dold
2017-12-28more work towards /pay abort modeChristian Grothoff
2017-12-26working on #5158, moving exchange_url to coin in /pay API, also renaming 'f' ...Christian Grothoff
2017-12-26first refactoring for #5158: allow multiple exchange URLs to be in database p...Christian Grothoff
2017-07-22do not use uninitialized master_pub field from 'struct Exchange', but use the...Christian Grothoff
2017-07-21work for #4943 (incomplete)Christian Grothoff
2017-06-29fix #5010 for /track/transferChristian Grothoff
2017-06-29fixing misc. FIXMEs, some style issues, and mostly DB return value handling t...Christian Grothoff
2017-06-08fix warningsMarcello Stanisci
2017-06-05Fix some signed/unsigned issues, plus some doxygen typosChristian Grothoff
2017-06-04fix more leaksChristian Grothoff
2017-06-04fix misc leaksChristian Grothoff
2017-06-04fix misc memory leaksChristian Grothoff
2017-05-29rename proposal_data to contract_terms (see #4879)Florian Dold
2017-03-14\#4593.Marcello Stanisci
2017-03-13Returining order_id in place of h_proposal_data amongMarcello Stanisci
2017-03-13Elaborating /track/transfer response for cached responsesMarcello Stanisci
2017-03-13Fix track transfer's response + adjusting tests to it.Marcello Stanisci
2017-03-13json_copy-ing a 'const json_t *' in order to call 'json_object_del()'Marcello Stanisci
2017-03-13Summing up deposited amounts *and* deposit fees concerning trackedMarcello Stanisci
2017-03-10TODO comments.Marcello Stanisci
2017-03-10Rough logic for summing up all tracked wire transfers gottenMarcello Stanisci
2017-03-10Calling the function (still a stub) that works out wire transfersMarcello Stanisci