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
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
2015-06-16Core: added support for writing to stdout.Vladimir Homutov
2015-03-14Added support for offloading read() in thread pools.Valentin Bartenev
2015-02-11Refactored sendfile() AIO preload.Valentin Bartenev
2014-03-31Added #ifndef around NGX_HAVE_CASELESS_FILESYSTEM define.Maxim Dounin
2013-09-23Added ngx_filename_cmp() with "/" sorted to the left.Maxim Dounin
2013-09-02Disable symlinks: use O_PATH to open path components.Valentin Bartenev
2013-07-05Make macros safe.Gleb Smirnoff
2012-03-27Fixed unconditional MAX_PATH usage (ticket #22).Maxim Dounin
2012-02-28Workaround for fs_size on ZFS (ticket #46).Maxim Dounin
2012-02-21Disable symlinks: use O_SEARCH|O_DIRECTORY to open path components.Valentin Bartenev
2012-02-20Disable symlinks: added explicit cast of AT_FDCWD (ticket #111).Maxim Dounin
2012-02-13Added openat()/fstatat().Andrey Belov
2012-01-18Copyright updated.Maxim Konovalov
2011-11-14Introduction of simple ngx_write_stderr() instead of ngx_log_stderr()Igor Sysoev
2011-07-24elimination of reading cache files by cache loaderIgor Sysoev
2011-04-22Use more precise stat.st_blocks to account cache size on UnixIgor Sysoev
2010-06-29ngx_create_file_mapping()Igor Sysoev
2010-04-22use lstat() for WebDAV DELETE, COPY, and MOVE to handle symlinksIgor Sysoev
2010-04-21use non-blocking open() not to hang on FIFO files, etc.Igor Sysoev
2009-11-15fix posix_fadvise() error handlingIgor Sysoev
2009-11-05export aio presence knowledge to prevent using "aio sendfile",Igor Sysoev
2009-11-03fix "if (!-x ...)"Igor Sysoev
2009-10-14*) reset cached dirent.d_type after stat()Igor Sysoev
2009-09-30read_aheadIgor Sysoev
2009-08-28FreeBSD and Linux AIO supportIgor Sysoev
2009-06-11style fixIgor Sysoev
2009-04-28introduce ngx_write_console() to support OEM code pagesIgor Sysoev
2009-04-27-p and --prefix=Igor Sysoev
2009-04-23ngx_path_separator()Igor Sysoev
2009-04-23issue start up errors and warning on both stderr and error_logIgor Sysoev
2009-04-08adopt NGX_FILE_TRUNCATE for win32Igor Sysoev
2009-03-31Win32 appends synchronized if only FILE_APPEND_DATA and SYNCHRONIZE are setIgor Sysoev
2009-03-30ngx_fs_bsize()Igor Sysoev
2009-03-23a prelimiary proxy cache supportIgor Sysoev
2009-03-06XFS on Linux does not set dirent.d_type,Igor Sysoev
2008-11-11compatibility with glibc 2.3, warn_unused_result attribute for write()Igor Sysoev
2008-09-27$realpath_rootIgor Sysoev
2008-09-12disable directio for unaligned reads in LinuxIgor Sysoev
2008-09-05*) autoconfigure struct dirent capabilitiesIgor Sysoev
2008-09-05style fixIgor Sysoev
2008-08-16fix log messageIgor Sysoev
2008-08-04Solaris directio()Igor Sysoev
2008-07-30directioIgor Sysoev
2008-07-29case insensitive file system location support provided by locale onlyIgor Sysoev
2008-04-29ignore glob no match errorIgor Sysoev
2008-04-24Cygwin O_BINARY modeIgor Sysoev
2007-01-29use ngx_dir_access() to enable search bits for directoryIgor Sysoev
2007-01-18ngx_read_fd()Igor Sysoev