index
:
slackcoder/taler/exchange
master
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
mint-lib
Age
Commit message (
Expand
)
Author
2015-07-01
implement C API for /admin/add/incoming
Christian Grothoff
2015-06-30
fix ftbfs
Christian Grothoff
2015-06-26
handle response code 0 more nicely
Christian Grothoff
2015-06-23
fix remaining open issues to resolve #3772/3773
Christian Grothoff
2015-06-23
work on withdraw history parser refactoring, towards finishing the implementa...
Christian Grothoff
2015-06-22
link to mantis open issues
Christian Grothoff
2015-06-22
minor FIXME fix
Christian Grothoff
2015-06-22
almost finished checking if reserve transaction history well-formedness for /...
Christian Grothoff
2015-06-22
handle 200 OK response from /withdraw/sign
Christian Grothoff
2015-06-22
finished implementing request construction for /withdraw/sign
Christian Grothoff
2015-06-22
get skeleton withdraw code to compile
Christian Grothoff
2015-06-22
starting with withdraw impl
Christian Grothoff
2015-06-22
finishing implementation of #3516
Christian Grothoff
2015-06-22
-check consistency of amount with purpose's amount
Christian Grothoff
2015-06-21
marking remaining FIXMEs for #3516
Christian Grothoff
2015-06-21
implemented signature verification for /deposit 200 OK response
Christian Grothoff
2015-06-21
-implement signature checking on /deposit
Christian Grothoff
2015-06-21
implementing /deposit JSON generation
Christian Grothoff
2015-06-21
compile mint_api_deposit.c
Christian Grothoff
2015-06-21
starting with skeleton for /deposit implementation
Christian Grothoff
2015-06-20
generate /keys signature as binary-only
Christian Grothoff
2015-06-20
deduplicate code with util/json.c, do use consistently /time/ encoding
Christian Grothoff
2015-06-20
simplify /keys parser by using json parser interpreter
Christian Grothoff
2015-06-20
add generic json parser interpreter to simplify parsing logic (next)
Christian Grothoff
2015-06-19
must also decode 'expire_legal'
Christian Grothoff
2015-06-19
fix struct used in size calc for key signing
Christian Grothoff
2015-06-18
fix config to use test mode
Christian Grothoff
2015-06-18
add config files
Christian Grothoff
2015-06-18
add test mode option to mint
Christian Grothoff
2015-06-18
fix range check, make messages clearer
Christian Grothoff
2015-06-18
adding configuration for testing mint httpd
Christian Grothoff
2015-06-18
fix locking issue, as the mutex we are using is not recursive we need to be a...
Christian Grothoff
2015-06-18
finish first draft of testcase, fix first small bug found with it
Christian Grothoff
2015-06-18
fix testcase FTBFS
Christian Grothoff
2015-06-17
refactoring mint API, mostly done (compiles again, /keys might even work)
Christian Grothoff
2015-04-13
enable code coverage configure option
Christian Grothoff
2015-03-28
fix use of struct TALER_MintSigningKeyValidityPS
Christian Grothoff
2015-03-28
-doxygen fixes
Christian Grothoff
2015-03-28
minor renaming of signature values and improved documentation of signatures, ...
Christian Grothoff
2015-03-28
second round of renamefest
Christian Grothoff