]> granicus.if.org Git - pdns/log
pdns
9 years agoMerge pull request #2182 from AdamMajer/master
Peter van Dijk [Fri, 13 Feb 2015 22:02:28 +0000 (23:02 +0100)]
Merge pull request #2182 from AdamMajer/master

Memory leak cleanup in unit tests thanks to valgrind

9 years agoMerge pull request #2213 from James-TR/patch-1
Peter van Dijk [Fri, 13 Feb 2015 22:01:27 +0000 (23:01 +0100)]
Merge pull request #2213 from James-TR/patch-1

Welcome to 2015

9 years agoMerge pull request #2229 from rubenk/make-rule-explicit
Peter van Dijk [Fri, 13 Feb 2015 21:15:30 +0000 (22:15 +0100)]
Merge pull request #2229 from rubenk/make-rule-explicit

Use an explit rule to turn ragel into C++

9 years agore-allow building without lua
Peter van Dijk [Fri, 13 Feb 2015 16:27:08 +0000 (17:27 +0100)]
re-allow building without lua

9 years agoMerge pull request #1471 from Habbie/luapolicy
Peter van Dijk [Fri, 13 Feb 2015 14:49:19 +0000 (15:49 +0100)]
Merge pull request #1471 from Habbie/luapolicy

initial implementation of Lua policy engine

9 years agoMerge work-in-progress Lua policy engine.
Peter van Dijk [Fri, 6 Jun 2014 10:43:27 +0000 (12:43 +0200)]
Merge work-in-progress Lua policy engine.

Some text from the Pull Request at the time of merge:

Should not break anything when not used; should not break anything when used
(assuming the loaded script is free of bugs). Example script may not be
entirely correct. Needs tests (dnsperf QPS is a fine KPI).

Run `git show <thiscommit> | grep FIXME` to see known issues.

Todo/evolution ideas:

