aboutsummaryrefslogtreecommitdiffstats
path: root/test/rspamd_async_test.c
Commit message (Collapse)AuthorAgeFilesLines
* [Test] Fix functional testsVsevolod Stakhov2019-06-221-80/+0
|
* [Project] First refactoring step libevent->libevVsevolod Stakhov2019-06-221-1/+1
|
* Switch the rest to apache 2Vsevolod Stakhov2016-02-041-20/+12
|
* Reorganize includes to reduce namespace pollution.Vsevolod Stakhov2015-10-081-3/+1
|
* Rename main.h and main.c to `rspamd.X`Vsevolod Stakhov2015-09-221-1/+1
|
* Aio context must be long not int.Vsevolod Stakhov2012-03-111-5/+8
| | | | O_DIRECT on linux requires strict memory alignment.
* Fix asynchronous IO API.Vsevolod Stakhov2012-03-011-0/+87
Write test case for aio.