aboutsummaryrefslogtreecommitdiffstats
path: root/test/rspamd_async_test.c
Commit message (Collapse)AuthorAgeFilesLines
* 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.