summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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
2017-01-12elaborate on ContractPSFlorian Dold
2017-01-12commentFlorian Dold
2017-01-03disable MHD deprecation warnings as we want to be compatible to older release...Christian Grothoff
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, c...Christian Grothoff
2016-11-17if reserve history computation reveals database inconsistency, do not abort b...Christian Grothoff
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
2016-11-17handle case rowid = 0Christian Grothoff
2016-11-17change rowid type to uint64_t everywhere; start with reserve-analysis in auditorChristian Grothoff
2016-11-17actually install taler-configChristian Grothoff
2016-11-17add note on #4794Christian Grothoff
2016-11-17add note for #4792Christian Grothoff
2016-11-17three more missing rollbacks foundChristian Grothoff
2016-11-17Merge branch 'master' of git+ssh://taler.net/exchangeChristian Grothoff
2016-11-17fix error handling path that resulted in non-aborted transaction persisting, ...Christian Grothoff
2016-11-14remove taler-arm, since we use taler-deployment-armFlorian Dold
2016-11-11-only enable developer logic if MHD is recent enoughChristian Grothoff
2016-11-07resolving merge issueChristian Grothoff
2016-11-07indentationChristian Grothoff
2016-11-06auditordb postgres plugin: auditor_progress implementation + teststg(x)
2016-11-06add missing functions to deal with auditor_progress to the auditordb APIChristian Grothoff
2016-11-04Merge branch 'master' of taler.net:exchangetg(x)