exchange/src/bank-lib
Marcello Stanisci 95933156a6
Fix compression.
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-16 16:58:09 +02:00
..
bank_api_admin.c Fix compression. 2019-05-16 16:58:09 +02:00
bank_api_common.c do not use hard coded database string 2018-05-29 10:27:41 +02:00
bank_api_common.h use url instead of uri consistently 2018-01-30 01:38:04 +01:00
bank_api_history.c Never set HTTP headers before invoking libgnunetcurl. 2019-05-13 17:39:06 +02:00
bank_api_parse.c fix misc. memory leaks 2018-11-25 14:51:31 +01:00
bank_api_reject.c Never set HTTP headers before invoking libgnunetcurl. 2019-05-13 17:39:06 +02:00
bank_twisted.conf Tests flexibility. 2018-05-04 15:46:07 +02:00
bank.conf Tests flexibility. 2018-05-04 15:46:07 +02:00
fakebank_history.c Put /history[-range] logic in a dedicate file. 2019-04-08 02:37:46 +02:00
fakebank.c adapt to GNUnet API change 2019-05-02 22:25:47 +02:00
fakebank.h Address compilation warnings. 2019-04-11 00:33:01 +02:00
Makefile.am hack in bank-lib compression 2019-05-12 21:59:59 +02:00
taler-bank-transfer.c use uint64_t for serial_id 2019-04-22 21:35:19 +02:00
taler-fakebank-run.c Fakebank debugging. 2019-03-13 16:24:19 +01:00
test_bank_api_new.c Fix history CMD loop, + make fakebank demonize. 2019-04-11 00:23:28 +02:00
test_bank_api_twisted.c Fixing twisted tests. 2019-04-10 17:07:14 +02:00
test_bank_api_with_fakebank_new.c minor fixes 2019-04-10 17:07:14 +02:00
test_bank_api_with_fakebank_twisted.c Fix history CMD loop, + make fakebank demonize. 2019-04-11 00:23:28 +02:00
test_bank_api_with_fakebank.c Adapt "/history" tests to the new policy of 'start' defaults. 2019-03-21 18:47:35 +01:00
test_bank_api.c Adapt "/history" tests to the new policy of 'start' defaults. 2019-03-21 18:47:35 +01:00
test_bank_interpreter.c use uint64_t for serial_id 2019-04-22 21:35:19 +02:00
test_bank_interpreter.h /history API semantics extended. 2018-12-14 19:25:42 +01:00
testing_api_cmd_history.c Address more warnings on types. 2019-04-12 15:56:48 +02:00
testing_api_cmd_reject.c #5459 2018-12-19 11:43:05 +01:00
testing_api_helpers.c Finish addressing #5332 2018-07-02 12:05:34 +02:00