Age | Commit message (Expand) | Author |
2015-03-18 | fix #3716: make sure amount-API offers proper checks against overflow and oth... | Christian Grothoff |
2015-03-15 | simplify json construction code | Christian Grothoff |
2015-03-15 | moving low-level JSON encoding logic to json.c | Christian Grothoff |
2015-03-13 | slightly better error generation on /refresh/reveal errors | Christian Grothoff |
2015-03-10 | clean up refresh logic and use of signatures | Christian Grothoff |
2015-03-10 | combining /mint/melt and /mint/commit | Christian Grothoff |
2015-03-09 | fix use of signature for noreveal index, needs to be tied to session hash | Christian Grothoff |
2015-03-09 | actually include purpose payload in sig | Christian Grothoff |
2015-03-09 | add withdraw proof to reserve history json | Christian Grothoff |
2015-03-09 | implementing #3632: generate proof of insufficient funds by converting transa... | Christian Grothoff |
2015-02-08 | bringing copyright tags up to FSF standard | Christian Grothoff |
2015-01-31 | cleaning up /refresh/link logic, in particular separting out response generat... | Christian Grothoff |
2015-01-31 | starting to clean up /refresh/reveal DB logic | 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-29 | remove dead mint.h includes | Christian Grothoff |
2015-01-29 | working on cleaning up /refresh/melt logic | 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 | 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 | 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 | misc cleanup, moving TALER_MINT_config_load to libtalerutil | Christian Grothoff |
2015-01-27 | towards making code compile again | Christian Grothoff |
2015-01-27 | towards making code compile again | Christian Grothoff |
2015-01-26 | intermediary commit, breaking the build by starting to move towards variable-... | Christian Grothoff |
2015-01-21 | handle DB connect errors | Christian Grothoff |
2015-01-21 | move /refresh/reveal response generation to taler-mint-httpd_responses.c | Christian Grothoff |
2015-01-20 | towards separating out DB operations during refresh | Christian Grothoff |
2015-01-20 | more work on splitting refresh logic | Christian Grothoff |
2015-01-20 | starting to refactor refresh code, moving response generation logic to respon... | Christian Grothoff |
2015-01-19 | more code refactoring to separate parsing, db and response generation nicely | Christian Grothoff |
2015-01-19 | document TODOs | Christian Grothoff |
2015-01-19 | restructuring more of deposit logic towards desired flow structure | Christian Grothoff |
2015-01-16 | nicer TALER_MINT_parse_post_json return value handling, fixing return values ... | Christian Grothoff |
2015-01-16 | starting to separate out response generation API and parsing APIs | Christian Grothoff |