Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-04-12 | Address more warnings on types. | Marcello Stanisci | |
2019-04-11 | Introduce new "history range" wire API. | Marcello Stanisci | |
2019-04-11 | Re-enabling keys serialization test. | Marcello Stanisci | |
2019-04-11 | Address compilation warnings. | Marcello Stanisci | |
2019-04-11 | Address compilation warnings. | Marcello Stanisci | |
2019-04-11 | Fix history CMD loop, + make fakebank demonize. | Marcello Stanisci | |
This latter enable us to call the "check-service" CMD against the Fakebank, instead of doing forced X seconds sleep. | |||
2019-04-11 | Better calculation of # DKs | Marcello Stanisci | |
2019-04-11 | fix build trouble | Christian Grothoff | |
2019-04-10 | Merge branch 'master' of git.taler.net:exchange | ng0 | |
2019-04-10 | Refactor test_exchangedb_denomkeys for GNUNET_memcmp | ng0 | |
2019-04-10 | Refactor test_exchangedb_auditors for GNUNET_memcmp | ng0 | |
2019-04-10 | Refactor exchange_api_handle for GNUNET_memcmp | ng0 | |
2019-04-10 | Refactor testing_api_cmd_payback for GNUNET_memcmp | ng0 | |
2019-04-10 | Test /history-range after transactions happened. | Marcello Stanisci | |
2019-04-10 | Fixing twisted tests. | Marcello Stanisci | |
It has been observed that when a "twisted" test has "very little" commands in the stack, it uses to fail since the proxied service cannot be reached. This commit puts some delay before the first command gets run by the test interpreter; both in the form of a "blind" sleep, and with a more structured 'wget' loop. | |||
2019-04-10 | minor fixes | Marcello Stanisci | |
2019-04-10 | Time math macros. | Marcello Stanisci | |
2019-04-10 | minor fixes | Marcello Stanisci | |
2019-04-10 | Make the API-agnostic iterator work. | Marcello Stanisci | |
This allows to build local histories to be matched against the ones returned by the bank; in particular, this version builds those stories regardless of /history or /history-range being run. | |||
2019-04-09 | exchangedb/exchangedb_test: GNUNET_memcmp | ng0 | |
2019-04-08 | /history-range. | Marcello Stanisci | |
Implementing the "lib" and "testing-lib" functions to use it. | |||
2019-04-08 | Refactor test_exchangedb_denomkeys.c for GNUNET_memcmp | ng0 | |
2019-04-08 | Refactor test_exchangedb_signkeys for GNUNET_memcmp | ng0 | |
2019-04-08 | Refactor lib/exchange_api_reserve.c for GNUNET_memcmp | ng0 | |
2019-04-08 | Refactor lib/exchange_api_common.c for GNUNET_memcmp | ng0 | |
2019-04-08 | Refactor plugin_exchangedb_postgres for GNUNET_memcmp | ng0 | |
2019-04-08 | Fix leftover memcmp | ng0 | |
2019-04-08 | Refactor for GNUNET_memcmp | ng0 | |
2019-04-08 | Refactor for GNUNET_memcmp | ng0 | |
2019-04-08 | Refactor for GNUNET_memcmp | ng0 | |
2019-04-08 | Refactor for GNUNET_memcmp and _is_zero | ng0 | |
2019-04-08 | Refactor test_auditordb.c for GNUNET_memcmp | ng0 | |
2019-04-08 | refactor for GNUNET_memcmp | ng0 | |
2019-04-08 | refactor for GNUNET_memcmp | ng0 | |
2019-04-08 | refactor util/test_crypto.c for GNUNET_memcmp | ng0 | |
2019-04-08 | Refactor auditor/taler-wire-auditor.c for GNUNET_memcmp | ng0 | |
2019-04-08 | Refactor auditor/taler-auditor.c for GNUNET_memcmp | ng0 | |
2019-04-08 | notes | Marcello Stanisci | |
2019-04-08 | Put /history[-range] logic in a dedicate file. | Marcello Stanisci | |
2019-04-08 | Set range pointer. | Marcello Stanisci | |
2019-04-08 | debug message | Marcello Stanisci | |
2019-04-08 | Fix compilation warnings, + enable polymorphic /history handler. | Marcello Stanisci | |
2019-04-08 | Finishing /history-range implementation, untested. | Marcello Stanisci | |
2019-04-08 | Gather /history implementation(s) in one point. | Marcello Stanisci | |
2019-04-08 | Finish abstract history builder. | Marcello Stanisci | |
2019-04-07 | fix #includes | Christian Grothoff | |
2019-04-06 | Improving the math. | Marcello Stanisci | |
2019-04-06 | Test the big lookahead_sign, plus notes. | Marcello Stanisci | |
2019-04-06 | Artificial 'now'. | Marcello Stanisci | |
Getting to the point where "/keys" discards expired DKs due to the artificial 'now' given on the URL. | |||
2019-04-05 | Half-baking #5666. | Marcello Stanisci | |