index
:
slackcoder/taler/exchange
master
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2017-11-01
add status code
Christian Grothoff
2017-11-01
be less verbose
Christian Grothoff
2017-10-31
fix stupid ordering issue after refactoring
Christian Grothoff
2017-10-31
add TALER_EXCHANGE_reserve_withdraw2 function for easy withdrawal of tips
Christian Grothoff
2017-10-31
major API refactoring, adding planchet generation and coin extraction APIs to...
Christian Grothoff
2017-10-31
rename: TALER_setup_planchet -> TALER_planchet_setup_refresh
Christian Grothoff
2017-10-31
rename: TALER_FreshCoinP -> TALER_PlanchetSecretsP, and TALER_setup_fresh_coi...
Christian Grothoff
2017-10-26
start template for generating nicely formatted auditor reports
Christian Grothoff
2017-10-24
fix #5108
Christian Grothoff
2017-10-24
more error codes for tipping
Christian Grothoff
2017-10-22
starting with error codes for tipping API
Christian Grothoff
2017-10-18
releasing v0.4.0
v0.4.0
Christian Grothoff
2017-10-18
missing conf from 'make dist'
Marcello Stanisci
2017-10-18
fix --with-libcurl and --with-libgnurl options; they used to
Marcello Stanisci
2017-10-17
update docs
Christian Grothoff
2017-10-17
fix matching of auditor keys/denomination issues so that we return _all_ appl...
Christian Grothoff
2017-10-17
report if DK lacks auditor signature
Christian Grothoff
2017-10-17
actually properly implement API wrt return value handling, even if not used t...
Christian Grothoff
2017-10-17
exit more nicely if command line arguments were wrong
Christian Grothoff
2017-10-17
make --wire argument mandatory
Christian Grothoff
2017-10-17
add JSON auditor output samples
Christian Grothoff
2017-10-17
assertion only holds if we did get results
Christian Grothoff
2017-10-17
missing figure for dist
Marcello Stanisci
2017-10-16
add exchangedb function for #4961
Christian Grothoff
2017-10-16
resolve #4963
Christian Grothoff
2017-10-16
work on #4963 for taler-auditor
Christian Grothoff
2017-10-16
adding missing table in the drop method
Marcello Stanisci
2017-10-15
suppress compiler warning
Christian Grothoff
2017-10-14
add CSS to dist
Christian Grothoff
2017-10-14
fix geq, needs{}
Christian Grothoff
2017-10-13
fix syntax issue in texi
Christian Grothoff
2017-10-12
add references to Mantis bugs to TODO/FIXME comments in code
Christian Grothoff
2017-10-12
complete first pass of taler-wre-auditor's wire-out audit logic
Christian Grothoff
2017-10-12
completing reserves_in logic of taler-wire-auditor, but not tested
Christian Grothoff
2017-10-07
properly handle signing errors if httpd lacks signing keys by returning inter...
Christian Grothoff
2017-10-06
check return value from create_denom_key_pair in test
Christian Grothoff
2017-10-06
check rval from TALER_amount_to_string
Christian Grothoff
2017-10-06
use proper return value, some c99 changes
Christian Grothoff
2017-10-06
doh, do not try to clean up after allocation failure
Christian Grothoff
2017-10-06
yet another TALER_amount_get_zero with missing rval check
Christian Grothoff
2017-10-06
use proper enum value for error code on signature parsing in wire plugin
Christian Grothoff
2017-10-06
really carefully check strtoll() return value before casting to uint64_t
Christian Grothoff
2017-10-06
handle (most) TEH_KS_acquire errors
Christian Grothoff
2017-10-06
handle hypothetical failure of plugin not found
Christian Grothoff
2017-10-06
handle plugin load failure without crashing
Christian Grothoff
2017-10-06
use proper type for do_shutdown() callback
Christian Grothoff
2017-10-06
reduce scope of local vars
Christian Grothoff
2017-10-06
add assertion to be more defensive against buffer overflow (cannot happen, bu...
Christian Grothoff
2017-10-06
BLOB is BYTEA in Postgres
Christian Grothoff
2017-10-06
add assertion to be more defensive against buffer overflow (cannot happen, bu...
Christian Grothoff
[next]