index
:
slackcoder/taler/merchant
master
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
lib
/
merchant_api_get_orders.c
Age
Commit message (
Expand
)
Author
2024-03-22
fix more json_XXX_size unsigned int issues
Christian Grothoff
2024-02-09
set curl timeout when long-polling
Christian Grothoff
2024-01-09
adapt to API change related to #8052
Christian Grothoff
2023-12-16
partial implementation of protocol v6: GET with additional filters, POST not ...
Christian Grothoff
2023-06-04
-code cleanup
v0.9.3-dev.1
Christian Grothoff
2023-06-03
misc style improvements
Christian Grothoff
2023-05-10
fix 0-length VLAs
Christian Grothoff
2022-07-08
-change to date_s
Christian Grothoff
2021-12-14
migration to protocol v11
Christian Grothoff
2021-12-11
fix #7123
Christian Grothoff
2021-11-17
-misc fixes wrt long polling
Christian Grothoff
2021-07-24
implement #6939 transformation
Christian Grothoff
2021-04-02
fix format string
Christian Grothoff
2021-04-01
implement #6816: use more sane format for date argument in GET /private/order...
Christian Grothoff
2021-02-02
add rudimentary test logic for #6731
Christian Grothoff
2021-01-18
only log things as ERROR that are actually ERRORs
Christian Grothoff
2020-11-08
adjust error codes in merchant
Christian Grothoff
2020-10-15
Doxygen fixes
MS
2020-10-15
Doxygen fixes
MS
2020-10-13
Doxygen fixes
MS
2020-10-13
doxygen fixes
MS
2020-10-09
Addressing @file warnings.
MS
2020-07-30
add 'paid' to GET /private/orders response entries
Jonathan Buchanan
2020-07-27
add amount, summary, and refundable to GET /private/orders
Jonathan Buchanan
2020-07-16
API change, #6188
Christian Grothoff
2020-07-05
fix #6408 also in merchant: in principle only allow rounded times over JSON
Christian Grothoff
2020-06-23
also parse and return timestamp and row_id
Christian Grothoff
2020-06-21
add missing notifications to private-get-orders long poller
Christian Grothoff
2020-06-14
clean up logic: use new EXCHANGE_YNA enum, avoid crazy macro construction to ...
Christian Grothoff
2020-04-26
implement GET /orders in libtalermerchant
Christian Grothoff