Copy reload/unload behaviour from recursor (allow reloading different script,
don't replace running instance when loading fails due to syntax errors etc).
Related, make sure we do PASS when the police() call fails.

Add pdns-side metrics (drops/passes/truncates/lua errors) (probably some
actual breakage in the metrics area right now). Log (sample of) lua errors.

Call metrics() periodically (every second) and merge those into our own,
including carbon submission? Perhaps with incremental (number since last read)
vs. absolute flag (number since startup). If absolute, consider
'checkpointing' on script reload.

Call statsline() periodically (every X minutes) for a summary we can log?

Write wrapper (in Lua?) to allow loading policy scripts into recursor using
the hooks already present there (pre/postresolve).

Expose header/extra flags (RD, DO, etc.).

9 years agoUse an explit rule to turn ragel into C++
Ruben Kerkhof [Fri, 13 Feb 2015 13:30:55 +0000 (14:30 +0100)]
Use an explit rule to turn ragel into C++

The implicit rule causes Make to search for a .rl
file for each .cc file

9 years agoMerge pull request #2219 from mind04/mixed
Peter van Dijk [Fri, 13 Feb 2015 12:56:23 +0000 (13:56 +0100)]
Merge pull request #2219 from mind04/mixed

evaluate KSK ZSK pairs per algorithm

9 years agoMerge pull request #2222 from James-TR/pdnssec-doc-fix
Peter van Dijk [Fri, 13 Feb 2015 12:54:30 +0000 (13:54 +0100)]
Merge pull request #2222 from James-TR/pdnssec-doc-fix

Bring pdnssec algs inline with pdnssec source

9 years agoMerge pull request #2226 from rubenk/silence-scary-warning-in-configure-recursor
Peter van Dijk [Fri, 13 Feb 2015 12:53:43 +0000 (13:53 +0100)]
Merge pull request #2226 from rubenk/silence-scary-warning-in-configure-recursor

Silence warnings that always occur on FreeBSD

9 years agoMerge pull request #2228 from Habbie/fixsendmsg
Peter van Dijk [Fri, 13 Feb 2015 11:28:47 +0000 (12:28 +0100)]
Merge pull request #2228 from Habbie/fixsendmsg

make sure we never call sendmsg with msg_control!=NULL && msg_controllen>0

9 years agoadd recursor-test-freebsd script
Peter van Dijk [Fri, 13 Feb 2015 08:49:13 +0000 (09:49 +0100)]
add recursor-test-freebsd script

9 years agomake sure we never call sendmsg with msg_control!=NULL && msg_controllen>0. Fixes...
Peter van Dijk [Fri, 13 Feb 2015 08:29:00 +0000 (09:29 +0100)]
make sure we never call sendmsg with msg_control!=NULL && msg_controllen>0. Fixes #2227

9 years agoBring pdnssec algs inline with pdnssec source
James Taylor [Thu, 12 Feb 2015 22:03:16 +0000 (22:03 +0000)]
Bring pdnssec algs inline with pdnssec source

* Changed the algorithms to be inline with shorthand2algorithm()
  from pdns/pdnssec.c
* Might need to clarify what the other algorithms are, too

9 years agoSilence warnings that always occur on FreeBSD
Ruben Kerkhof [Thu, 12 Feb 2015 16:58:42 +0000 (17:58 +0100)]
Silence warnings that always occur on FreeBSD

9 years agofix mailman link, thanks @justinclift
Peter van Dijk [Thu, 12 Feb 2015 13:14:36 +0000 (14:14 +0100)]
fix mailman link, thanks @justinclift

9 years agoMerge pull request #2224 from arjenz/master
Peter van Dijk [Thu, 12 Feb 2015 12:33:27 +0000 (13:33 +0100)]
Merge pull request #2224 from arjenz/master

Fix typo

9 years agoFix typo
arjenz [Thu, 12 Feb 2015 12:31:32 +0000 (13:31 +0100)]
Fix typo

Fix a typo as noticed on http://blog.powerdns.com/2015/02/12/powerdns-recursor-3-7-1-released/

9 years agosecpoll for rec 3.7.1
Peter van Dijk [Thu, 12 Feb 2015 12:24:43 +0000 (13:24 +0100)]
secpoll for rec 3.7.1

9 years agodrop RC details
Peter van Dijk [Thu, 12 Feb 2015 11:36:59 +0000 (12:36 +0100)]
drop RC details

9 years ago3.7.1 changelog
Peter van Dijk [Thu, 12 Feb 2015 11:07:30 +0000 (12:07 +0100)]
3.7.1 changelog

9 years agoevaluate KSK ZSK pairs per algorithm
Kees Monshouwer [Wed, 11 Feb 2015 21:54:08 +0000 (22:54 +0100)]
evaluate KSK ZSK pairs per algorithm

9 years agoon Linux, SO_TIMESTAMP == SCM_TIMESTAMP, on at least FreeBSD, it is not, causing...
bert hubert [Wed, 11 Feb 2015 16:00:21 +0000 (17:00 +0100)]
on Linux, SO_TIMESTAMP == SCM_TIMESTAMP, on at least FreeBSD, it is not, causing us to miss harvesting the timestamp, and dropping all packets as too old. With this change, we don't drop if we can't find the timestamp, plus harvest it properly

9 years agoupdate release notes and documentation for 3.7.0
bert hubert [Wed, 11 Feb 2015 12:47:04 +0000 (13:47 +0100)]
update release notes and documentation for 3.7.0

9 years agosecpoll for 3.7.0
bert hubert [Wed, 11 Feb 2015 12:14:16 +0000 (13:14 +0100)]
secpoll for 3.7.0

9 years agoWelcome to 2015
James Taylor [Tue, 10 Feb 2015 08:47:57 +0000 (08:47 +0000)]
Welcome to 2015

* It's February! :D

9 years agoMemory leak cleanup in unit tests, thanks to valgrind
Adam Majer [Tue, 3 Feb 2015 16:53:45 +0000 (10:53 -0600)]
Memory leak cleanup in unit tests, thanks to valgrind

9 years agoMerge pull request #1997 from rubenk/fix-undef-warnings rec-3.7.0
Peter van Dijk [Mon, 9 Feb 2015 15:51:26 +0000 (16:51 +0100)]
Merge pull request #1997 from rubenk/fix-undef-warnings

Fix undef warnings

9 years agoFix a few warnings which show up with -Wundef
Ruben Kerkhof [Thu, 25 Dec 2014 13:24:47 +0000 (14:24 +0100)]
Fix a few warnings which show up with -Wundef

Also remove DARWIN, since OS X doesn't define that

9 years agoMerge pull request #2090 from rubenk/remove-commented-out-zone2ldap-from-spec
Peter van Dijk [Mon, 9 Feb 2015 14:22:54 +0000 (15:22 +0100)]
Merge pull request #2090 from rubenk/remove-commented-out-zone2ldap-from-spec

Remove commented out zone2ldap

9 years agoMerge pull request #2210 from shimmi2/master
Peter van Dijk [Mon, 9 Feb 2015 14:14:26 +0000 (15:14 +0100)]
Merge pull request #2210 from shimmi2/master

Update migration.md

9 years agoUpdate migration.md
shimmi2 [Mon, 9 Feb 2015 13:06:55 +0000 (14:06 +0100)]
Update migration.md

Updated link to wiki for easy reach scripts for migrating from MyDNS

9 years agoMerge pull request #2181 from mind04/api1
Peter van Dijk [Mon, 9 Feb 2015 12:22:22 +0000 (13:22 +0100)]
Merge pull request #2181 from mind04/api1

always set di.notified_serial in getAllDomains

9 years agoalways set di.notified_serial in getAllDomains
Kees Monshouwer [Tue, 3 Feb 2015 22:21:18 +0000 (23:21 +0100)]
always set di.notified_serial in getAllDomains

9 years agoMerge pull request #2170 from mind04/docker
Peter van Dijk [Mon, 9 Feb 2015 10:36:30 +0000 (11:36 +0100)]
Merge pull request #2170 from mind04/docker

update example in the Dockerfile for building the markdown docs

9 years agoMerge pull request #2184 from rubenk/fail-when-compiling-epollmplexer-fails
Peter van Dijk [Mon, 9 Feb 2015 10:35:59 +0000 (11:35 +0100)]
Merge pull request #2184 from rubenk/fail-when-compiling-epollmplexer-fails

Fail when compiling epollmplexer fails

9 years agoMerge pull request #2190 from rubenk/cp-dont-move-binaries
Peter van Dijk [Mon, 9 Feb 2015 10:35:53 +0000 (11:35 +0100)]
Merge pull request #2190 from rubenk/cp-dont-move-binaries

Copy the binaries during install, don't move them

9 years agoMerge pull request #2199 from rubenk/fix-building-with-boost-1.57
Peter van Dijk [Mon, 9 Feb 2015 10:35:38 +0000 (11:35 +0100)]
Merge pull request #2199 from rubenk/fix-building-with-boost-1.57

fix building with GCC 5

9 years agoMerge pull request #2200 from cmouse/add-newline-carbon-error
Peter van Dijk [Mon, 9 Feb 2015 09:44:47 +0000 (10:44 +0100)]
Merge pull request #2200 from cmouse/add-newline-carbon-error

Add newline to carbon error message on recursor

9 years agoMerge pull request #2201 from zeha/api-improvements
Peter van Dijk [Mon, 9 Feb 2015 09:44:35 +0000 (10:44 +0100)]
Merge pull request #2201 from zeha/api-improvements

Zone API improvements

9 years agoMerge pull request #2202 from zeha/docs
Peter van Dijk [Mon, 9 Feb 2015 09:44:23 +0000 (10:44 +0100)]
Merge pull request #2202 from zeha/docs

Documentation improvements

9 years agoMerge pull request #2205 from zeha/api-account2
Peter van Dijk [Mon, 9 Feb 2015 09:43:59 +0000 (10:43 +0100)]
Merge pull request #2205 from zeha/api-account2

API: move shared DomainInfo reader into it's own function

9 years agoMerge pull request #2208 from zeha/init-exec_prefix
Peter van Dijk [Mon, 9 Feb 2015 09:27:23 +0000 (10:27 +0100)]
Merge pull request #2208 from zeha/init-exec_prefix

Readd exec_prefix to pdns.init.in

9 years agofix building with GCC 5
Ruben Kerkhof [Fri, 6 Feb 2015 13:05:25 +0000 (14:05 +0100)]
fix building with GCC 5

Fix the following failure:
checking for Boost headers version >= 1.35.0... yes
checking for Boost's header version...
configure: error: invalid value: boost_major_version=

by updating boost.m4 to upstream commit af50806d657
from https://github.com/tsuna/boost.m4

Fixes #2198

9 years agoMerge pull request #2207 from zeha/api-account3
Peter van Dijk [Mon, 9 Feb 2015 08:18:55 +0000 (09:18 +0100)]
Merge pull request #2207 from zeha/api-account3

Fix goraclebackend after 2203 plus undo useless change

9 years agoReadd exec_prefix to pdns.init.in
Christian Hofstaedtler [Sun, 8 Feb 2015 20:50:20 +0000 (21:50 +0100)]
Readd exec_prefix to pdns.init.in

automake doesn't completely expand variables like @bindir@, so we need
to keep ${exec_prefix} in there.

9 years agoinsert-zone-query: Undo addition of account field
Christian Hofstaedtler [Sun, 8 Feb 2015 19:11:21 +0000 (20:11 +0100)]
insert-zone-query: Undo addition of account field

We don't actually need this, and we didn't bind any value to
:account.

9 years agoAdd account changes to goraclebackend
Christian Hofstaedtler [Sun, 8 Feb 2015 19:09:26 +0000 (20:09 +0100)]
Add account changes to goraclebackend

9 years agoAPI: move shared DomainInfo reader into it's own function
Christian Hofstaedtler [Sun, 8 Feb 2015 12:36:24 +0000 (13:36 +0100)]
API: move shared DomainInfo reader into it's own function

And test that listing zones also returns account now.

9 years agoMerge pull request #2203 from zeha/api-account
bert hubert [Sun, 8 Feb 2015 08:54:38 +0000 (09:54 +0100)]
Merge pull request #2203 from zeha/api-account

API: expose domains.account

9 years agoAdd newline to carbon error message on auth
Aki Tuomi [Sat, 7 Feb 2015 20:03:13 +0000 (22:03 +0200)]
Add newline to carbon error message on auth

9 years agoAPI: allow writing to domains.account field
Christian Hofstaedtler [Sat, 7 Feb 2015 14:20:42 +0000 (15:20 +0100)]
API: allow writing to domains.account field

9 years agoAPI: read and expose domain account field
Christian Hofstaedtler [Sat, 7 Feb 2015 14:01:26 +0000 (15:01 +0100)]
API: read and expose domain account field

9 years agodocs: Remove remains of gsqlite(2)
Christian Hofstaedtler [Sat, 7 Feb 2015 13:32:17 +0000 (14:32 +0100)]
docs: Remove remains of gsqlite(2)

It has been removed in 2012.

9 years agodocs: Improve third party names
Christian Hofstaedtler [Sat, 7 Feb 2015 13:27:15 +0000 (14:27 +0100)]
docs: Improve third party names

LUA -> Lua
PostGreSQL -> PostgreSQL
PgSQL -> PostgreSQL

Fixes #2131.

9 years agoAPI: be more strict when parsing record contents
Christian Hofstaedtler [Sat, 7 Feb 2015 12:58:08 +0000 (13:58 +0100)]
API: be more strict when parsing record contents

Fixes #2113.

9 years agoAPI: Reject unknown types (TYPE0)
Christian Hofstaedtler [Sat, 7 Feb 2015 12:38:33 +0000 (13:38 +0100)]
API: Reject unknown types (TYPE0)

Fixes #2130.

9 years agoAdd newline to carbon error message on recursor
Aki Tuomi [Sat, 7 Feb 2015 11:40:49 +0000 (13:40 +0200)]
Add newline to carbon error message on recursor

9 years agoadd getregisteredname() function for recursor Lua scripts
Peter van Dijk [Fri, 6 Feb 2015 15:24:32 +0000 (10:24 -0500)]
add getregisteredname() function for recursor Lua scripts

9 years agoturn off root-nx-trust by default, cleanups
bert hubert [Fri, 6 Feb 2015 08:10:35 +0000 (09:10 +0100)]
turn off root-nx-trust by default, cleanups

9 years agotrust root nxdomains
bert hubert [Thu, 5 Feb 2015 18:53:54 +0000 (19:53 +0100)]
trust root nxdomains

9 years agothrow AAAA records in the mix for resolution if we have them lying around, even if...
bert hubert [Thu, 5 Feb 2015 12:24:52 +0000 (13:24 +0100)]
throw AAAA records in the mix for resolution if we have them lying around, even if we already got a working A record

9 years agodates. they matter.
bert hubert [Wed, 4 Feb 2015 12:23:48 +0000 (13:23 +0100)]
dates. they matter.

9 years agoclarify booleans in our documentation, plus serve-rfc1918 correction.
bert hubert [Wed, 4 Feb 2015 12:03:05 +0000 (13:03 +0100)]
clarify booleans in our documentation, plus serve-rfc1918 correction.

9 years agosecpoll security status for 3.7.0-rc2
bert hubert [Wed, 4 Feb 2015 11:04:21 +0000 (12:04 +0100)]
secpoll security status for 3.7.0-rc2

9 years agoCopy the binaries during install, don't move them
Ruben Kerkhof [Wed, 4 Feb 2015 09:56:55 +0000 (10:56 +0100)]
Copy the binaries during install, don't move them

9 years agorc2 release notes
bert hubert [Wed, 4 Feb 2015 09:48:01 +0000 (10:48 +0100)]
rc2 release notes

9 years agoFail when compiling epollmplexer fails
Ruben Kerkhof [Wed, 4 Feb 2015 09:47:51 +0000 (10:47 +0100)]
Fail when compiling epollmplexer fails

9 years agofix up the wrong size of the 'remotes' ringbuffer with pdns-distributes-queries,... rec-3.7.0-rc2
bert hubert [Wed, 4 Feb 2015 08:55:13 +0000 (09:55 +0100)]
fix up the wrong size of the 'remotes' ringbuffer with pdns-distributes-queries, fix up finally the wrong sizing of caches in case of pdns-distributes-queries and slightly adjust the number of available filedescriptors based on reality. Thanks AJ ;-)

