summaryrefslogtreecommitdiffhomepage
path: root/src/os/unix (follow)
AgeCommit message (Collapse)AuthorFilesLines
2007-11-07r1355, r1471, r1600 merge:Igor Sysoev6-6/+6
make 64-bit ngx_int_t on 64-bit platforms
2007-09-23r1438 merge:Igor Sysoev1-8/+31
destroy ngx_cycle->pool on exit
2007-09-22r1405 merge:Igor Sysoev1-31/+31
set worker_priority, worker_rlimit_nofile, worker_rlimit_core, and worker_rlimit_sigpending without super-user privileges testing
2007-09-22r1378 merge:Igor Sysoev4-0/+12
set default listen() backlog to 511 on all platforms except FreeBSD
2007-07-22r1306, r1307, r1308, r1309, r1310, r1311, r1322, r1325 merge:Igor Sysoev3-3/+31
Sun Studio related fixes
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
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 Sysoev3-2/+10
2006-10-23APOPIgor Sysoev1-0/+2
2006-10-09style fix: remove trailing spacesIgor Sysoev1-1/+1
2006-10-02fix building on Linux and SolarisIgor Sysoev2-3/+3
2006-10-02glob support in includeIgor Sysoev6-0/+52
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 Sysoev1-3/+3
2006-09-14backout O_NOATIME support, it requires CAP_FOWNER capabilityIgor Sysoev1-5/+0
2006-09-07workaround of 2G+ file bug in 64-bit Linux sendfile()Igor Sysoev1-4/+10
2006-09-01Linux O_NOATIME supportIgor Sysoev1-0/+5
2006-08-30nginx-0.4.0-RELEASE importrelease-0.4.0Igor Sysoev2-2/+24
*) Change in internal API: the HTTP modules initialization was moved from the init module phase to the HTTP postconfiguration phase. *) Change: now the request body is not read beforehand for the ngx_http_perl_module: it's required to start the reading using the $r->has_request_body method. *) Feature: the ngx_http_perl_module supports the DECLINED return code. *) Feature: the ngx_http_dav_module supports the incoming "Date" header line for the PUT method. *) Feature: the "ssi" directive is available inside the "if" block. *) Bugfix: a segmentation fault occurred if there was an "index" directive with variables and the first index name was without variables; the bug had appeared in 0.1.29.
2006-08-14nginx-0.3.58-RELEASE importrelease-0.3.58Igor Sysoev3-52/+83
*) Feature: the "error_page" directive supports the variables. *) Change: now the procfs interface instead of sysctl is used on Linux. *) Change: now the "Content-Type" header line is inherited from first response when the "X-Accel-Redirect" was used. *) Bugfix: the "error_page" directive did not redirect the 413 error. *) Bugfix: the trailing "?" did not remove old arguments if no new arguments were added to a rewritten URI. *) Bugfix: nginx could not run on 64-bit FreeBSD 7.0-CURRENT.
2006-08-04nginx-0.3.56-RELEASE importrelease-0.3.56Igor Sysoev1-1/+7
*) Feature: the "dav_access" directive. *) Feature: the "if" directive supports the "-d", "!-d", "-e", "!-e", "-x", and "!-x" operators. *) Bugfix: a segmentation fault occurred if a request returned a redirect and some sent to client header lines were logged in the access log.
2006-07-07nginx-0.3.53-RELEASE importrelease-0.3.53Igor Sysoev1-0/+1
*) Change: the "add_header" directive adds the string to 204, 301, and 302 responses. *) Feature: the "server" directive in the "upstream" context supports the "weight" parameter. *) Feature: the "server_name" directive supports the "*" wildcard. *) Feature: nginx supports the request body size more than 2G. *) Bugfix: if a client was successfully authorized using "satisfy_any on", then anyway the message "access forbidden by rule" was written in the log. *) Bugfix: the "PUT" method may erroneously not create a file and return the 409 code. *) Bugfix: if the IMAP/POP3 backend returned an error, then nginx continued proxying anyway.
2006-05-04nginx-0.3.44-RELEASE importrelease-0.3.44Igor Sysoev2-2/+5
*) Feature: the "wait" parameter in the "include" SSI command. *) Feature: the Ukrainian and Byelorussian characters were added to koi-win conversion table. *) Bugfix: in the SSI.