summaryrefslogtreecommitdiffhomepage
path: root/src/os/unix/ngx_file_aio_read.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-01-28Fixed portability issues with union sigval.Sergey Kandaurov1-1/+1
2016-03-31Fixed logging.Sergey Kandaurov1-1/+1
2015-02-11Refactored sendfile() AIO preload.Valentin Bartenev1-17/+25
2012-01-30Fixed AIO error handling on FreeBSD.Maxim Dounin1-18/+9
2012-01-18Copyright updated.Maxim Konovalov1-0/+1
2011-09-19Replaced "can not" with "cannot" and "could not" in a bunch of places.Ruslan Ermilov1-1/+1
2011-09-05Bugfix: open_file_cache lost is_directio flag.Maxim Dounin1-0/+3
2009-11-05export aio presence knowledge to prevent using "aio sendfile",Igor Sysoev1-6/+5
2009-08-30aio sendfileIgor Sysoev1-1/+5
2009-08-28FreeBSD and Linux AIO supportIgor Sysoev1-0/+210