index
:
slackcoder/taler/exchange
master
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
mint
/
taler-mint-httpd_db.h
Age
Commit message (
Expand
)
Author
2015-03-22
fix #3638
Christian Grothoff
2015-03-22
include fees in amounts being signed, check available balance on refresh
Christian Grothoff
2015-03-22
store and retrieve arrays from database where arrays are the unit of transact...
Christian Grothoff
2015-03-20
first stab at establishing proper plugin API, main HTTP code compiles, other ...
Christian Grothoff
2015-03-15
simplify code structure, reduce exposure of keystate struct
Christian Grothoff
2015-03-10
remove redundant arg 'num_oldcoins/num_newcoins'
Christian Grothoff
2015-03-10
remove redundant arg 'commit_client_sig'
Christian Grothoff
2015-03-10
combining /mint/melt and /mint/commit
Christian Grothoff
2015-03-09
implementing #3632: generate proof of insufficient funds by converting transa...
Christian Grothoff
2015-02-08
bringing copyright tags up to FSF standard
Christian Grothoff
2015-01-30
working on /refresh/melt operation
Christian Grothoff
2015-01-29
remove dead mint.h includes
Christian Grothoff
2015-01-29
working on cleaning up /refresh/melt logic
Christian Grothoff
2015-01-29
more comments
Christian Grothoff
2015-01-28
update docu
Christian Grothoff
2015-01-28
avoid using struct Deposit in response
Christian Grothoff
2015-01-27
code now fully compiles again
Christian Grothoff
2015-01-27
implementing varsize link data
Christian Grothoff
2015-01-27
towards making code compile again
Christian Grothoff
2015-01-26
intermediary commit, breaking the build by starting to move towards variable-...
Christian Grothoff
2015-01-21
separate DB logic for /refresh/reveal from parsing logic
Christian Grothoff
2015-01-21
separate argument parsing from DB operations for /refresh/link
Christian Grothoff
2015-01-21
properly separate DB logic from parsing logic for /refresh/commit
Christian Grothoff
2015-01-21
properly separate DB logic from parsing logic for /refresh/melt
Christian Grothoff
2015-01-19
more code refactoring to separate parsing, db and response generation nicely
Christian Grothoff
2015-01-19
document TODOs
Christian Grothoff
2015-01-19
restructuring more of deposit logic towards desired flow structure
Christian Grothoff