aboutsummaryrefslogtreecommitdiff
path: root/src/pt/Makefile.am
Commit message (Collapse)AuthorAge
* BUILD: Remove --disable-testing. Issue #7033Martin Schanzenbach2021-10-11
|
* deps are now required, no need for definesMartin Schanzenbach2020-05-17
|
* 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
|
* build fixesChristian Grothoff2018-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
|
* rename libgnunetcadetnew -> libgnunetcadetChristian Grothoff2017-03-13
|
* converting 'pt' to new CADET API, not tested/testable, as exit/vpn are not ↵Christian Grothoff2017-02-22
| | | | converted yet
* unset XDG environment variable during testcases, as they can screw things up ↵Christian Grothoff2017-01-27
| | | | badly
* -comments, doxygen, indentation, style fixes, working on test_gns_vpnChristian Grothoff2015-05-25
|
* -bringing copyright tags up to FSF standardChristian Grothoff2015-02-07
|
* 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