aboutsummaryrefslogtreecommitdiff
path: root/src/lib
AgeCommit message (Expand)Author
2018-02-21Implementing new style test instructions.Marcello Stanisci
2018-02-02fix two uninitialized memory accessesFlorian Dold
2018-02-01implement /tip-query and fix tip db issues (uniqueness)Florian Dold
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-29put customer-facing endpoints under /public/Florian Dold
2018-01-29smaller refund response, give same refund format on /pay abortFlorian Dold
2018-01-22fix #5262Christian Grothoff
2018-01-22fix #B5258-12808 issueChristian Grothoff
2018-01-22fix type error that lead to the strange bugFlorian Dold
2018-01-22commit missing fileFlorian Dold
2018-01-22tests for /check-paymentFlorian Dold
2018-01-22implement check payment API clientFlorian Dold
2018-01-19use 409 instead of 503 in lib (and test)Florian Dold
2018-01-19do not complain given legal error codeChristian Grothoff
2018-01-19towards expanding testcase for #5258Christian Grothoff
2018-01-16fix leaks in /proposal handlingChristian Grothoff
2018-01-16fix test memory leaksChristian Grothoff
2018-01-16fix a few memory leaksChristian Grothoff
2018-01-16also log error code on unexpected failureChristian Grothoff
2018-01-16patch for #5198Christian Grothoff
2018-01-16fix proposal test cases, fix use after free in refundsFlorian Dold
2018-01-05check history elements are returned from younger to older (#5014)Marcello Stanisci
2018-01-04enable test logic for #5158Christian Grothoff
2018-01-02expand test logic for #5158Christian Grothoff
2018-01-01expand testcases to cover pay-again caseChristian Grothoff
2017-12-29rudimentary implementation of pay_refund_cbChristian Grothoff
2017-12-29adding pay_again and pay_abort commands to testcase (incomplete, not used)Christian Grothoff
2017-12-28more work towards /pay abort modeChristian Grothoff
2017-12-28implement TALER_MERCHANT_pay_abort() -- first version, lacks signature verifi...Christian Grothoff
2017-12-26working on #5158, moving exchange_url to coin in /pay API, also renaming 'f' ...Christian Grothoff
2017-12-13fix bug in testcase (and API) introduced when next_url and pickup_url were ad...Christian Grothoff
2017-12-10use bank /admin/add/incoming instead of exchange's in testcaseChristian Grothoff
2017-12-10fix double freeChristian Grothoff
2017-12-10extend test_merchant_api interpreter with command to run wirewatch (not yet i...Christian Grothoff
2017-12-10use another port for the test, since it's already used on taler.net (see #5209)Florian Dold
2017-12-10simplify logicChristian Grothoff
2017-12-07fix configChristian Grothoff
2017-12-07changing tip_reserve_priv to tip_reserve_priv_filename (#5188)Christian Grothoff
2017-11-30also add pickup_url in libFlorian Dold
2017-11-30also use exchange_url in testFlorian Dold
2017-11-02complete /tip-pickup testingChristian Grothoff
2017-11-02misc bugfixes to get first /tip-pickup test to passChristian Grothoff
2017-11-01tests and bugfixes for /tip-authorizeChristian Grothoff
2017-11-01test tip_enable APIChristian Grothoff
2017-11-01starting with testing tippingChristian Grothoff
2017-10-31implement logic for spending from tips in test interpreterChristian Grothoff
2017-10-31finish tip_pickup command in test_merchant_api interpreterChristian Grothoff
2017-10-31work on new tipping test logic, also refactoring to match latest exchange API...Christian Grothoff