summaryrefslogtreecommitdiff
path: root/src/backend/taler-merchant-httpd_history.c
AgeCommit message (Expand)Author
2020-04-16complete first draft of new SQL schemaChristian Grothoff
2020-04-09make code compile without warnings against latest libmicrohttpd APIChristian Grothoff
2019-11-24more deduplication via 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-09-16fixing misc memory leaks related to json, including #5769, as well as an unre...Christian Grothoff
2019-09-01wrap array in JSON objectFlorian Dold
2019-04-06add missing abort() to error handling in /pay transaction, start to use GNUNE...Christian Grothoff
2018-12-17Fix BIGSERIAL treatment.Marcello Stanisci
2018-12-17Debug.Marcello Stanisci
2018-12-17(Attempt to) fix value definition.Marcello Stanisci
2018-12-17debugMarcello Stanisci
2018-12-14/history API mod.Marcello Stanisci
2018-12-13Default 'delta' for /history.Marcello Stanisci
2018-12-13Changing /history semantics.Marcello Stanisci
2018-12-13Implement bullet point 1 of #5066.Marcello Stanisci
2018-03-17Double twister instance plus first coverage effortMarcello Stanisci
2018-03-12implementing #5281 guards against hanging transactions, plus minor code cleanupsChristian Grothoff
2017-12-09fix issues related to unrounded timesChristian Grothoff
2017-09-09work on #5092: remove one of the asserts that can failChristian Grothoff
2017-08-26use order_id as summary if contract doesn't have itFlorian Dold
2017-06-29fixing misc. FIXMEs, some style issues, and mostly DB return value handling t...Christian Grothoff
2017-06-23caring about 'summary' fieldMarcello Stanisci
2017-06-05fix sign issue of 'start'Christian Grothoff
2017-06-05Fix some signed/unsigned issues, plus some doxygen typosChristian Grothoff
2017-05-29rename proposal_data to contract_terms (see #4879)Florian Dold
2017-05-07fix format string issueChristian Grothoff
2017-04-24add cherry-pick like query used in /history. This APIMarcello Stanisci
2017-04-18adding option to lookup history entries in the future.Marcello Stanisci
2017-03-24fix stale index used by /historyMarcello Stanisci
2017-03-24logging, db minor fixMarcello Stanisci
2017-03-23Fix #4970.Marcello Stanisci
2017-03-23Fix signature of db callback.Marcello Stanisci
2017-03-22date parameter = now when /history doesn't get one.Marcello Stanisci
2017-03-20Fix lib testcase.Marcello Stanisci
2017-03-17helper db methods for /history. Prepared statements haveMarcello Stanisci
2017-03-05fix misc memory leaksChristian Grothoff
2017-03-03use %u, these values are unsignedChristian Grothoff
2017-03-03fix reference counting bugChristian Grothoff
2017-03-03fix compiler warnings, fix memory leak, properly format date in log messageChristian Grothoff
2017-03-01json_copy() data returned from DB. Data gets "freed"Marcello Stanisci
2017-03-01Including instance within history elements.Marcello Stanisci
2017-02-28Fix index/delta comparison.Marcello Stanisci
2017-02-28Adding conditions to add rows in result, based in their index.Marcello Stanisci
2017-02-28Comments.Marcello Stanisci
2017-02-28Start and delta arguments for /history.Marcello Stanisci
2017-02-28Make /history's arguments optional.Marcello Stanisci
2017-02-27Handle unknown instance when serving /history.Marcello Stanisci
2017-02-27Fix #4925.Marcello Stanisci