index
:
slackcoder/taler/exchange
master
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
Age
Commit message (
Collapse
)
Author
2020-03-27
add test case (currently fails) for deposit idempotency
Florian Dold
2020-03-26
fix recoup-refresh audit logic
Christian Grothoff
2020-03-23
fix EC codes for merchant
Christian Grothoff
2020-03-23
fix ec
Christian Grothoff
2020-03-22
doxygen updates
Christian Grothoff
2020-03-22
the big EC rename, part II
Christian Grothoff
2020-03-22
the big EC rename
Christian Grothoff
2020-03-21
adjust tests to auditor changes
Christian Grothoff
2020-03-20
more statistics, make explicit table lock optional, can hurt performance badly
Christian Grothoff
2020-03-20
make recoup idempotent and simplify response
Florian Dold
2020-03-20
improving benchmarking logic, including more timings
Christian Grothoff
2020-03-19
enable using python bank with benchmark
Christian Grothoff
2020-03-19
fix macro causing syntax issues
Christian Grothoff
2020-03-19
make DB reset optional in API, use it in tests, but not in the benchmark
Christian Grothoff
2020-03-17
style, indentation and type fixes for lib/
Christian Grothoff
2020-03-17
add cmd line option to restrict timetravel, minor code cleanup of keystate logic
Christian Grothoff
2020-03-17
adjust types to match latest GNUnet API
Christian Grothoff
2020-03-16
simplify refund processing, add additional checks for matching currency
Christian Grothoff
2020-03-16
harden URI validation logic
Christian Grothoff
2020-03-15
move common logic to parse currency into libtalerutil
Christian Grothoff
2020-03-14
code cleanup and additional error checking logic for #6124, but no actual ↵
Christian Grothoff
semantic change
2020-03-12
add separate commands for closer/transfer steps, modify test cases to use ↵
Christian Grothoff
new commands
2020-03-12
split reserve closing from main aggregation logic
Christian Grothoff
2020-03-12
fix EC typo (by importing generated header)
Florian Dold
2020-03-10
more careful use of TALER_JSON_get_error_code(), limit to cases where we ↵
Christian Grothoff
expect to get one
2020-03-10
actually look at recoup/revocations in libtalerexchange and expose the ↵
Christian Grothoff
result to clients; make exchange API follow specification
2020-03-07
fix comments, naming consistency issues
Christian Grothoff
2020-03-07
code cleanup (comments, scoping, naming, indentation)
Christian Grothoff
2020-03-05
new coins => fresh coins, also move comments into the database itself
Christian Grothoff
2020-03-05
rename for consistency
Christian Grothoff
2020-03-05
clean up comments, renaming for clarity
Christian Grothoff
2020-03-04
more renaming
Christian Grothoff
2020-03-04
fix comments
Christian Grothoff
2020-03-04
more renaming
Christian Grothoff
2020-03-04
minor code clean up, renaming for consistency
Christian Grothoff
2020-03-03
rename BANK_excecute_wire_transfer to BANK_transfer, improve error handling ↵
Christian Grothoff
when curl_easy_init() fails
2020-03-03
fixing memory leak, comments, renaming callback type to make it more concise
Christian Grothoff
2020-03-03
remove /config from API, as that is not part of the wire gateway specification
Christian Grothoff
2020-03-01
fix missing NULL termination on array
Christian Grothoff
2020-03-01
check well-formedness of URI when signing, check return value of function ↵
Christian Grothoff
for error
2020-03-01
add ENABLE_SANITY_CHECKS #define instead of using '1'
Christian Grothoff
2020-03-01
add ENABLE_SANITY_CHECKS #define instead of using '1'
Christian Grothoff
2020-02-29
doxygen fixes
Christian Grothoff
2020-02-29
big rename fest related to #6067 API renaming
Christian Grothoff
2020-02-27
rename fest, make symbols better match new endpoint names
Christian Grothoff
2020-02-26
phase 1 of #6067: update exchange HTTPD to new API style
Christian Grothoff
2020-02-04
implement /config in fakebank and taler_bank_lib.h (#6066)
Christian Grothoff
2020-02-04
fix #6065
Christian Grothoff
2020-01-21
make sure request_uid is actually unique
Florian Dold
Allowing duplicate request_uid for different transfer details means that somebody might eventually rely on this, which is bad. They should really be unique, it makes tracing easier.
2020-01-20
some comments on aggregator
Florian Dold
[next]