summaryrefslogtreecommitdiff
path: root/configure.ac
AgeCommit message (Collapse)Author
2019-12-20misc release preparations: mostly fixing 'make dist' targetChristian Grothoff
2019-12-11add privacy policiesChristian Grothoff
2019-12-04add TOSChristian Grothoff
2019-11-23start with libtalermhdChristian Grothoff
2019-10-26turn teah_common.c into libtalercurl, fixes many ugly issues in build systemChristian Grothoff
2019-09-14add --enable-sanitizerChristian Grothoff
2019-06-26order of CFLAGSFlorian Dold
2019-06-26disable useless GCC warning about pointer alignmentFlorian Dold
2019-05-12replace if with AS_IF (fixes #5709 for exchange)Christian Grothoff
2019-05-12replace if with AS_IF (#5709, wip)Christian Grothoff
2019-05-12replace if with AS_IF (#5709, wip)Christian Grothoff
2019-05-12replace if with AS_IF (#5709, wip)Christian Grothoff
2019-05-12replace if with AS_IF (#5709, wip)Christian Grothoff
2019-05-01save and restore CFLAGS/LDFLAGS/LIBS when checking for gnurl/curlFlorian Dold
2019-04-30fix madness in configure.acFlorian Dold
2019-01-11fix cyclic dependency by combining exchange-lib and auditor-lib directoriesChristian Grothoff
2018-11-30update READMEChristian Grothoff
2018-10-27towards building auditor-lib (not yet finished)Christian Grothoff
2018-09-05fix --enable-only-doc.Marcello Stanisci
automake wants macros defined EVEN THOUGH they never get used in the compilation; as when, for example, the --enable-only-doc switch is given.
2018-09-05minor polishingMarcello Stanisci
2018-08-19make fakebank use epoll() on platforms where it is availableChristian Grothoff
2018-08-16missing quoting in configure.acFlorian Dold
2018-08-16remove weird -l flags in configure.acFlorian Dold
2018-08-16make curl check saner, use AS_IFChristian Grothoff
2018-07-11more precise version checkChristian Grothoff
2018-04-15merging Florian's changes with my wire changesChristian Grothoff
2018-04-04change version number to 0.5Florian Dold
2018-04-02Changing configuration structure to enable multiple accounts.Christian Grothoff
This change enables using multiple wire plugins at the same time. Also, we now distinguish between the wire plugin (i.e. EBICS or taler_bank) and the wire method (i.e. SEPA or x-taler-bank) that the wire plugin is implementing. The "taler-bank" wire method was renamed from "test" to "x-taler-bank". This also changes the format of the /wire response of the exchange, as we now need to return multiple accounts. Note that wire fees are specified per wire method, not per wire account. taler-exchange-keyup now automatically signs all of the /wire responses in the location specified by the configuration. Account identification in wire plugins was changed to use payto://-URLs instead of method-specific JSON fields. Signing and validation of /wire responses was moved from each wire plugin to a generic validation method in libtalerutil (crypto) or libtalerjson (for JSON-formatted inputs). Convenience methods were added to generate JSON for wire accounts (salting, signing). Various section and option names were adjusted to streamline the configuration and make it more consistent overall. Documentation was updated as well.
2018-03-19set default HAVE_TWISTER.Marcello Stanisci
2018-03-19fix parenthesis.Marcello Stanisci
2018-03-17Twisted tests scaffold.Marcello Stanisci
2018-03-04fix #5293Christian Grothoff
2017-10-24fix #5108Christian Grothoff
2017-10-18releasing v0.4.0v0.4.0Christian Grothoff
2017-10-18fix --with-libcurl and --with-libgnurl options; they used toMarcello Stanisci
ignore the given path.
2017-06-06bump versions for releasev0.3.0Christian Grothoff
2017-06-04cleaning up use of doxygen, fixing #5057Christian Grothoff
2017-05-31preventing Makefile.in generation in non existent directoryMarcello Stanisci
2017-05-17manual gpl boilerplate + commands to compile the manualMarcello Stanisci
2016-11-18version bump and ChangeLog updatev0.2.0Christian Grothoff
2016-11-16Resuming taler-config generationMarcello Stanisci
2016-11-11test for sufficiently recent libmicrohttpd versionChristian Grothoff
2016-11-11-only enable developer logic if MHD is recent enoughChristian Grothoff
2016-10-10version 0.1.0v0.1.0Florian Dold
2016-10-06adding skeleton code for auditorChristian Grothoff
2016-06-200.0.2 configure updateChristian Grothoff
2016-06-20use c99Christian Grothoff
2016-06-07Changelogv0.0.1Christian Grothoff
2016-05-30benchmark makefileMarcello Stanisci
2016-05-04fixes for distingChristian Grothoff