index
:
slackcoder/taler/exchange
master
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
mint-lib
/
mint_api_handle.c
Age
Commit message (
Expand
)
Author
2016-03-01
renaming mint->exchange
Christian Grothoff
2016-01-30
Merge branch 'master' of ssh://taler.net:/var/git/mint
Christian Grothoff
2016-01-30
-remove empty lines
Christian Grothoff
2016-01-22
do not have curl be verbose
Christian Grothoff
2016-01-19
-fix (C) notices
Christian Grothoff
2016-01-01
fix use-after-free on NULLing CB field if CB itself destroyed our context alr...
Christian Grothoff
2015-12-23
logging
Florian Dold
2015-12-23
Temporary: Very verbose logging.
Florian Dold
2015-12-23
Logging.
Florian Dold
2015-12-19
avoid generating URLs with // in them
Christian Grothoff
2015-11-03
minor change to comments
Marcello Stanisci
2015-09-19
renaming /withdraw to /reserve (#3968)
Christian Grothoff
2015-09-19
implementing retrieval of auditor information from /keys in mint API (with up...
Christian Grothoff
2015-07-11
share more code in mint API, misc bugfixes
Christian Grothoff
2015-07-08
-fix
Christian Grothoff
2015-07-06
simplifying use of struct TALER_DenominationKeyValidityPS by removing signature
Christian Grothoff
2015-07-05
include mint's public key in reply
Christian Grothoff
2015-06-30
fix ftbfs
Christian Grothoff
2015-06-26
handle response code 0 more nicely
Christian Grothoff
2015-06-21
-implement signature checking on /deposit
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-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
finish first draft of testcase, fix first small bug found with it
Christian Grothoff
2015-06-17
refactoring mint API, mostly done (compiles again, /keys might even work)
Christian Grothoff