summaryrefslogtreecommitdiff
path: root/src/bank-lib
AgeCommit message (Collapse)Author
2019-10-06handle 406 nicely, can happen if insufficient balanceChristian Grothoff
2019-10-05reindenting with uncrustifyChristian Grothoff
2019-09-29Less granularity for bank error codes (#5787).Marcello Stanisci
2019-09-15use single lineChristian Grothoff
2019-09-15fix memory leaks in test caseChristian Grothoff
2019-09-11rename testMarcello Stanisci
2019-09-11purge old _new bank-lib testMarcello Stanisci
2019-09-11Unify "twisted" tests.Marcello Stanisci
2019-09-11fix bank-lib test.Marcello Stanisci
2019-09-09fix makefileMarcello Stanisci
2019-09-09one source two binaries for testing.Marcello Stanisci
2019-09-09Importing the "has_in_name" logic from MHD.Marcello Stanisci
2019-09-09Provide method to launch Fakebank withOUT running tests.Marcello Stanisci
2019-09-05fix warningsChristian Grothoff
2019-09-04Calling bank legacy API in a testMarcello Stanisci
2019-08-25re-format codeFlorian Dold
2019-08-23ignChristian Grothoff
2019-07-22fix test case clean up logic on skipChristian Grothoff
2019-06-08rename _new.c to just .c for testsChristian Grothoff
2019-06-07update twister confMarcello Stanisci
2019-06-03initialize timestamp to obviously bogus value if /admin/add/incoming failedChristian Grothoff
2019-06-03.argument field was never used, simplify logicChristian Grothoff
2019-06-03add 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-03check more return valuesChristian Grothoff
2019-06-03do not cut out &start= post-hum, just build the string right the first timeChristian Grothoff
2019-06-03eliminate useless global variable TFH_handle_history_range_stepChristian Grothoff
2019-05-24teah_common.h -> taler_curl_lib.hMarcello Stanisci
2019-05-23using legal lib namesMarcello Stanisci
2019-05-23Export compressing routine.Marcello Stanisci
2019-05-16Fix 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-13Never set HTTP headers before invoking libgnunetcurl.Marcello Stanisci
2019-05-12bank-lib: fix contextFlorian Dold
2019-05-12hack in bank-lib compressionFlorian Dold
2019-05-02adapt to GNUnet API changeChristian Grothoff
2019-04-22use uint64_t for serial_idChristian Grothoff
2019-04-19Install taler-bank-transfer again. Needed by reserve topper.Marcello Stanisci
2019-04-12Still on making the compiler happy.Marcello Stanisci
2019-04-12Address more warnings on types.Marcello Stanisci
2019-04-11Address compilation warnings.Marcello Stanisci
2019-04-11Address compilation warnings.Marcello Stanisci
2019-04-11Fix 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-11fix build troubleChristian Grothoff
2019-04-10Test /history-range after transactions happened.Marcello Stanisci
2019-04-10Fixing 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-10minor fixesMarcello Stanisci
2019-04-10Time math macros.Marcello Stanisci
2019-04-10minor fixesMarcello Stanisci
2019-04-10Make 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-08Put /history[-range] logic in a dedicate file.Marcello Stanisci