aboutsummaryrefslogtreecommitdiff
path: root/src/mint/taler_mintdb_plugin.h
AgeCommit message (Collapse)Author
2015-03-27major rename-fest for more constent symbol namesChristian Grothoff
2015-03-26db: Implement plugin loading and unloadingSree Harsha Totakura
2015-03-24make kappa global fixed constant, not something to be negotiated, KISSChristian Grothoff
2015-03-24address #3731: no need for session public key or signatureChristian Grothoff
2015-03-24address #3708: melt_hash => session_hash, use session_hash for DB access, ↵Christian Grothoff
not session_pub
2015-03-24fix #3728Christian Grothoff
2015-03-24avoid castChristian Grothoff
2015-03-22fix #3638Christian Grothoff
2015-03-22include fees in amounts being signed, check available balance on refreshChristian Grothoff
2015-03-22store and retrieve arrays from database where arrays are the unit of ↵Christian Grothoff
transaction, to reduce number of DB interactions
2015-03-22move free functions into pluginChristian Grothoff
2015-03-20first stab at establishing proper plugin API, main HTTP code compiles, other ↵Christian Grothoff
binaries FTBFS right now