]> granicus.if.org Git - pdns/log
pdns
10 years agobought a book on Lua. Turns out I needed to learn a few things on scope ;-)
bert hubert [Fri, 2 Jan 2015 15:36:27 +0000 (16:36 +0100)]
bought a book on Lua. Turns out I needed to learn a few things on scope ;-)

10 years agoadd note about precompiled lua scripts
bert hubert [Fri, 2 Jan 2015 15:12:36 +0000 (16:12 +0100)]
add note about precompiled lua scripts

10 years agoMerge branch 'master' of github.com:PowerDNS/pdns
bert hubert [Fri, 2 Jan 2015 09:54:24 +0000 (10:54 +0100)]
Merge branch 'master' of github.com:PowerDNS/pdns

10 years agoimprove packet too short error message
bert hubert [Fri, 2 Jan 2015 09:54:08 +0000 (10:54 +0100)]
improve packet too short error message

10 years agoMerge pull request #2033 from rubenk/make-distcheck
Peter van Dijk [Thu, 1 Jan 2015 14:25:13 +0000 (15:25 +0100)]
Merge pull request #2033 from rubenk/make-distcheck

Fix header path during VPATH build

10 years agoFix header path during VPATH build
Ruben Kerkhof [Tue, 30 Dec 2014 22:35:20 +0000 (23:35 +0100)]
Fix header path during VPATH build

/bin/sh ../../libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H
-I. -I../../../modules/remotebackend -I../..  -I../.. -I../../..
-pthread -I/usr/include -I../../pdns/ext/rapidjson/include
-I../../../pdns/ext/yahttp -I../../../pdns/ext/polarssl/include/
-fPIE -DPIE -D_FORTIFY_SOURCE=2 --param ssp-buffer-size=4
-fstack-protector -Wall -g -O2 -c -o remotebackend.lo
../../../modules/remotebackend/remotebackend.cc
libtool: compile:  g++ -DHAVE_CONFIG_H -I.
-I../../../modules/remotebackend -I../.. -I../.. -I../../.. -pthread
-I/usr/include -I../../pdns/ext/rapidjson/include
-I../../../pdns/ext/yahttp -I../../../pdns/ext/polarssl/include/ -DPIE
-D_FORTIFY_SOURCE=2 --param ssp-buffer-size=4 -fstack-protector -Wall -g
-O2 -c ../../../modules/remotebackend/remotebackend.cc  -fPIC -DPIC -o
.libs/remotebackend.o
In file included from
../../../modules/remotebackend/remotebackend.hh:9:0,
                 from ../../../modules/remotebackend/remotebackend.cc:1:
../../../pdns/json.hh:27:32: fatal error: rapidjson/document.h: No such
file or directory
 #include "rapidjson/document.h"
                                ^
compilation terminated.

10 years agoMerge pull request #2023 from rubenk/travis-multiline
Peter van Dijk [Thu, 1 Jan 2015 14:22:57 +0000 (15:22 +0100)]
Merge pull request #2023 from rubenk/travis-multiline

Travis multiline

10 years agoBreak long lines into multiple lines
Ruben Kerkhof [Thu, 1 Jan 2015 12:51:25 +0000 (13:51 +0100)]
Break long lines into multiple lines

10 years agoMerge pull request #2027 from rubenk/fix-building-on-osx-again
Peter van Dijk [Thu, 1 Jan 2015 12:40:25 +0000 (13:40 +0100)]
Merge pull request #2027 from rubenk/fix-building-on-osx-again

Fix building tools on OSX

10 years agoMerge pull request #2028 from rubenk/vpath-build
Peter van Dijk [Thu, 1 Jan 2015 12:40:08 +0000 (13:40 +0100)]
Merge pull request #2028 from rubenk/vpath-build

Specify the correct location of the prerequisite

10 years agoMerge pull request #2032 from mind04/2015
Peter van Dijk [Thu, 1 Jan 2015 00:10:27 +0000 (01:10 +0100)]
Merge pull request #2032 from mind04/2015

happy new year :)

