aboutsummaryrefslogtreecommitdiff
path: root/src/psycstore/Makefile.am
Commit message (Collapse)AuthorAge
* removing dead libgnunetpostgresChristian Grothoff2017-06-06
|
* Don't put POSTGRESQL_CPPFLAGS in CFLAGSDavid Barksdale2017-02-20
|
* unset XDG environment variable during testcases, as they can screw things up ↵Christian Grothoff2017-01-27
| | | | badly
* psycstore: add postgres database pluginDaniel Golle2016-09-30
| | | | | botched up based on mysql plugin. still mostly untested...
* fix MakefileChristophe Genevey Metat2016-07-12
|
* -separate mysql plugin build from sqlite, FTBFS so not active for nowChristian Grothoff2016-07-06
|
* fix leak memoryChristophe Genevey Metat2016-07-06
|
* psycutil reorg: message, env, slicerGabor X Toth2016-01-12
|
* -do not run test without sqliteChristian Grothoff2015-07-27
|
* Move libgnunetpsycutil.la to psycstoreDavid Barksdale2015-07-19
| | | | | This solves a circular dependency between psyc and psycstore.
* psyc/store: apply state modifiersGabor X Toth2015-07-18
|
* -bringing copyright tags up to FSF standardChristian Grothoff2015-02-07
|
* fixing parallel build, getting rid of useless _DEPENDENCIES declarationsChristian Grothoff2014-09-13
|
* Fix TESTS_ENVIRONMENT setting (allow GNUNET_PREFIX to be overriden, allow ↵LRN2014-02-02
| | | | TESTS_ENVIRONMENT to be overrided (use AM_TESTS_ENVIRONMENT))
* fix #3284: support lib/MULTIARCH/ paths in installation, use ↵Christian Grothoff2014-01-30
| | | | GNUNET_PREFIX=@libdir@ so that we can extract the value of MULTIARCH during 'make check'
* fix #3275 with solution from https://gnunet.org/bugs/view.php?id=3275#c8029Sree Harsha Totakura2014-01-24
| | | | | | sed -i 's#^\(\s*\)TESTS#\1TESTS_ENVIRONMENT=export GNUNET_PREFIX=@prefix@;export PATH=@prefix@/bin:$$PATH;\n&#'
* - replace deprecated INCLUDES with AM_CPPFLAGSFlorian Dold2013-09-16
|
* psycstore tests configGabor X Toth2013-09-16
|
* PSYCstore service and API implementationGabor X Toth2013-09-16
|
* PSYCstore SQLite backend; API fixes/enhancementsGabor X Toth2013-09-03
|
* psycstore: sqlite pluginGabor X Toth2013-08-29
|
* psycstore service skeletonGabor X Toth2013-08-27