Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-12-08 | tolerate missing 'Expire' header better | Christian Grothoff | |
2021-12-08 | -fix syntax | Christian Grothoff | |
2021-12-08 | add missing preflight | Christian Grothoff | |
2021-12-08 | -wip | Christian Grothoff | |
2021-12-08 | -fix ftbfs | Christian Grothoff | |
2021-12-08 | -improve graphana compatibility | Christian Grothoff | |
2021-12-07 | implement basic /metrics | Christian Grothoff | |
2021-12-07 | add basic metrics collection logic | Christian Grothoff | |
2021-12-07 | implement dummy /metrics handler | Christian Grothoff | |
2021-12-07 | -comment | Christian Grothoff | |
2021-12-06 | -fix balance calculation | Christian Grothoff | |
2021-12-06 | improve SQL comments | Christian Grothoff | |
2021-12-05 | -add FIXMEs | Christian Grothoff | |
2021-12-05 | take insertion into known_coins outside of main melt transaction to reduce ↵ | Christian Grothoff | |
conflict potential | |||
2021-12-05 | change order of statements when making coin known to possibly reduce ↵ | Christian Grothoff | |
serialization failures | |||
2021-12-05 | major rework of withdraw transaction to use stored procedure and ↵ | Christian Grothoff | |
(presumably) reduce serialization failures by avoiding SELECT before INSERT | |||
2021-12-05 | -fix withdraw logic idempotency broken yesterday: did not handle expired DKs ↵ | Christian Grothoff | |
nicely | |||
2021-12-04 | save 2ms on deposit by not doing idempotency check twice | Christian Grothoff | |
2021-12-03 | more logging | Christian Grothoff | |
2021-12-02 | reduce lock contention in RSA secmod | Christian Grothoff | |
2021-12-02 | -fix FTBFS | Christian Grothoff | |
2021-12-02 | -fix FTBFS | Christian Grothoff | |
2021-12-02 | -add disable invariants | Christian Grothoff | |
2021-12-02 | more perf debug messages | Christian Grothoff | |
2021-12-02 | add -I command line option | Christian Grothoff | |
2021-12-02 | improve suicide logic | Christian Grothoff | |
2021-12-02 | -fix command to avoid timing-dependent assertion failure | Christian Grothoff | |
2021-12-01 | make check case-insensitive | Christian Grothoff | |
2021-12-01 | Merge branch 'master' of ssh://git.taler.net/exchange | Özgür Kesim | |
2021-12-01 | [age restriction] progress 6/n | Özgür Kesim | |
lift logic for detection of age restriction of a denomination out from taler-exchange-secmod-rsa.c to taler-exchange_httpd_keys.c | |||
2021-12-01 | -basedb | Florian Dold | |
2021-12-01 | fix auditor test case, re-generate basedbs | Florian Dold | |
2021-12-01 | move var decl to proper scope (where it's used) | Thien-Thi Nguyen | |
2021-11-30 | -nicer suicide | Christian Grothoff | |
2021-11-30 | -implement suicide | Christian Grothoff | |
2021-11-30 | fix log message | Christian Grothoff | |
2021-11-30 | fix NPE | Christian Grothoff | |
2021-11-29 | -fix typos | Christian Grothoff | |
2021-11-29 | touch unused variable | Özgür Kesim | |
2021-11-29 | fixed signednes issue | Özgür Kesim | |
2021-11-29 | typo and pointer comparison fixed | Özgür Kesim | |
2021-11-29 | try to optimize aggregator queries | Christian Grothoff | |
2021-11-29 | -simple DB benchmark | Christian Grothoff | |
2021-11-28 | fix config | Christian Grothoff | |
2021-11-28 | benchmark skeleton | Christian Grothoff | |
2021-11-28 | [age restriction] progress 5/n | Özgür Kesim | |
- taler-exchange-secmod-rsa - extracts AGE_RESTRICTED per denomination from config - propagates flag for each denomination to server - if age restriction is set for a denomination, age _mask_ is taken (for now!) from config | |||
2021-11-27 | sql fix | Christian Grothoff | |
2021-11-27 | integrate taler_extensions.h into dist | Christian Grothoff | |
2021-11-27 | refactor get_ready_deposits query and index to hopefully make query faster | Christian Grothoff | |
2021-11-27 | [age restriction] progress 4/n | Özgür Kesim | |
- parser for age groups - stringify age mask |