summaryrefslogtreecommitdiffhomepage
path: root/src/os/unix/ngx_files.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-08-09Style.Sergey Kandaurov1-0/+1
2016-05-31Core: skip special buffers on writing (ticket #981).Maxim Dounin1-0/+5
2016-03-31Fixed logging.Sergey Kandaurov1-1/+1
2016-03-18Threads: offloading of temp files writing to thread pools.Maxim Dounin1-14/+152
2016-03-18Threads: task pointer stored in ngx_file_t.Maxim Dounin1-4/+4
2016-03-03Introduced the ngx_chain_to_iovec() function.Valentin Bartenev1-50/+60
2015-11-17Used the pwritev() syscall for writing files where possible.Valentin Bartenev1-3/+35
2015-11-17Moved file writev() handling code to a separate function.Valentin Bartenev1-32/+51
2015-11-17Handled EINTR from write() and pwrite() syscalls.Valentin Bartenev1-3/+20
2015-11-17Adjusted file->sys_offset after the write() syscall.Valentin Bartenev1-0/+1
2015-09-02Fixed building --with-debug, broken by 6fce16b1fc10.Valentin Bartenev1-1/+1
2015-09-02Writing to some file systems can be interrupted.Valentin Bartenev1-1/+12
2015-03-14Added support for offloading read() in thread pools.Valentin Bartenev1-0/+109
2012-11-29Core: removed GLOB_NOSORT glob option.Maxim Dounin1-1/+1
2012-11-26Core: fixed ngx_write_chain_to_file() with IOV_MAX reached.Maxim Dounin1-0/+1
2012-11-21Core: added debug logging of writev() in ngx_write_chain_to_file().Maxim Dounin1-0/+3
2012-08-06Explicitly ignore returned value from unlink() in ngx_open_tempfile().Andrey Belov1-1/+1
2012-07-03Made sure to initialize the entire "struct flock" allocated on stack.Ruslan Ermilov1-9/+3
2012-01-18Copyright updated.Maxim Konovalov1-0/+1
2011-11-18FreeBSD 10-current has recently gotten POSIX_FADV_* macros.Maxim Konovalov1-1/+1
2011-10-21Fixed another return in unix ngx_write_chain_to_file().Maxim Dounin1-2/+9
2011-10-20Fixed unix ngx_write_chain_to_file() to return total bytes written.Maxim Dounin1-2/+5
2011-02-11set current atime while setting mtimeIgor Sysoev1-1/+1
2010-06-30fix ngx_write_file() bufIgor Sysoev1-2/+2
2010-06-29ngx_create_file_mapping()Igor Sysoev1-0/+52
2009-11-15fix posix_fadvise() error handlingIgor Sysoev1-0/+20
2009-11-05export aio presence knowledge to prevent using "aio sendfile",Igor Sysoev1-0/+7
2009-10-14*) reset cached dirent.d_type after stat()Igor Sysoev1-2/+1
2009-09-25uniform ngx_directio_on/off() interface with other file functionsIgor Sysoev1-2/+2
2009-09-25handle short pwrite() to log an error cause: ENOSPC, EDQUOT, or EFBIGIgor Sysoev1-29/+33
2009-09-24log file name for read/write errorsIgor Sysoev1-11/+19
2009-03-30ngx_fs_bsize()Igor Sysoev1-0/+47
2009-03-06XFS on Linux does not set dirent.d_type,Igor Sysoev1-5/+3
2008-09-12disable directio for unaligned reads in LinuxIgor Sysoev1-1/+16
2008-09-05*) autoconfigure struct dirent capabilitiesIgor Sysoev1-0/+21
2008-08-26fix build on Linux and Solaris introduced in r2200Igor Sysoev1-1/+9
2008-08-22fix building on FreeBSD prior to 4.8, it has no GLOB_NOMATCHIgor Sysoev1-1/+5
2008-07-30directioIgor Sysoev1-0/+19
2008-04-29ignore glob no match errorIgor Sysoev1-1/+9
2007-01-18rename mode to accessIgor Sysoev1-2/+3
2006-10-02fix building on Linux and SolarisIgor Sysoev1-2/+2
2006-10-02glob support in includeIgor Sysoev1-0/+34
2006-08-30nginx-0.4.0-RELEASE importrelease-0.4.0Igor Sysoev1-0/+18
2006-04-14nginx-0.3.38-RELEASE importrelease-0.3.38Igor Sysoev1-2/+2
2006-02-08nginx-0.3.27-RELEASE importrelease-0.3.27Igor Sysoev1-31/+30
2005-11-15nginx-0.3.10-RELEASE importrelease-0.3.10Igor Sysoev1-1/+1
2005-10-12nginx-0.3.2-RELEASE importrelease-0.3.2Igor Sysoev1-8/+71
2005-03-19nginx-0.1.25-RELEASE importrelease-0.1.25Igor Sysoev1-2/+2
2004-11-25nginx-0.1.9-RELEASE importrelease-0.1.9Igor Sysoev1-2/+2
2004-11-20nginx-0.1.8-RELEASE importrelease-0.1.8Igor Sysoev1-2/+2