Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-01-12 | fix ftbfs | Christian Grothoff | |
2020-01-12 | add separate transfer and admin/add/incoming commands, force | Christian Grothoff | |
2020-01-12 | add separate transfer and admin/add/incoming commands | Christian Grothoff | |
2020-01-11 | remove exchange-url argument from /admin/add/incoming | Christian Grothoff | |
2020-01-11 | major refactoring, eliminating wire-plugins and moving towards new bank API. ↵ | Christian Grothoff | |
main code compiles, testcases known to fail, code sure not to fully work yet | |||
2020-01-09 | Fix bank test. | Marcello Stanisci | |
Getting wget to tolerate the 302 returned by the bank as a response to "GET /". | |||
2019-12-24 | add missing configuration files to dist, eliminate warning on CONFLICT ↵ | Christian Grothoff | |
status code in test | |||
2019-12-23 | do NOT reset DB in taler-bank-manage-testing, not healthy for auditor test | Christian Grothoff | |
2019-12-23 | make exchange test suite work with current bank | Christian Grothoff | |
2019-12-22 | Fix auditordb. | Marcello Stanisci | |
Include (forgotten) table within the "drop_tables()" command. | |||
2019-12-20 | misc release preparations: mostly fixing 'make dist' target | Christian Grothoff | |
2019-12-15 | purge history-range API, no longer needed (#5993) | Christian Grothoff | |
2019-12-15 | fix double free in test | Christian Grothoff | |
2019-12-14 | new is the new old: remove _new from tests | Christian Grothoff | |
2019-12-14 | remove obsolete old tests (#5758) | Christian Grothoff | |
2019-12-14 | fix comments | Christian Grothoff | |
2019-10-31 | tighten formatting rules | Christian Grothoff | |
2019-10-29 | fix compiler warnings | Christian Grothoff | |
2019-10-26 | turn teah_common.c into libtalercurl, fixes many ugly issues in build system | Christian Grothoff | |
2019-10-23 | alphabetical, please | Christian Grothoff | |
2019-10-06 | handle 406 nicely, can happen if insufficient balance | Christian Grothoff | |
2019-10-05 | reindenting with uncrustify | Christian Grothoff | |
2019-09-29 | Less granularity for bank error codes (#5787). | Marcello Stanisci | |
2019-09-15 | use single line | Christian Grothoff | |
2019-09-15 | fix memory leaks in test case | Christian Grothoff | |
2019-09-11 | rename test | Marcello Stanisci | |
2019-09-11 | purge old _new bank-lib test | Marcello Stanisci | |
2019-09-11 | Unify "twisted" tests. | Marcello Stanisci | |
2019-09-11 | fix bank-lib test. | Marcello Stanisci | |
2019-09-09 | fix makefile | Marcello Stanisci | |
2019-09-09 | one source two binaries for testing. | Marcello Stanisci | |
2019-09-09 | Importing the "has_in_name" logic from MHD. | Marcello Stanisci | |
2019-09-09 | Provide method to launch Fakebank withOUT running tests. | Marcello Stanisci | |
2019-09-05 | fix warnings | Christian Grothoff | |
2019-09-04 | Calling bank legacy API in a test | Marcello Stanisci | |
2019-08-25 | re-format code | Florian Dold | |
2019-08-23 | ign | Christian Grothoff | |
2019-07-22 | fix test case clean up logic on skip | Christian Grothoff | |
2019-06-08 | rename _new.c to just .c for tests | Christian Grothoff | |
2019-06-07 | update twister conf | Marcello Stanisci | |
2019-06-03 | initialize timestamp to obviously bogus value if /admin/add/incoming failed | Christian Grothoff | |
2019-06-03 | .argument field was never used, simplify logic | Christian Grothoff | |
2019-06-03 | add guard logic to check sizeof(value) is sufficient (should be -- size is ↵ | Christian Grothoff | |
20, needed are 5, but still the new code is strictly safer even if slower) | |||
2019-06-03 | check more return values | Christian Grothoff | |
2019-06-03 | do not cut out &start= post-hum, just build the string right the first time | Christian Grothoff | |
2019-06-03 | eliminate useless global variable TFH_handle_history_range_step | Christian Grothoff | |
2019-05-24 | teah_common.h -> taler_curl_lib.h | Marcello Stanisci | |
2019-05-23 | using legal lib names | Marcello Stanisci | |
2019-05-23 | Export compressing routine. | Marcello Stanisci | |
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. |