Age | Commit message (Expand) | Author |
2017-10-17 | report if DK lacks auditor signature | Christian Grothoff |
2017-10-17 | actually properly implement API wrt return value handling, even if not used t... | Christian Grothoff |
2017-10-17 | exit more nicely if command line arguments were wrong | Christian Grothoff |
2017-10-17 | make --wire argument mandatory | Christian Grothoff |
2017-10-17 | assertion only holds if we did get results | Christian Grothoff |
2017-10-16 | add exchangedb function for #4961 | Christian Grothoff |
2017-10-16 | resolve #4963 | Christian Grothoff |
2017-10-16 | work on #4963 for taler-auditor | Christian Grothoff |
2017-10-16 | adding missing table in the drop method | Marcello Stanisci |
2017-10-15 | suppress compiler warning | Christian Grothoff |
2017-10-12 | add references to Mantis bugs to TODO/FIXME comments in code | Christian Grothoff |
2017-10-12 | complete first pass of taler-wre-auditor's wire-out audit logic | Christian Grothoff |
2017-10-12 | completing reserves_in logic of taler-wire-auditor, but not tested | Christian Grothoff |
2017-10-07 | properly handle signing errors if httpd lacks signing keys by returning inter... | Christian Grothoff |
2017-10-06 | check return value from create_denom_key_pair in test | Christian Grothoff |
2017-10-06 | check rval from TALER_amount_to_string | Christian Grothoff |
2017-10-06 | use proper return value, some c99 changes | Christian Grothoff |
2017-10-06 | doh, do not try to clean up after allocation failure | Christian Grothoff |
2017-10-06 | yet another TALER_amount_get_zero with missing rval check | Christian Grothoff |
2017-10-06 | use proper enum value for error code on signature parsing in wire plugin | Christian Grothoff |
2017-10-06 | really carefully check strtoll() return value before casting to uint64_t | Christian Grothoff |
2017-10-06 | handle (most) TEH_KS_acquire errors | Christian Grothoff |
2017-10-06 | handle hypothetical failure of plugin not found | Christian Grothoff |
2017-10-06 | handle plugin load failure without crashing | Christian Grothoff |
2017-10-06 | use proper type for do_shutdown() callback | Christian Grothoff |
2017-10-06 | reduce scope of local vars | Christian Grothoff |
2017-10-06 | add assertion to be more defensive against buffer overflow (cannot happen, bu... | Christian Grothoff |
2017-10-06 | BLOB is BYTEA in Postgres | Christian Grothoff |
2017-10-06 | add assertion to be more defensive against buffer overflow (cannot happen, bu... | Christian Grothoff |
2017-10-06 | do not potentially pass -1 to fcntl() | Christian Grothoff |
2017-10-06 | more return value checks on TALER_amount_get_zero | Christian Grothoff |
2017-10-06 | do not potentially pass -1 to fcntl() | Christian Grothoff |
2017-10-06 | better logging if IBAN validation fails, also avoid potentially unbounded sta... | Christian Grothoff |
2017-10-06 | check return value from TALER_amount_get_zero | Christian Grothoff |
2017-10-06 | check return value from TALER_JSON_hash | Christian Grothoff |
2017-10-06 | fix indentation | Christian Grothoff |
2017-10-06 | fix signed calls to isalpha/isdigit/isspace etc. | Christian Grothoff |
2017-09-30 | modify wire auditor to deal with asynchrony of WIRE plugin API | Christian Grothoff |
2017-09-30 | also store wire position in auditordb | Christian Grothoff |
2017-09-30 | update auditordb API to support logic for taler-wire-auditor | Christian Grothoff |
2017-09-26 | fix mapping of auditor sigs to DKs, avoid one hash operation by caching hash ... | Christian Grothoff |
2017-09-26 | fix uninit auditor_url field | Christian Grothoff |
2017-09-26 | fix calculation of 'Expires:' header, also handle HTTP HEAD requests | Christian Grothoff |
2017-09-26 | simplify time conversion using strptime instead of manual hack, also check fo... | Christian Grothoff |
2017-09-26 | check json_array_append_new() return values, proper logging on errors | Christian Grothoff |
2017-09-26 | fix bad sizeof() | Christian Grothoff |
2017-09-25 | starting point for #4948 | Christian Grothoff |
2017-09-17 | bump version of taler protocol we implement | Christian Grothoff |
2017-09-17 | clean up /keys cherry picking logic, including changing the last_issue_date v... | Christian Grothoff |
2017-09-14 | be more precise about encoding HTTP bodies | Christian Grothoff |