summaryrefslogtreecommitdiff
path: root/src/mint/taler-mint-httpd_responses.c
AgeCommit message (Expand)Author
2015-09-22fixing use of wrong array length (bad), and misc leaksChristian Grothoff
2015-09-21add option -C to force closing of connectionsChristian Grothoff
2015-09-19renaming /withdraw to /reserve (#3968)Christian Grothoff
2015-09-14remove /lock skeleton logic (#3625)Christian Grothoff
2015-08-17some DB logic fixes, so now more of tests passChristian Grothoff
2015-08-17add internal sig verification, pack hashes, fix testcaseChristian Grothoff
2015-08-17use correct response codeChristian Grothoff
2015-08-14adapt code to match (updated) specChristian Grothoff
2015-08-14fix melt sig alignment issueChristian Grothoff
2015-08-09rename struct TALER_MINTDB_RefreshCommitLinkP to struct TALER_RefreshCommitLinkPChristian Grothoff
2015-08-08implementing verify_refresh_melt_signature_forbiddenChristian Grothoff
2015-08-08use _ instead of - for consistencyChristian Grothoff
2015-07-09fix a few pointer passing issues, add remark about #3886Christian Grothoff
2015-07-09fix mint to actually include signature in deposit error replyChristian Grothoff
2015-07-05final fixes to make test passChristian Grothoff
2015-07-05include mint's public key in replyChristian Grothoff
2015-07-05misc bugfixes from testsChristian Grothoff
2015-07-05-fix error codeChristian Grothoff
2015-07-05fixing RC counting and a commaChristian Grothoff
2015-07-04more small bugfixesChristian Grothoff
2015-07-04fix misc small bugsChristian Grothoff
2015-06-30towards implementing #3851: /admin/add/incomingChristian Grothoff
2015-06-15fix #3818 and handle coins being melted into multiple sessionsChristian Grothoff
2015-05-16eliminating ECDSA, replacing with EdDSA-ECDHE-combo in transfer protocolChristian Grothoff
2015-05-01minor bugfixesChristian Grothoff
2015-04-13distinguish active/old denomination keys (#3634)Christian Grothoff
2015-04-12finished with #3712: documentation updateChristian Grothoff
2015-04-11implementing JSON logic to generate full error on /refresh/reveal (#3712)Christian Grothoff
2015-04-11scaffolding work towards #3712Christian Grothoff
2015-04-09indenting and minor improvements to refresh operations to make them match API...Christian Grothoff
2015-04-08-typoChristian Grothoff
2015-04-08indentation and minor updates to reflect latest API docsChristian Grothoff
2015-03-28fix use of struct TALER_RefreshMeltCoinAffirmationPSChristian Grothoff
2015-03-28fix use of struct TALER_DepositConfirmationPSChristian Grothoff
2015-03-28fix use of struct TALER_DepositRequestPS (unfinished)Christian Grothoff
2015-03-28fix use of struct TALER_WithdrawRequestPSChristian 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-24Merge branch 'master' of git.taler.net:/var/git/mintChristian Grothoff
2015-03-24spaceChristian Grothoff
2015-03-24address #3708: melt_hash => session_hash, use session_hash for DB access, not...Christian Grothoff
2015-03-22fix #3638Christian Grothoff
2015-03-22include fees in amounts being signed, check available balance on refreshChristian Grothoff
2015-03-18fix #3716: make sure amount-API offers proper checks against overflow and oth...Christian Grothoff
2015-03-15simplify json construction codeChristian Grothoff
2015-03-15moving low-level JSON encoding logic to json.cChristian Grothoff
2015-03-13slightly better error generation on /refresh/reveal errorsChristian Grothoff