summaryrefslogtreecommitdiff
path: root/src/backenddb
AgeCommit message (Expand)Author
2019-10-31tighten formatting rulesChristian Grothoff
2019-10-29fix compiler warningsChristian Grothoff
2019-10-11fix #5733 by migrating to new GNUnet PQ APIChristian Grothoff
2019-10-05reindenting with uncrustifyChristian Grothoff
2019-09-13FPRINTF -> fprintfMarcello Stanisci
2019-08-30return amount_left of tip to walletFlorian Dold
2019-08-30mobile-friendly tippingFlorian Dold
2019-08-27unify resource_url and fulfillment_urlFlorian Dold
2019-08-26get rid of session_sig, as it is complex and does not work with mobile paymentsFlorian Dold
2019-08-26fix wrong use of GNUNET_PQ_query_param_auto_from_typeFlorian Dold
2019-08-26fix prepared statementFlorian Dold
2019-08-26oops, call insert_session_info prepared statement correctlyFlorian Dold
2019-08-25implement re-pointing to an already paid orderFlorian Dold
2019-08-17removing currency field from merchant databaseChristian Grothoff
2019-06-18fix leaksChristian Grothoff
2019-05-275732.Marcello Stanisci
2019-04-16backenddb: Refactor test_merchantdb for GNUNET_memcmp.ng0
2019-04-06fix ftbfsChristian Grothoff
2019-04-06add missing abort() to error handling in /pay transaction, start to use GNUNE...Christian Grothoff
2019-03-24clean up tipping transactiton mess a bit (wip)Christian Grothoff
2018-12-14/history API mod.Marcello Stanisci
2018-12-13Changing /history semantics.Marcello Stanisci
2018-07-04Providing 'static' keyword where missing.Marcello Stanisci
2018-04-15fix misc issues with tests after latest refactoringChristian Grothoff
2018-04-05use GNUNET_NZL instead of crazy hacks to ensure non-zero vararg array lengthsChristian Grothoff
2018-04-04avoid undefined behavior again, return correct right status earlyFlorian Dold
2018-04-04declare var at beginning of scope...Christian Grothoff
2018-03-12implementing #5281 guards against hanging transactions, plus minor code cleanupsChristian Grothoff
2018-02-20add missing commit/rollbackFlorian Dold
2018-02-02remove unnecessary table, track last_session_idFlorian Dold
2018-02-01proper return code for insertFlorian Dold
2018-02-01implement /tip-query and fix tip db issues (uniqueness)Florian Dold
2018-01-22fix #5262Christian Grothoff
2018-01-22should be find_order, not find_ordersFlorian 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-15missing parenthesisMarcello Stanisci
2018-01-10add nonce only when proposal is requestedFlorian Dold
2017-12-27add wire fee persisting per coin for /payChristian Grothoff
2017-12-26first refactoring for #5158: allow multiple exchange URLs to be in database p...Christian Grothoff
2017-12-09fix enum confusionChristian Grothoff
2017-12-09fix typoChristian Grothoff
2017-12-09fix issues related to unrounded timesChristian Grothoff
2017-11-27implement /tip-queryFlorian Dold
2017-11-04paid should be a boolean, not a blog, simplify SQL (#5157)Christian Grothoff
2017-11-02add new tables to drop methodMarcello Stanisci
2017-11-02deal with soft errors by retrying in merchantdb (for tipping)Christian Grothoff
2017-11-02use talercheck for testing, like exchange doesChristian Grothoff
2017-11-01towards implementing /tip-pickup (incomplete)Christian Grothoff