Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-05-17 | Compression. | Marcello Stanisci | |
Inclusion of 'content-encoding: deflate' header now (really) happens per request, and not "per state" (where any request got this header appended and broke those unaware requests that didn't compress their data.) | |||
2019-05-16 | Fix compression. | Marcello Stanisci | |
The "Content-Encoding: deflate" header is now added from within the compression routine itself, and _not_ from the "exchange handle". This fixed the bank-lib functions as those do not use any exchange handle, and therefore were wrongly sending compressed bodies without adding the mentioned HTTP header. | |||
2019-05-15 | Content-encoding -> Content-Encoding. | Marcello Stanisci | |
So as to match the MHD_HTTP_HEADER_CONTENT_ENCODING macro. | |||
2019-05-13 | Never set HTTP headers before invoking libgnunetcurl. | Marcello Stanisci | |
2019-05-12 | bank-lib: fix context | Florian Dold | |
2019-05-12 | hack in bank-lib compression | Florian Dold | |
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-09 | fix #5716 | Christian Grothoff | |
2019-05-03 | add compression support for bodies of POST/PUT operations | Christian Grothoff | |
2019-05-02 | benchmark: don't print result as exchange worker | Florian Dold | |
2019-05-02 | adapt to GNUnet API change | 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-05-01 | benchmark: terminate exchange slave properly | Florian Dold | |
2019-05-01 | benchmar: wait for exchange worker to terminate | Florian Dold | |
2019-05-01 | Don't free null strings. | Florian Dold | |
When running in client-only mode, this string will never be allocated, but the code tried to free it ... | |||
2019-04-30 | refactor for GNUNET_memcmp | ng0 | |
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-19 | Install taler-bank-transfer again. Needed by reserve topper. | Marcello Stanisci | |
2019-04-18 | memcmp | Christian Grothoff | |
2019-04-18 | memcmp | Christian Grothoff | |
2019-04-18 | add post HTTP request check for hanging transactions | Christian Grothoff | |
2019-04-18 | Wire plugin. | Marcello Stanisci | |
Put logic to use the history-range API. | |||
2019-04-17 | Refactor for GNUNET_memcmp | ng0 | |
2019-04-17 | Refactor for GNUNET_memcmp | ng0 | |
2019-04-17 | Refactor for GNUNET_memcmp | ng0 | |
2019-04-17 | Refactor for GNUNET_memcmp | ng0 | |
2019-04-15 | Refactor test_exchangedb for GNUNET_memcmp | ng0 | |
2019-04-12 | Still on making the compiler happy. | Marcello Stanisci | |
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 | |