aboutsummaryrefslogtreecommitdiff
path: root/src/dht/Makefile.am
Commit message (Collapse)AuthorAge
* consider HELLOs also from PUTs, remove exact duplicates even if block type ↵Christian Grothoff2022-03-12
| | | | is unknown
* -fix dist buildMartin Schanzenbach2022-03-08
|
* -hack up GET/PUT signatures, still broken by designChristian Grothoff2022-02-26
|
* -add scripts to deploy DHT tests with DHTUChristian Grothoff2022-02-19
|
* -DHT: add gnunet-dht-hello for bootstrappingChristian Grothoff2022-02-19
|
* -more work on DHTU integrationChristian Grothoff2022-02-19
|
* first steps towards usable dhtuChristian Grothoff2022-02-19
|
* -DHT: add path signature verification logic; tests pass, but logic remains deadChristian Grothoff2022-01-10
|
* BUILD: Remove --disable-testing. Issue #7033Martin Schanzenbach2021-10-11
|
* add dependency libThien-Thi Nguyen2021-07-29
| | | | | * src/dht/Makefile.am (gnunet_dht_profiler_LDADD): Add dependency on '$(top_builddir)/src/testing/libgnunettesting.la'.
* rewrite sed logic used in Makefiles and move into dosubst awk script.ng02019-12-02
| | | | | | | | | include 'bin' and its files in dist files, this is where dosubst is located. While the invocation (passing of the variables) is not optimal (yet, will be changed), this will in the end allow sharing code between Makefiles better, and maybe drop sed usage in the future.
* add $(GN_LIBINTL) to Makefile.am (fixes 0005902)xrs2019-11-08
|
* follow-up to win32 removal.ng02019-10-25
|
* 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.
* dist test_dht_tools.confChristian Grothoff2018-01-14
|
* fix more 'make dist' issuesChristian Grothoff2018-01-02
|
* Use Suffix Extensions in Makefiles (doc, ↵ng02017-10-17
| | | | src/{arm,dht,integration,statistics}) for improved portability.
* dht: install cli clientsDaniel Golle2017-06-24
|
* get rid of non-working, non-maintained experimental alternative DHTsChristian Grothoff2017-02-26
|
* clean up new block logic, avoid direct linkage against blockgroup lib from ↵Christian Grothoff2017-02-22
| | | | DHT service
* completed big block refactoring in preparation for SET-BLOCK integrationChristian Grothoff2017-02-20
|
* first half of new BLOCK API to generalize duplicate detection beyond BFsChristian Grothoff2017-02-20
|
* set PATH during testcaseChristian Grothoff2017-02-02
|
* unset XDG environment variable during testcases, as they can screw things up ↵Christian Grothoff2017-01-27
| | | | badly
* don't attempt to build dht-profiler if testing is disabledDaniel Golle2017-01-10
|
* -migrating wdht to new service APIChristian Grothoff2016-09-26
|
* porting xdht to new service API, major code de-duplication effortChristian Grothoff2016-09-26
|
* refactor DHT for new service APIChristian Grothoff2016-09-26
|
* convert DHT API to new MQ APIChristian Grothoff2016-06-23
|
* -noinst-ing non-functional binaries/libraries that just exist as ↵Christian Grothoff2015-06-02
| | | | examples/templates
* -fix ftbfs issuesChristian Grothoff2015-04-29
|
* -work around ftbfsChristian Grothoff2015-04-27
|
* -fix FTBFS from wdhtChristian Grothoff2015-04-27
|
* -also don't need xdht routing subsystem for wdhtChristian Grothoff2015-04-27
|
* eliminating dead HELLO logic, not needed for x-vine/whanauChristian Grothoff2015-04-27
|
* starting with whanuChristian Grothoff2015-04-27
|
* Adding files for whanau.Arthur Dewarumez2015-04-27
|
* -bringing copyright tags up to FSF standardChristian Grothoff2015-02-07
|
* fixing parallel build, getting rid of useless _DEPENDENCIES declarationsChristian Grothoff2014-09-13
|
* Removing r5n profiler, using the same profiler for both x-vine and r5nSupriti Singh2014-09-05
|
* - Adding r5n profiler.Supriti Singh2014-08-25
| | | | | | | - Changes in makefile for r5n profiler - Correctly adding the trail in add_trail - Passing correct trail id in PUT message routing lookup
* Add DHT profiler.Sree Harsha Totakura2014-06-20
|
* 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&#'
* -template for supriti/xvineChristian Grothoff2013-12-05
|
* -getting rid of some warningsChristian Grothoff2013-10-30
|
* - replace deprecated INCLUDES with AM_CPPFLAGSFlorian Dold2013-09-16
|
* -only run python tests if we have pythonChristian Grothoff2013-08-25
|
* Make building gnunet-testing lib optional.David Barksdale2013-06-27
| | | | | This is all because emscripten doesn't have getaddrinfo.