summaryrefslogtreecommitdiff
path: root/src/lib
AgeCommit message (Expand)Author
2021-03-13clean up url_join callsChristian Grothoff
2021-03-04fix #6780Christian Grothoff
2021-03-01towards updated auth API (tests still missing)Florian Dold
2021-03-01remove auth token from PATCH instanceFlorian Dold
2021-02-13fix memory leaksChristian Grothoff
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-18only log things as ERROR that are actually ERRORs; return 502 instead of 500 ...Christian Grothoff
2021-01-18only log things as ERROR that are actually ERRORsChristian Grothoff
2021-01-07fix #6677Christian Grothoff
2020-12-08fix minor merchant issuesChristian 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-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