summaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Collapse)Author
2019-10-08add logic to generate fresh databaseChristian Grothoff
2019-10-06consider reserve closures as well when auditing outgoing wire transfersChristian Grothoff
2019-10-05add helper function to detect http/https on an MHD connectionFlorian Dold
2019-10-05add uncrustify pre-commit hookChristian Grothoff
2019-09-29Less granularity for bank error codes (#5787).Marcello Stanisci
2019-09-26need status code for missing configuration optionChristian Grothoff
2019-09-26one EC for instance unknownChristian Grothoff
2019-09-15fix leaks and unnecessary fetch of RSA signature on refresh/revealChristian Grothoff
2019-09-15fix memory leak and style issuesChristian Grothoff
2019-09-15fix memory leaks in test caseChristian Grothoff
2019-09-11fix bank-lib test.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-05Removing date-range-based logic from wire-pluginMarcello Stanisci
2019-09-04noteMarcello Stanisci
2019-09-03auditor needs serial IDs in coin historyChristian Grothoff
2019-09-02misc. auditor bugfixesChristian Grothoff
2019-08-30error codeFlorian Dold
2019-08-25re-format codeFlorian Dold
2019-08-24refactor wire auditor to properly handle multiple accountsChristian Grothoff
2019-08-17remove currency field from databasesChristian Grothoff
2019-08-01fix indentChristian Grothoff
2019-07-27more denom sig checking in auditorChristian Grothoff
2019-07-25update auditordb to include payback lossesChristian Grothoff
2019-07-24add ppc progress points for payback opsChristian Grothoff
2019-07-24make sure reserves are not gc'ed before legal expirationChristian Grothoff
2019-07-24getting revocation/payback test with refreshed coins to passChristian Grothoff
2019-07-24implement zombie checkChristian Grothoff
2019-07-23modify /payback API and test usage of that API to pass/return additional ↵Christian Grothoff
information required when dealing with payback of refreshed coins
2019-07-23implement postges_get_old_coin_by_h_blind for #5777Christian Grothoff
2019-07-22include new payback-refresh possibilities in coin history generationChristian Grothoff
2019-07-21extending postgres plugin with functions required to store payback data on ↵Christian Grothoff
refreshed coins for #5777
2019-07-21expose blinding key in refresh-reveal API in preparation for #5777Christian Grothoff
2019-07-19rename fresh coin to have TALER_TESTING_-prefixChristian Grothoff
2019-07-15towards #5777, adding todos/notesChristian Grothoff
2019-07-15fix use of index in testing_api_cmd_refresh.cChristian Grothoff
2019-06-26add test for json_wire.c logicChristian Grothoff
2019-06-26implement /link signaturesChristian Grothoff
2019-06-08add another ECChristian Grothoff
2019-06-08fix #5756, also change sepa->iban as per payto:// specChristian Grothoff
2019-06-04indentationChristian 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-02replace denom_pub with denom_pub_hash in exchange API to reduce bandwidthChristian Grothoff
2019-04-22use uint64_t for serial_idChristian Grothoff
2019-04-12Address more warnings on types.Marcello Stanisci
2019-04-11Introduce new "history range" wire API.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