summaryrefslogtreecommitdiff
path: root/src/backend/Makefile.am
AgeCommit message (Collapse)Author
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
2015-09-15adding merchant library +Marcello Stanisci
testcases for contract mgmt + minor tree adjustments
2015-08-11Merge branch 'light'Marcello Stanisci
Conflicts: src/backend/Makefile.am
2015-08-11the branch has got lighted and the hardcoded paths in Makefile.amMarcello Stanisci
have gone. To be merged in master.
2015-08-11first massive refinementMarcello Stanisci
2015-08-11last commit before switching to the branch "light", \Marcello Stanisci
aimed to cut off unneeded code got from the mint tree. \ Please, be aware that in this state the file src/backend/Makefile.am \ has some lines with hardcoded paths, this tune it as needed. As of this commit, the merchant is able to receive a JSON request for generating a certificate, store it, and return a JSON response. To be documented.
2015-08-10autoconf mgmtMarcello Stanisci
2015-08-06debugging contract storing in DB + unifying error status codesMarcello Stanisci
setting and messages shown by non-200 responses, in HTTP daemon
2015-08-06The tree has got back its original layout (i.e. getting rid of thisMarcello Stanisci
'melted' directory) and *a lot* of files from the mint's tree have been imported there. The main expectation is to cut off from these imported files as much as source code possible, which is actually not needed; although presumably, that will regard just a small percentage of that source code.
2015-07-31merchant DB initializableMarcello Stanisci
2015-07-31adding /hello test for merchant MHDMarcello Stanisci