aboutsummaryrefslogtreecommitdiff
path: root/src/os/unix
Commit message (Collapse)AuthorAge
* Sun Studio 12 compatibilityIgor Sysoev2007-07-16
|
* --with-cpu-opt=sparc32 and --with-cpu-opt=sparc64Igor Sysoev2007-07-15
|
* add debug logIgor Sysoev2007-05-07
|
* fix atomic operations on sparc64 built by SunPro CIgor Sysoev2007-04-27
|
* fix sendfile on 64-bit Linux and limit_rate on all 64-bit platformsIgor Sysoev2007-04-23
| | | | for 2G+ files
* close keep-alive connections in the shuting down processesIgor Sysoev2007-03-19
|
* worker processes did not exit after reconfiguration andIgor Sysoev2007-03-07
| | | | did not rotate logs if eventport was used
* style fixIgor Sysoev2007-03-06
|
* style fixIgor Sysoev2007-03-06
|
* ioctl FIONBIO uses int, so nginx did not work on big-endian 64-bit platformsIgor Sysoev2007-02-17
|
* fix building with ngx_http_perl_moduleIgor Sysoev2007-02-12
|
* use ngx_dir_access() to enable search bits for directoryIgor Sysoev2007-01-29
|
* envIgor Sysoev2007-01-20
|
* ngx_read_fd()Igor Sysoev2007-01-18
|
* NGX_FILE_WRONLYIgor Sysoev2007-01-18
|
* ngx_file_access() and ngx_de_access()Igor Sysoev2007-01-18
|
* ngx_open_file(name, access, create) > ngx_open_file(name, mode, create, access)Igor Sysoev2007-01-18
|
* rename mode to accessIgor Sysoev2007-01-18
|
* optimizationIgor Sysoev2007-01-11
|
* use "r" instead of "q"Igor Sysoev2007-01-11
|
* increase Linux osrelease string lentghIgor Sysoev2006-12-26
|
* worker_rlimit_core supports size in K, M, and GIgor Sysoev2006-12-24
|
* lower the log level of the waitpid() ENOCHILD error on FreeBSDIgor Sysoev2006-12-23
|
* test Darwin 8 atomic(3)Igor Sysoev2006-12-22
|
* use MacOSX atomic(3) and barrier(3) operationsIgor Sysoev2006-12-21
|
* use the right memory barriersIgor Sysoev2006-12-21
|
* larx/stcx. should cycle if the reservation was clearedIgor Sysoev2006-12-21
|
* use light-weight sync on ppc64Igor Sysoev2006-12-19
|
* fix atomic operations on ppc64Igor Sysoev2006-12-19
|
* slab allocator in shared memoryIgor Sysoev2006-11-20
|
* APOPIgor Sysoev2006-10-23
|
* style fix: remove trailing spacesIgor Sysoev2006-10-09
|
* fix building on Linux and SolarisIgor Sysoev2006-10-02
|
* glob support in includeIgor Sysoev2006-10-02
|
* Solaris 10 event ports supportIgor Sysoev2006-09-26
|
* fix commentIgor Sysoev2006-09-22
|
* fix typoIgor Sysoev2006-09-16
|
* disable [ PAUSE ] hwcap for Sun Studio 11Igor Sysoev2006-09-15
|
* fix header name changeIgor Sysoev2006-09-15
|
* backout O_NOATIME support, it requires CAP_FOWNER capabilityIgor Sysoev2006-09-14
|
* workaround of 2G+ file bug in 64-bit Linux sendfile()Igor Sysoev2006-09-07
|
* Linux O_NOATIME supportIgor Sysoev2006-09-01
|
* nginx-0.4.0-RELEASE importrelease-0.4.0Igor Sysoev2006-08-30
| | | | | | | | | | | | | | | | | | | | *) 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.
* nginx-0.3.58-RELEASE importrelease-0.3.58Igor Sysoev2006-08-14
| | | | | | | | | | | | | | | | *) 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.
* nginx-0.3.56-RELEASE importrelease-0.3.56Igor Sysoev2006-08-04
| | | | | | | | | | | *) 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.
* nginx-0.3.53-RELEASE importrelease-0.3.53Igor Sysoev2006-07-07
| | | | | | | | | | | | | | | | | | | | | | *) 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.
* nginx-0.3.44-RELEASE importrelease-0.3.44Igor Sysoev2006-05-04
| | | | | | | | | *) 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.
* nginx-0.3.41-RELEASE importrelease-0.3.41Igor Sysoev2006-04-21
| | | | | | | | | | | | | *) Feature: the -v switch. *) Bugfix: the segmentation fault may occurred if the SSI page has remote subrequests. *) Bugfix: in FastCGI handling. *) Bugfix: if the perl modules path was not set using --with-perl_modules_path=PATH or the "perl_modules", then the segmentation fault was occurred.
* nginx-0.3.40-RELEASE importrelease-0.3.40Igor Sysoev2006-04-19
| | | | | | | | *) Feature: the ngx_http_dav_module supports the MKCOL method. *) Feature: the "create_full_put_path" directive. *) Feature: the "$limit_rate" variable.
* nginx-0.3.38-RELEASE importrelease-0.3.38Igor Sysoev2006-04-14
| | | | | | | | | | | | | | | | | | | | | | | | *) Feature: the ngx_http_dav_module. *) Change: the ngx_http_perl_module optimizations. Thanks to Sergey Skvortsov. *) Feature: the ngx_http_perl_module supports the $r->request_body_file method. *) Feature: the "client_body_in_file_only" directive. *) Workaround: now on disk overflow nginx tries to write access logs once a second only. Thanks to Anton Yuzhaninov and Maxim Dounin. *) Bugfix: now the "limit_rate" directive more precisely limits rate if rate is more than 100 Kbyte/s. Thanks to ForJest. *) Bugfix: now the IMAP/POP3 proxy escapes the "\r" and "\n" symbols in login and password to pass authorization server. Thanks to Maxim Dounin.