summaryrefslogtreecommitdiff
path: root/src/mint-lib
AgeCommit message (Expand)Author
2015-07-06simplifying use of struct TALER_DenominationKeyValidityPS by removing signatureChristian Grothoff
2015-07-05final fixes to make test passChristian Grothoff
2015-07-05include mint's public key in replyChristian Grothoff
2015-07-05misc bugfixes from testsChristian Grothoff
2015-07-05minor bugfixes, towards /deposit in test interpreterChristian Grothoff
2015-07-05-doxygen fixesChristian Grothoff
2015-07-05commentsChristian Grothoff
2015-07-05commentsChristian Grothoff
2015-07-05fix typeChristian Grothoff
2015-07-05fixing RC counting and a commaChristian Grothoff
2015-07-05neat error reportingChristian Grothoff
2015-07-05trigger content ask after adding opsChristian Grothoff
2015-07-04log warning if matching denomination key is out of rangeChristian Grothoff
2015-07-04towards test-interpreter command for /withdraw/signChristian Grothoff
2015-07-04implementing missing interpreter shutdown cleanup logicChristian Grothoff
2015-07-04more small bugfixesChristian Grothoff
2015-07-04fix misc small bugsChristian Grothoff
2015-07-04more work on testcaseChristian Grothoff
2015-07-04implementing OC_ADMIN_ADD_INCOMING commandChristian Grothoff
2015-07-04skeleton for the interpreter loop to write tests for the mintChristian Grothoff
2015-07-01implement C API for /admin/add/incomingChristian Grothoff
2015-06-30fix ftbfsChristian Grothoff
2015-06-26handle response code 0 more nicelyChristian Grothoff
2015-06-23fix remaining open issues to resolve #3772/3773Christian Grothoff
2015-06-23work on withdraw history parser refactoring, towards finishing the implementa...Christian Grothoff
2015-06-22link to mantis open issuesChristian Grothoff
2015-06-22minor FIXME fixChristian Grothoff
2015-06-22almost finished checking if reserve transaction history well-formedness for /...Christian Grothoff
2015-06-22handle 200 OK response from /withdraw/signChristian Grothoff
2015-06-22finished implementing request construction for /withdraw/signChristian Grothoff
2015-06-22get skeleton withdraw code to compileChristian Grothoff
2015-06-22starting with withdraw implChristian Grothoff
2015-06-22finishing implementation of #3516Christian Grothoff
2015-06-22-check consistency of amount with purpose's amountChristian Grothoff
2015-06-21marking remaining FIXMEs for #3516Christian Grothoff
2015-06-21implemented signature verification for /deposit 200 OK responseChristian Grothoff
2015-06-21-implement signature checking on /depositChristian Grothoff
2015-06-21implementing /deposit JSON generationChristian Grothoff
2015-06-21compile mint_api_deposit.cChristian Grothoff
2015-06-21starting with skeleton for /deposit implementationChristian Grothoff
2015-06-20generate /keys signature as binary-onlyChristian Grothoff
2015-06-20deduplicate code with util/json.c, do use consistently /time/ encodingChristian Grothoff
2015-06-20simplify /keys parser by using json parser interpreterChristian Grothoff
2015-06-20add generic json parser interpreter to simplify parsing logic (next)Christian Grothoff
2015-06-19must also decode 'expire_legal'Christian Grothoff
2015-06-19fix struct used in size calc for key signingChristian Grothoff
2015-06-18fix config to use test modeChristian Grothoff
2015-06-18add config filesChristian Grothoff
2015-06-18add test mode option to mintChristian Grothoff
2015-06-18fix range check, make messages clearerChristian Grothoff