9 years agosecpoll zone soa update
bert hubert [Tue, 3 Feb 2015 22:05:18 +0000 (23:05 +0100)]
secpoll zone soa update

9 years agoscoped_array/scoped_ptr mistake, found by rubenk's address sanitizer check run
bert hubert [Tue, 3 Feb 2015 22:04:46 +0000 (23:04 +0100)]
scoped_array/scoped_ptr mistake, found by rubenk's address sanitizer check run

9 years agoMerge pull request #2175 from cmouse/set-ulimit-before-setuid
bert hubert [Tue, 3 Feb 2015 20:19:23 +0000 (21:19 +0100)]
Merge pull request #2175 from cmouse/set-ulimit-before-setuid

Try to raise open files before dropping privileges

9 years agoTry to raise open files before dropping privileges
Aki Tuomi [Tue, 3 Feb 2015 19:08:31 +0000 (21:08 +0200)]
Try to raise open files before dropping privileges

9 years agoMerge branch 'master' of github.com:PowerDNS/pdns
bert hubert [Tue, 3 Feb 2015 09:40:16 +0000 (10:40 +0100)]
Merge branch 'master' of github.com:PowerDNS/pdns

9 years agoclear up local socket in rec_control in case recursor is down, close #2061
bert hubert [Tue, 3 Feb 2015 09:39:40 +0000 (10:39 +0100)]
clear up local socket in rec_control in case recursor is down, close #2061

