Age | Commit message (Expand) | Author |
2017-12-10 | bump protocol version of C client, we do support the new refresh | Christian Grothoff |
2017-12-10 | add testcase for #5077 (passes), start to reduce use of exchange's admin/add/... | Christian Grothoff |
2017-12-10 | add wirewatch command to testcase (not yet active), for #5077 | Christian Grothoff |
2017-12-10 | check find_pk return value in test | Christian Grothoff |
2017-11-29 | fixing #5178 | Christian Grothoff |
2017-10-31 | fix stupid ordering issue after refactoring | Christian Grothoff |
2017-10-31 | add TALER_EXCHANGE_reserve_withdraw2 function for easy withdrawal of tips | Christian Grothoff |
2017-10-31 | major API refactoring, adding planchet generation and coin extraction APIs to... | Christian Grothoff |
2017-10-31 | rename: TALER_setup_planchet -> TALER_planchet_setup_refresh | Christian Grothoff |
2017-10-31 | rename: TALER_FreshCoinP -> TALER_PlanchetSecretsP, and TALER_setup_fresh_coi... | Christian Grothoff |
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 |