summaryrefslogtreecommitdiff
path: root/src/mint/taler-mint-httpd_db.h
AgeCommit message (Expand)Author
2015-05-16organize #include, remove redundant includesChristian Grothoff
2015-05-16eliminating ECDSA, replacing with EdDSA-ECDHE-combo in transfer protocolChristian Grothoff
2015-03-29fix #3726Christian Grothoff
2015-03-28more doxygen fixesChristian Grothoff
2015-03-28-doxygen fixesChristian Grothoff
2015-03-28fixing a few missing renames for structsChristian Grothoff
2015-03-28minor renaming of signature values and improved documentation of signatures, ...Christian Grothoff
2015-03-28second round of renamefestChristian Grothoff
2015-03-27major rename-fest for more constent symbol namesChristian Grothoff
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, not...Christian 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 transact...Christian Grothoff
2015-03-20first stab at establishing proper plugin API, main HTTP code compiles, other ...Christian Grothoff
2015-03-15simplify code structure, reduce exposure of keystate structChristian Grothoff
2015-03-10remove redundant arg 'num_oldcoins/num_newcoins'Christian Grothoff
2015-03-10remove redundant arg 'commit_client_sig'Christian Grothoff
2015-03-10combining /mint/melt and /mint/commitChristian Grothoff
2015-03-09implementing #3632: generate proof of insufficient funds by converting transa...Christian Grothoff
2015-02-08bringing copyright tags up to FSF standardChristian Grothoff
2015-01-30working on /refresh/melt operationChristian Grothoff
2015-01-29remove dead mint.h includesChristian Grothoff
2015-01-29working on cleaning up /refresh/melt logicChristian Grothoff
2015-01-29more commentsChristian Grothoff
2015-01-28update docuChristian Grothoff
2015-01-28avoid using struct Deposit in responseChristian Grothoff
2015-01-27code now fully compiles againChristian Grothoff
2015-01-27implementing varsize link dataChristian Grothoff
2015-01-27towards making code compile againChristian Grothoff
2015-01-26intermediary commit, breaking the build by starting to move towards variable-...Christian Grothoff
2015-01-21separate DB logic for /refresh/reveal from parsing logicChristian Grothoff
2015-01-21separate argument parsing from DB operations for /refresh/linkChristian Grothoff
2015-01-21properly separate DB logic from parsing logic for /refresh/commitChristian Grothoff
2015-01-21properly separate DB logic from parsing logic for /refresh/meltChristian Grothoff
2015-01-19more code refactoring to separate parsing, db and response generation nicelyChristian Grothoff
2015-01-19document TODOsChristian Grothoff
2015-01-19restructuring more of deposit logic towards desired flow structureChristian Grothoff