| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2009-11-16 | backout r3325: postpone filter is a body only filter | Igor Sysoev | 3 | -0/+6 | |
| 2009-11-16 | align to minimum of a page and a pool sizes | Igor Sysoev | 1 | -2/+2 | |
| 2009-11-16 | ngx_min() | Igor Sysoev | 1 | -0/+1 | |
| 2009-11-16 | large allocation should not be aligned to a page size | Igor Sysoev | 1 | -1/+1 | |
| 2009-11-16 | add alignment in debug log | Igor Sysoev | 1 | -2/+2 | |
| 2009-11-16 | ngx_http_degradation_module | Igor Sysoev | 1 | -0/+223 | |
| 2009-11-16 | regex named captures | Igor Sysoev | 15 | -278/+414 | |
| 2009-11-16 | remove subrequest test in range header, chunked, and header filters: they | Igor Sysoev | 3 | -6/+0 | |
| are run after postpone filter which sends data only in main request context | |||||
| 2009-11-15 | allow "proxy_pass http://$backend" without URI part | Igor Sysoev | 1 | -9/+14 | |
| 2009-11-15 | fix posix_fadvise() error handling | Igor Sysoev | 2 | -1/+21 | |
| 2009-11-15 | update allocation error messages | Igor Sysoev | 2 | -6/+4 | |
| 2009-11-15 | fix posix_memalign() error handling | Igor Sysoev | 1 | -2/+6 | |
| 2009-11-13 | ngx_regex_exec() calling optimiztion: | Igor Sysoev | 3 | -20/+7 | |
| *) change NGX_REGEX_NO_MATCHED to PCRE_ERROR_NOMATCH *) declare ngx_regex_exec() as #define *) optimize SSI regex a little | |||||
| 2009-11-13 | style fix: lcf > clcf | Igor Sysoev | 1 | -120/+120 | |
| 2009-11-12 | do not log error if $r->variable was not found | Igor Sysoev | 1 | -3/+0 | |
| 2009-11-12 | add MSIE padding for Chrome too | Igor Sysoev | 1 | -11/+11 | |
| 2009-11-12 | r->chrome | Igor Sysoev | 2 | -0/+4 | |
| 2009-11-12 | test frequent r->header_only before three response status | Igor Sysoev | 1 | -1/+1 | |
| 2009-11-12 | refactor gzip_vary handling | Igor Sysoev | 5 | -18/+35 | |
| 2009-11-11 | nginx sent gzipped responses to clients those do not support gzip, | Igor Sysoev | 1 | -1/+7 | |
| if "gzip_static on" and "gzip_vary off"; the bug had been introduced in r3136 | |||||
| 2009-11-11 | bump version | Igor Sysoev | 2 | -3/+3 | |
| 2009-11-11 | remove "Content-Encoding: gzip" in 304 response | Igor Sysoev | 1 | -0/+5 | |
| sent by ngx_http_gzip_static_module | |||||
| 2009-11-11 | use ngx_resolver_alloc() instead of ngx_resolver_calloc() | Igor Sysoev | 1 | -2/+2 | |
| since all fields are filled | |||||
| 2009-11-11 | fix resolving an empty name (".") | Igor Sysoev | 1 | -5/+5 | |
| 2009-11-11 | fix "set_real_ip_from unix:" inheritance | Igor Sysoev | 1 | -4/+9 | |
| 2009-11-11 | fix building without --with-debug, introduced in r3294 | Igor Sysoev | 1 | -1/+1 | |
| 2009-11-11 | bump version | Igor Sysoev | 2 | -3/+3 | |
| 2009-11-11 | disable SSL renegotiation (CVE-2009-3555) | Igor Sysoev | 2 | -0/+41 | |
| 2009-11-09 | *) fix resolving an empty name ("."), | Igor Sysoev | 2 | -15/+3 | |
| *) add quotes in an error message, *) backout r3299 in ngx_mail_smtp_handler.c | |||||
| 2009-11-09 | fix "PTR ." case in address resolver | Igor Sysoev | 2 | -0/+19 | |
| 2009-11-09 | fix segfault in resolver: | Igor Sysoev | 1 | -0/+2 | |
| ngx_resolve_name_done() and ngx_resolve_addr_done() did not delete contexts from a resolver node waiting list. | |||||
| 2009-11-05 | cf->conf_file->file.name.data may be uninitialized, if an allocation failed; | Igor Sysoev | 1 | -1/+1 | |
| found by Clang Static Analyzer | |||||
| 2009-11-05 | delete useless statement | Igor Sysoev | 1 | -2/+0 | |
| 2009-11-05 | export aio presence knowledge to prevent using "aio sendfile", | Igor Sysoev | 6 | -43/+63 | |
| if aio does not present | |||||
| 2009-11-04 | Fix a bug introduced in r2032: After a child process has read a terminate | Igor Sysoev | 1 | -2/+12 | |
| message from a channel, the process tries to read the channel again. The kernel (at least FreeBSD) may preempt the process and sends a SIGIO signal to a master process. The master process sends a new terminate message, the kernel switches again to the the child process, and the child process reads the messages instead of an EAGAIN error. And this may repeat over and over. Being that the child process can not exit the cycle and test the termination flag set by the message handler. The fix disallow the master process to send a new terminate message on SIGIO signal reception. It may send the message only on SIGALARM signal. | |||||
| 2009-11-04 | allow to inherit unix domain sockets while online upgrade | Igor Sysoev | 1 | -2/+9 | |
| 2009-11-04 | allow to work single "set_real_ip_from unix:" | Igor Sysoev | 1 | -1/+6 | |
| 2009-11-04 | bump version | Igor Sysoev | 2 | -3/+3 | |
| 2009-11-03 | fix segfault if there is single large_client_header_buffers | Igor Sysoev | 1 | -1/+9 | |
| and a request line fills it completely | |||||
| 2009-11-03 | use setproctitle("%s", title) | Igor Sysoev | 1 | -1/+1 | |
| 2009-11-03 | fix segfault if no rules are defined, introduced in r3279 | Igor Sysoev | 1 | -2/+2 | |
| 2009-11-03 | fix segfault in SSL if limit_rate is used | Igor Sysoev | 1 | -3/+2 | |
| 2009-11-03 | fix segfault if $limit_rate was logged | Igor Sysoev | 1 | -1/+25 | |
| 2009-11-03 | fix "if (!-x ...)" | Igor Sysoev | 1 | -1/+1 | |
| 2009-11-03 | fix directive name in error message: "set_realip_from" to "set_real_ip_from" | Igor Sysoev | 1 | -1/+1 | |
| 2009-11-03 | fix directive name in error message: "realip_from" to "set_realip_from" | Igor Sysoev | 1 | -1/+1 | |
| 2009-11-03 | IPv6 support in ngx_http_access_module | Igor Sysoev | 1 | -60/+195 | |
| 2009-11-03 | ngx_ptocidr() supports IPv6 | Igor Sysoev | 1 | -26/+66 | |
| 2009-11-03 | make ngx_inet6_ntop() non-static | Igor Sysoev | 2 | -4/+2 | |
| 2009-11-02 | optimize some cycles: | Igor Sysoev | 2 | -12/+19 | |
| *) delete surplus variable; *) on i386/amd64 "while (n) / n--" is smaller than "while (n--)", because the platforms have no postfix operations | |||||
