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
2020-06-22Cache: introduced min_free cache clearing.Maxim Dounin
2018-12-24Win32: removed NGX_DIR_MASK concept.Maxim Dounin
2015-06-16Core: added support for writing to stdout.Vladimir Homutov
2014-07-05Win32: ngx_open_dir() and ngx_close_dir() fixes.Maxim Dounin
2013-09-23Added ngx_filename_cmp() with "/" sorted to the left.Maxim Dounin
2012-03-28Fixed win32 build after realpath changes in r4559.Maxim Dounin
2012-03-27Fixed unconditional MAX_PATH usage (ticket #22).Maxim Dounin
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-12-15fix Win32 error messages when an temporary file replaces an existent file:Igor Sysoev
2009-10-14*) reset cached dirent.d_type after stat()Igor Sysoev
2009-09-30read_aheadIgor Sysoev
2009-07-14use caseless regex locations on caseless filesystems: MacOSX, Win32, CygwinIgor 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-08delete win32 ngx_file_append_mode() as we use reliableIgor Sysoev
2009-04-08adopt NGX_FILE_TRUNCATE for win32Igor Sysoev
2009-03-30win32 ngx_open_file() supports utf8 names and NGX_FILE_APPENDIgor Sysoev
2009-03-30ngx_fs_bsize()Igor Sysoev
2009-03-23a prelimiary proxy cache supportIgor Sysoev
2009-01-21fix win32 ngx_is_dir(), etcIgor 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-04fix building by msvc8 introduced in r2127Igor Sysoev
2008-08-04fix building by bcc broken in r2130Igor 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
2007-12-07use malloc() in ngx_win32_rename_file, set crit level instead of errorIgor Sysoev
2007-11-11fix win32 ngx_read_fd() and ngx_write_fd()Igor Sysoev
2007-11-11fix win32 globIgor Sysoev
2007-08-30win32 ngx_is_exec() stubIgor Sysoev
2007-01-29use ngx_dir_access() to enable search bits for directoryIgor Sysoev
2007-01-18ngx_read_fd()Igor Sysoev
2007-01-18NGX_FILE_WRONLYIgor Sysoev
2007-01-18ngx_file_access() and ngx_de_access()Igor Sysoev
2007-01-18add commentIgor Sysoev
2007-01-18axe unused codeIgor Sysoev
2007-01-18ngx_open_file(name, access, create) > ngx_open_file(name, mode, create, access)Igor Sysoev
2007-01-18style fixIgor Sysoev
2007-01-18rename mode to accessIgor Sysoev