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
path: root/src/os
AgeCommit message (Expand)Author
2009-03-06XFS on Linux does not set dirent.d_type,Igor Sysoev
2009-02-23fix messageIgor Sysoev
2009-02-21a prelimiary IPv6 support, HTTP listenIgor Sysoev
2009-02-05AIX has no WCOREDUMP()Igor Sysoev
2009-01-21use GetFileAttributesEx() instead of GetFileAttributes()Igor Sysoev
2009-01-21fix win32 ngx_is_dir(), etcIgor Sysoev
2009-01-21fix r1981 on win32Igor Sysoev
2008-12-25set send() slot for POSIX systemsIgor Sysoev
2008-12-17remove never used zero copy stuffIgor Sysoev
2008-12-10use ngx_ext_rename_file() for single file MOVEIgor Sysoev
2008-12-09compact win32 errno loggingIgor Sysoev
2008-12-09remove stale pragmaIgor Sysoev
2008-11-25ngx_strerror_r() style and size == 0 bug fixIgor Sysoev
2008-11-11the sysctl "kern.ostype" and "kern.osrelease" had appeared in MacOSX 10.5 onlyIgor 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-30ngx_timezone_update()Igor 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-08-16fix log messageIgor Sysoev
2008-08-05fix building by bcc broken in r2143Igor Sysoev
2008-08-04Solaris directio()Igor Sysoev
2008-08-04fix building by msvc8 introduced in r2127Igor Sysoev
2008-08-04fix building by bcc broken in r2130Igor Sysoev
2008-07-31fix conflicting names "true" and "false"Igor Sysoev
2008-07-30directioIgor Sysoev
2008-07-30*) move Darwin support to separate filesIgor Sysoev
2008-07-29case insensitive file system location support provided by locale onlyIgor Sysoev
2008-06-17*) back out r2040Igor Sysoev
2008-05-25read channel until EAGAINIgor Sysoev
2008-05-20fix building on modern Fedora 9 caused by IOV_MAXIgor Sysoev
2008-05-14style fix: remove tabs and trailing spacesIgor Sysoev
2008-04-29ignore glob no match errorIgor Sysoev
2008-04-24Cygwin O_BINARY modeIgor Sysoev
2008-04-09grammar fixIgor Sysoev
2008-03-23it seems that malloc.h is required for Cygwin onlyIgor Sysoev
2008-03-12fix r1921Igor Sysoev
2008-03-10disable rtsig automatic building in post 2.6.18 Linux kernelsIgor Sysoev
2008-02-28left open sockets were not really testedIgor Sysoev
2008-02-19use CMSG_LEN(), this fixes an alert "sendmsg() failed (9: Bad file descriptor)"Igor Sysoev
2008-02-19avoid endless loop if epoll is usedIgor Sysoev
2008-01-31reset ready flag if no data is available,Igor Sysoev
2008-01-25add NGX_ENETDOWN, NGX_ENETUNREACH, and NGX_EHOSTDOWNIgor Sysoev
2007-12-22take MALLOC_OPTIONS=J into account in slab allocatorIgor Sysoev
2007-12-10move condition declarations inside blocks where they are usedIgor Sysoev
2007-12-07use malloc() in ngx_win32_rename_file, set crit level instead of errorIgor Sysoev
2007-12-03ngx_udp_recv()Igor Sysoev