summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2015-01-20starting to refactor refresh code, moving response generation logic to ↵Christian Grothoff
response generation file
2015-01-19more code refactoring to separate parsing, db and response generation nicelyChristian Grothoff
2015-01-19document TODOsChristian Grothoff
2015-01-19restructuring more of deposit logic towards desired flow structureChristian Grothoff
2015-01-16remarks on deposit issuesChristian Grothoff
2015-01-16fixing JSON syntax, adding missing commas, adding spaces for consistencyChristian Grothoff
2015-01-16clean up (and rename) request_json_require_nav to properly report parsing errorsChristian Grothoff
2015-01-16nicer TALER_MINT_parse_post_json return value handling, fixing return values ↵Christian Grothoff
where GNUNET_SYSERR is used instead of MHD_NO, marking cases where we should return a proper error message
2015-01-16adding logic to free buffers allocated for POST processing when connection ↵Christian Grothoff
dies without completion
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-09moving TALER_hash_context API to GNUnet, using slightly cleaner API as wellChristian Grothoff
2015-01-09removing dead TALER_genkey() API callChristian Grothoff
2015-01-09stop exporting microhttpd_lib APIChristian Grothoff
2015-01-08install taler headersChristian Grothoff
2015-01-08-initial import for mintChristian Grothoff