index
:
slackcoder/taler/exchange
master
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
mint
/
taler_mintdb_plugin.h
Age
Commit message (
Collapse
)
Author
2015-03-27
major rename-fest for more constent symbol names
Christian Grothoff
2015-03-26
db: Implement plugin loading and unloading
Sree Harsha Totakura
2015-03-24
make kappa global fixed constant, not something to be negotiated, KISS
Christian Grothoff
2015-03-24
address #3731: no need for session public key or signature
Christian Grothoff
2015-03-24
address #3708: melt_hash => session_hash, use session_hash for DB access, ↵
Christian Grothoff
not session_pub
2015-03-24
fix #3728
Christian Grothoff
2015-03-24
avoid cast
Christian Grothoff
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 ↵
Christian Grothoff
transaction, to reduce number of DB interactions
2015-03-22
move free functions into plugin
Christian Grothoff
2015-03-20
first stab at establishing proper plugin API, main HTTP code compiles, other ↵
Christian Grothoff
binaries FTBFS right now