aboutsummaryrefslogtreecommitdiff
path: root/src/pt/Makefile.am
Commit message (Collapse)AuthorAge
* address Debian #758937: allow use of curl if it is really the gnutls version ↵Christian Grothoff2014-09-04
| | | | and libgnurl is unavailable
* Update all am filesBart Polot2014-05-07
|
* 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&#'
* -fix FTBFSChristian Grothoff2013-12-13
|
* -moving from libcurl to libgnurlChristian Grothoff2013-10-23
|
* -fix R-PI FTBFSChristian Grothoff2013-09-26
|
* do DNS exit lookup in DHTChristian Grothoff2013-09-21
|
* - replace deprecated INCLUDES with AM_CPPFLAGSFlorian Dold2013-09-16
|
* Make building gnunet-testing lib optional.David Barksdale2013-06-27
| | | | | This is all because emscripten doesn't have getaddrinfo.
* -duplicationChristian Grothoff2013-06-04
|
* -only run PT tests if we have libcurlChristian Grothoff2013-05-21
|
* extended the GNUNET_OS_check_helper_binary parameters to do previlege Christian Fuchs2013-04-15
| | | | | | | | | | | | | | checking in windows. To do so, tested binaries must still be supplied with valid commandline arguments, but on windows gnunet will utilize the -d flag to run the programs initialization phase or privileged operations only. In these modes, a program will not enter its mainloop or communicate with the outside. updated relevant function calls gnunet-wide to meet the extended function parameters.
* 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
* -onlu linuxMartin Schanzenbach2012-06-29
|
* -fixMartin Schanzenbach2012-06-27
|
* -fix orderMartin Schanzenbach2012-06-27
|
* -adding support for routing DNS requests via MESH to PT daemonChristian Grothoff2012-01-18
|
* -expanding draft codeChristian Grothoff2012-01-16
|
* -skeleton for new PT daemonChristian Grothoff2012-01-16