Age | Commit message (Expand) | Author |
2017-10-18 | releasing v0.4.0v0.4.0 | Christian Grothoff |
2017-10-06 | doh, do not try to clean up after allocation failure | Christian Grothoff |
2017-10-06 | add assertion to be more defensive against buffer overflow (cannot happen, bu... | Christian Grothoff |
2017-10-06 | add assertion to be more defensive against buffer overflow (cannot happen, bu... | 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-09-26 | fix mapping of auditor sigs to DKs, avoid one hash operation by caching hash ... | 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-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 | (imperfect) test for #4840 | Christian Grothoff |
2017-09-13 | do keep signing over DKs even for cherry-picked /keys replies | Christian Grothoff |
2017-09-13 | add logic to signal exchange to reload keys | Christian Grothoff |
2017-09-13 | add argument to TALER_EXCHANGE_check_keys_current() to allow forcing the down... | Christian Grothoff |
2017-09-13 | skeleton for /keys cherry picking testcase | Christian Grothoff |
2017-09-13 | theoretically finished implementation of #4840 (/keys cherry picking), but by... | Christian Grothoff |
2017-09-12 | add support for #4840 (/keys cherry picking) to libtalerexchange | Christian Grothoff |
2017-07-01 | implement logic to check protocol version compatibility (#5035) | Christian Grothoff |
2017-06-29 | preparations for #4840 | Christian Grothoff |
2017-06-19 | fix leaks and typos | Christian Grothoff |
2017-06-19 | fixing #5010 for /reserve/withdraw | Christian Grothoff |
2017-06-11 | modify fakebank API to allow arbitrary subjects, not just well-fromed WTIDs | Christian Grothoff |
2017-06-06 | bump versions for releasev0.3.0 | Christian Grothoff |
2017-06-05 | assert non-NULL | Christian Grothoff |
2017-06-05 | fix indentation | Christian Grothoff |
2017-06-04 | fix remaining leak from #5050 | Christian Grothoff |
2017-06-04 | free auditor data on shutdown (#5050) | Christian Grothoff |
2017-06-04 | fix memory leaks (#5050) | Christian Grothoff |
2017-06-04 | fixing misc doxygen issues | Christian Grothoff |
2017-06-01 | add version to keydata returned by libtalerexchange (#5035) | Christian Grothoff |
2017-05-29 | rename proposal_data to contract_terms (see #4879) | Florian Dold |
2017-05-12 | nicer logging | Christian Grothoff |
2017-05-11 | clean up debug logic | Christian Grothoff |
2017-05-11 | acutally initialize num_auditors field, helps a lot... | Christian Grothoff |
2017-05-11 | fail hard if any auditor sig is wrong | Christian Grothoff |
2017-05-11 | generate auditor signatures in exchange-lib testcase, and handle problem with... | Christian Grothoff |
2017-05-09 | nicely handle error from json_dumps without assert | Christian Grothoff |
2017-05-08 | remove dead transfer details field from reserves_in (API, exchangedb, etc.) | Christian Grothoff |
2017-05-08 | updates to distinguish clearly between wtid and json transfer details | Christian Grothoff |
2017-05-07 | check json_pack return value, just to be nice | Christian Grothoff |
2017-05-04 | add /history support to fakebank | Christian Grothoff |
2017-05-04 | adding support for transaction history to wire plugin API (#4959) | Christian Grothoff |
2017-04-20 | finished implementing #4956 in principle, but not yet tested | Christian Grothoff |
2017-04-20 | fix misc doxygen issues | Christian Grothoff |
2017-04-19 | implementing #4956-support in libtalerexchange | Christian Grothoff |
2017-04-18 | fixing #4980 | Christian Grothoff |
2017-04-17 | introducing closing fee | Christian Grothoff |
2017-04-16 | test case of /payback done twice, handle 403-case in /payback handler, thereb... | Christian Grothoff |