summaryrefslogtreecommitdiff
path: root/src/exchange
AgeCommit message (Collapse)Author
2016-04-25implement serving exchange via unix domain socketsFlorian Dold
2016-04-25presumably fixing #4455. A check did exist (see ↵Christian Grothoff
taler-exchange-httpd_deposit.c:225), but the two checks disagreed whether it was OK for the fee to be exactly equal to the amount. Now both checks allow the fee to be equal to the amount.
2016-04-22make names related to wire plugins less genericFlorian Dold
2016-04-21Merge branch 'master' of ssh://taler.net:/var/git/exchangeChristian Grothoff
2016-04-20implementing parsing of /refund requestsChristian Grothoff
2016-04-20introduce refund feeChristian Grothoff
2016-04-20unset env variable instead of setting to emptyChristian Grothoff
2016-04-19move currency to taler section, create taler.confFlorian Dold
2016-04-19move currency to taler sectionFlorian Dold
2016-04-17move fake bank implementation to new library to re-use the code in upcoming ↵Christian Grothoff
testcases in preparation of fixing #4399
2016-04-16fix config parsing for dbinit toolChristian Grothoff
2016-04-15Merge branch 'master' of ssh://taler.net:/var/git/exchangeChristian Grothoff
2016-04-11implement signing of /wire/deposit replies (#4135)Christian Grothoff
2016-04-11refactor /wire/deposit response generation to do all JSON logic in ↵Christian Grothoff
httpd_responses.c
2016-04-11reduce unnecessary #includesChristian Grothoff
2016-04-11use libtalerwire instead of duplicating logicChristian Grothoff
2016-04-11implementing #4357, but test missingChristian Grothoff
2016-04-10fixing #4386: use more sane configuration and data file structureChristian Grothoff
2016-04-10add testcase for profiteering from rounding, also passes, this concludes #4141Christian Grothoff
2016-04-10expanding aggregator testcaseChristian Grothoff
2016-04-10changing code to meet latest change in GNUNET_SCHEDULER APIChristian Grothoff
2016-04-09fix make dist rulesChristian Grothoff
2016-04-07removing duplication of --help logicChristian Grothoff
2016-04-07for #4374Christian Grothoff
2016-04-07Merge branch 'master' of git+ssh://taler.net/var/git/exchangeChristian Grothoff
2016-04-07install configuration template file in share/taler/config.d/Christian Grothoff
2016-04-06get simple aggregation test to passChristian Grothoff
2016-04-06address 'shutdown' TODO in taler-exchange-aggregatorChristian Grothoff
2016-04-06address 'global_ret' simplification TODOChristian Grothoff
2016-04-06fix iterate_matching_deposits(), LIMIT does not work with variables in ↵Christian Grothoff
Postgres (#4360)
2016-04-04-fix mem leaksChristian Grothoff
2016-04-04fix test to ensure DB invariants are metChristian Grothoff
2016-04-04skeletons for other commandsChristian Grothoff
2016-04-04implementing /deposit for testChristian Grothoff
2016-04-04implementing /deposit for testChristian Grothoff
2016-04-04how to run expect_transaction exampleChristian Grothoff
2016-04-04add bank logic to log transactionsChristian Grothoff
2016-04-04add MHD skeleton logicChristian Grothoff
2016-04-04make use of r36977/78 API improvement in GNUnetChristian Grothoff
2016-04-03use new PQ_query_param_string function to fix 0-termination bug, also ↵Christian Grothoff
terminate idle aggregator in test mode
2016-04-01fix NPEChristian Grothoff
2016-04-01set environment variable to ensure plugins are found during testsChristian Grothoff
2016-04-01fix newlineChristian Grothoff
2016-04-01update man pages and templates to use current optionsChristian Grothoff
2016-04-01fix testcase with new path detection logicChristian Grothoff
2016-04-01implementing #4356, tests still failing, but main logic should now be updatedChristian Grothoff
2016-03-30towards a testcase for aggregation logicChristian Grothoff
2016-03-21Merge branch 'master' of git+ssh://git.taler.net/var/git/exchangeChristian Grothoff
2016-03-21rename to match GNUnet symbol changeChristian Grothoff
2016-03-21API change in GNUnet crypto for Full Domain HashingJeff Burdges