index
:
nginx
master
nginx mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
os
/
unix
/
ngx_files.c
Commit message (
Expand
)
Author
Age
*
AIO operations now add timers (ticket #2162).
Maxim Dounin
2024-01-29
*
Cache: introduced min_free cache clearing.
Maxim Dounin
2020-06-22
*
Large block sizes on Linux are now ignored (ticket #1168).
Maxim Dounin
2020-06-22
*
Style.
Sergey Kandaurov
2017-08-09
*
Core: skip special buffers on writing (ticket #981).
Maxim Dounin
2016-05-31
*
Fixed logging.
Sergey Kandaurov
2016-03-31
*
Threads: offloading of temp files writing to thread pools.
Maxim Dounin
2016-03-18
*
Threads: task pointer stored in ngx_file_t.
Maxim Dounin
2016-03-18
*
Introduced the ngx_chain_to_iovec() function.
Valentin Bartenev
2016-03-03
*
Used the pwritev() syscall for writing files where possible.
Valentin Bartenev
2015-11-17
*
Moved file writev() handling code to a separate function.
Valentin Bartenev
2015-11-17
*
Handled EINTR from write() and pwrite() syscalls.
Valentin Bartenev
2015-11-17
*
Adjusted file->sys_offset after the write() syscall.
Valentin Bartenev
2015-11-17
*
Fixed building --with-debug, broken by 6fce16b1fc10.
Valentin Bartenev
2015-09-02
*
Writing to some file systems can be interrupted.
Valentin Bartenev
2015-09-02
*
Added support for offloading read() in thread pools.
Valentin Bartenev
2015-03-14
*
Core: removed GLOB_NOSORT glob option.
Maxim Dounin
2012-11-29
*
Core: fixed ngx_write_chain_to_file() with IOV_MAX reached.
Maxim Dounin
2012-11-26
*
Core: added debug logging of writev() in ngx_write_chain_to_file().
Maxim Dounin
2012-11-21
*
Explicitly ignore returned value from unlink() in ngx_open_tempfile().
Andrey Belov
2012-08-06
*
Made sure to initialize the entire "struct flock" allocated on stack.
Ruslan Ermilov
2012-07-03
*
Copyright updated.
Maxim Konovalov
2012-01-18
*
FreeBSD 10-current has recently gotten POSIX_FADV_* macros.
Maxim Konovalov
2011-11-18
*
Fixed another return in unix ngx_write_chain_to_file().
Maxim Dounin
2011-10-21
*
Fixed unix ngx_write_chain_to_file() to return total bytes written.
Maxim Dounin
2011-10-20
*
set current atime while setting mtime
Igor Sysoev
2011-02-11
*
fix ngx_write_file() buf
Igor Sysoev
2010-06-30
*
ngx_create_file_mapping()
Igor Sysoev
2010-06-29
*
fix posix_fadvise() error handling
Igor Sysoev
2009-11-15
*
export aio presence knowledge to prevent using "aio sendfile",
Igor Sysoev
2009-11-05
*
*) reset cached dirent.d_type after stat()
Igor Sysoev
2009-10-14
*
uniform ngx_directio_on/off() interface with other file functions
Igor Sysoev
2009-09-25
*
handle short pwrite() to log an error cause: ENOSPC, EDQUOT, or EFBIG
Igor Sysoev
2009-09-25
*
log file name for read/write errors
Igor Sysoev
2009-09-24
*
ngx_fs_bsize()
Igor Sysoev
2009-03-30
*
XFS on Linux does not set dirent.d_type,
Igor Sysoev
2009-03-06
*
disable directio for unaligned reads in Linux
Igor Sysoev
2008-09-12
*
*) autoconfigure struct dirent capabilities
Igor Sysoev
2008-09-05
*
fix build on Linux and Solaris introduced in r2200
Igor Sysoev
2008-08-26
*
fix building on FreeBSD prior to 4.8, it has no GLOB_NOMATCH
Igor Sysoev
2008-08-22
*
directio
Igor Sysoev
2008-07-30
*
ignore glob no match error
Igor Sysoev
2008-04-29
*
rename mode to access
Igor Sysoev
2007-01-18
*
fix building on Linux and Solaris
Igor Sysoev
2006-10-02
*
glob support in include
Igor Sysoev
2006-10-02
*
nginx-0.4.0-RELEASE import
release-0.4.0
Igor Sysoev
2006-08-30
*
nginx-0.3.38-RELEASE import
release-0.3.38
Igor Sysoev
2006-04-14
*
nginx-0.3.27-RELEASE import
release-0.3.27
Igor Sysoev
2006-02-08
*
nginx-0.3.10-RELEASE import
release-0.3.10
Igor Sysoev
2005-11-15
*
nginx-0.3.2-RELEASE import
release-0.3.2
Igor Sysoev
2005-10-12
[next]