summaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Expand)Author
2021-02-02add rudimentary test logic for #6731Christian Grothoff
2021-02-02extend client and testing libs to support setting authentication tokens (#6731)Christian Grothoff
2021-01-31extend merchant backend DB to support storing authentication data for #6731Christian Grothoff
2021-01-02fix DB initialization logic to avoid CREATE table attempts in taler-merchant-...Christian Grothoff
2020-11-13fix doxygenChristian Grothoff
2020-11-08adjust error codes in merchantChristian Grothoff
2020-10-30properly parse and return out-of-stock reply, fix 2 FIXMEsChristian Grothoff
2020-10-30address FIXMEs: support args being optional, detail does not exist in reply, ...Christian Grothoff
2020-10-21fix explicit link issues from doxygenChristian Grothoff
2020-10-21implement test for long polling with repurchase detection (fixes #6581)Christian Grothoff
2020-10-20expose refund_pending status in GET /private/orders/<ID> operation. Fixes #6491.Christian Grothoff
2020-10-20implement test for #6466Christian Grothoff
2020-10-20typoMS
2020-10-20Fix references to GNUnet and MHD.MS
2020-10-20@paramMS
2020-10-20Doxygen fixesMS
2020-10-20@paramMS
2020-10-20@param name[out] -> @param[out] nameMS
2020-10-15Doxygen fixesMS
2020-10-15Doxygen fixesMS
2020-10-15Doxygen fixesMS
2020-10-15Doxygen fixesMS
2020-10-15expand test suite, remove obsolete functions from headerChristian Grothoff
2020-10-14implementing long-polling test commands for wallet get order operation (#6466)Christian Grothoff
2020-10-13implement #6545Christian Grothoff
2020-10-09Addressing @file warnings.MS
2020-10-08fix Doxygen warningMS
2020-10-02implement #6616 claim status in /private/orders/ID handlerChristian Grothoff
2020-09-14fixChristian Grothoff
2020-09-05fix idempotency issue for POST /private/orders (#6445)Christian Grothoff
2020-08-27address some backend fixmesJonathan Buchanan
2020-08-22add h_contract to refund responseChristian Grothoff
2020-08-20Merge branch 'master' of ssh://git.taler.net/merchantJonathan Buchanan
2020-08-20parse/test refund uriJonathan Buchanan
2020-08-19fix bad frees()Christian Grothoff
2020-08-18expose refund_pending in merchant libJonathan Buchanan
2020-08-17testing and lib sources for new endpointJonathan Buchanan
2020-08-10add await_refund_obtained option to GET /orders/ in merchant libJonathan Buchanan
2020-08-10implement parse refund uri (untested) & add more tests for pay uriJonathan Buchanan
2020-08-09implement parser for taler_pay_uriJonathan Buchanan
2020-08-06spec for uri parsing methodsJonathan Buchanan
2020-08-03test for refund availableChristian Grothoff
2020-08-01implementation/tests for idempotent POST /orders requestsJonathan Buchanan
2020-07-31test order without claim tokenJonathan Buchanan
2020-07-30add 'paid' to GET /private/orders response entriesJonathan Buchanan
2020-07-29revert to use pointers for claim token client libJonathan Buchanan
2020-07-29remove allocations and pointers from claim token client/test codeJonathan Buchanan
2020-07-29lib code/tests for claim tokenJonathan Buchanan
2020-07-29remove claim_token from insert_contract_terms and return it from lookup_orderJonathan Buchanan
2020-07-28db checks claim_token in insert_contract_termsJonathan Buchanan