aboutsummaryrefslogtreecommitdiff
path: root/src/dv/Makefile.am
Commit message (Collapse)AuthorAge
* unset XDG environment variable during testcases, as they can screw things up ↵Christian Grothoff2017-01-27
| | | | badly
* -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&#'
* Link dv transport to libgnunethelloLRN2014-01-14
|
* Link dv transport plugin to libgnunetats (for logging)LRN2013-12-04
|
* added templateMatthias Wachs2013-09-23
|
* - replace deprecated INCLUDES with AM_CPPFLAGSFlorian Dold2013-09-16
|
* -move dv API header to where it would typically belongChristian Grothoff2013-07-13
|
* Make building gnunet-testing lib optional.David Barksdale2013-06-27
| | | | | This is all because emscripten doesn't have getaddrinfo.
* -towards using SET api in DVChristian Grothoff2013-05-29
|
* -adding blacklist test to check that as wellChristian Grothoff2013-03-28
|
* -constChristian Grothoff2013-03-25
|
* -towards a DV testChristian Grothoff2013-03-18
|
* -enable DV status monitoringChristian Grothoff2013-03-18
|
* -more DV hackingChristian Grothoff2013-03-14
|
* -hacking on dvChristian Grothoff2013-03-12
|
* -adding missing extra_dist filesChristian Grothoff2012-10-31
|
* installing all service, daemon and helper binaries to lib/gnunet/libexec/; ↵Christian Grothoff2012-10-29
| | | | updating code to run binaries from new location, which is no longer in PATH
* commenting out dead testChristian Grothoff2012-09-09
|
* -LRN: fix dv test dependenciesChristian Grothoff2012-06-11
|
* change default configurations on systems with UNIX domain sockets to NOT ↵Christian Grothoff2012-01-13
| | | | specify any port for TCP-based IPC (and interpret that as no TCP-based IPC desired), as we can and want to use UNIX domain sockets in this case by default
* implementing #1747Christian Grothoff2011-11-03
|
* adding configure code for --enable-benchmarks, --enable-expensive-tests, ↵Christian Grothoff2011-06-10
| | | | some clean up
* linkChristian Grothoff2011-05-07
|
* transChristian Grothoff2011-02-23
|
* Patch by Marenz: Allow parallel build (make -j 2)Philipp Tölke2010-12-18
|
* the big core API/protocol change, breaks all testcases using core, since the ↵Christian Grothoff2010-11-13
| | | | code is still buggy
* broken stuffNathan S. Evans2010-09-02
|
* missing statistic includeNathan S. Evans2010-09-01
|
* fixes to buildChristian Grothoff2010-07-28
|
* clean up filesNathan S. Evans2010-06-17
|
* dv changes, still working out an issueNathan S. Evans2010-06-14
|
* moving closer towards a working dv implementationNathan S. Evans2010-05-12
|
* dv changes, closer to a working stateNathan S. Evans2010-04-01
|
* dv config files and fixesNathan S. Evans2010-03-11
|
* shell for dv plugin and service, not yet workingNathan S. Evans2010-03-11