Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | plugins: Don't link with -rdynamic on Windows | Martin Willi | 2014-06-04 | 1 | -1/+1 |
| | |||||
* | automake: replace INCLUDES by AM_CPPFLAGS | Martin Willi | 2013-07-18 | 1 | -4/+5 |
| | | | | | | INCLUDES are now deprecated and throw warnings when using automake 1.13. We now also differentiate AM_CPPFLAGS and AM_CFLAGS, where includes and defines are passed to AM_CPPFLAGS only. | ||||
* | Moved configuration from resolver manager to unbound plugin | Andreas Steffen | 2013-02-19 | 1 | -1/+2 |
| | | | | Also streamlined log messages in unbound plugin. | ||||
* | unbound: Implemented resolver_response_t as unbound_response_t | Reto Guadagnini | 2013-02-19 | 1 | -1/+2 |
| | |||||
* | unbound: Implemented rr_t as unbound_rr_t | Reto Guadagnini | 2013-02-19 | 1 | -1/+3 |
| | |||||
* | Added unbound plugin implementing the resolver interface using libunbound | Reto Guadagnini | 2013-02-19 | 1 | -0/+16 |