index
:
slackcoder/taler/exchange
master
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
exchange-tools
/
taler-exchange-keyup.c
Age
Commit message (
Expand
)
Author
2019-09-13
to lower case..
Marcello Stanisci
2019-08-25
re-format code
Florian Dold
2019-06-26
also check for master public key consistency in taler-exchange-keyup
Christian Grothoff
2019-04-11
Better calculation of # DKs
Marcello Stanisci
2019-04-10
Make the API-agnostic iterator work.
Marcello Stanisci
2019-04-08
Fix leftover memcmp
ng0
2019-04-08
Refactor for GNUNET_memcmp and _is_zero
ng0
2019-04-08
notes
Marcello Stanisci
2019-04-06
Test the big lookahead_sign, plus notes.
Marcello Stanisci
2019-04-03
keyup:_use_ the timestamp given by the user.
Marcello Stanisci
2019-04-02
syntax
Marcello Stanisci
2019-03-27
Debug
Marcello Stanisci
2019-03-02
actually disable 100 continue
Christian Grothoff
2018-10-27
clean up struct TALER_ExchangeSigningKeyValidityPS
Christian Grothoff
2018-09-15
fix #5315, including more testing
Christian Grothoff
2018-05-03
fix path generation.
Marcello Stanisci
2018-04-02
Changing configuration structure to enable multiple accounts.
Christian Grothoff
2018-02-12
Implement new traits-based tests.
Marcello Stanisci
2017-10-06
check rval from TALER_amount_to_string
Christian Grothoff
2017-10-06
really carefully check strtoll() return value before casting to uint64_t
Christian Grothoff
2017-06-04
fix more leaks
Christian Grothoff
2017-05-09
handle error code returned by TALER_EXCHANGEDB_denomination_keys_iterate
Christian Grothoff
2017-04-20
fix misc doxygen issues
Christian Grothoff
2017-04-17
introducing closing fee
Christian Grothoff
2017-04-08
implement checking of denomination revocation status in auditor
Christian Grothoff
2017-04-07
implement denomination key revocation logic in exchangedb and taler-exchange-...
Christian Grothoff
2017-03-25
renaming GNUNET_GETOPT-symbols to match latest changes in GNUnet
Christian Grothoff
2017-03-15
update getopt config parsing style to match 'getopt' GNUnet branch API change
Christian Grothoff
2017-03-05
fix use of uninit value
Christian Grothoff
2017-03-04
implementing #4932
Christian Grothoff
2017-03-03
implement #4929: add wire transfer fee to /wire (but not yet charged by aggre...
Christian Grothoff
2017-02-14
fix return value check
Christian Grothoff
2016-09-20
strtol -> strtoll, which made the anchor (see signkey generation algorithm)
Marcello Stanisci
2016-09-07
Regenerate keys before withdraw period is over.
Florian Dold
2016-07-07
fixing #4594
Marcello Stanisci
2016-06-15
nicer reports
Christian Grothoff
2016-06-11
fix leaks
Christian Grothoff
2016-05-06
refactor code to write signing keys in same module where we read them
Christian Grothoff
2016-05-05
fixing #4461
Christian Grothoff
2016-05-02
fix #4184
Christian Grothoff
2016-04-20
introduce refund fee
Christian Grothoff
2016-04-16
make all exchange-tools load configs properly like other Taler tools
Christian Grothoff
2016-04-16
use user_config_file as well
Christian Grothoff
2016-04-16
fix taler-exchange-keyup way of loading configuration
Christian Grothoff
2016-04-10
fixing #4386: use more sane configuration and data file structure
Christian Grothoff
2016-04-07
removing duplication of --help logic
Christian Grothoff
2016-03-19
first refactoring of JSON logic to address #4150 and #4237
Christian Grothoff
2016-03-01
renaming mint->exchange
Christian Grothoff