aboutsummaryrefslogtreecommitdiffstats
path: root/test/rspamd_dns_test.c
Commit message (Collapse)AuthorAgeFilesLines
* [Project] Support mempool flagsVsevolod Stakhov2019-12-231-2/+2
|
* [Test] Fix functional testsVsevolod Stakhov2019-06-221-8/+4
|
* [Project] First refactoring step libevent->libevVsevolod Stakhov2019-06-221-1/+1
|
* [Project] Rename events.hVsevolod Stakhov2019-06-221-1/+1
|
* [Minor] Refactor DNS resolver invocationsVsevolod Stakhov2019-04-111-9/+10
|
* Rename main.h and main.c to `rspamd.X`Vsevolod Stakhov2015-09-221-1/+1
|
* Add tags to rspamd_mempool.Vsevolod Stakhov2015-08-271-2/+2
|
* Refactor events API.Vsevolod Stakhov2015-05-261-1/+1
|
* Restore testing framework.Vsevolod Stakhov2014-09-121-59/+56
|
* Refactor config API.Vsevolod Stakhov2014-04-301-3/+3
|
* Refactor memory pool naming.Vsevolod Stakhov2014-04-201-3/+3
|
* Fix asynchronous IO API.Vsevolod Stakhov2012-03-011-2/+4
| | | | Write test case for aio.
* Separate librspamdserver API from plugins and workers functions.Vsevolod Stakhov2012-03-011-3/+6
| | | | Make tests compileable again.
* * Rework build process:Vsevolod Stakhov2011-05-101-0/+1
| | | | | | | | | | - add librspamdserver - link this library to all daemons and utils of rspamd - use subdirectories more often * Rework global variables logic - move them to the main process * Fix logging to handle utf-8 correctly * Add statshow utility and make it working * Move printf functions to separate source file
* * Fix some problems with TXT recordsVsevolod Stakhov2010-07-131-0/+2
| | | | * Try to fix removing of DNS events
* * Make SURBL module to use rspamd dns moduleVsevolod Stakhov2010-07-091-1/+1
| | | | * Several fixes to DNS logic
* * Add support for parsing SPF and SRV recordsVsevolod Stakhov2010-07-091-2/+13
| | | | | * Fix PTR parsing * Add tests
* * Forgotten in previous commitVsevolod Stakhov2010-07-081-0/+91