summaryrefslogtreecommitdiffhomepage
path: root/src/os/unix (follow)
AgeCommit message (Collapse)AuthorFilesLines
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
2007-01-20envIgor Sysoev1-6/+11
2007-01-18ngx_read_fd()Igor Sysoev1-0/+5
2007-01-18NGX_FILE_WRONLYIgor Sysoev1-0/+1
2007-01-18ngx_file_access() and ngx_de_access()Igor Sysoev1-0/+2
2007-01-18ngx_open_file(name, access, create) > ngx_open_file(name, mode, create, access)Igor Sysoev1-2/+4
2007-01-18rename mode to accessIgor Sysoev2-3/+4
2007-01-11optimizationIgor Sysoev2-17/+22
2007-01-11use "r" instead of "q"Igor Sysoev1-1/+1
2006-12-26increase Linux osrelease string lentghIgor Sysoev1-1/+1
2006-12-24worker_rlimit_core supports size in K, M, and GIgor Sysoev1-1/+1
2006-12-23lower the log level of the waitpid() ENOCHILD error on FreeBSDIgor Sysoev1-1/+5
2006-12-22test Darwin 8 atomic(3)Igor Sysoev1-3/+3
2006-12-21use MacOSX atomic(3) and barrier(3) operationsIgor Sysoev1-0/+59
2006-12-21use the right memory barriersIgor Sysoev1-2/+17