Age | Commit message (Expand) | Author |
2015-01-31 | mark unchecked functions | Christian Grothoff |
2015-01-31 | cleaning up /refresh/link logic, in particular separting out response generat... | Christian Grothoff |
2015-01-31 | finished first pass over /refresh/reveal logic, simplifying mint_db API by ke... | Christian Grothoff |
2015-01-31 | starting to clean up /refresh/reveal DB logic | Christian Grothoff |
2015-01-30 | working on /refresh/melt operation | Christian Grothoff |
2015-01-30 | fixing ftbfs of testcase | Christian Grothoff |
2015-01-30 | TALER_MINT_keys_sign returns void, thus no need to check rvalue | Christian Grothoff |
2015-01-30 | fix missing test, wrong type | Christian Grothoff |
2015-01-30 | install db_pq header | Christian Grothoff |
2015-01-29 | -removing legacy TALER_TALER API, replacing with modern TALER_DB calls | Christian Grothoff |
2015-01-29 | eliminating obsolete KnownCoin APIs | Christian Grothoff |
2015-01-29 | remove dead mint.h includes | Christian Grothoff |
2015-01-29 | remove dead mint.h includes | Christian Grothoff |
2015-01-29 | logic of execute_refresh_commit is now clean | Christian Grothoff |
2015-01-29 | working on cleaning up /refresh/melt logic | Christian Grothoff |
2015-01-29 | more notes about issues in bug tracker | Christian Grothoff |
2015-01-29 | more comments | Christian Grothoff |
2015-01-29 | finish simplify cleanup of json roots: as early as possible | Christian Grothoff |
2015-01-29 | finish cleanup of /refresh/link parsing, trivial this time | Christian Grothoff |
2015-01-29 | finish cleanup of /refresh/reveal parsing | Christian Grothoff |
2015-01-29 | finish cleanup of /refresh/commit parsing | Christian Grothoff |
2015-01-29 | finish cleanup of /refresh/melt parsing | Christian Grothoff |
2015-01-29 | make TALER_MINT_parse_json_data more expressive, add RSA types as well | Christian Grothoff |
2015-01-29 | make TALER_MINT_parse_json_data more expressive | Christian Grothoff |
2015-01-29 | annotate with bug report number | Christian Grothoff |
2015-01-29 | annotate with bug report number | Christian Grothoff |
2015-01-29 | update comments | Christian Grothoff |
2015-01-29 | clean up /withdraw/sign logic | Christian Grothoff |
2015-01-29 | towards proper implementation of /withdraw/status | Christian Grothoff |
2015-01-28 | rollback should just return void | Christian Grothoff |
2015-01-28 | update docu | Christian Grothoff |
2015-01-28 | cleaning up mint_db API | Christian Grothoff |
2015-01-28 | cleaning up | Christian Grothoff |
2015-01-28 | simplify logic, remove dead call | Christian Grothoff |
2015-01-28 | generally just include taler_util.h | Christian Grothoff |
2015-01-28 | even cleaner separation of PostGres-specific logic, and nicer libtalerutil he... | Christian Grothoff |
2015-01-28 | move PostGres-specific logic out of libtalerutil | Christian Grothoff |
2015-01-28 | move data_to_string_alloc to GNUnet | Christian Grothoff |
2015-01-28 | move coin validity test to libtalerutil | Christian Grothoff |
2015-01-28 | cleaning up includes | Christian Grothoff |
2015-01-28 | splitting up /keys and keystate handling | Christian Grothoff |
2015-01-28 | cleaning up some memory management issues in response generation | Christian Grothoff |
2015-01-28 | sign /deposit reply so that merchant has proof that mint accepted it | Christian Grothoff |
2015-01-28 | avoid using struct Deposit in response | Christian Grothoff |
2015-01-28 | more cleanup of mint.h | Christian Grothoff |
2015-01-28 | more restructuring | Christian Grothoff |
2015-01-28 | move key IO routines into aptly named files | Christian Grothoff |
2015-01-28 | move DB functions to mint_db.c | Christian Grothoff |
2015-01-28 | misc cleanup, moving TALER_MINT_config_load to libtalerutil | Christian Grothoff |
2015-01-27 | starting to clean up /deposit logic | Christian Grothoff |