aboutsummaryrefslogtreecommitdiff
path: root/src/namestore/Makefile.am
Commit message (Collapse)AuthorAge
* -fix: namestore test keysMartin Schanzenbach2020-07-06
|
* deps are now required, no need for definesMartin Schanzenbach2020-05-17
|
* introduce have_rest; fix warningsSchanzenbach, Martin2020-05-06
|
* follow-up to win32 removal.ng02019-10-25
|
* add namestore rest testsSchanzenbach, Martin2019-10-11
|
* remove CYGWIN codeblocks, drop vendored Windows openvpn, drop win32 specific ↵ng02019-09-10
| | | | | | | | | files. configures and builds okay. testsuite wasn't checked, will be checked. diff including the plibc removal is now around 14370 lines of code less.
* Use pkg-config to check for MHDDavid Barksdale2019-08-27
|
* use mmap() instead of malloc, rename heap->flat as database is persisted in ↵Christian Grothoff2019-06-29
| | | | flat file
* move namestore pluginSchanzenbach, Martin2019-03-12
|
* avoid failing hard if 'gnunetcheck' db does not existChristian Grothoff2019-02-24
| | | | (or plugins cannot be loaded for other reasons)
* fixing #5439Christian Grothoff2018-11-21
|
* NAMESTORE: rename flat plugin to heapSchanzenbach, Martin2018-10-15
|
* fix build; move rest plugins to separate folderSchanzenbach, Martin2018-08-13
|
* fix makefilesPhil2018-08-01
|
* fix build errorlurchi2018-06-25
|
* Revert "integrate dnsparser and dnsstub and tun with libgnunetutil"lurchi2018-06-25
| | | | This reverts commit 7da98cf076e9c5101244dfbbf8c3ddff045d298e.
* integrate dnsparser and dnsstub and tun with libgnunetutilChristian Grothoff2018-06-25
|
* lots more statistics for zoneimport/namestoreChristian Grothoff2018-05-01
|
* more extensive namestore tests for the non-sqlite plugins, with bugfixesChristian Grothoff2018-05-01
|
* add perf_ logic for namestore iterations, improve namestore insertion ↵Christian Grothoff2018-05-01
| | | | | | performance by 30 percent
* move to @ for empty label, fix empty-label resolution bug in GNS API, ↵Christian Grothoff2018-04-23
| | | | install gnunet-zoneimport and add man page
* use namestore API for zone import instead of using plugin directlyChristian Grothoff2018-04-17
|
* more work on zoneimport tool, lacks CNAME but otherwise largely complete, ↵Christian Grothoff2018-04-10
| | | | except untested
* more work on gnunet-zoneimport, some bugfix in flat namestore, misc. style fixesChristian Grothoff2018-04-10
|
* reactivate test, fix misc warningsChristian Grothoff2018-01-20
|
* libgnunetpostgres no longer needed hereChristian Grothoff2017-06-02
|
* fix misc linker issuesChristian Grothoff2017-04-02
|
* migrating namecache to use SQ libChristian Grothoff2017-03-12
|
* enforce sequential test order (#4860)Christian Grothoff2017-02-21
|
* unset XDG environment variable during testcases, as they can screw things up ↵Christian Grothoff2017-01-27
| | | | badly
* fix #4653Christian Grothoff2016-09-16
|
* - fix rest pluginMartin Schanzenbach2016-06-18
|
* - remove HAVE_REST, remove json reference from restMartin Schanzenbach2016-05-05
|
* - Refactor jsonapi into separate moduleMartin Schanzenbach2016-05-02
|
* make some more use of libgnunetpqChristian Grothoff2016-02-06
|
* - fix invalid free in token rest, fix build bug, move rest up in dependancy listMartin Schanzenbach2015-09-14
|
* - fix install path for pluginsMartin Schanzenbach2015-09-14
|
* - revert plugin move. Add new identity-tokenMartin Schanzenbach2015-09-14
|
* - move rest plugins into rest directory where they belongMartin Schanzenbach2015-09-11
|
* - flat namestore plugin (experimental)Martin Schanzenbach2015-08-11
|
* - namestore restMartin Schanzenbach2015-04-01
|
* -bringing copyright tags up to FSF standardChristian Grothoff2015-02-07
|
* fixing parallel build, getting rid of useless _DEPENDENCIES declarationsChristian Grothoff2014-09-13
|
* More fixes for #3522Sree Harsha Totakura2014-08-14
|
* Include libpq-fe.h instead of postgres/libpq-fe.h.Sree Harsha Totakura2014-08-08
| | | | | Also add a macro for checking libpq from Autoconf macro archives.
* -comment out all of directives on testChristian Grothoff2014-04-08
|
* 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&#'
* -fixing 'make dist' issuesChristian Grothoff2013-12-12
|