Age | Commit message (Expand) | Author |
2015-09-22 | fixing use of wrong array length (bad), and misc leaks | Christian Grothoff |
2015-09-21 | add option -C to force closing of connections | Christian Grothoff |
2015-09-19 | renaming /withdraw to /reserve (#3968) | Christian Grothoff |
2015-09-14 | remove /lock skeleton logic (#3625) | Christian Grothoff |
2015-08-17 | some DB logic fixes, so now more of tests pass | Christian Grothoff |
2015-08-17 | add internal sig verification, pack hashes, fix testcase | Christian Grothoff |
2015-08-17 | use correct response code | Christian Grothoff |
2015-08-14 | adapt code to match (updated) spec | Christian Grothoff |
2015-08-14 | fix melt sig alignment issue | Christian Grothoff |
2015-08-09 | rename struct TALER_MINTDB_RefreshCommitLinkP to struct TALER_RefreshCommitLinkP | Christian Grothoff |
2015-08-08 | implementing verify_refresh_melt_signature_forbidden | Christian Grothoff |
2015-08-08 | use _ instead of - for consistency | Christian Grothoff |
2015-07-09 | fix a few pointer passing issues, add remark about #3886 | Christian Grothoff |
2015-07-09 | fix mint to actually include signature in deposit error reply | Christian Grothoff |
2015-07-05 | final fixes to make test pass | Christian Grothoff |
2015-07-05 | include mint's public key in reply | Christian Grothoff |
2015-07-05 | misc bugfixes from tests | Christian Grothoff |
2015-07-05 | -fix error code | Christian Grothoff |
2015-07-05 | fixing RC counting and a comma | Christian Grothoff |
2015-07-04 | more small bugfixes | Christian Grothoff |
2015-07-04 | fix misc small bugs | Christian Grothoff |
2015-06-30 | towards implementing #3851: /admin/add/incoming | Christian Grothoff |
2015-06-15 | fix #3818 and handle coins being melted into multiple sessions | Christian Grothoff |
2015-05-16 | eliminating ECDSA, replacing with EdDSA-ECDHE-combo in transfer protocol | Christian Grothoff |
2015-05-01 | minor bugfixes | Christian Grothoff |
2015-04-13 | distinguish active/old denomination keys (#3634) | Christian Grothoff |
2015-04-12 | finished with #3712: documentation update | Christian Grothoff |
2015-04-11 | implementing JSON logic to generate full error on /refresh/reveal (#3712) | Christian Grothoff |
2015-04-11 | scaffolding work towards #3712 | Christian Grothoff |
2015-04-09 | indenting and minor improvements to refresh operations to make them match API... | Christian Grothoff |
2015-04-08 | -typo | Christian Grothoff |
2015-04-08 | indentation and minor updates to reflect latest API docs | Christian Grothoff |
2015-03-28 | fix use of struct TALER_RefreshMeltCoinAffirmationPS | Christian Grothoff |
2015-03-28 | fix use of struct TALER_DepositConfirmationPS | Christian Grothoff |
2015-03-28 | fix use of struct TALER_DepositRequestPS (unfinished) | Christian Grothoff |
2015-03-28 | fix use of struct TALER_WithdrawRequestPS | Christian Grothoff |
2015-03-28 | -doxygen fixes | Christian Grothoff |
2015-03-28 | fixing a few missing renames for structs | Christian Grothoff |
2015-03-28 | minor renaming of signature values and improved documentation of signatures, ... | Christian Grothoff |
2015-03-28 | more rename-fest work | Christian Grothoff |
2015-03-27 | major rename-fest for more constent symbol names | Christian Grothoff |
2015-03-24 | Merge branch 'master' of git.taler.net:/var/git/mint | Christian Grothoff |
2015-03-24 | space | Christian Grothoff |
2015-03-24 | address #3708: melt_hash => session_hash, use session_hash for DB access, not... | Christian Grothoff |
2015-03-22 | fix #3638 | Christian Grothoff |
2015-03-22 | include fees in amounts being signed, check available balance on refresh | Christian Grothoff |
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 |