summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2015-01-28move PostGres-specific logic out of libtalerutilChristian Grothoff
2015-01-28move data_to_string_alloc to GNUnetChristian Grothoff
2015-01-28move coin validity test to libtalerutilChristian Grothoff
2015-01-28cleaning up includesChristian Grothoff
2015-01-28splitting up /keys and keystate handlingChristian Grothoff
2015-01-28cleaning up some memory management issues in response generationChristian Grothoff
2015-01-28sign /deposit reply so that merchant has proof that mint accepted itChristian Grothoff
2015-01-28avoid using struct Deposit in responseChristian Grothoff
2015-01-28more cleanup of mint.hChristian Grothoff
2015-01-28more restructuringChristian Grothoff
2015-01-28move key IO routines into aptly named filesChristian Grothoff
2015-01-28move DB functions to mint_db.cChristian Grothoff
2015-01-28misc cleanup, moving TALER_MINT_config_load to libtalerutilChristian Grothoff
2015-01-27starting to clean up /deposit logicChristian Grothoff
2015-01-27document /withdraw/* operationsChristian Grothoff
2015-01-27polishing taler-mint-http_withdraw.c logicChristian Grothoff
2015-01-27cleaning up types used some more: also use a new struct for the transfer key ↵Christian Grothoff
secret
2015-01-27cleaning up types usedChristian Grothoff
2015-01-27fix typos, make tests buildChristian Grothoff
2015-01-27fix warning and type confusionChristian Grothoff
2015-01-27code now fully compiles againChristian Grothoff
2015-01-27mint-httpd_withdraw compiles againChristian Grothoff
2015-01-27mint-httpd_db.c now compiles againChristian Grothoff
2015-01-27implementing varsize link dataChristian Grothoff
2015-01-27implementing new link crypto APIChristian Grothoff
2015-01-27rework taler lib, moving some code to GNUnet, cleaner refresh encrypt/decypt APIChristian Grothoff
2015-01-27towards making code compile againChristian Grothoff
2015-01-27towards making code compile againChristian Grothoff
2015-01-26finish porting libChristian Grothoff
2015-01-26also fix type hereChristian Grothoff
2015-01-26test is dead, tooChristian 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-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-26support variable-size resultsChristian Grothoff
2015-01-22-remove unused and misleading hash operationSree Harsha Totakura
2015-01-22Add checks to verify incorrect signatures.Sree Harsha Totakura
2015-01-22Remove TALER_RSA_hash_sign() and TALER_RSA_hash_verify().Sree Harsha Totakura
2015-01-22Remove unnecessary dependency on libpqSree Harsha Totakura
2015-01-21avoid querying DB for refresh session twiceChristian Grothoff
2015-01-21separate DB logic for /refresh/reveal from parsing logicChristian Grothoff
2015-01-21handle DB connect errorsChristian Grothoff
2015-01-21document TODOsChristian Grothoff
2015-01-21document TODOsChristian Grothoff
2015-01-21separate argument parsing from DB operations for /refresh/linkChristian Grothoff
2015-01-21move /refresh/reveal response generation to taler-mint-httpd_responses.cChristian Grothoff
2015-01-21properly separate DB logic from parsing logic for /refresh/commitChristian Grothoff
2015-01-21properly separate DB logic from parsing logic for /refresh/meltChristian Grothoff
2015-01-20towards separating out DB operations during refreshChristian Grothoff
2015-01-20more work on splitting refresh logicChristian Grothoff
2015-01-20starting to refactor refresh code, moving response generation logic to ↵Christian Grothoff
response generation file