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