summaryrefslogtreecommitdiffhomepage
path: root/src/core (unfollow)
AgeCommit message (Collapse)AuthorFilesLines
2006-12-04upstream choice modulesIgor Sysoev3-147/+95
2006-11-27fix building on 64-bit platformsIgor Sysoev1-4/+4
2006-11-27bump version to 0.5.0Igor Sysoev1-1/+1
2006-11-20ngx_rbtree_insert_value()Igor Sysoev2-0/+35
2006-11-20slab allocator in shared memoryIgor Sysoev12-114/+870
2006-11-16rbtree insert procedureIgor Sysoev2-49/+51
2006-11-16change variable nameIgor Sysoev1-3/+3
2006-11-15bump versionIgor Sysoev1-1/+1
2006-10-31bump versionIgor Sysoev1-1/+1
2006-10-30high level HTTP buffered flags should be on per-subrequest basis,Igor Sysoev1-3/+3
this fix a bug in SSI when a big static file is included
2006-10-30fix formatIgor Sysoev1-1/+1
2006-10-28style fixIgor Sysoev1-60/+64
2006-10-28undo the previous wrong commitIgor Sysoev4-145/+107
2006-10-28bad commitIgor Sysoev4-107/+145
2006-10-25bump versionIgor Sysoev1-1/+1
2006-10-24axe ngx_inet_upstream_parse() and ngx_inet_parse_host_port()Igor Sysoev2-301/+2
2006-10-24axe src/core/ngx_unix_domain.*Igor Sysoev3-111/+0
2006-10-24now the "listen" directives use ngx_parse_url()Igor Sysoev2-33/+84
2006-10-23bump versionIgor Sysoev1-1/+1
2006-10-23APOPIgor Sysoev2-3/+5
2006-10-20aligned ngx_crc32_table_short was allocated from wrong poolIgor Sysoev1-4/+4
2006-10-19split ngx_crc32() to short and long versionIgor Sysoev3-5/+76
2006-10-19add includesIgor Sysoev1-0/+4
2006-10-18spellingIgor Sysoev1-1/+1
2006-10-18ngx_crc32()Igor Sysoev3-0/+117
2006-10-18char* > u_char*Igor Sysoev1-1/+1
2006-10-16decrease number of branchesIgor Sysoev1-7/+4
2006-10-13bump versionIgor Sysoev1-1/+1
2006-10-13style fixIgor Sysoev1-3/+4
2006-10-12check nginx.pm versionIgor Sysoev1-1/+2
2006-10-11bump versionIgor Sysoev1-1/+1
2006-10-11ngx_list_create()Igor Sysoev2-4/+32
2006-10-10bump versionIgor Sysoev1-1/+1
2006-10-06bump versionIgor Sysoev1-1/+1
2006-10-06fix SIGFPE on alphaIgor Sysoev1-1/+1
2006-10-06add sun4v,Igor Sysoev1-1/+2
style fix
2006-10-02bump versionIgor Sysoev1-1/+1
2006-10-02bump versionIgor Sysoev1-1/+1
2006-10-02turn off startup debug logging introduced by previous commitIgor Sysoev1-1/+1
2006-10-02glob support in includeIgor Sysoev2-4/+38
2006-09-26bump versionIgor Sysoev1-1/+1
2006-09-24fix uri part in "proxy_pass http://unix:...", the bug appeared in nginx-0.3.47Igor Sysoev1-2/+5
2006-09-24fix segfault in "proxy_pass http://unix:...", the bug appeared in nginx-0.3.47Igor Sysoev1-0/+1
2006-09-14bump versionIgor Sysoev1-1/+1
2006-09-14bump versionIgor Sysoev1-1/+1
2006-08-30bump versionIgor Sysoev1-1/+1
2006-08-30nginx-0.4.0-RELEASE importrelease-0.4.0Igor Sysoev1-1/+1
*) 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-28nginx-0.3.61-RELEASE importrelease-0.3.61Igor Sysoev1-1/+1
*) Change: now the "tcp_nodelay" directive is turned on by default. *) Feature: the "msie_refresh" directive. *) Feature: the "recursive_error_pages" directive. *) Bugfix: the "rewrite" directive returned incorrect redirect, if the redirect had the captured escaped symbols from original URI.
2006-08-18nginx-0.3.60-RELEASE importrelease-0.3.60Igor Sysoev1-1/+1
*) Bugfix: a worker process may got caught in an endless loop while an error redirection; the bug had appeared in 0.3.59.
2006-08-16nginx-0.3.59-RELEASE importrelease-0.3.59Igor Sysoev1-1/+1
*) Feature: now is possible to do several redirection using the "error_page" directive. *) Bugfix: the "dav_access" directive did not support three parameters. *) Bugfix: the "error_page" directive did not changes the "Content-Type" header line after the "X-Accel-Redirect" was used; the bug had appeared in 0.3.58.