summaryrefslogtreecommitdiff
path: root/src/backend/taler-merchant-httpd.h
AgeCommit message (Collapse)Author
2016-06-24- strdup'ing instance idMarcello Stanisci
- fetching receiver's name from /track request
2016-06-23validating and hashing (wireformats of) merchants instancesMarcello Stanisci
2016-06-22NULL-terminating instances arrayMarcello Stanisci
2016-06-22checking if default instance is givenMarcello Stanisci
2016-06-22proper closure for instances iteratorMarcello Stanisci
2016-06-22- defined iterator for "merchant-instance-*" sectionsMarcello Stanisci
- getting instance private key in iterations
2016-06-11fix more memory leaksChristian Grothoff
2016-06-05more work on tracking, do store exchange_uri with transaction dataChristian Grothoff
2016-06-02add support for -C optionChristian Grothoff
2016-05-26change edate to wire_transfer_deadline/delay (#4521)Christian Grothoff
2016-04-17adding logging to aid diagnosis of #4433Christian Grothoff
2016-03-08updating licensing informationMarcello Stanisci
2016-03-07still on licensingMarcello Stanisci
2016-03-01mint->exchange renamingChristian Grothoff
2016-02-17fix #4174Florian Dold
2016-01-19Merge branch 'master' of git.taler.net:/var/git/merchantChristian Grothoff
2016-01-19-fix (C) noticesChristian Grothoff
2015-12-08complete implementation of /pay, including storing data to databaseChristian Grothoff
2015-11-27use new pluggable db backend, fixes FTBFSChristian Grothoff
2015-11-25more cleanup of auditors logicChristian 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-25simplify handling of wire format detailsChristian Grothoff
2015-11-25rename fest to satisfy naming conventionsChristian 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-16forgot the new headerChristian Grothoff