index
:
slackcoder/taler/exchange
master
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
util
/
amount.c
Age
Commit message (
Collapse
)
Author
2019-08-25
re-format code
Florian Dold
2019-06-18
reduce code duplication
Christian Grothoff
2019-02-11
4692. Fix global return code.
Marcello Stanisci
2018-01-01
refuse endian conversion for invalid amounts
Christian Grothoff
2017-11-02
lets use 52, the number of bits stored
Christian Grothoff
2017-11-02
fix #5167
Christian Grothoff
2017-10-06
fix signed calls to isalpha/isdigit/isspace etc.
Christian Grothoff
2017-03-20
fixing misc auditor issues
Christian Grothoff
2017-03-15
update getopt config parsing style to match 'getopt' GNUnet branch API change
Christian Grothoff
2017-03-06
add amount division API and test case
Christian Grothoff
2016-07-07
fixing #4594
Marcello Stanisci
2016-04-04
fix test to ensure DB invariants are met
Christian Grothoff
2016-01-19
-fix (C) notices
Christian Grothoff
2015-07-20
implementing #3905
Christian Grothoff
2015-07-15
-fix ftbfs in wallet-only mode
Christian Grothoff
2015-07-05
fix type
Christian Grothoff
2015-06-03
more documenting, checking for consistency between prepared statements and ↵
Christian Grothoff
functional logic
2015-04-13
starting with tests for libtalerutil
Christian Grothoff
2015-03-28
-doxygen fixes
Christian Grothoff
2015-03-26
util: avoid memcpy over overlapping memory
Sree Harsha Totakura
memcpy used to copy the currency string in TALER_amount_get_zero can copy from overlapping memory regions. This happens when the diff parameter to TALER_amount_substract is same as a1 parameter.
2015-03-18
fix #3716: make sure amount-API offers proper checks against overflow and ↵
Christian Grothoff
other issues
2015-03-17
documentation, comments
Christian Grothoff
2015-03-16
util: Use TALER_CURRENCY_LEN instead of sizeof()
Sree Harsha Totakura
2015-03-06
util: use const whenever applicable
Sree Harsha Totakura
2015-02-08
bringing copyright tags up to FSF standard
Christian Grothoff
2015-01-29
towards proper implementation of /withdraw/status
Christian Grothoff
2015-01-28
even cleaner separation of PostGres-specific logic, and nicer libtalerutil ↵
Christian Grothoff
headers
2015-01-27
rework taler lib, moving some code to GNUnet, cleaner refresh encrypt/decypt API
Christian Grothoff