summaryrefslogtreecommitdiff
path: root/src/include/taler_mintdb_plugin.h
AgeCommit message (Expand)Author
2016-01-21finish implementation of DB tracing functionsChristian Grothoff
2016-01-21implementing insert function into aggregation tableChristian Grothoff
2016-01-21adding aggregation_tracking table to postgres pluginChristian Grothoff
2016-01-20work on #3888Christian Grothoff
2016-01-19-fix (C) noticesChristian Grothoff
2016-01-17working on #3888Christian Grothoff
2015-12-09towards /deposit/wtid handling (more skeleton work)Christian Grothoff
2015-10-28fix #4032: move wire deadline form wire details to advisory field in /deposit...Christian Grothoff
2015-09-21retry transactions on serialization/dead-lock failures (#3990)Christian Grothoff
2015-09-19implement #3838 (as required for wire transfers)Christian Grothoff
2015-09-19fixing #3816: adding 'id' field to uniquely identify each depositChristian Grothoff
2015-09-14remove /lock skeleton logic (#3625)Christian Grothoff
2015-08-09rename struct TALER_MINTDB_RefreshCommitLinkP to struct TALER_RefreshCommitLinkPChristian Grothoff
2015-08-09move struct TALER_MINTDB_RefreshCommitLinkPChristian Grothoff
2015-08-09fix #3935 by removing error message: the test provokes this intentionallyChristian Grothoff
2015-07-06simplifying use of struct TALER_DenominationKeyValidityPS by removing signatureChristian Grothoff
2015-07-05-doxygen fixesChristian Grothoff
2015-07-01implementing #3851Christian Grothoff
2015-06-15fix #3818 and handle coins being melted into multiple sessionsChristian Grothoff
2015-06-12implementing #3819: check for inconsistent deposit requestChristian Grothoff
2015-06-12fix #3811Christian Grothoff
2015-06-12ensure DKI information is in database before we start to use it (#3808)Christian Grothoff
2015-06-12implement postgres_get_denomination_info (#3808)Christian Grothoff
2015-06-11fixing #3823Christian Grothoff
2015-06-11implement #3831Christian Grothoff
2015-06-11fixing #3812/#3828Christian Grothoff
2015-06-11fixing #3821Christian Grothoff
2015-06-11fixing #3817Christian Grothoff
2015-06-11use execution time for transactions, but expiration time for reserve summary ...Christian Grothoff
2015-06-11fix #3825Christian Grothoff
2015-06-11fixing #3810Christian Grothoff
2015-06-11fixing #3827Christian Grothoff
2015-06-10use better names than i/jChristian Grothoff
2015-06-05notes about 3828/3812Christian Grothoff
2015-06-05more docu and bug notesChristian Grothoff
2015-06-05clean up postgres_get_reserve_history logic and improve docuChristian Grothoff
2015-06-05clean up postgres_reserves_in_insert logic and improve docuChristian Grothoff
2015-06-04-style fixesChristian Grothoff
2015-06-04use const, annotate in/out argument, avoid postgres_-prefix for non-exported ...Christian Grothoff
2015-06-03remarks on #3811Christian Grothoff
2015-06-03remarks on #3808Christian Grothoff
2015-05-27mintdb get_known_coin(): Do not allocate memory for return paramter.Sree Harsha Totakura
2015-05-25mintdb postgres: add get_known_coin() and insert_known_coin()Sree Harsha Totakura
2015-05-16organize #include, remove redundant includesChristian Grothoff
2015-05-16-fix doxygen errorsChristian Grothoff
2015-05-16eliminating ECDSA, replacing with EdDSA-ECDHE-combo in transfer protocolChristian Grothoff
2015-05-15resolve #3717Christian Grothoff
2015-05-13fix ftbfsChristian Grothoff
2015-05-13towards fixing #3717 and #3633Christian Grothoff
2015-04-12mintdb plugin: introduce insert_denominationSree Harsha Totakura