Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-05-10 | Create async scopes. | Florian Dold | |
Log statements contain an async scope identifier, which allows to correlate logs from the same request. | |||
2019-05-10 | Remove non-working curl config | Florian Dold | |
These headers are overwritten by GNUNET's curl context, setting them here is useless. | |||
2019-05-03 | add compression support for bodies of POST/PUT operations | Christian Grothoff | |
2019-05-02 | replace denom_pub with denom_pub_hash in exchange API to reduce bandwidth | Christian Grothoff | |
2019-05-01 | Remove bogus ifdef for tcp fast open | Florian Dold | |
2019-04-23 | refactor for GNUnet_memcmp | ng0 | |
2019-04-23 | refactor link_bc() for GNUnet_memcmp | ng0 | |
2019-04-22 | use uint64_t for serial_id | Christian Grothoff | |
2019-04-18 | memcmp | Christian Grothoff | |
2019-04-12 | Still on making the compiler happy. | Marcello Stanisci | |
2019-04-11 | Re-enabling keys serialization test. | 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-10 | Merge branch 'master' of git.taler.net:exchange | 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 | 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 | 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-08 | /history-range. | Marcello Stanisci | |
Implementing the "lib" and "testing-lib" functions to use it. | |||
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 for GNUNET_memcmp | ng0 | |
2019-04-08 | refactor for GNUNET_memcmp | ng0 | |
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-04 | Inserting "now" argument into "/keys". | Marcello Stanisci | |
Also using this new logic from the cherry-pick test case. | |||
2019-04-03 | Provide testing API to fake now for "/keys". | Marcello Stanisci | |
2019-04-03 | fix keyup invocation. | Marcello Stanisci | |
2019-04-03 | Provide API to fake now when requesting /keys. | Marcello Stanisci | |
2019-04-03 | Faking the time. | Marcello Stanisci | |
Cherry-pick tests now uses the now-faked version of taler-exchange-keyup. Fails. | |||
2019-04-03 | keyup:_use_ the timestamp given by the user. | Marcello Stanisci | |
2019-03-29 | Bug annotationv0.5.2v0.5.1 | Marcello Stanisci | |
2019-03-27 | Temporarily exclude critical test. | Marcello Stanisci | |
2019-03-26 | Fix compilation (order matters) | Marcello Stanisci | |
2019-03-13 | debug | Marcello Stanisci | |
2019-03-11 | improve test case logging, fix process initialization of taler-auditor-exchange | Christian Grothoff | |
2019-03-02 | actually disable 100 continue | Christian Grothoff | |
2019-02-20 | typo | Marcello Stanisci | |
2019-02-19 | indentation | Marcello Stanisci | |
2019-02-19 | Align tests to latest change. | Marcello Stanisci | |
2019-02-19 | Make cherry-picking test more isolated. | Marcello Stanisci | |
2019-02-18 | Put master key under isolated home. | Marcello Stanisci | |
2019-02-18 | Fix cherry pick test. | Marcello Stanisci | |
Provide dedicated home directory for better isolation. | |||
2019-02-18 | Addressing https://bugs.gnunet.org/view.php?id=5232#c13251 | Marcello Stanisci | |
2019-02-17 | fix memory leak of rhistory, always allocate it on the heap | Christian Grothoff | |
2019-02-17 | fix memory leak if traits are requested multiple times per withdraw | Christian Grothoff | |
2019-02-16 | better error message | Christian Grothoff | |
2019-02-15 | check carefully, given that DKs expire, with the current configuration the ↵ | Christian Grothoff | |
correct number of expected keys is 8 here |