Age | Commit message (Expand) | Author |
2015-06-12 | implement postgres_get_denomination_info (#3808) | Christian Grothoff |
2015-06-11 | addig gauger.h to build to avoid FTBFS | Christian Grothoff |
2015-06-11 | fixing #3823 | Christian Grothoff |
2015-06-11 | implement #3831 | Christian Grothoff |
2015-06-11 | fixing #3812/#3828 | Christian Grothoff |
2015-06-11 | fixing #3821 | Christian Grothoff |
2015-06-11 | fixing #3817 | Christian Grothoff |
2015-06-11 | use execution time for transactions, but expiration time for reserve summary ... | Christian Grothoff |
2015-06-11 | fix #3825 | Christian Grothoff |
2015-06-11 | fixing #3810 | Christian Grothoff |
2015-06-11 | fixing #3827 | Christian Grothoff |
2015-06-10 | new test for uint and json APIs | Christian Grothoff |
2015-06-10 | implementing pq APIs for #3827, not yet tested or used through | Christian Grothoff |
2015-06-10 | use better names than i/j | Christian Grothoff |
2015-06-09 | -commenting on code | Christian Grothoff |
2015-06-05 | notes about 3828/3812 | Christian Grothoff |
2015-06-05 | more docu and bug notes | Christian Grothoff |
2015-06-05 | clean up postgres_get_reserve_history logic and improve docu | Christian Grothoff |
2015-06-05 | clean up postgres_reserves_in_insert logic and improve docu | Christian Grothoff |
2015-06-04 | -style fixes | Christian Grothoff |
2015-06-04 | use const, annotate in/out argument, avoid postgres_-prefix for non-exported ... | Christian Grothoff |
2015-06-03 | more documenting, checking for consistency between prepared statements and fu... | Christian Grothoff |
2015-06-03 | remarks on #3811 | Christian Grothoff |
2015-06-03 | remarks on #3808 | Christian Grothoff |
2015-06-02 | -include wallet headers if compiling wallet library | Christian Grothoff |
2015-05-28 | forgot to add include earlier | Christian Grothoff |
2015-05-28 | Merge branch 'master' of git+ssh://taler.net/var/git/mint | Christian Grothoff |
2015-05-28 | add --enable-wallet-only flag to build libtalerutil_wallet which ONLY contain... | Christian Grothoff |
2015-05-27 | mintdb get_known_coin(): Do not allocate memory for return paramter. | Sree Harsha Totakura |
2015-05-25 | mintdb postgres: add get_known_coin() and insert_known_coin() | Sree Harsha Totakura |
2015-05-17 | add functions for conversion from json to rsa public key/signature for symmet... | Christian Grothoff |
2015-05-17 | add test for varsize pq operation | Christian Grothoff |
2015-05-16 | organize #include, remove redundant includes | Christian Grothoff |
2015-05-16 | -fix doxygen errors | Christian Grothoff |
2015-05-16 | eliminating ECDSA support from json API (dead) | Christian Grothoff |
2015-05-16 | eliminating ECDSA, replacing with EdDSA-ECDHE-combo in transfer protocol | Christian Grothoff |
2015-05-15 | resolve #3717 | Christian Grothoff |
2015-05-15 | getting test to pass | Christian Grothoff |
2015-05-15 | misc bugfixes | Christian Grothoff |
2015-05-13 | fix ftbfs | Christian Grothoff |
2015-05-13 | towards fixing #3717 and #3633 | Christian Grothoff |
2015-05-10 | do equivalent update for results that was done to type queries in pq library | Christian Grothoff |
2015-05-09 | replace macros with functions for better type-checking | Christian Grothoff |
2015-05-07 | extend PQ library to support Absolute time values | Christian Grothoff |
2015-05-06 | clean up of result processing in postgres logic by expanding pq API to cover ... | Christian Grothoff |
2015-05-06 | simplify PG logic by having libtalerpq handle RSA signature/key encoding | Christian Grothoff |
2015-05-06 | fixing #3768, using new pq API more | Christian Grothoff |
2015-05-06 | expanding PQ APIs with cleanup function | Christian Grothoff |
2015-05-06 | expanding PQ APIs to be able to handle Amounts nicely (and be extensible for ... | Christian Grothoff |
2015-05-04 | -working a bit on DB, starting to adjust libtalerpq API, not done yet | Christian Grothoff |