summaryrefslogtreecommitdiff
path: root/src/mint/taler-mint-httpd_withdraw.c
AgeCommit message (Collapse)Author
2015-09-19renaming /withdraw to /reserve (#3968)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-05fixing RC counting and a commaChristian Grothoff
2015-04-13distinguish active/old denomination keys (#3634)Christian Grothoff
2015-04-08indentation and minor updates to reflect latest API docsChristian Grothoff
2015-03-29switching /withdraw/sign from GET to POSTChristian Grothoff
2015-03-28fix use of struct TALER_DepositRequestPS (rest)Christian Grothoff
2015-03-28fix use of struct TALER_WithdrawRequestPSChristian Grothoff
2015-03-28-doxygen fixesChristian Grothoff
2015-03-28minor renaming of signature values and improved documentation of signatures, ↵Christian Grothoff
also adding a few missing fields to signatures to address #3631
2015-03-27major rename-fest for more constent symbol namesChristian Grothoff
2015-03-22fix #3638Christian Grothoff
2015-02-08bringing copyright tags up to FSF standardChristian Grothoff
2015-01-28cleaning upChristian Grothoff
2015-01-27document /withdraw/* operationsChristian Grothoff
2015-01-27polishing taler-mint-http_withdraw.c logicChristian Grothoff
2015-01-27fix warning and type confusionChristian Grothoff
2015-01-27mint-httpd_withdraw compiles againChristian Grothoff
2015-01-26intermediary commit, breaking the build by starting to move towards ↵Christian Grothoff
variable-size GNUnet signatures instead of fixed-size signatures; much broken now
2015-01-19more code refactoring to separate parsing, db and response generation nicelyChristian Grothoff
2015-01-16starting to separate out response generation API and parsing APIsChristian Grothoff
2015-01-09moving structs relevant for signatures into taler_signatures.h, splitting of ↵Christian Grothoff
private keys that are not in messages; moving test_hash_context to GNUnet
2015-01-09stop exporting microhttpd_lib APIChristian Grothoff
2015-01-08-initial import for mintChristian Grothoff