summaryrefslogtreecommitdiff
path: root/src/lib
AgeCommit message (Expand)Author
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-25implement #6525, requires LASTEST GNUnet to workChristian Grothoff
2020-10-25fix compiler warningChristian Grothoff
2020-10-25handle more possible HTTP status codes nicelyChristian Grothoff
2020-10-25use better status codesChristian Grothoff
2020-10-25fix logging of expected problemsChristian Grothoff
2020-10-25indentation fixesChristian Grothoff
2020-10-20expose refund_pending status in GET /private/orders/<ID> operation. Fixes #6491.Christian Grothoff
2020-10-20Doxygen fixesMS
2020-10-16typoMS
2020-10-15Doxygen fixesMS
2020-10-15Doxygen fixesMS
2020-10-15Doxygen fixesMS
2020-10-15Doxygen fixesMS
2020-10-15Doxygen fixesMS
2020-10-15Doxygen fixesMS
2020-10-15Doxygen fixesMS
2020-10-14add test for #6545Christian Grothoff
2020-10-13Merge branch 'master' of git+ssh://git.taler.net/merchantChristian Grothoff
2020-10-13implement #6545Christian Grothoff
2020-10-13Doxygen fixesMS
2020-10-13Doxygen fixesMS
2020-10-13doxygen fixesMS
2020-10-09Addressing @file warnings.MS
2020-10-02implement #6616 claim status in /private/orders/ID handlerChristian Grothoff
2020-09-05fix #6568Christian Grothoff
2020-08-29log at least a bit on parse failuresChristian Grothoff
2020-08-25fix #6432Christian Grothoff
2020-08-22add h_contract to refund responseChristian Grothoff
2020-08-22remove unnecessary h_contract support, fix free() of uninitialized variableChristian Grothoff
2020-08-22pass h_contract separate from URI, that is cleanerChristian Grothoff
2020-08-22log where parsing failedChristian Grothoff
2020-08-20Merge branch 'master' of ssh://git.taler.net/merchantJonathan Buchanan
2020-08-20parse/test refund uriJonathan Buchanan
2020-08-19improve loggingChristian Grothoff
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-07pass status URLs in template instead of using JS, fix remaining #6457 FIXMEsFlorian Dold
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-27add amount, summary, and refundable to GET /private/ordersJonathan Buchanan
2020-07-26return 402 status code instead of 'unpaid' order statusChristian Grothoff