summaryrefslogtreecommitdiff
path: root/src/mint/taler-mint-httpd_db.c
AgeCommit message (Expand)Author
2015-06-18fix range check, fix NULL check, fix plugin linkageChristian Grothoff
2015-06-18add test mode option to mintChristian Grothoff
2015-06-15fix #3818 and handle coins being melted into multiple sessionsChristian Grothoff
2015-06-11fix #3825Christian Grothoff
2015-06-11fixing #3810Christian 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-13rename TALER_RefreshLinkDecryptedP to TALER_RefreshLinkDecrypted as it contai...Christian Grothoff
2015-04-13distinguish active/old denomination keys (#3634)Christian Grothoff
2015-04-11scaffolding work towards #3712Christian Grothoff
2015-04-10fix type of transfer keysChristian Grothoff
2015-04-10fix type of transfer keysChristian Grothoff
2015-04-09httpd db: insert new session into the DB before it is referencedSree Harsha Totakura
2015-04-09-fix indentationSree Harsha Totakura
2015-04-09indenting and minor improvements to refresh operations to make them match API...Christian Grothoff
2015-04-08indentation and minor updates to reflect latest API docsChristian Grothoff
2015-03-29fix #3726Christian Grothoff
2015-03-28fix use of struct TALER_DepositConfirmationPSChristian Grothoff
2015-03-28-doxygen fixesChristian Grothoff
2015-03-28fixing a few missing renames for structsChristian Grothoff
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-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-22move deposit fee check to earlierChristian Grothoff
2015-03-22move refresh fee check to earlierChristian Grothoff
2015-03-22this was finishedChristian Grothoff
2015-03-22include fees in amounts being signed, check available balance on refreshChristian Grothoff
2015-03-22this is actually OKChristian Grothoff
2015-03-22store and retrieve arrays from database where arrays are the unit of transact...Christian Grothoff
2015-03-22move free functions into pluginChristian Grothoff
2015-03-20first stab at establishing proper plugin API, main HTTP code compiles, other ...Christian Grothoff
2015-03-19use new GNUnet APIs to convert ECDSA to ECDHE keysChristian Grothoff
2015-03-18Merge branch 'master' of git+ssh://taler.net/var/git/mintChristian Grothoff
2015-03-18fix #3716: make sure amount-API offers proper checks against overflow and oth...Christian Grothoff
2015-03-18update reserve summary when withdraws are made through insert_collectible_bli...Sree Harsha Totakura
2015-03-16httpd: Use the right fee for deposit transactionSree Harsha Totakura
2015-03-15simplify code structure, reduce exposure of keystate structChristian Grothoff
2015-03-13slightly better error generation on /refresh/reveal errorsChristian Grothoff
2015-03-10fix #3635Christian Grothoff
2015-03-10remove redundant arg 'num_oldcoins/num_newcoins'Christian Grothoff
2015-03-10remove redundant arg 'commit_client_sig'Christian Grothoff
2015-03-10combining /mint/melt and /mint/commitChristian Grothoff
2015-03-09fix use of signature for noreveal index, needs to be tied to session hashChristian Grothoff
2015-03-09add withdraw proof to reserve history jsonChristian Grothoff