summaryrefslogtreecommitdiffhomepage
path: root/src/os (follow)
AgeCommit message (Collapse)AuthorFilesLines
2007-07-29make 64-bit ngx_int_t on 64-bit platformsIgor Sysoev7-6/+7
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-05-05fix building by owc12Igor Sysoev1-1/+7
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 Sysoev2-0/+6
2007-01-20envIgor Sysoev1-6/+11
2007-01-18ngx_read_fd()Igor Sysoev2-0/+10
2007-01-18NGX_FILE_WRONLYIgor Sysoev2-0/+2
2007-01-18ngx_file_access() and ngx_de_access()Igor Sysoev2-0/+4
2007-01-18style fixIgor Sysoev1-2/+1
2007-01-18axe Win9X codeIgor Sysoev1-8/+3
2007-01-18add commentIgor Sysoev1-0/+3
2007-01-18axe unused codeIgor Sysoev1-3/+0
2007-01-18ngx_open_file(name, access, create) > ngx_open_file(name, mode, create, access)Igor Sysoev2-4/+8
2007-01-18style fixIgor Sysoev1-18/+18
2007-01-18rename mode to accessIgor Sysoev3-4/+5
2007-01-12style fix: remove tabsIgor Sysoev1-1/+1
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
2006-12-21larx/stcx. should cycle if the reservation was clearedIgor Sysoev1-6/+8
2006-12-19use light-weight sync on ppc64Igor Sysoev1-2/+10
2006-12-19fix atomic operations on ppc64Igor Sysoev1-0/+54
2006-11-20slab allocator in shared memoryIgor Sysoev7-4/+18
2006-10-23APOPIgor Sysoev2-0/+5
2006-10-16win32 uint16_t definitionIgor Sysoev1-21/+25
2006-10-09style fix: remove trailing spacesIgor Sysoev3-3/+3
2006-10-02fix building on Linux and SolarisIgor Sysoev2-3/+3
2006-10-02glob support in includeIgor Sysoev9-10/+134
2006-09-26Solaris 10 event ports supportIgor Sysoev1-0/+5
2006-09-22fix commentIgor Sysoev1-3/+3
2006-09-16fix typoIgor Sysoev1-1/+1
2006-09-15disable [ PAUSE ] hwcap for Sun Studio 11Igor Sysoev1-0/+2
2006-09-15fix header name changeIgor Sysoev2-6/+6
2006-09-14backout O_NOATIME support, it requires CAP_FOWNER capabilityIgor Sysoev2-6/+0
2006-09-07workaround of 2G+ file bug in 64-bit Linux sendfile()Igor Sysoev1-4/+10