index
:
slackcoder/taler/exchange
master
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Collapse
)
Author
2020-03-10
tolerate recoup information not being present
Christian Grothoff
2020-03-10
fix typo, remove obsolete option, initialize mpub
Christian Grothoff
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-09
no longer create tables on startup of exchange aggregator/httpd
Christian Grothoff
2020-03-07
fix comments, naming consistency issues
Christian Grothoff
2020-03-07
share master private key verification logic between taler-exchange-wire and ↵
Christian Grothoff
taler-exchange-keyup
2020-03-07
merge taler-wire and taler-bank-transfer tools, they are very related and ↵
Christian Grothoff
otherwise duplicate lots of logic; also enable both credit and debit histories to be shown
2020-03-07
nicer IO error handling in exchangedb logic
Christian Grothoff
2020-03-07
code cleanup (comments, scoping, naming, indentation)
Christian Grothoff
2020-03-06
move comments into database for auditor DB
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
minor cleanup
Christian Grothoff
2020-03-03
remove dead field, avoid unnecessary heap allocation
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 dead prototype
Christian Grothoff
2020-03-03
remove /config from API, as that is not part of the wire gateway specification
Christian Grothoff
2020-03-03
remove /config from API, as that is not part of the wire gateway specification
Christian Grothoff
2020-03-03
fix potential NPE
Christian Grothoff
2020-03-03
fix typo
Christian Grothoff
2020-03-01
removing dead code, using more named constants, checking return values better
Christian Grothoff
2020-03-01
work around indentation bug of uncrustify
Christian Grothoff
2020-03-01
scope minimization, more consistent naming of variables
Christian Grothoff
2020-03-01
use global ENABLE_SANITY_CHECKS constant also in response generation logic
Christian Grothoff
2020-03-01
scope reduction, commenting
Christian Grothoff
2020-03-01
bump year
Christian Grothoff
2020-03-01
fix log msg
Christian Grothoff
2020-03-01
reduce scope
Christian Grothoff
2020-03-01
fix missing NULL termination on array
Christian Grothoff
2020-03-01
use memcpy/memcmp instead of str-functions where applicable
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-03-01
de-duplicate url.c
Christian Grothoff
2020-03-01
fix FIXME
Christian Grothoff
2020-03-01
bad FIXME, we should not
Christian Grothoff
2020-03-01
new REST API => version bump
Christian Grothoff
2020-02-29
doxygen fixes
Christian Grothoff
2020-02-29
limit redirects
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
nicer logging
Christian Grothoff
2020-02-26
skip also here over part of URI that was already parsed
Christian Grothoff
2020-02-26
proper generation of /refreshes/ requests
Christian Grothoff
[next]