Welcome to mirror list, hosted at ThFree Co, Russian Federation.

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