summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-17add JSON auditor output samplesChristian Grothoff
2017-10-17assertion only holds if we did get resultsChristian Grothoff
2017-10-17missing figure for distMarcello Stanisci
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-14add CSS to distChristian Grothoff
2017-10-14fix geq, needs{}Christian Grothoff
2017-10-13fix syntax issue in texiChristian 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
2017-10-06reduce scope of local varsChristian Grothoff
2017-10-06add assertion to be more defensive against buffer overflow (cannot happen, bu...Christian Grothoff
2017-10-06BLOB is BYTEA in PostgresChristian Grothoff
2017-10-06add assertion to be more defensive against buffer overflow (cannot happen, bu...Christian Grothoff
2017-10-06do not potentially pass -1 to fcntl()Christian Grothoff
2017-10-06more return value checks on TALER_amount_get_zeroChristian Grothoff
2017-10-06do not potentially pass -1 to fcntl()Christian Grothoff
2017-10-06better logging if IBAN validation fails, also avoid potentially unbounded sta...Christian Grothoff
2017-10-06check return value from TALER_amount_get_zeroChristian Grothoff
2017-10-06check return value from TALER_JSON_hashChristian Grothoff
2017-10-06fix indentationChristian Grothoff
2017-10-06fix signed calls to isalpha/isdigit/isspace etc.Christian Grothoff
2017-09-30modify wire auditor to deal with asynchrony of WIRE plugin APIChristian Grothoff
2017-09-30also store wire position in auditordbChristian Grothoff
2017-09-30update auditordb API to support logic for taler-wire-auditorChristian Grothoff
2017-09-26update .gitignoreChristian Grothoff
2017-09-26fix mapping of auditor sigs to DKs, avoid one hash operation by caching hash ...Christian Grothoff
2017-09-26fix uninit auditor_url fieldChristian Grothoff
2017-09-26fix calculation of 'Expires:' header, also handle HTTP HEAD requestsChristian Grothoff
2017-09-26simplify time conversion using strptime instead of manual hack, also check fo...Christian Grothoff
2017-09-26check json_array_append_new() return values, proper logging on errorsChristian Grothoff