summaryrefslogtreecommitdiffhomepage
path: root/src/os/unix (follow)
AgeCommit message (Collapse)AuthorFilesLines
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
2007-10-14fix English grammarIgor Sysoev1-4/+4
2007-10-09style fix: remove double semicolonsIgor Sysoev1-1/+1
2007-08-30destroy ngx_cycle->pool on exitIgor Sysoev1-8/+31
2007-08-15set worker_priority, worker_rlimit_nofile, worker_rlimit_core, andIgor Sysoev1-31/+31
worker_rlimit_sigpending without super-user privileges testing
2007-08-09set default listen() backlog to 511 on all platforms except FreeBSDIgor Sysoev4-0/+12
2007-07-29make 64-bit ngx_int_t on 64-bit platformsIgor Sysoev6-6/+6
2007-07-16Sun Studio 12 compatibilityIgor Sysoev3-2/+30
2007-07-15--with-cpu-opt=sparc32 and --with-cpu-opt=sparc64Igor Sysoev1-1/+1
2007-05-07add debug logIgor Sysoev1-0/+4
2007-04-27fix atomic operations on sparc64 built by SunPro CIgor Sysoev1-2/+2
2007-04-23fix sendfile on 64-bit Linux and limit_rate on all 64-bit platformsIgor Sysoev3-3/+3
for 2G+ files
2007-03-19close keep-alive connections in the shuting down processesIgor Sysoev1-5/+22
2007-03-07worker processes did not exit after reconfiguration andIgor Sysoev1-0/+6
did not rotate logs if eventport was used
2007-03-06style fixIgor Sysoev1-4/+6
2007-03-06style fixIgor Sysoev1-1/+2
2007-02-17ioctl FIONBIO uses int, so nginx did not work on big-endian 64-bit platformsIgor Sysoev1-2/+2
2007-02-12fix building with ngx_http_perl_moduleIgor Sysoev1-0/+2
2007-01-29use ngx_dir_access() to enable search bits for directoryIgor Sysoev1-0/+3