9 years agofinalize auth 3.4.2 docs
Peter van Dijk [Tue, 3 Feb 2015 09:21:12 +0000 (10:21 +0100)]
finalize auth 3.4.2 docs

9 years agoadd auth-3.4.2 to secpoll
Peter van Dijk [Tue, 3 Feb 2015 09:20:30 +0000 (10:20 +0100)]
add auth-3.4.2 to secpoll

9 years agoreinstate --loglevel=7 for access to DEBUG messages in recursor
bert hubert [Tue, 3 Feb 2015 09:17:13 +0000 (10:17 +0100)]
reinstate --loglevel=7 for access to DEBUG messages in recursor

9 years agoupdate example in the Dockerfile for building the markdown docs
Kees Monshouwer [Tue, 3 Feb 2015 07:55:44 +0000 (08:55 +0100)]
update example in the Dockerfile for building the markdown docs

9 years agoMerge pull request #2169 from mind04/upgrade
Peter van Dijk [Tue, 3 Feb 2015 07:29:21 +0000 (08:29 +0100)]
Merge pull request #2169 from mind04/upgrade

auth 3.4.0 - 3.4.2 upgrade notes

9 years agoauth 3.4.0 - 3.4.2 upgrade notes
Kees Monshouwer [Mon, 2 Feb 2015 17:09:48 +0000 (18:09 +0100)]
auth 3.4.0 - 3.4.2 upgrade notes

