summaryrefslogtreecommitdiff
path: root/src/mint/taler-mint-httpd_deposit.c
AgeCommit message (Collapse)Author
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-09stop exporting microhttpd_lib APIChristian Grothoff
2015-01-08-initial import for mintChristian Grothoff