summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2015-06-03comments...Christian Grothoff
2015-06-03notes on issue #3820Christian Grothoff
2015-06-03ensure consistent order between CREATE, INSERT and SELECT statementsChristian Grothoff
2015-06-03make use of network byte order obviousChristian Grothoff
2015-06-03more documenting, checking for consistency between prepared statements and ↵Christian Grothoff
functional logic
2015-06-03bad missig space in SQLChristian Grothoff
2015-06-03remarks on #3816Christian Grothoff
2015-06-03remarks on #3814/3815Christian Grothoff
2015-06-03remarks on #3813Christian Grothoff
2015-06-03remarks on #3812Christian Grothoff
2015-06-03remarks on #3812Christian Grothoff
2015-06-03reveal_ok is deadChristian Grothoff
2015-06-03remarks on #3811Christian Grothoff
2015-06-03remarks on #3811Christian Grothoff
2015-06-03remarks on #3810Christian Grothoff
2015-06-03remarks on #3809Christian Grothoff
2015-06-03remarks on #3808Christian Grothoff
2015-06-03document macros, avoid passing useless 'result' argumentChristian Grothoff
2015-06-02-include wallet headers if compiling wallet libraryChristian Grothoff
2015-05-28forgot to add include earlierChristian Grothoff
2015-05-28Merge branch 'master' of git+ssh://taler.net/var/git/mintChristian Grothoff
2015-05-28add --enable-wallet-only flag to build libtalerutil_wallet which ONLY ↵Christian Grothoff
contains the wallet-specific API subset
2015-05-27mintdb postgres: Implement get_refresh_melt().Sree Harsha Totakura
2015-05-27mintdb get_known_coin(): Do not allocate memory for return paramter.Sree Harsha Totakura
Instead populate the fields of the placeholder return variable.
2015-05-26mintdb postgres: sanitize test caseSree Harsha Totakura
2015-05-25mintdb postgres: implement insert_refresh_melt()Sree Harsha Totakura
2015-05-25mintdb postgres: add deposit fee to the denominationsSree Harsha Totakura
2015-05-25mintdb postgres: add get_known_coin() and insert_known_coin()Sree Harsha Totakura
2015-05-25copy currency into fee_withdrawlSree Harsha Totakura
2015-05-18check return valuesChristian Grothoff
2015-05-18Merge branch 'master' of git+ssh://taler.net/var/git/mintChristian Grothoff
2015-05-18fix reporting in constructorChristian Grothoff
2015-05-17slightly expand wireformat test to cover error casesChristian Grothoff
2015-05-17test for rsa-json conversion APIChristian Grothoff
2015-05-17add functions for conversion from json to rsa public key/signature for ↵Christian Grothoff
symmetry, testing, etc.
2015-05-17test json-raw conversion, fix assertionChristian Grothoff
2015-05-17test json-time conversion, add support for forever/never timeChristian Grothoff
2015-05-17adding testcase for json-amount conversions, fixing typos and missing ↵Christian Grothoff
currency initialization
2015-05-17add test for varsize pq operationChristian Grothoff
2015-05-16organize #include, remove redundant includesChristian Grothoff
2015-05-16-fix doxygen errorsChristian Grothoff
2015-05-16eliminating ECDSA support from json API (dead)Christian Grothoff
2015-05-16eliminating ECDSA, replacing with EdDSA-ECDHE-combo in transfer protocolChristian Grothoff
2015-05-15resolve #3717Christian Grothoff
2015-05-15transaction logic is inside of DB functionChristian Grothoff
2015-05-15adapt to API changeChristian Grothoff
2015-05-15getting test to passChristian Grothoff
2015-05-15misc bugfixesChristian Grothoff
2015-05-15completing test-case implementation:Christian Grothoff
2015-05-15fixing misc. minor bugs, towards getting testcases to workChristian Grothoff