Age | Commit message (Expand) | Author |
2020-11-27 | add tables for signing key revocation and for wire accounts | Christian Grothoff |
2020-11-24 | database schema change for #6175 | Christian Grothoff |
2020-11-14 | more work on crypto RSA helper | Christian Grothoff |
2020-11-12 | add -lgcov flag for coverage analysis | Christian Grothoff |
2020-11-08 | use --help instead of -h | Christian Grothoff |
2020-10-26 | use correct HTTP status codes: | Christian Grothoff |
2020-10-22 | fix doxygen | Christian Grothoff |
2020-08-28 | fail if exchange-account configuration is definitively wrong (#5642) | Christian Grothoff |
2020-08-13 | remove optimization combining two SQL statements on reserve update as it coul... | Christian Grothoff |
2020-08-12 | fix refund handling: allow refund increases for the same coin | Christian Grothoff |
2020-08-10 | experimental fix to #6452: merge two SQL statements into one | Christian Grothoff |
2020-08-08 | postgres documentation suggests to avoid 'FOR UPDATE' with serializable trans... | Christian Grothoff |
2020-07-22 | fix misc typos | Christian Grothoff |
2020-07-10 | remove unused/unusable coin_sig, return correct coin_pub in recoup-reveal fai... | Christian Grothoff |
2020-07-10 | this invariant does not actually hold, i.e. if there is a /recoup request for... | Christian Grothoff |
2020-07-09 | work on more testing for recoup-refresh | Christian Grothoff |
2020-07-08 | synchronize with latest GANA | Christian Grothoff |
2020-07-08 | add h_denom_pub to deposit signatures | Christian Grothoff |
2020-07-08 | introduce known_coin_id, alas not yet used | Christian Grothoff |
2020-07-08 | simplify DB access: do not fetch fields we do not need | Christian Grothoff |
2020-07-05 | GNUNET_free_non_null is gone, use GNUNET_free | Christian Grothoff |
2020-07-05 | fix error reporting/handling | Christian Grothoff |
2020-07-05 | fix drop call | Christian Grothoff |
2020-07-05 | use unregister | Christian Grothoff |
2020-07-05 | towards changing timestamp in deposit confirmation (tests failing) | Christian Grothoff |
2020-04-24 | fix invariant check | Christian Grothoff |
2020-04-23 | add invariant checks for #6214 | Christian Grothoff |
2020-04-22 | fix #6200 | Christian Grothoff |
2020-04-11 | adapations to GNUnet API change | Christian Grothoff |
2020-04-08 | fix #6170 and rest of #6164 | Christian Grothoff |
2020-04-08 | adapt to new GNUnet sign API (#6164) | Christian Grothoff |
2020-03-31 | typosCodeBlau-NGI-2019 | Christian Grothoff |
2020-03-29 | fix auditor file parse problem | Christian Grothoff |
2020-03-27 | removing inappropriate i18n code | Christian Grothoff |
2020-03-27 | avoid warning | Christian Grothoff |
2020-03-27 | fix inconsistency in field naming | Christian Grothoff |
2020-03-27 | consider that deposit fee is discounted when refund fee is applied | Christian Grothoff |
2020-03-26 | fix recoup-refresh audit logic | Christian Grothoff |
2020-03-26 | fix SQL statements | Christian Grothoff |
2020-03-20 | more statistics, make explicit table lock optional, can hurt performance badly | Christian Grothoff |
2020-03-20 | fix critical bug in transaction history query for recoup-refresh | Florian Dold |
2020-03-19 | type fixes | Christian Grothoff |
2020-03-17 | a first, untested stab at #6123, committing intermediate result that passes (... | Christian Grothoff |
2020-03-17 | adjust types to match latest GNUnet API | Christian Grothoff |
2020-03-16 | style fixes | Christian Grothoff |
2020-03-15 | move common logic to parse currency into libtalerutil | Christian Grothoff |
2020-03-14 | expand DB test to cover #6124 better (passed immediately, does not explain th... | Christian Grothoff |
2020-03-12 | split reserve closing from main aggregation logic | Christian Grothoff |
2020-03-07 | nicer IO error handling in exchangedb logic | Christian Grothoff |
2020-03-07 | code cleanup (comments, scoping, naming, indentation) | Christian Grothoff |