aboutsummaryrefslogtreecommitdiff
path: root/src/backend/Makefile.am
AgeCommit message (Collapse)Author
2020-04-17starting v1 protocol dispatching logicChristian Grothoff
2020-04-12split fileChristian Grothoff
2020-04-07split refund file by handlerChristian Grothoff
2020-02-24add missing flags for coverage analysisChristian Grothoff
2020-01-13fix ftbfsChristian Grothoff
2019-11-24more deduplication via libtalermhdChristian Grothoff
2019-11-23begin to use libtalermhdChristian Grothoff
2019-11-02implement /public/poll-payment API, refactor to avoid code duplicationChristian Grothoff
2019-11-02separate /order and /proposal handlers into different filesChristian Grothoff
2019-08-26get completely rid of trigger-payFlorian Dold
2019-08-17implement /config to query e.g. currencyFlorian Dold
2019-04-04clean up code duplication in checking of tipping reserve status by moving ↵Christian Grothoff
shared logic to helper function
2018-04-15Towards enabling multiple wire accounts per merchant.Christian Grothoff
This also adjusts the merchant logic to the latest exchange wire API and updates the configurations to match the latest changes to the exchange's configuration structure (including the shift to payto://-URLs).
2018-01-16patch for #5198Christian Grothoff
2018-01-04add /trigger-pay skeletonFlorian Dold
2018-01-04start implementation of /check-payFlorian Dold
2017-11-27implement /tip-queryFlorian Dold
2017-10-22first (incomplete) skeleton for tipping APIChristian Grothoff
2017-10-18fix rules for 'make dist'Christian Grothoff
2017-06-14add refund header fileMarcello Stanisci
2017-06-06bumping versions for 0.3.0 releasev0.3.0Christian Grothoff
2017-02-03renaming: proposal logic portedMarcello Stanisci
2017-02-02First steps in renamingMarcello Stanisci
2017-01-30contract->proposalMarcello Stanisci
2016-12-09Up to parsing body of /map/in. Not tested.Marcello Stanisci
2016-11-11fix relocation issue on buildChristian Grothoff
2016-10-03stub for /history handlerMarcello Stanisci
2016-06-09skeleton for /track/transfer and /track/transaction, renaming to match ↵Christian Grothoff
latest exchange API
2016-06-05split /track handlers into two filesChristian Grothoff
2016-05-26remove dead /hash-contract API logicChristian Grothoff
2016-05-25adding scaffold for integrating /track/{deposit,wtid} API callsMarcello Stanisci
2016-05-04fix issues with 'make dist'Christian Grothoff
2016-04-17finish FTBFS caused by refactoringChristian Grothoff
2016-04-07fxi #4381Christian Grothoff
2016-03-19use new JSON APIs (#4237/#4150)Christian Grothoff
2016-03-01mint->exchange renamingChristian Grothoff
2016-02-16adding /hash-contract featureMarcello Stanisci
2016-02-15missing reference to taler pq libFlorian Dold
2015-11-25cosmetics with redundant #includesChristian Grothoff
2015-11-25refactor auditors code to be in its own file(s)Christian Grothoff
2015-11-25major refactoring of taler-merchant-httpd_pay, compiles but cannot yet work ↵Christian Grothoff
(uninitialized fields, some logic still broken, etc.)
2015-11-25rename fest to satisfy naming conventionsChristian Grothoff
2015-11-24fix backend linkageChristian Grothoff
2015-11-24rearranging code to (1) satisfy naming and coding conventions a bit more, ↵Christian Grothoff
and (2) provide a task handle for each mint, which may fix #4042
2015-11-16misc fixes, in particular suspend/resume handling and keeping context for ↵Christian Grothoff
requests
2015-10-29Adding HTTP capability to frontend /pay handler,Marcello Stanisci
plus fixing compilation errors relative to /pay handler (in backend)
2015-10-26Fetching mint's details (compliant to the new API) from theMarcello Stanisci
configuration file. To test.
2015-10-23Restructuring merchant:Marcello Stanisci
- Calling URLs handlers as the mint does - Moving URLs handlers into dedicated functions (moved inside dedicated source files) - Some file renaming - Fixing some warnings about 'const' variables used in test_contract
2015-09-23adding column hash(a) in contracts table, plusMarcello Stanisci
a few cleanings on the JSON manipulations.
2015-09-17automake (little) fixMarcello Stanisci