10 years agohappy new year :)
Kees Monshouwer [Wed, 31 Dec 2014 23:57:08 +0000 (00:57 +0100)]
happy new year :)

10 years agoforce PACKAGEVERSION to string in secpoll-recursor
Peter van Dijk [Wed, 31 Dec 2014 18:41:16 +0000 (18:41 +0000)]
force PACKAGEVERSION to string in secpoll-recursor

10 years agoforce PACKAGEVERSION to string, fixes #2030
Peter van Dijk [Wed, 31 Dec 2014 16:58:06 +0000 (16:58 +0000)]
force PACKAGEVERSION to string, fixes #2030

10 years agoattempt to remove pandoc dependency for "make install" from a dist tarball; @rubenk...
Peter van Dijk [Wed, 31 Dec 2014 13:48:44 +0000 (14:48 +0100)]
attempt to remove pandoc dependency for "make install" from a dist tarball; @rubenk should i use build_dir or something in that test -e?

10 years agoremove recursor manpages from auth dist
Peter van Dijk [Wed, 31 Dec 2014 11:50:30 +0000 (12:50 +0100)]
remove recursor manpages from auth dist

10 years agogenerate recursor manpages during dist-recursor; reverts & fixes 8045478dd4f548a76d72...
Peter van Dijk [Wed, 31 Dec 2014 11:46:57 +0000 (12:46 +0100)]
generate recursor manpages during dist-recursor; reverts & fixes 8045478dd4f548a76d72f948591d5fcdea4ff83d

10 years agoupdate more manpage sections
Peter van Dijk [Wed, 31 Dec 2014 11:07:54 +0000 (12:07 +0100)]
update more manpage sections

10 years agoMerge pull request #2029 from rubenk/only-create-manpages-if-we-have-pandoc
Peter van Dijk [Wed, 31 Dec 2014 10:07:29 +0000 (11:07 +0100)]
Merge pull request #2029 from rubenk/only-create-manpages-if-we-have-pandoc

Only build manpages if we have pandoc

10 years agoupdate debian rules for new manual sections
Peter van Dijk [Wed, 31 Dec 2014 10:05:43 +0000 (11:05 +0100)]
update debian rules for new manual sections

10 years agoupdate RPM spec for new manual sections
Peter van Dijk [Wed, 31 Dec 2014 10:04:17 +0000 (11:04 +0100)]
update RPM spec for new manual sections

10 years agodon't log BOOST_LDFLAGS as it no longer exists
Peter van Dijk [Wed, 31 Dec 2014 09:33:34 +0000 (10:33 +0100)]
don't log BOOST_LDFLAGS as it no longer exists

10 years agoremove BOOST_LDFLAGS; this reverts 5e71d414cfc63e0a84d0d34b81bd07950ba4db2c
Peter van Dijk [Wed, 31 Dec 2014 09:31:29 +0000 (10:31 +0100)]
remove BOOST_LDFLAGS; this reverts 5e71d414cfc63e0a84d0d34b81bd07950ba4db2c

10 years agoRevert "Use Boost macros from autoconf-archive"
Peter van Dijk [Wed, 31 Dec 2014 09:28:41 +0000 (10:28 +0100)]
Revert "Use Boost macros from autoconf-archive"

This reverts commit 39107229d77017ae3909a48332175f901d49e6e0.

Discussed with @rubenk. While a lot faster, the autoconf-archive
variant gives confusing errors when parts of Boost are missing,
and misses an rpath workaround for Solaris

10 years agoOnly build manpages if we have pandoc
Ruben Kerkhof [Tue, 30 Dec 2014 22:57:07 +0000 (23:57 +0100)]
Only build manpages if we have pandoc

10 years agoFix building tools on OSX
Ruben Kerkhof [Tue, 30 Dec 2014 21:50:12 +0000 (22:50 +0100)]
Fix building tools on OSX

Triggered by running ./configure --enable-tools

Turns the error