9 years agocleanup 3.4.2 log a bit; update to 0cdb3ab
Peter van Dijk [Mon, 2 Feb 2015 12:49:40 +0000 (13:49 +0100)]
cleanup 3.4.2 log a bit; update to 0cdb3ab

9 years agopartial, unclean 3.4.2 changelog, up to b4ec12d156404e239a1c356fc45de86c4a30fd60
Peter van Dijk [Mon, 2 Feb 2015 12:06:19 +0000 (13:06 +0100)]
partial, unclean 3.4.2 changelog, up to b4ec12d156404e239a1c356fc45de86c4a30fd60

9 years agotypo
Peter van Dijk [Mon, 2 Feb 2015 10:29:05 +0000 (11:29 +0100)]
typo

9 years agoMerge pull request #2144 from rubenk/distribute-effective_tld_names.dat
Peter van Dijk [Mon, 2 Feb 2015 07:30:44 +0000 (08:30 +0100)]
Merge pull request #2144 from rubenk/distribute-effective_tld_names.dat

Ship effective_tld_names.dat in tarball

9 years agoMerge pull request #2155 from cmouse/fix-issue-1984
Peter van Dijk [Mon, 2 Feb 2015 07:28:48 +0000 (08:28 +0100)]
Merge pull request #2155 from cmouse/fix-issue-1984

