aboutsummaryrefslogtreecommitdiff
path: root/src/dns/Makefile.am
Commit message (Collapse)AuthorAge
* 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&#'
* - replace deprecated INCLUDES with AM_CPPFLAGSFlorian Dold2013-09-16
|
* -eliminating duplicate struct definitionsChristian Grothoff2013-08-15
|
* remove DNS exit for mesh from gnunet-service-dnsChristian Grothoff2013-01-25
|
* -renaming testing-new.h to testing.h, bumping library versionsChristian Grothoff2012-12-21
|
* - dist fixBart Polot2012-11-05
|
* 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
* -adding libidn--towards fixing #2475Christian Grothoff2012-10-17
|
* Roll back r23388, fix it differentlyLRN2012-08-23
|
* Fix dns service dependenciesLRN2012-08-23
|
* refactoring dns service to take stub code into separate library for use in ↵Christian Grothoff2012-08-21
| | | | gns2dns proxy
* -fixing installation scripts for suid binariesChristian Grothoff2012-08-01
|
* Do not run install commands from makefiles directlyLRN2012-07-30
|
* -linux onlyChristian Grothoff2012-05-06
|
* -fixChristian Grothoff2012-03-01
|
* -fixChristian Grothoff2012-02-27
|
* -version bumps in anticipation of releaseChristian Grothoff2012-02-27
|
* -fixing source port randomization for DNS serviceChristian Grothoff2012-02-09
|
* -adding DNS exit-from-mesh functionality to gnunet-service-dnsChristian Grothoff2012-01-18
|
* -adding testcaseChristian Grothoff2012-01-17
|
* -move IPv4 header initialization to tun libraryChristian Grothoff2012-01-17
|
* -removing legacy dns/vpn/exit code and renaming -new versions to currentChristian Grothoff2012-01-15
|
* improving code and build system to be in line with gnunet access control ↵Christian Grothoff2012-01-13
| | | | model for services as described at https://gnunet.org/gnunet-access-control-model
* 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
* -fixChristian Grothoff2012-01-13
|
* -LRN add missing dependencyChristian Grothoff2012-01-09
|
* -adding tool to test dnsparser.cChristian Grothoff2012-01-05
|
* -bugfixesChristian Grothoff2012-01-04
|
* -misc DNS related bugfixesChristian Grothoff2012-01-03
|
* -starting with new DNS service codeChristian Grothoff2012-01-02
|
* -implementing new DNS client APIChristian Grothoff2012-01-02
|
* DNS helper for DNS redesignChristian Grothoff2012-01-02
|
* -moving dns plugin to dns directoryChristian Grothoff2012-01-02
|
* -small steps towards saner DNS APIChristian Grothoff2012-01-02
|
* -fixChristian Grothoff2012-01-02
|
* first quick hack to extract an initial DNS service APIChristian Grothoff2012-01-01
|
* -renameChristian Grothoff2012-01-01
|
* -moving DNS code into its own directoryChristian Grothoff2012-01-01