summaryrefslogtreecommitdiff
path: root/src/mint/taler-mint-httpd_refresh.c
AgeCommit message (Expand)Author
2016-03-01renaming mint->exchangeChristian Grothoff
2015-09-22fixing use of wrong array length (bad), and misc leaksChristian Grothoff
2015-09-22do not try to free NULLChristian Grothoff
2015-09-21fix NPE if denomination key not foundChristian Grothoff
2015-09-21fix NPE if denomination key not foundChristian Grothoff
2015-08-17some DB logic fixes, so now more of tests passChristian Grothoff
2015-08-14fix offset: do not add off for the index into the keys from the clientChristian Grothoff
2015-08-14swap dimensions as per protocol specChristian Grothoff
2015-08-09initialize melt_fee in the TALER_MINT_RefreshMelt structChristian Grothoff
2015-08-09-fix testcase, more verbose logging of client protocol errorsChristian Grothoff
2015-08-09rename struct TALER_MINTDB_RefreshCommitLinkP to struct TALER_RefreshCommitLinkPChristian Grothoff
2015-08-09move struct TALER_MINTDB_RefreshCommitLinkPChristian Grothoff
2015-08-09fix direction of cmp check, log session hash for diagnosticsChristian Grothoff
2015-08-09fix use-after-free, add log statements to report request parsing error lines ...Christian Grothoff
2015-08-09-some cosmeticsChristian Grothoff
2015-08-09use correct TMH command code for JSON objectsChristian Grothoff
2015-08-09fix array dimensions to match server expecations, fix server to report locati...Christian Grothoff
2015-07-11fixing #3876 (no semantic change, just stylistic changes)Christian Grothoff
2015-07-06simplifying use of struct TALER_DenominationKeyValidityPS by removing signatureChristian Grothoff
2015-07-05add cov for mint buildChristian Grothoff
2015-07-05fixing RC counting and a commaChristian Grothoff
2015-07-04fix misc small bugsChristian Grothoff
2015-05-16organize #include, remove redundant includesChristian Grothoff
2015-05-16eliminating ECDSA, replacing with EdDSA-ECDHE-combo in transfer protocolChristian Grothoff
2015-04-15moving core refresh crypto logic to util -- towards fixing #3777Christian Grothoff
2015-04-13distinguish active/old denomination keys (#3634)Christian Grothoff
2015-04-11scaffolding work towards #3712Christian Grothoff
2015-04-11implementing #3740Christian Grothoff
2015-04-09indenting and minor improvements to refresh operations to make them match API...Christian Grothoff
2015-04-08Merge branch 'master' of git+ssh://git.taler.net/var/git/mintChristian Grothoff
2015-04-08indentation and minor updates to reflect latest API docsChristian Grothoff
2015-04-08httpd refresh: remove unused `melt_sig_json' and `commit_sig_json' fieldsSree Harsha Totakura
2015-03-29switching /withdraw/sign from GET to POSTChristian Grothoff
2015-03-29fix #3726Christian Grothoff
2015-03-28fix use of struct TALER_RefreshMeltCoinAffirmationPSChristian Grothoff
2015-03-28-doxygen fixesChristian Grothoff
2015-03-28-doxygen fixesChristian Grothoff
2015-03-28fixing a few missing renames for structsChristian Grothoff
2015-03-28minor renaming of signature values and improved documentation of signatures, ...Christian Grothoff
2015-03-28more rename-fest workChristian Grothoff
2015-03-27major rename-fest for more constent symbol namesChristian Grothoff
2015-03-24make kappa global fixed constant, not something to be negotiated, KISSChristian Grothoff
2015-03-24address #3731: no need for session public key or signatureChristian Grothoff
2015-03-24address #3708: melt_hash => session_hash, use session_hash for DB access, not...Christian Grothoff
2015-03-24-resolving fixmes or annotating to bug tracker notesChristian Grothoff
2015-03-22fix #3638Christian Grothoff
2015-03-22fix #3642Christian Grothoff
2015-03-22fix #3636, and add amount parsing functionality to spec-parserChristian Grothoff
2015-03-22fix #3637Christian Grothoff
2015-03-22move refresh fee check to earlierChristian Grothoff