index
:
slackcoder/taler/exchange
master
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
auditor
/
taler-auditor-httpd.c
Age
Commit message (
Expand
)
Author
2021-11-19
-fix misc. compiler warnings
Christian Grothoff
2021-08-23
complete implementation of long-polling for reserve status; remove support fo...
Christian Grothoff
2021-08-08
introduce TALER_OS_init() to safely handle static linkage
Christian Grothoff
2021-08-04
load config file from correct location
Florian Dold
2021-07-31
-more json_pack cleaning
Christian Grothoff
2021-07-29
fix #6960
Christian Grothoff
2021-07-24
fix #6939 in exchange
Christian Grothoff
2021-01-07
fixes for earlier fix
Christian Grothoff
2021-01-07
fix remaining #6679 issues in exchange
Christian Grothoff
2020-12-26
implement #6161
Christian Grothoff
2020-07-05
GNUNET_free_non_null is gone, use GNUNET_free
Christian Grothoff
2020-04-11
adapations related to GNUnet fixing #6149
Christian Grothoff
2020-04-09
make code compiler without warnings with latest libmicrohttpd API
Christian Grothoff
2020-03-31
typos
CodeBlau-NGI-2019
Christian Grothoff
2020-03-27
removing inappropriate i18n code
Christian Grothoff
2020-03-21
code cleanup, deduplication, DCE
Christian Grothoff
2020-03-15
move common logic to parse currency into libtalerutil
Christian Grothoff
2020-03-01
removing dead code, using more named constants, checking return values better
Christian Grothoff
2020-02-05
implement auditor's exchange signing key caching (#6052)
Christian Grothoff
2020-01-19
fix copyright headers as per CA
Christian Grothoff
2020-01-18
fix -Wextra warnings
Christian Grothoff
2020-01-15
Preflight checks:
Marcello Stanisci
2019-11-23
more libtalermhd migration
Christian Grothoff
2019-11-23
use CONFLICT for double spending to distinguish properly from FORBIDDEN for b...
Christian Grothoff
2019-11-23
more refactoring towards using libtalermhd
Christian Grothoff
2019-11-23
first uses of libtalermhd
Christian Grothoff
2019-10-31
tighten formatting rules
Christian Grothoff
2019-08-25
re-format code
Florian Dold
2018-11-25
fix misc. memory leaks
Christian Grothoff
2018-11-18
get auditor api test to pass (minimal version)
Christian Grothoff
2018-10-28
implement /exchanges handler in auditor-httpd
Christian Grothoff
2018-10-21
first skeleton of /deposit-confirmation API implementation; not yet complete,...
Christian Grothoff
2018-10-06
add skeleton for auditor httpd
Christian Grothoff