log

age author description
Mon, 28 Nov 2011 15:02:38 +0000 Maxim Dounin nginx-1.1.9-RELEASE release-1.1.9
Mon, 28 Nov 2011 11:01:42 +0000 Maxim Dounin Added (void) as we intentionally ignore returned values.
Mon, 28 Nov 2011 10:00:47 +0000 Maxim Dounin Allowed add_header for proxied 206 replies.
Mon, 28 Nov 2011 09:15:33 +0000 Valentin Bartenev Added support for IP-literal in the Host header and request line (ticket #1).
Fri, 25 Nov 2011 16:36:02 +0000 Maxim Dounin Added escaping of double quotes in ngx_escape_html().
Wed, 23 Nov 2011 14:09:19 +0000 Maxim Dounin Unlock of shared memory zones on process crash.
Wed, 23 Nov 2011 14:07:06 +0000 Maxim Dounin Fixed build without atomic operations.
Wed, 23 Nov 2011 13:55:38 +0000 Maxim Dounin Added shmtx interface to forcibly unlock mutexes.
Wed, 23 Nov 2011 10:22:44 +0000 Ruslan Ermilov Fixed "rotate" to always work when combined with "resize/crop".
Wed, 23 Nov 2011 10:16:30 +0000 Ruslan Ermilov Cosmetics.
Wed, 23 Nov 2011 07:22:15 +0000 Igor Sysoev Fix of mp4 module seeking.
Tue, 22 Nov 2011 17:02:21 +0000 Maxim Dounin Protection from stale write events in epoll.
Tue, 22 Nov 2011 16:27:45 +0000 Maxim Dounin Fixed segfault on ssl servers without cert with SNI (ticket #54).
Tue, 22 Nov 2011 13:26:44 +0000 Ruslan Ermilov Made it possible to build/install from the SVN checkout.
Mon, 21 Nov 2011 11:51:41 +0000 Maxim Konovalov o AIX 7 defines sys_nerr in errno.h, therefore <errno.h> included
Mon, 21 Nov 2011 09:20:50 +0000 Maxim Konovalov svgz extension for compressed SVG added (close #56).
Mon, 21 Nov 2011 07:31:59 +0000 Ruslan Ermilov Fixed "keepalive_disable".
Fri, 18 Nov 2011 18:42:00 +0000 Maxim Konovalov FreeBSD 10-current has recently gotten POSIX_FADV_* macros.
Fri, 18 Nov 2011 15:09:08 +0000 Maxim Dounin Upstream: don't cache unfinished responses.
Fri, 18 Nov 2011 14:41:01 +0000 Maxim Dounin Fixed flv header to match specification.
Wed, 16 Nov 2011 13:27:33 +0000 Ruslan Ermilov Silenced a warning for some compilers.
Wed, 16 Nov 2011 13:11:39 +0000 Ruslan Ermilov Now nginx uses TTL of a DNS response when calculating cache validity.
Wed, 16 Nov 2011 12:51:27 +0000 Valentin Bartenev Fixed incorrect counting the length of headers in a SCGI request.
Tue, 15 Nov 2011 20:35:41 +0000 Maxim Dounin Fixed handling of SIGWINCH/NOACCEPT signal.
Tue, 15 Nov 2011 20:33:37 +0000 Maxim Dounin Version bump.
Tue, 15 Nov 2011 08:24:10 +0000 Igor Sysoev release-1.0.10 tag stable-1.0
Tue, 15 Nov 2011 08:24:03 +0000 Igor Sysoev nginx-1.0.10-RELEASE stable-1.0 release-1.0.10
Mon, 14 Nov 2011 16:14:11 +0000 Igor Sysoev Merge of r4283: stable-1.0
Mon, 14 Nov 2011 16:13:15 +0000 Igor Sysoev Merge of r4280: stable-1.0
Mon, 14 Nov 2011 16:12:25 +0000 Igor Sysoev Merge of r4268: stable-1.0
Mon, 14 Nov 2011 15:53:35 +0000 Igor Sysoev Version bump. stable-1.0
Mon, 14 Nov 2011 15:38:02 +0000 Igor Sysoev release-1.1.8 tag
Mon, 14 Nov 2011 15:37:54 +0000 Igor Sysoev nginx-1.1.8-RELEASE release-1.1.8
Mon, 14 Nov 2011 14:59:00 +0000 Igor Sysoev Introduction of simple ngx_write_stderr() instead of ngx_log_stderr()
Mon, 14 Nov 2011 14:42:48 +0000 Igor Sysoev Fix of "Content-Length" header of MP4 response if start argument was used.
Mon, 14 Nov 2011 14:16:51 +0000 Valentin Bartenev Added image/webp and video/webm MIME types.
Mon, 14 Nov 2011 14:04:42 +0000 Valentin Bartenev Renamed ngx_http_limit_zone_module to ngx_http_limit_conn_module.
Mon, 14 Nov 2011 13:38:02 +0000 Maxim Dounin Reverted incorrect change in internal md5 (part of r3928).
Mon, 14 Nov 2011 13:26:18 +0000 Maxim Dounin Fixed fastcgi/scgi/uwsgi_param inheritance.
Mon, 14 Nov 2011 13:24:43 +0000 Maxim Dounin Separate functions to merge fastcgi/scgi/uwsgi params.
Mon, 14 Nov 2011 13:21:10 +0000 Maxim Dounin Fixed Upgrade header clearing with proxy_cache.
Mon, 14 Nov 2011 13:19:56 +0000 Maxim Dounin Fixed proxy_set_header inheritance with proxy_set_body.
Mon, 14 Nov 2011 13:18:15 +0000 Maxim Dounin Fixed proxy_set_header inheritance with proxy_cache (ticket #45).
Mon, 14 Nov 2011 09:12:15 +0000 Sergey Budnevitch Fixed NGX_CONF_TAKE1/NGX_CONF_FLAG misuse.
Thu, 10 Nov 2011 16:25:08 +0000 Valentin Bartenev Limit zone: added the "limit_conn_zone" directive.
Thu, 10 Nov 2011 16:08:13 +0000 Valentin Bartenev Limit zone: support for multiple "limit_conn" limits.
Thu, 10 Nov 2011 15:51:55 +0000 Valentin Bartenev Limit zone: rbtree lookup moved to a separate function.
Thu, 10 Nov 2011 09:13:09 +0000 Ruslan Ermilov Changed error message to be more appropriate in the imaginary
Wed, 09 Nov 2011 14:50:33 +0000 Ruslan Ermilov Belatedly fixed language in 1.1.7 relnotes.
Wed, 09 Nov 2011 13:54:07 +0000 Igor Sysoev Fixed compression pointer processing in DNS response greater than 255 bytes.
Tue, 08 Nov 2011 13:48:23 +0000 Igor Sysoev Fix of "keepalive_disable" directive.
Tue, 08 Nov 2011 13:17:14 +0000 Igor Sysoev The "image_filter_sharpen" directive.
Tue, 01 Nov 2011 15:16:28 +0000 Igor Sysoev Ancient incomplete ngx_http_status_module removal.
Tue, 01 Nov 2011 15:10:46 +0000 Igor Sysoev Version bump.
Tue, 01 Nov 2011 14:51:26 +0000 Igor Sysoev release-1.0.9 tag stable-1.0
Tue, 01 Nov 2011 14:51:19 +0000 Igor Sysoev nginx-1.0.9-RELEASE stable-1.0 release-1.0.9
Tue, 01 Nov 2011 14:39:36 +0000 Igor Sysoev Surplus CHANGES line removal. stable-1.0
Tue, 01 Nov 2011 14:21:22 +0000 Igor Sysoev Merging r4236: stable-1.0
Tue, 01 Nov 2011 14:20:43 +0000 Igor Sysoev Merging r4210: stable-1.0
Tue, 01 Nov 2011 14:19:13 +0000 Igor Sysoev Merging r4209: stable-1.0