summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2017-11-07more work on wire auditor and reporting (#4958)Christian Grothoff
2017-11-06update auditor report format to capture nicely all diagnostics that may curre...Christian Grothoff
2017-11-06working on #4962Christian Grothoff
2017-11-06work on making auditor reports nicer (#4962)Christian Grothoff
2017-11-04true/false are keywords, use all-capsChristian Grothoff
2017-11-02lets use 52, the number of bits storedChristian Grothoff
2017-11-02fix #5167Christian Grothoff
2017-11-02indentationChristian Grothoff
2017-11-02fix balance calculation for reserve withdrawalsChristian Grothoff
2017-11-02clarify soft DB error code - they now could be returnedChristian Grothoff
2017-11-02define more error codesChristian Grothoff
2017-11-01helps to keep enum values distinctChristian Grothoff
2017-11-01add status codeChristian Grothoff
2017-11-01be less verboseChristian Grothoff
2017-10-31fix stupid ordering issue after refactoringChristian Grothoff
2017-10-31add TALER_EXCHANGE_reserve_withdraw2 function for easy withdrawal of tipsChristian Grothoff
2017-10-31major API refactoring, adding planchet generation and coin extraction APIs to...Christian Grothoff
2017-10-31rename: TALER_setup_planchet -> TALER_planchet_setup_refreshChristian Grothoff
2017-10-31rename: TALER_FreshCoinP -> TALER_PlanchetSecretsP, and TALER_setup_fresh_coi...Christian Grothoff
2017-10-26start template for generating nicely formatted auditor reportsChristian Grothoff
2017-10-24more error codes for tippingChristian Grothoff
2017-10-22starting with error codes for tipping APIChristian Grothoff
2017-10-18releasing v0.4.0v0.4.0Christian Grothoff
2017-10-18missing conf from 'make dist'Marcello Stanisci
2017-10-17fix matching of auditor keys/denomination issues so that we return _all_ appl...Christian Grothoff
2017-10-17report if DK lacks auditor signatureChristian Grothoff
2017-10-17actually properly implement API wrt return value handling, even if not used t...Christian Grothoff
2017-10-17exit more nicely if command line arguments were wrongChristian Grothoff
2017-10-17make --wire argument mandatoryChristian Grothoff
2017-10-17assertion only holds if we did get resultsChristian Grothoff
2017-10-16add exchangedb function for #4961Christian Grothoff
2017-10-16resolve #4963Christian Grothoff
2017-10-16work on #4963 for taler-auditorChristian Grothoff
2017-10-16adding missing table in the drop methodMarcello Stanisci
2017-10-15suppress compiler warningChristian Grothoff
2017-10-12add references to Mantis bugs to TODO/FIXME comments in codeChristian Grothoff
2017-10-12complete first pass of taler-wre-auditor's wire-out audit logicChristian Grothoff
2017-10-12completing reserves_in logic of taler-wire-auditor, but not testedChristian Grothoff
2017-10-07properly handle signing errors if httpd lacks signing keys by returning inter...Christian Grothoff
2017-10-06check return value from create_denom_key_pair in testChristian Grothoff
2017-10-06check rval from TALER_amount_to_stringChristian Grothoff
2017-10-06use proper return value, some c99 changesChristian Grothoff
2017-10-06doh, do not try to clean up after allocation failureChristian Grothoff
2017-10-06yet another TALER_amount_get_zero with missing rval checkChristian Grothoff
2017-10-06use proper enum value for error code on signature parsing in wire pluginChristian Grothoff
2017-10-06really carefully check strtoll() return value before casting to uint64_tChristian Grothoff
2017-10-06handle (most) TEH_KS_acquire errorsChristian Grothoff
2017-10-06handle hypothetical failure of plugin not foundChristian Grothoff
2017-10-06handle plugin load failure without crashingChristian Grothoff
2017-10-06use proper type for do_shutdown() callbackChristian Grothoff