summaryrefslogtreecommitdiff
path: root/src/mint/mint_db.h
AgeCommit message (Expand)Author
2015-03-20first stab at establishing proper plugin API, main HTTP code compiles, other ...Christian Grothoff
2015-03-18Merge branch 'master' of git+ssh://taler.net/var/git/mintChristian Grothoff
2015-03-18fix #3716: make sure amount-API offers proper checks against overflow and oth...Christian Grothoff
2015-03-18update reserve summary when withdraws are made through insert_collectible_bli...Sree Harsha Totakura
2015-03-17add refs to bugtrackerChristian Grothoff
2015-03-10combining /mint/melt and /mint/commitChristian Grothoff
2015-03-09fix use of signature for noreveal index, needs to be tied to session hashChristian Grothoff
2015-03-09add withdraw proof to reserve history jsonChristian Grothoff
2015-03-09implementing #3632: generate proof of insufficient funds by converting transa...Christian Grothoff
2015-03-06db: Implement reserves_in_insert()Sree Harsha Totakura
2015-03-06db: Use a reserve structureSree Harsha Totakura
2015-03-06db: Add DB_reserve_get() to get a summary of the reserveSree Harsha Totakura
2015-03-06Move table creation logic to DB layer. Also support temporary schema creatio...Sree Harsha Totakura
2015-02-08bringing copyright tags up to FSF standardChristian Grothoff
2015-01-31cleaning up /refresh/link logic, in particular separting out response generat...Christian Grothoff
2015-01-31finished first pass over /refresh/reveal logic, simplifying mint_db API by ke...Christian Grothoff
2015-01-30working on /refresh/melt operationChristian Grothoff
2015-01-29-removing legacy TALER_TALER API, replacing with modern TALER_DB callsChristian Grothoff
2015-01-29eliminating obsolete KnownCoin APIsChristian Grothoff
2015-01-29remove dead mint.h includesChristian Grothoff
2015-01-29logic of execute_refresh_commit is now cleanChristian Grothoff
2015-01-29working on cleaning up /refresh/melt logicChristian Grothoff
2015-01-29annotate with bug report numberChristian Grothoff
2015-01-29towards proper implementation of /withdraw/statusChristian Grothoff
2015-01-28rollback should just return voidChristian Grothoff
2015-01-28update docuChristian Grothoff
2015-01-28cleaning up mint_db APIChristian Grothoff
2015-01-28avoid using struct Deposit in responseChristian Grothoff
2015-01-28more cleanup of mint.hChristian Grothoff
2015-01-28more restructuringChristian Grothoff
2015-01-27starting to clean up /deposit logicChristian 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-21properly separate DB logic from parsing logic for /refresh/commitChristian Grothoff
2015-01-20towards separating out DB operations during refreshChristian Grothoff
2015-01-19more code refactoring to separate parsing, db and response generation nicelyChristian Grothoff
2015-01-19restructuring more of deposit logic towards desired flow structureChristian Grothoff
2015-01-09moving structs relevant for signatures into taler_signatures.h, splitting of ...Christian Grothoff
2015-01-08-initial import for mintChristian Grothoff