summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
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
2017-01-12commentFlorian Dold
2017-01-03disable MHD deprecation warnings as we want to be compatible to older ↵Christian Grothoff
releases that simply have not the new symbols (fixing #4845)
2016-12-12Error codes for /map/outMarcello Stanisci
2016-12-09db error code for /map/inMarcello Stanisci
2016-12-09Syntax errorMarcello Stanisci
2016-12-09Error code for /map/in (imported by merchant backend)Marcello Stanisci
2016-12-04#4828Marcello Stanisci
2016-11-25refuse to start if we have no denominationsFlorian Dold
2016-11-21better logging when db connection failsFlorian Dold
2016-11-19taler-exchange-wire: infer method from JSON if possibleFlorian Dold
2016-11-18addressing #4803: nicer error messages for invalid wire formatsChristian Grothoff
2016-11-18hack to get taler-config working againChristian Grothoff
2016-11-18fixing another test failing due to amount 1e-8 changeChristian Grothoff
2016-11-18fix testcase with new 1e-10 logicChristian Grothoff
2016-11-18change fractional base to 1e8Florian Dold
2016-11-17add idempotency checks for /refresh/reveal, fixing #4793Christian Grothoff
2016-11-17handle more nicely the case that concurrent withdraws have changed history, ↵Christian Grothoff
causing us to see a different balance just before the commit; in this case, just retry the transaction; this should fix #4794
2016-11-17if reserve history computation reveals database inconsistency, do not abort ↵Christian Grothoff
but return proper error code
2016-11-17add proper log statement on successChristian Grothoff
2016-11-17add log statement on successChristian Grothoff
2016-11-17need to initialize reserve_pub firstChristian Grothoff
2016-11-17increments of more than 1 do happenChristian Grothoff
2016-11-17cut and paste errorChristian Grothoff
2016-11-17select proper row of result set, not row 0 (in misc. database operations)Christian Grothoff
2016-11-17serial IDs start at 1, fixed in right place this timeChristian Grothoff
2016-11-17serial IDs start at 1Christian Grothoff
2016-11-17fix exchangedb auditor functions to return proper serial idsChristian Grothoff