In file included from selectmplexer.cc:6:
In file included from ./syncres.hh:22:
In file included from ./mtasker.hh:26:
/usr/include/ucontext.h:43:2: error: The deprecated ucontext routines require _XOPEN_SOURCE to be defined
^
In file included from selectmplexer.cc:6:
In file included from ./syncres.hh:22:
In file included from ./mtasker.hh:113:
./mtasker.cc:272:3: error: use of undeclared identifier 'getcontext'
getcontext(uc);
^
2 errors generated.
make[4]: *** [selectmplexer.o] Error 1
make[3]: *** [all-recursive] Error 1
make[2]: *** [all] Error 2
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2

into a warning:

In file included from ./mtasker.hh:113:
./mtasker.cc:272:3: warning: 'getcontext' is deprecated: first deprecated in OS X 10.6 [-Wdeprecated-declarations]
  getcontext(uc);
  ^
/usr/include/ucontext.h:37:6: note: 'getcontext' has been explicitly marked deprecated here
int  getcontext(ucontext_t *) __OSX_AVAILABLE_BUT_DEPRECATED(__MAC_10_5, __MAC_10_6, __IPHONE_2_0, __IPHONE_2_0);
     ^
1 warning generated.

10 years agoSpecify the correct location of the prerequisite
Ruben Kerkhof [Tue, 30 Dec 2014 21:16:22 +0000 (22:16 +0100)]
Specify the correct location of the prerequisite

10 years agoREVERT ME: remove manpages from recursor dist
Peter van Dijk [Tue, 30 Dec 2014 14:56:38 +0000 (15:56 +0100)]
REVERT ME: remove manpages from recursor dist

10 years agoMerge pull request #2025 from rubenk/postgres-fix
Peter van Dijk [Mon, 29 Dec 2014 19:30:30 +0000 (20:30 +0100)]
Merge pull request #2025 from rubenk/postgres-fix

Fix semistatic building

10 years agoFix semistatic building
Ruben Kerkhof [Mon, 29 Dec 2014 16:10:32 +0000 (17:10 +0100)]
Fix semistatic building

5e71d414cfc6 added BOOST_LDFLAGS to the front of LDFLAGS.
A side effect of this change is that this adds -L/usr/lib
at the front of the linker search path, where normally it is last.

We then try to link to /usr/lib/libpq.a but that's a different version
than the one we need.

As a workaround place the BOOST_LDFLAGS after LDFLAGS. The correct fix
needs more thought.

10 years agoMerge pull request #2024 from rubenk/log-boost-flags
bert hubert [Mon, 29 Dec 2014 14:58:34 +0000 (15:58 +0100)]
Merge pull request #2024 from rubenk/log-boost-flags

Log the boost flags

10 years agoLog the boost flags
Ruben Kerkhof [Mon, 29 Dec 2014 14:55:42 +0000 (15:55 +0100)]
Log the boost flags

10 years agomake sure we have the manpages we need to ship for dist-recursor
bert hubert [Mon, 29 Dec 2014 14:54:59 +0000 (15:54 +0100)]
make sure we have the manpages we need to ship for dist-recursor

10 years agoremote html documentation from tarball for now
bert hubert [Mon, 29 Dec 2014 14:41:22 +0000 (15:41 +0100)]
remote html documentation from tarball for now

10 years agosee if this fixes package building..
bert hubert [Mon, 29 Dec 2014 14:16:20 +0000 (15:16 +0100)]
see if this fixes package building..

10 years agoremove 'bert hubert' from manpages
bert hubert [Mon, 29 Dec 2014 12:14:09 +0000 (13:14 +0100)]
remove 'bert hubert' from manpages

10 years agoMerge pull request #1995 from pieterlexis/makefile-to-autoconf
bert hubert [Mon, 29 Dec 2014 11:57:10 +0000 (12:57 +0100)]
Merge pull request #1995 from pieterlexis/makefile-to-autoconf

Port manpages to MarkDown and use autotools

10 years agoMove the /pdns/docs folder to /docs
Pieter Lexis [Tue, 2 Dec 2014 07:45:53 +0000 (08:45 +0100)]
Move the /pdns/docs folder to /docs