Implement CORS in WebServer, fixes #1984

9 years agoMerge pull request #2159 from zeha/markup
Peter van Dijk [Mon, 2 Feb 2015 07:27:29 +0000 (08:27 +0100)]
Merge pull request #2159 from zeha/markup

Markdownify regression-tests/README

9 years agoMarkdownify regression-tests/README
Christian Hofstaedtler [Sun, 1 Feb 2015 15:03:55 +0000 (16:03 +0100)]
Markdownify regression-tests/README

9 years agoRemove OPTIONS from webWrapper
Aki Tuomi [Sun, 1 Feb 2015 13:59:49 +0000 (15:59 +0200)]
Remove OPTIONS from webWrapper

9 years agoImplement CORS in WebServer, fixes #1984
Aki Tuomi [Fri, 30 Jan 2015 08:41:41 +0000 (10:41 +0200)]
Implement CORS in WebServer, fixes #1984

9 years agoMerge pull request #2153 from pieterlexis/fixChangelogJumble
Peter van Dijk [Sat, 31 Jan 2015 15:41:29 +0000 (16:41 +0100)]
Merge pull request #2153 from pieterlexis/fixChangelogJumble

Unjumble the changelog

9 years agounshare g_now between threads, it was causing weirdness. Again thanks to Winfried...
bert hubert [Fri, 30 Jan 2015 12:57:00 +0000 (13:57 +0100)]
unshare g_now between threads, it was causing weirdness. Again thanks to Winfried for great debugging & solution!

9 years agoUnjumble the changelog
Pieter Lexis [Thu, 29 Jan 2015 16:51:41 +0000 (17:51 +0100)]
Unjumble the changelog

9 years agoMerge pull request #2152 from rubenk/build-ports+devpoll-on-sunos
Peter van Dijk [Thu, 29 Jan 2015 16:05:00 +0000 (17:05 +0100)]
Merge pull request #2152 from rubenk/build-ports+devpoll-on-sunos

Build devpoll and ports mplexer in on Solaris

9 years agoMerge pull request #2148 from pieterlexis/documentRecursorSettings
Peter van Dijk [Thu, 29 Jan 2015 11:03:24 +0000 (12:03 +0100)]
Merge pull request #2148 from pieterlexis/documentRecursorSettings

Document all the recursor settings

9 years agoMerge pull request #2150 from rubenk/build-kqueue-multiplexer-on-freebsd
Peter van Dijk [Thu, 29 Jan 2015 11:02:34 +0000 (12:02 +0100)]
Merge pull request #2150 from rubenk/build-kqueue-multiplexer-on-freebsd

Build kqueue mplexer into recursor on FreeBSD

9 years agoMerge pull request #2149 from rubenk/pie-detector-test
Peter van Dijk [Wed, 28 Jan 2015 18:48:13 +0000 (19:48 +0100)]
Merge pull request #2149 from rubenk/pie-detector-test

Pie detector test

9 years agoBuild devpoll and ports mplexer in on Solaris
Ruben Kerkhof [Wed, 28 Jan 2015 18:19:40 +0000 (19:19 +0100)]
Build devpoll and ports mplexer in on Solaris

9 years agoMerge pull request #2146 from rubenk/autoconf-recursor
bert hubert [Wed, 28 Jan 2015 16:03:42 +0000 (17:03 +0100)]
Merge pull request #2146 from rubenk/autoconf-recursor

Only build epollmultiplexer on Linux

9 years agoBuild kqueue mplexer into recursor on FreeBSD
Ruben Kerkhof [Wed, 28 Jan 2015 09:22:41 +0000 (10:22 +0100)]
Build kqueue mplexer into recursor on FreeBSD