summaryrefslogtreecommitdiff
path: root/src/mint/taler-mint-httpd_deposit.c
AgeCommit message (Collapse)Author
2016-03-01renaming mint->exchangeChristian Grothoff
2016-01-25fix #4149Christian Grothoff
2015-10-28fix #4032: move wire deadline form wire details to advisory field in ↵Christian Grothoff
/deposit request
2015-09-28properly check contract hash, instead of just computing it twiceChristian Grothoff
2015-09-21fix NPE if denomination key not foundChristian Grothoff
2015-09-20implement #3972: support multiple wire formats concurrentlyChristian Grothoff
2015-07-11fixing #3876 (no semantic change, just stylistic changes)Christian Grothoff
2015-07-08nicer error reportingChristian Grothoff
2015-07-06simplifying use of struct TALER_DenominationKeyValidityPS by removing signatureChristian Grothoff
2015-07-05misc bugfixes from testsChristian Grothoff
2015-07-05fixing RC counting and a commaChristian Grothoff
2015-07-04fix misc small bugsChristian Grothoff
2015-06-21implementing /deposit JSON generationChristian Grothoff
2015-05-16organize #include, remove redundant includesChristian Grothoff
2015-05-16eliminating ECDSA, replacing with EdDSA-ECDHE-combo in transfer protocolChristian Grothoff
2015-04-15preparing to have /test handlers in build systemChristian 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_DepositRequestPS (unfinished)Christian 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
also adding a few missing fields to signatures to address #3631
2015-03-28more rename-fest workChristian Grothoff
2015-03-28second round of renamefestChristian Grothoff
2015-03-27major rename-fest for more constent symbol namesChristian Grothoff
2015-03-24address #3708: melt_hash => session_hash, use session_hash for DB access, ↵Christian Grothoff
not session_pub
2015-03-22fix #3638Christian Grothoff
2015-03-22move deposit fee check to earlierChristian Grothoff
2015-03-22include fees in amounts being signed, check available balance on refreshChristian Grothoff
2015-03-20first stab at establishing proper plugin API, main HTTP code compiles, other ↵Christian Grothoff
binaries FTBFS right now
2015-03-18fix #3716: make sure amount-API offers proper checks against overflow and ↵Christian Grothoff
other issues
2015-03-15simplify code structure, reduce exposure of keystate structChristian Grothoff
2015-03-13use wire validation routineChristian Grothoff
2015-02-08bringing copyright tags up to FSF standardChristian Grothoff
2015-01-29remove dead mint.h includesChristian Grothoff
2015-01-29make TALER_MINT_parse_json_data more expressive, add RSA types as wellChristian Grothoff
2015-01-28cleaning up mint_db APIChristian Grothoff
2015-01-28cleaning upChristian Grothoff
2015-01-28generally just include taler_util.hChristian Grothoff
2015-01-28move coin validity test to libtalerutilChristian Grothoff
2015-01-28sign /deposit reply so that merchant has proof that mint accepted itChristian Grothoff
2015-01-28misc cleanup, moving TALER_MINT_config_load to libtalerutilChristian Grothoff
2015-01-27starting to clean up /deposit logicChristian 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-19document TODOsChristian Grothoff
2015-01-19restructuring more of deposit logic towards desired flow structureChristian Grothoff
2015-01-16remarks on deposit issuesChristian Grothoff