summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2017-03-15introduce 'struct TALER_AUDITORDB_ProgressPoint'Christian Grothoff
2017-03-15add -m option to auditorChristian Grothoff
2017-03-15update getopt config parsing style to match 'getopt' GNUnet branch API changeChristian Grothoff
2017-03-14more work on auditor, listing open TODOsChristian Grothoff
2017-03-14fix logging of BEGIN errorChristian Grothoff
2017-03-14more work on auditor, still very incompleteChristian Grothoff
2017-03-14incomplete working on taler-auditorChristian Grothoff
2017-03-10Adding new error code.Marcello Stanisci
2017-03-08fix #4851Christian Grothoff
2017-03-06test more of /wire, fix off-by-oneChristian Grothoff
2017-03-06cover get more of /wire API in test caseChristian Grothoff
2017-03-06add amount division API and test caseChristian Grothoff
2017-03-05add EC codes for merchantChristian Grothoff
2017-03-05fix memory leaks in DB logicChristian Grothoff
2017-03-05fix use of uninit valueChristian Grothoff
2017-03-04write test for new wire fee APIs (#4931)Christian Grothoff
2017-03-04implement #4937: allow extraction of feesChristian Grothoff
2017-03-04implementing #4932Christian Grothoff
2017-03-04implementing/fixing #4933: check total_amount matches aggregated transactionsChristian Grothoff
2017-03-04implementing #4929Christian Grothoff
2017-03-03implement #4929: add wire transfer fee to /wire (but not yet charged by ↵Christian Grothoff
aggregator)
2017-03-03use new ENABLE method to load wire pluginsChristian Grothoff
2017-03-03update configuration generators to use new ENABLE option instead of ↵Christian Grothoff
WIREFORMATS, and to support wire fee generation
2017-03-03changing wire plugin specification from [exchange]WIREFORMAT to ↵Christian Grothoff
[exchange-wire-PLUGIN]enable=YES/NO
2017-03-02implement #4851 (refuse to run without wire plugin)Christian Grothoff
2017-03-02implementing #4921: add base URL to wire transfersChristian Grothoff
2017-03-02fix expire header parsing if day-of-month is 7th due to field confusing ↵Christian Grothoff
(wday vs mday)
2017-02-27error code for instance unknownMarcello Stanisci
2017-02-14fix return value checkChristian Grothoff
2017-02-13do not do path expansion on public key in Crockford encodingChristian Grothoff
2017-02-08fix #4886Christian Grothoff
2017-02-08fix conditional in test case (exposes underlying failure)Florian Dold
2017-02-08do not print warnings for perfectly expected status codesChristian Grothoff
2017-02-08ensure testcase terminates if wget is not installed or launching httpd failedChristian Grothoff
2017-02-08skip test if binaries are not in PATHChristian Grothoff
2017-02-07add code to silence false positive warning in gcc6.3Florian Dold
2017-02-07fix test cases (transaction_id related problems)Florian Dold
2017-02-07fix SQLFlorian Dold
2017-02-07fix SQLFlorian Dold
2017-02-07typoFlorian Dold
2017-02-07fix SQL statement after removing transaction_idFlorian Dold
2017-02-07remove transaction_id, only one payment per proposal allowedFlorian Dold
2017-02-06contract terminology renaming (#4877)Florian Dold
2017-02-06h_proposal_data -> hashMarcello Stanisci
2017-02-04h_contract->h_proposal_dataMarcello Stanisci
2017-02-03typoMarcello Stanisci
2017-02-03Renaming's first steps.Marcello Stanisci
2017-01-13remove redundant fields from ContractPS (#4859)Florian Dold
2017-01-13Add option to initialized db, fixes 4858Florian Dold
Additionally remove the TESTRUN option, since the name is confusing and doesn't match the original semantics (temp tables). Test cases should now invoke the exchange httpd with the "-i" option.
2017-01-12elaborate on ContractPSFlorian Dold