10 years agoPort manpages to MarkDown and use autotools
Pieter Lexis [Tue, 2 Dec 2014 07:45:53 +0000 (08:45 +0100)]
Port manpages to MarkDown and use autotools

Shout out to @rubenk for helping with autotools.

 * Add disable-dnssec to pdnssec docs (closes #641)
 * Make manpages consistent with eachother
 * Expanded missing options
 * Removed old manpages
 * Added --with-docs and --with-manpages configure switches
 * Build manpages and docs in travis.
 * Add both the built docs/manpages and sources to dist tarball
 * Build docs to pdsn/docs/html (instead of html-new)
 * Remove all references to asciidoc
 * Distribute both the source files and built docs + manpages in the
   tarball created with `make dist`
 * Move all manpages to section 1 (closes #1753)

10 years agoMerge pull request #2022 from rubenk/remove-unused-conditional-on-osx
bert hubert [Sun, 28 Dec 2014 20:02:11 +0000 (21:02 +0100)]
Merge pull request #2022 from rubenk/remove-unused-conditional-on-osx

Remove unused conditional on OS X

10 years agoMerge pull request #2017 from rubenk/show-configuration-summary
bert hubert [Sun, 28 Dec 2014 20:01:31 +0000 (21:01 +0100)]
Merge pull request #2017 from rubenk/show-configuration-summary

Show a few build options at end of ./configure

10 years agoMerge pull request #2014 from rubenk/bison
bert hubert [Sun, 28 Dec 2014 20:00:40 +0000 (21:00 +0100)]
Merge pull request #2014 from rubenk/bison

Check for bison instead of yacc

10 years agoMerge pull request #2011 from rubenk/cleanup-recursor-spec
bert hubert [Sun, 28 Dec 2014 19:59:57 +0000 (20:59 +0100)]
Merge pull request #2011 from rubenk/cleanup-recursor-spec

Cleanup recursor spec

10 years agoMerge pull request #2013 from rubenk/ragel
bert hubert [Sun, 28 Dec 2014 19:58:55 +0000 (20:58 +0100)]
Merge pull request #2013 from rubenk/ragel

Ragel

10 years agoRemove unused conditional on OS X
Ruben Kerkhof [Sun, 28 Dec 2014 18:11:51 +0000 (19:11 +0100)]
Remove unused conditional on OS X

10 years agoMerge pull request #2018 from rubenk/duplicate-include
bert hubert [Sun, 28 Dec 2014 14:35:09 +0000 (15:35 +0100)]
Merge pull request #2018 from rubenk/duplicate-include

Remove duplicate include

10 years agoprevent spurious recompilations to get the latest and greatest version string
bert hubert [Sun, 28 Dec 2014 13:39:28 +0000 (14:39 +0100)]
prevent spurious recompilations to get the latest and greatest version string

10 years agoShow a few build options at end of ./configure
Ruben Kerkhof [Sun, 28 Dec 2014 11:20:45 +0000 (12:20 +0100)]
Show a few build options at end of ./configure

configure:
configure: Configuration summary
configure: =====================
configure:
configure: Modules: bind gmysql geo random
configure: Dynamic Modules: pipe
configure:
configure: CC: gcc
configure: CXX: g++
configure: LD: /usr/bin/ld -m elf_x86_64
configure: CFLAGS: -fPIE -DPIE -D_FORTIFY_SOURCE=2 --param ssp-buffer-size=4 -fstack-protector -g -O2
configure: CPPFLAGS:
configure: CXXFLAGS: -fPIE -DPIE -D_FORTIFY_SOURCE=2 --param ssp-buffer-size=4 -fstack-protector -Wall -g -O2
configure: LDFLAGS: -Wl,-z -Wl,relro -Wl,-z -Wl,now -L/usr/lib64
configure:
configure: SQLite3 support: no
configure: Lua support: yes

10 years agoMerge pull request #2009 from rubenk/remove-unused-vars-from-init
bert hubert [Sat, 27 Dec 2014 19:34:59 +0000 (20:34 +0100)]
Merge pull request #2009 from rubenk/remove-unused-vars-from-init

Remove two unused variables from the init script

10 years agoCheck for bison instead of yacc
Ruben Kerkhof [Sat, 27 Dec 2014 17:11:55 +0000 (18:11 +0100)]
Check for bison instead of yacc

Bail out if we need it but can't find it.
Part of #774

10 years agoMerge pull request #2012 from rubenk/cycle-only-works-in-guardian-mode
bert hubert [Sat, 27 Dec 2014 16:32:47 +0000 (17:32 +0100)]
Merge pull request #2012 from rubenk/cycle-only-works-in-guardian-mode

pdns_control cycle only works in guardian mode

10 years agoRespect silent-rules
Ruben Kerkhof [Sat, 27 Dec 2014 15:56:42 +0000 (16:56 +0100)]
Respect silent-rules

10 years agoUse the ragel detected by configure
Ruben Kerkhof [Sat, 27 Dec 2014 15:55:59 +0000 (16:55 +0100)]
Use the ragel detected by configure

10 years agopdns_control cycle only works in guardian mode
Ruben Kerkhof [Sat, 27 Dec 2014 15:39:05 +0000 (16:39 +0100)]
pdns_control cycle only works in guardian mode

Fixes #483

10 years agoRemove duplicate include
Ruben Kerkhof [Sat, 27 Dec 2014 12:11:20 +0000 (13:11 +0100)]
Remove duplicate include

10 years agoUse consistent macro style
Ruben Kerkhof [Sat, 27 Dec 2014 11:58:59 +0000 (12:58 +0100)]
Use consistent macro style

10 years agoRemove obsolete option
Ruben Kerkhof [Sat, 27 Dec 2014 11:54:34 +0000 (12:54 +0100)]
Remove obsolete option

10 years agoReplace hardcoded paths with macros
Ruben Kerkhof [Sat, 27 Dec 2014 11:53:36 +0000 (12:53 +0100)]
Replace hardcoded paths with macros

10 years agoRemove unneccesary quotes
Ruben Kerkhof [Sat, 27 Dec 2014 11:52:24 +0000 (12:52 +0100)]
Remove unneccesary quotes

10 years agoCorrect license
Ruben Kerkhof [Sat, 27 Dec 2014 11:51:35 +0000 (12:51 +0100)]
Correct license

10 years agoRemove two unused variables from the init script
Ruben Kerkhof [Sat, 27 Dec 2014 11:15:20 +0000 (12:15 +0100)]
Remove two unused variables from the init script

10 years agoMerge branch 'master' of github.com:PowerDNS/pdns
bert hubert [Fri, 26 Dec 2014 21:17:41 +0000 (22:17 +0100)]
Merge branch 'master' of github.com:PowerDNS/pdns

10 years agoadd create-zone, load-zone and list-zone to pdnssec
bert hubert [Fri, 26 Dec 2014 21:17:25 +0000 (22:17 +0100)]
add create-zone, load-zone and list-zone to pdnssec

10 years agoMerge pull request #2001 from zeha/debian-versions
bert hubert [Fri, 26 Dec 2014 19:41:32 +0000 (20:41 +0100)]
Merge pull request #2001 from zeha/debian-versions

secpoll: Add Debian 3.4.1-4

10 years agoadd \n to error output on delete-zone
bert hubert [Fri, 26 Dec 2014 14:48:05 +0000 (15:48 +0100)]
add \n to error output on delete-zone

10 years agoMerge pull request #1996 from rubenk/use-boost-autoarchive-macros
bert hubert [Fri, 26 Dec 2014 14:43:58 +0000 (15:43 +0100)]
Merge pull request #1996 from rubenk/use-boost-autoarchive-macros

Use Boost macros from autoconf-archive

10 years agoaddress #2002 differently. Closes #2002.
bert hubert [Fri, 26 Dec 2014 14:19:23 +0000 (15:19 +0100)]
address #2002 differently. Closes #2002.

10 years agoAdd BOOST_LDFLAGS to LDFLAGS
Ruben Kerkhof [Fri, 26 Dec 2014 13:46:47 +0000 (14:46 +0100)]
Add BOOST_LDFLAGS to LDFLAGS

Fixes building on FreeBSD

10 years agoMerge pull request #2000 from rubenk/define-gnu-source-in-configure-ac
bert hubert [Fri, 26 Dec 2014 13:18:08 +0000 (14:18 +0100)]
Merge pull request #2000 from rubenk/define-gnu-source-in-configure-ac

Define _GNU_SOURCE in config.h

10 years agoAdd Debian 3.4.1-4
Christian Hofstaedtler [Fri, 26 Dec 2014 12:28:20 +0000 (13:28 +0100)]
Add Debian 3.4.1-4

10 years agoDefine _GNU_SOURCE in config.h
Ruben Kerkhof [Thu, 25 Dec 2014 22:42:01 +0000 (23:42 +0100)]
Define _GNU_SOURCE in config.h

Instead of passing it on the command line

10 years agoreplace dots in hostname by underscores for carbon reporting, and document this.
bert hubert [Thu, 25 Dec 2014 19:47:01 +0000 (20:47 +0100)]
replace dots in hostname by underscores for carbon reporting, and document this.

10 years agoMerge pull request #1994 from rubenk/add-sqlite3-to-travis
Peter van Dijk [Thu, 25 Dec 2014 12:58:37 +0000 (13:58 +0100)]
Merge pull request #1994 from rubenk/add-sqlite3-to-travis

Build with sqlite3 support

10 years agoUse Boost macros from autoconf-archive
Ruben Kerkhof [Thu, 25 Dec 2014 11:49:12 +0000 (12:49 +0100)]
Use Boost macros from autoconf-archive

Imported from upstream commit 5abd4cfbe611

This speeds up ./configure a lot on my system

time ./configure --enable-unit-tests --with-modules='remote' \
--with-dynmodules='' --disable-silent-rules \
--disable-dependency-tracking --enable-tools >/dev/null

Before:
real 0m30.989s
user 0m18.538s
sys 0m12.078s

After:
real 0m5.373s
user 0m3.073s
sys 0m2.529s

Fixes #890

10 years agoBuild with sqlite3 support
Ruben Kerkhof [Wed, 24 Dec 2014 23:34:50 +0000 (00:34 +0100)]
Build with sqlite3 support

10 years agoRevert "(Finally) move sqlite3 to separate checks" as suggested by @rubenk.
Peter van Dijk [Wed, 24 Dec 2014 23:02:16 +0000 (00:02 +0100)]
Revert "(Finally) move sqlite3 to separate checks" as suggested by @rubenk.

This reverts commit 01b94816efbc70f185c94202c6d1c9191cb916f4.

10 years agoMerge pull request #1989 from rubenk/more-autoconf-stuff
Peter van Dijk [Wed, 24 Dec 2014 22:48:51 +0000 (23:48 +0100)]
Merge pull request #1989 from rubenk/more-autoconf-stuff

More autoconf stuff

10 years agoMerge pull request #1959 from pieterlexis/cleanup-docs
Peter van Dijk [Wed, 24 Dec 2014 19:27:28 +0000 (20:27 +0100)]
Merge pull request #1959 from pieterlexis/cleanup-docs

Cleanup docs

10 years agoMerge pull request #1987 from rubenk/remove-unused-export
Peter van Dijk [Wed, 24 Dec 2014 19:26:22 +0000 (20:26 +0100)]
Merge pull request #1987 from rubenk/remove-unused-export

Remove unused export

10 years ago(Finally) move sqlite3 to separate checks
Ruben Kerkhof [Wed, 24 Dec 2014 18:42:56 +0000 (19:42 +0100)]
(Finally) move sqlite3 to separate checks

10 years agoAlways check for libsqlite3
Ruben Kerkhof [Wed, 24 Dec 2014 18:20:56 +0000 (19:20 +0100)]
Always check for libsqlite3

It can still be overridden by setting SQLITE3_LIBS
and SQLITE3_CFLAGS

10 years agoClarify error message
Ruben Kerkhof [Wed, 24 Dec 2014 18:17:54 +0000 (19:17 +0100)]
Clarify error message

10 years agoMerge pull request #1979 from rubenk/fix-hardcoded-cdb-lib
Peter van Dijk [Wed, 24 Dec 2014 18:09:16 +0000 (19:09 +0100)]
Merge pull request #1979 from rubenk/fix-hardcoded-cdb-lib

Don't hardcode cdb library

10 years agoMove define to the right place
Ruben Kerkhof [Wed, 24 Dec 2014 18:06:49 +0000 (19:06 +0100)]
Move define to the right place

10 years agoRemove redundant AC_SUBST
Ruben Kerkhof [Wed, 24 Dec 2014 17:57:22 +0000 (18:57 +0100)]
Remove redundant AC_SUBST

PKG_CHECK_MODULE already sets those

10 years agoCleanup sqlite3 check a bit
Ruben Kerkhof [Wed, 24 Dec 2014 17:52:50 +0000 (18:52 +0100)]
Cleanup sqlite3 check a bit

10 years agoLowercase shell variables
Ruben Kerkhof [Wed, 24 Dec 2014 17:38:24 +0000 (18:38 +0100)]
Lowercase shell variables

10 years agoKeep function checks together
Ruben Kerkhof [Wed, 24 Dec 2014 17:30:59 +0000 (18:30 +0100)]
Keep function checks together

10 years agoUse faster check
Ruben Kerkhof [Wed, 24 Dec 2014 17:23:20 +0000 (18:23 +0100)]
Use faster check

10 years agoRemove unused export
Ruben Kerkhof [Wed, 24 Dec 2014 17:13:06 +0000 (18:13 +0100)]
Remove unused export

10 years agoteach auth to report the linux udp no-port and udp receive and send errors for your...
bert hubert [Wed, 24 Dec 2014 15:36:14 +0000 (16:36 +0100)]
teach auth to report the linux udp no-port and udp receive and send errors for your plotting pleasures, freebsd equivalent welcome

10 years agoMerge pull request #1980 from cmouse/update-yahttp-20141223
Peter van Dijk [Wed, 24 Dec 2014 15:14:02 +0000 (16:14 +0100)]
Merge pull request #1980 from cmouse/update-yahttp-20141223

Sync with upstream

10 years agoFix the travis build
Pieter Lexis [Sat, 20 Dec 2014 14:48:30 +0000 (15:48 +0100)]
Fix the travis build

10 years agoMove WIP docs to WIP dir
Pieter Lexis [Wed, 17 Dec 2014 18:35:53 +0000 (19:35 +0100)]
Move WIP docs to WIP dir

10 years agoAdd a work in progress docs directory
Pieter Lexis [Tue, 16 Dec 2014 07:34:07 +0000 (08:34 +0100)]
Add a work in progress docs directory

Should be used for stuff that has been designed, but not fully
implemented or is being debated

10 years agoRemove the old XML documentation and related files
Pieter Lexis [Tue, 16 Dec 2014 07:33:37 +0000 (08:33 +0100)]
Remove the old XML documentation and related files

10 years agoFix typo
Pieter Lexis [Wed, 10 Dec 2014 18:31:33 +0000 (19:31 +0100)]
Fix typo

10 years ago.sgml begone!
Pieter Lexis [Wed, 10 Dec 2014 18:25:02 +0000 (19:25 +0100)]
.sgml begone!

10 years agoRemove a merged page
Pieter Lexis [Wed, 10 Dec 2014 18:23:26 +0000 (19:23 +0100)]
Remove a merged page

10 years agoMerge pull request #1972 from pieterlexis/issue-1446
Peter van Dijk [Wed, 24 Dec 2014 14:29:07 +0000 (15:29 +0100)]
Merge pull request #1972 from pieterlexis/issue-1446

Document compiling PowerDNS a bit more