index
:
slackcoder/taler/merchant
master
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
taler-merchant-httpd_config.c
Age
Commit message (
Expand
)
Author
2024-08-27
-misc code cleanups
Christian Grothoff
2024-05-26
-finish implementation of protocol v16, still undertested
Christian Grothoff
2024-05-13
implement protocol spec v15
Christian Grothoff
2024-04-21
fix cache control for /config: rebuild response after it expired
Christian Grothoff
2024-04-09
implement protocol v14 / fix #8717
Christian Grothoff
2024-04-08
-bump due to crash fix
Christian Grothoff
2024-04-08
fix urn
Christian Grothoff
2024-04-07
add cache control to /config
Christian Grothoff
2024-03-19
implement protocol v13 (#8638)
Christian Grothoff
2024-03-18
implement protocol v12, fixes #7948
Christian Grothoff
2024-03-09
implement #8608
Christian Grothoff
2024-03-03
implement #8357 - bump protocol version
Christian Grothoff
2024-02-10
try to fix #8353
Christian Grothoff
2024-02-09
remove reserve/rewards
Christian Grothoff
2024-02-05
return 'implementation' field in /config responses
v0.9.4-dev.7
Christian Grothoff
2024-02-05
bump version
Christian Grothoff
2024-02-01
add TOTP key and method validation, allow strings to be specified in the TOTP...
Christian Grothoff
2024-01-28
add -T option for deposit check, fix memory leaks, be more strict about valid...
Christian Grothoff
2023-12-17
-expand data returned from /config by merchant backend
Christian Grothoff
2023-12-16
partial implementation of protocol v6: GET with additional filters, POST not ...
Christian Grothoff
2023-10-13
return only accepted currencies from /config
Christian Grothoff
2023-10-08
dd 51 work
Christian Grothoff
2023-07-10
tip -> reward
Christian Grothoff
2023-04-23
-bump protocol version
Christian Grothoff
2021-12-15
compat
Christian Grothoff
2021-12-14
migration to protocol v11
Christian Grothoff
2021-11-23
bump merchant protocol version
Florian Dold
2021-08-01
-misc fixes, more json_pack converting
Christian Grothoff
2020-10-09
address doxygen warnings
MS
2020-10-09
Addressing @file warnings.
MS
2020-09-09
add API name
Christian Grothoff
2020-07-21
bump protocol version
Christian Grothoff
2020-04-17
starting v1 protocol dispatching logic
Christian Grothoff
2020-04-11
implement payment target exposition in /config, finishes #4939
Christian Grothoff
2020-04-09
make code compile without warnings against latest libmicrohttpd API
Christian Grothoff
2020-04-07
implementing #5288
Christian Grothoff
2020-04-04
expose /public/config endpoint (#5939)
Christian Grothoff
2019-11-24
more deduplication via libtalermhd
Christian Grothoff
2019-11-23
begin to use libtalermhd
Christian Grothoff
2019-11-09
add version
Christian Grothoff
2019-10-31
tighten formatting rules
Christian Grothoff
2019-09-26
refactor to check for instance in one place, instead of in each handler
Christian Grothoff
2019-09-23
implement instances via one base URL per instance
Florian Dold
2019-09-01
teach config about instances
demo-2019-08-31-00
Florian Dold
2019-08-17
implement /config to query e.g. currency
Florian Dold