summaryrefslogtreecommitdiffhomepage
path: root/src/os (unfollow)
AgeCommit message (Collapse)AuthorFilesLines
2009-04-20Win32 master/workers modelIgor Sysoev15-361/+1551
2009-04-19fix Win32 ngx_gettimezone()Igor Sysoev1-3/+15
2009-04-18support attaching to an existent Win32 shared memoryIgor Sysoev5-20/+61
2009-04-18update c->sent in ngx_unix_send()Igor Sysoev1-0/+2
2009-04-16move zone name from ngx_shm_zone_t to ngx_shm_t to use Win32 shared memoryIgor Sysoev3-14/+12
2009-04-08delete win32 ngx_file_append_mode() as we use reliableIgor Sysoev2-29/+0
FILE_APPEND_DATA|SYNCHRONIZE flags
2009-04-08adopt NGX_FILE_TRUNCATE for win32Igor Sysoev2-1/+2
2009-04-02autoconfigure crypt_r(): uclibc has no crypt_r()Igor Sysoev1-5/+0
2009-04-02fix OpenBSD building, broken in r2616Igor Sysoev1-0/+3
2009-04-01fix MacOSX building, broken in r2616Igor Sysoev1-0/+1
2009-03-31Win32 appends synchronized if only FILE_APPEND_DATA and SYNCHRONIZE are setIgor Sysoev1-1/+1
without any other flags. On the other hand, Unix requires at least the write flag to be set together with O_APPEND.
2009-03-30win32 ngx_open_file() supports utf8 names and NGX_FILE_APPENDIgor Sysoev4-9/+116
2009-03-30ngx_process_tray()Igor Sysoev1-38/+44
2009-03-30fix FreeBSD before 7 building, broken in r2616Igor Sysoev1-1/+1
2009-03-30introduce cache manager instead of cache cleanerIgor Sysoev1-17/+17
2009-03-30ngx_fs_bsize()Igor Sysoev8-0/+81
2009-03-29fix ngx_wsasend_chain()Igor Sysoev1-1/+2
2009-03-23a prelimiary proxy cache supportIgor Sysoev3-40/+68
2009-03-06XFS on Linux does not set dirent.d_type,Igor Sysoev2-5/+18
therefore fallback to stat() if dirent.d_type is not set, this fixes slash after directory name in ngx_http_autoindex_module; the issue has been introduced in r2235
2009-02-23fix messageIgor Sysoev1-1/+1
2009-02-21a prelimiary IPv6 support, HTTP listenIgor Sysoev1-0/+1
2009-02-05AIX has no WCOREDUMP()Igor Sysoev1-0/+6
2009-01-21use GetFileAttributesEx() instead of GetFileAttributes()Igor Sysoev1-21/+2
2009-01-21fix win32 ngx_is_dir(), etcIgor Sysoev1-4/+6
2009-01-21fix r1981 on win32Igor Sysoev1-3/+8
2008-12-25set send() slot for POSIX systemsIgor Sysoev1-1/+1
2008-12-17remove never used zero copy stuffIgor Sysoev4-10/+0
2008-12-10use ngx_ext_rename_file() for single file MOVEIgor Sysoev2-3/+7
2008-12-09compact win32 errno loggingIgor Sysoev1-7/+2
2008-12-09remove stale pragmaIgor Sysoev1-3/+0
2008-11-25ngx_strerror_r() style and size == 0 bug fixIgor Sysoev2-5/+8
2008-11-11the sysctl "kern.ostype" and "kern.osrelease" had appeared in MacOSX 10.5 onlyIgor Sysoev1-19/+33
2008-11-11compatibility with glibc 2.3, warn_unused_result attribute for write()Igor Sysoev1-1/+11
2008-09-27$realpath_rootIgor Sysoev3-0/+12
2008-09-12disable directio for unaligned reads in LinuxIgor Sysoev4-12/+39
2008-09-05*) autoconfigure struct dirent capabilitiesIgor Sysoev6-81/+91
*) move src/os/.../ngx_types.h's content into src/os/.../ngx_files.h and delete src/os/.../ngx_types.h
2008-09-05style fixIgor Sysoev2-14/+14
2008-08-30ngx_timezone_update()Igor Sysoev3-0/+47
2008-08-26fix build on Linux and Solaris introduced in r2200Igor Sysoev1-1/+9
2008-08-22fix building on FreeBSD prior to 4.8, it has no GLOB_NOMATCHIgor Sysoev1-1/+5
2008-08-15fix log messageIgor Sysoev1-0/+4
2008-08-04fix building by bcc broken in r2143Igor Sysoev1-0/+1
2008-08-04Solaris directio()Igor Sysoev1-0/+5
2008-08-04fix building by msvc8 introduced in r2127Igor Sysoev1-1/+1
2008-08-04fix building by bcc broken in r2130Igor Sysoev2-1/+8
2008-07-31fix conflicting names "true" and "false"Igor Sysoev1-6/+1
2008-07-30directioIgor Sysoev4-3/+44
2008-07-30*) move Darwin support to separate filesIgor Sysoev5-0/+628
*) Darwin sendfile() support
2008-07-29case insensitive file system location support provided by locale onlyIgor Sysoev2-0/+15
2008-06-17*) back out r2040Igor Sysoev2-3/+3
*) refactor ngx_palloc() *) introduce ngx_pnalloc() *) additional pool blocks have smaller header