index
:
slackcoder/taler/exchange
master
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
lib
/
auditor_api_deposit_confirmation.c
Age
Commit message (
Expand
)
Author
2022-03-29
centralize exchange online signature logic
Christian Grothoff
2022-03-19
simplify auditor_api_handle.c, do not modify global context with respect to '...
Christian Grothoff
2022-02-21
-big renaming of structs for consistent naming with P suffix
Christian Grothoff
2021-12-14
introducing GNUNET_TIME_Timestamp, recoup now with amounts
Christian Grothoff
2021-11-06
-misc fixes
Christian Grothoff
2021-11-06
include h_extensions in deposit confirmation
Christian Grothoff
2021-10-27
-fix misc FTBFS
Christian Grothoff
2021-08-07
-even better
Christian Grothoff
2021-08-07
-use new GNUNET_TIME_relative_is_zero API
Christian Grothoff
2021-07-31
-more eliminations of json_pack
Christian Grothoff
2021-03-05
fix #6786: do not die on bogus URL
Christian Grothoff
2020-12-26
handle GONE, specified legal value now
Christian Grothoff
2020-12-20
do not log error on MHD_HTTP_GONE status code, revocation is a legitimate reply
Christian Grothoff
2020-12-04
centralize (most) offline signing/verifying operations into offline_signatures.c
Christian Grothoff
2020-11-07
adjust ECs
Christian Grothoff
2020-07-05
towards changing timestamp in deposit confirmation (tests failing)
Christian Grothoff
2020-04-08
adapt to new GNUnet sign API (#6164)
Christian Grothoff
2020-04-05
make exchange API more uniform in how information is returned
Christian Grothoff
2020-03-17
style, indentation and type fixes for lib/
Christian Grothoff
2020-03-10
more careful use of TALER_JSON_get_error_code(), limit to cases where we expe...
Christian Grothoff
2020-03-03
rename BANK_excecute_wire_transfer to BANK_transfer, improve error handling w...
Christian Grothoff
2020-01-19
fix copyright headers as per CA
Christian Grothoff
2020-01-18
libraries were folded, fold headers as well
Christian Grothoff
2020-01-17
doxygen
Christian Grothoff
2020-01-17
doxygen fixes
Christian Grothoff
2020-01-09
H_wire -> h_wire (#6032)
Christian Grothoff
2019-11-23
use CONFLICT for double spending to distinguish properly from FORBIDDEN for b...
Christian Grothoff
2019-08-25
re-format code
Florian Dold
2019-07-28
fixing #5767
Christian Grothoff
2019-05-23
using legal lib names
Marcello Stanisci
2019-05-03
add compression support for bodies of POST/PUT operations
Christian Grothoff
2019-01-28
Fix /deposit-confirmation as per JSON encode/decode.
Marcello Stanisci
2019-01-28
Use PUT for /deposit-confirmation.
Marcello Stanisci
2019-01-25
H_wire -> h_wire.
Marcello Stanisci
2019-01-11
fix cyclic dependency by combining exchange-lib and auditor-lib directories
Christian Grothoff