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_refresh.c
Age
Commit message (
Expand
)
Author
2016-03-01
renaming mint->exchange
Christian Grothoff
2016-01-19
-fix (C) notices
Christian Grothoff
2016-01-18
remove useless check, this is a fixed-size array, thus pointer is never NULL
Christian Grothoff
2015-11-24
Make compiler warning go away
Florian Dold
2015-08-18
handle permutations of keys in reply
Christian Grothoff
2015-08-14
adapt code to match (updated) spec
Christian Grothoff
2015-08-14
swap dimensions as per protocol spec
Christian Grothoff
2015-08-14
fix melt sig alignment issue
Christian Grothoff
2015-08-14
-fix direction
Christian Grothoff
2015-08-14
-fix typo
Christian Grothoff
2015-08-09
rename struct TALER_MINTDB_RefreshCommitLinkP to struct TALER_RefreshCommitLinkP
Christian Grothoff
2015-08-09
fix missing bits from session hash calculation
Christian Grothoff
2015-08-09
fix signature purpose used, log session hash for diagnostics
Christian Grothoff
2015-08-09
fix array dimensions to match server expecations, fix server to report locati...
Christian Grothoff
2015-08-09
fixing very silly bug
Christian Grothoff
2015-08-09
fixing silly bug
Christian Grothoff
2015-08-09
bugfix in return value calculation
Christian Grothoff
2015-08-09
doxygen-fixes
Christian Grothoff
2015-08-08
-newline
Christian Grothoff
2015-08-08
implement handle_refresh_reveal_finished (200 OK handler)
Christian Grothoff
2015-08-08
add missing conclusion over melt session hash computation
Christian Grothoff
2015-08-08
finshing json parsing support for /refresh/melt handling
Christian Grothoff
2015-08-08
implementing verify_refresh_melt_signature_forbidden
Christian Grothoff
2015-08-08
handle HTTP OK status code for /refresh/melt
Christian Grothoff
2015-08-08
implement TALER_MINT_refresh_reveal logic
Christian Grothoff
2015-08-08
completing TALER_MINT_refresh_melt implementation
Christian Grothoff
2015-08-08
-more boilerplate
Christian Grothoff
2015-08-08
complete implementation of TALER_MINT_refresh_prepare
Christian Grothoff
2015-08-08
towards implemnting TALER_MINT_refresh_prepare
Christian Grothoff
2015-08-08
implementing deserialization logic
Christian Grothoff
2015-08-08
implementing serialization logic
Christian Grothoff
2015-08-06
more work on /refresh skeleton and internal data structures
Christian Grothoff
2015-08-06
adding first draft for the /refresh/ APIs, including implementation stub
Christian Grothoff