Age | Commit message (Expand) | Author |
2015-09-22 | fixing use of wrong array length (bad), and misc leaks | Christian Grothoff |
2015-09-22 | do not try to free NULL | Christian Grothoff |
2015-09-21 | fix NPE if denomination key not found | Christian Grothoff |
2015-09-21 | fix NPE if denomination key not found | Christian Grothoff |
2015-08-17 | some DB logic fixes, so now more of tests pass | Christian Grothoff |
2015-08-14 | fix offset: do not add off for the index into the keys from the client | Christian Grothoff |
2015-08-14 | swap dimensions as per protocol spec | Christian Grothoff |
2015-08-09 | initialize melt_fee in the TALER_MINT_RefreshMelt struct | Christian Grothoff |
2015-08-09 | -fix testcase, more verbose logging of client protocol errors | Christian Grothoff |
2015-08-09 | rename struct TALER_MINTDB_RefreshCommitLinkP to struct TALER_RefreshCommitLinkP | Christian Grothoff |
2015-08-09 | move struct TALER_MINTDB_RefreshCommitLinkP | Christian Grothoff |
2015-08-09 | fix direction of cmp check, log session hash for diagnostics | Christian Grothoff |
2015-08-09 | fix use-after-free, add log statements to report request parsing error lines ... | Christian Grothoff |
2015-08-09 | -some cosmetics | Christian Grothoff |
2015-08-09 | use correct TMH command code for JSON objects | Christian Grothoff |
2015-08-09 | fix array dimensions to match server expecations, fix server to report locati... | Christian Grothoff |
2015-07-11 | fixing #3876 (no semantic change, just stylistic changes) | Christian Grothoff |
2015-07-06 | simplifying use of struct TALER_DenominationKeyValidityPS by removing signature | Christian Grothoff |
2015-07-05 | add cov for mint build | Christian Grothoff |
2015-07-05 | fixing RC counting and a comma | Christian Grothoff |
2015-07-04 | fix misc small bugs | Christian Grothoff |
2015-05-16 | organize #include, remove redundant includes | Christian Grothoff |
2015-05-16 | eliminating ECDSA, replacing with EdDSA-ECDHE-combo in transfer protocol | Christian Grothoff |
2015-04-15 | moving core refresh crypto logic to util -- towards fixing #3777 | Christian Grothoff |
2015-04-13 | distinguish active/old denomination keys (#3634) | Christian Grothoff |
2015-04-11 | scaffolding work towards #3712 | Christian Grothoff |
2015-04-11 | implementing #3740 | Christian Grothoff |
2015-04-09 | indenting and minor improvements to refresh operations to make them match API... | Christian Grothoff |
2015-04-08 | Merge branch 'master' of git+ssh://git.taler.net/var/git/mint | Christian Grothoff |
2015-04-08 | indentation and minor updates to reflect latest API docs | Christian Grothoff |
2015-04-08 | httpd refresh: remove unused `melt_sig_json' and `commit_sig_json' fields | Sree Harsha Totakura |
2015-03-29 | switching /withdraw/sign from GET to POST | Christian Grothoff |
2015-03-29 | fix #3726 | Christian Grothoff |
2015-03-28 | fix use of struct TALER_RefreshMeltCoinAffirmationPS | Christian Grothoff |
2015-03-28 | -doxygen fixes | 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 | make kappa global fixed constant, not something to be negotiated, KISS | Christian Grothoff |
2015-03-24 | address #3731: no need for session public key or signature | Christian Grothoff |
2015-03-24 | address #3708: melt_hash => session_hash, use session_hash for DB access, not... | Christian Grothoff |
2015-03-24 | -resolving fixmes or annotating to bug tracker notes | Christian Grothoff |
2015-03-22 | fix #3638 | Christian Grothoff |
2015-03-22 | fix #3642 | Christian Grothoff |
2015-03-22 | fix #3636, and add amount parsing functionality to spec-parser | Christian Grothoff |
2015-03-22 | fix #3637 | Christian Grothoff |
2015-03-22 | move refresh fee check to earlier | Christian Grothoff |
2015-03-22 | include fees in amounts being signed, check available balance on refresh | Christian Grothoff |