aboutsummaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Expand)Author
2018-07-02polishing tip CMDMarcello Stanisci
2018-07-02cut unused data off from track CMDs.Marcello Stanisci
2018-06-13Properly adding Authorization header via GNUnet API.Marcello Stanisci
2018-05-25Align testing-lib header file comments with C's.Marcello Stanisci
2018-05-22commenting tests.Marcello Stanisci
2018-05-22Tip pick up on a non existent tip id. (Closes #5307)Marcello Stanisci
2018-05-22Refund corner case.Marcello Stanisci
2018-05-21Issuing a refund lookup with a non existent order id.Marcello Stanisci
2018-05-21Refund test CMD takes expected HTTP code.Marcello Stanisci
2018-05-09Introducing "rewind" CMD.Marcello Stanisci
2018-05-04Explicit merchant URL.Marcello Stanisci
2018-03-23testing until last pickup ("too much" one)Marcello Stanisci
2018-03-23putting query with amounts under test.Marcello Stanisci
2018-03-23putting tip-authorize into tests.Marcello Stanisci
2018-03-17proposal-lookup 404 Not Found.Marcello Stanisci
2018-03-17fix multi-coin payment.Marcello Stanisci
2018-03-12implementing #5281 guards against hanging transactions, plus minor code cleanupsChristian Grothoff
2018-03-11remove 'const const'Florian Dold
2018-02-28twisted skeleton.Marcello Stanisci
2018-02-21Implementing new style test instructions.Marcello Stanisci
2018-02-02remove unnecessary table, track last_session_idFlorian Dold
2018-02-01implement /tip-query and fix tip db issues (uniqueness)Florian Dold
2018-01-22fix #5262Christian Grothoff
2018-01-22implement check payment API clientFlorian Dold
2018-01-22should be find_order, not find_ordersFlorian Dold
2018-01-16patch for #5198Christian Grothoff
2018-01-16fix proposal test cases, fix use after free in refundsFlorian Dold
2018-01-10add nonce only when proposal is requestedFlorian Dold
2018-01-02expand test logic for #5158Christian 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-27add wire fee persisting per coin for /payChristian Grothoff
2017-12-26working on #5158, moving exchange_url to coin in /pay API, also renaming 'f' ...Christian Grothoff
2017-12-26forgot to remove redundant struct in previous commitChristian Grothoff
2017-12-26first refactoring for #5158: allow multiple exchange URLs to be in database p...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-11-27implement /tip-queryFlorian Dold
2017-11-04paid should be a boolean, not a blog, simplify SQL (#5157)Christian Grothoff
2017-11-01towards implementing /tip-pickup (incomplete)Christian Grothoff
2017-10-31work on new tipping test logic, also refactoring to match latest exchange API...Christian Grothoff
2017-10-30doxygen fixesChristian Grothoff
2017-10-29implement TALER_MERCHANT_tip_enableChristian Grothoff
2017-10-25design C API of merchant for tippingChristian Grothoff
2017-10-24implementing backenddb logic for tipping (not tested)Christian Grothoff
2017-10-22first (incomplete) skeleton for tipping APIChristian Grothoff
2017-07-21work for #4943 (incomplete)Christian Grothoff
2017-07-20implementing backend logic to lookup wire fees (for #4943)Christian Grothoff
2017-07-16flagging proposal as paid (#5054)Marcello Stanisci
2017-07-11mega indent + parsing of GET /refund response in theMarcello Stanisci