summaryrefslogtreecommitdiffhomepage
path: root/src/os/unix (follow)
AgeCommit message (Collapse)AuthorFilesLines
2009-03-23a prelimiary proxy cache supportIgor Sysoev2-40/+67
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-05AIX has no WCOREDUMP()Igor Sysoev1-0/+6
2008-12-25set send() slot for POSIX systemsIgor Sysoev1-1/+1
2008-12-17remove never used zero copy stuffIgor Sysoev3-9/+0
2008-12-10use ngx_ext_rename_file() for single file MOVEIgor Sysoev1-0/+1
2008-11-25ngx_strerror_r() style and size == 0 bug fixIgor Sysoev1-4/+6
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 Sysoev1-0/+2
2008-09-12disable directio for unaligned reads in LinuxIgor Sysoev2-9/+27
2008-09-05*) autoconfigure struct dirent capabilitiesIgor Sysoev3-39/+60
*) 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 Sysoev1-5/+5
2008-08-30ngx_timezone_update()Igor Sysoev2-0/+45
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-04Solaris directio()Igor Sysoev1-0/+5
2008-07-31fix conflicting names "true" and "false"Igor Sysoev1-6/+1
2008-07-30directioIgor Sysoev3-2/+39
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 Sysoev1-0/+12
2008-06-17*) back out r2040Igor Sysoev2-3/+3
*) refactor ngx_palloc() *) introduce ngx_pnalloc() *) additional pool blocks have smaller header
2008-05-25read channel until EAGAINIgor Sysoev1-43/+47
2008-05-20fix building on modern Fedora 9 caused by IOV_MAXIgor Sysoev1-0/+1
2008-05-14style fix: remove tabs and trailing spacesIgor Sysoev1-1/+1
2008-04-29ignore glob no match errorIgor Sysoev2-5/+14
2008-04-24Cygwin O_BINARY modeIgor Sysoev1-0/+10
2008-04-09grammar fixIgor Sysoev1-3/+4
2008-03-23it seems that malloc.h is required for Cygwin onlyIgor Sysoev1-1/+1
and breaks building on other platforms
2008-03-12fix r1921Igor Sysoev1-1/+1
2008-03-10disable rtsig automatic building in post 2.6.18 Linux kernelsIgor Sysoev1-4/+11
2008-02-28left open sockets were not really testedIgor Sysoev1-5/+5
2008-02-19use CMSG_LEN(), this fixes an alert "sendmsg() failed (9: Bad file descriptor)"Igor Sysoev3-4/+14
on some 64-bit platforms
2008-02-19avoid endless loop if epoll is usedIgor Sysoev1-0/+5
2008-01-31reset ready flag if no data is available,Igor Sysoev1-0/+1
this fixes endless loop at least in lingering close
2008-01-25add NGX_ENETDOWN, NGX_ENETUNREACH, and NGX_EHOSTDOWNIgor Sysoev1-0/+3
2007-12-22take MALLOC_OPTIONS=J into account in slab allocatorIgor Sysoev2-9/+21
2007-12-10move condition declarations inside blocks where they are usedIgor Sysoev1-6/+5
2007-12-03ngx_udp_recv()Igor Sysoev6-0/+120
2007-12-01style fixIgor Sysoev1-1/+2
2007-12-01axe old unused alert messageIgor Sysoev1-6/+0
2007-12-01style fixIgor Sysoev1-2/+4
2007-10-26use uname(2) instead of /proc/, this allows to run nginx in chrootIgor Sysoev2-55/+14
2007-10-18Cygwin can not pass SCM_RIGHTS via unix socket, use signalsIgor Sysoev2-0/+9
2007-10-16fix building broken in r1578Igor Sysoev1-1/+0
2007-10-16delete code that should be deleted in r1576Igor Sysoev1-10/+0
2007-10-16Cygwin supportIgor Sysoev1-0/+14
2007-10-16avoid segfault if poll is used and endless loop if select is usedIgor Sysoev1-1/+1