aboutsummaryrefslogtreecommitdiffstats
path: root/src/aio_event.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix portability on Solaris.Vsevolod Stakhov2013-06-201-1/+1
|
* Allow rspamd dispatcher code to process half-closed connections.Vsevolod Stakhov2012-04-201-1/+1
|
* Use guint64 for all IO operations.Vsevolod Stakhov2012-03-291-3/+3
|
* Use 64 bit offset while compiled in 32 bit mode.Vsevolod Stakhov2012-03-271-2/+10
|
* Allow multiply aio requests in flight.Vsevolod Stakhov2012-03-161-22/+11
|
* Fix stupid error in aio_write.Vsevolod Stakhov2012-03-151-0/+3
|
* Cleanup callback's data for aio.Vsevolod Stakhov2012-03-131-0/+1
|
* Aio context must be long not int.Vsevolod Stakhov2012-03-111-9/+27
| | | | O_DIRECT on linux requires strict memory alignment.
* Add offset support to aio operations.Vsevolod Stakhov2012-03-111-16/+22
|
* Fix aio syscall numbers for x86_64 platform.Vsevolod Stakhov2012-03-061-5/+21
|
* Fix asynchronous IO API.Vsevolod Stakhov2012-03-011-39/+63
| | | | Write test case for aio.
* * Add AIO framework for linux io(3) interface.Vsevolod Stakhov2012-01-161-0/+414