Timeline


and

05/21/12: Yesterday

15:15 Changeset in nginx_org [520] by maxim
A link to CHANGES for 1.3 corrected.
11:25 Ticket #170 (nginx sending incorrect header) created by Michael Jephcote
Hi, I have nginx configured as a proxy to Apache and when requesting JSON …
10:55 Changeset in nginx [4643] by Ruslan Ermilov
Removed historical and now redundant syntax pre-checks in ngx_parse_url().

05/19/12:

08:09 Ticket #169 (Can't Make Nginx since upgrading to OpenSSL 1.0.1) closed by Maxim Dounin
invalid: From the error shown it looks like you have new openssl headers but still …
07:03 Ticket #169 (Can't Make Nginx since upgrading to OpenSSL 1.0.1) created by Ted Phillips
Earlier today I upgraded my OpenSSL from 0.9.9 to 1.0.1c # openssl version …

05/18/12:

21:40 Ticket #167 (order of locations with regular expressions) closed by Maxim Dounin
invalid: Ok, closing this as invalid.
10:15 Ticket #168 (Problem with mp4 pseudostreaming module) closed by Maxim Dounin
invalid: The video in question have moov atom at the end, you have to prepare it …
04:27 Ticket #168 (Problem with mp4 pseudostreaming module) created by Dan Rossi
Hi here I was wondering if you can help me out. There is reports the mp4 …

05/17/12:

18:10 Changeset in nginx [4642] by Maxim Dounin
Fixed core variables dynamic access after reconfiguration. If variable …
17:41 Changeset in nginx [4641] by Maxim Dounin
Fixed segfault with filter_finalize introduced in r4621 (1.3.0). Example …
15:12 Changeset in nginx [4640] by Valentin V. Bartenev
Fixed building --with-cpp_test_module on some systems.
13:47 Changeset in nginx [4639] by Valentin V. Bartenev
Fixed the ngx_regex.h header file compatibility with C++.
11:25 Ticket #167 (order of locations with regular expressions) created by openid.yandex.ru/dyadyamax
steps: 1. setup 2 rules: ~ location ~ /\. { deny all; } location ~* …

05/16/12:

13:27 Changeset in nginx [4638] by Ruslan Ermilov
Zero padded the returned and logged HTTP status code, and fixed possible …
13:22 Changeset in nginx [4637] by Ruslan Ermilov
Capped the status code that may be returned with "return" and "try_files".
13:14 Changeset in nginx [4636] by Ruslan Ermilov
Added syntax checking of the second parameter of the "split_clients" …
13:09 Changeset in nginx [4635] by Ruslan Ermilov
Version bump.

05/15/12:

14:57 Changeset in nginx_org [519] by Ruslan Ermilov
Documented recent changes.
14:44 Milestone 1.3.0 completed
Status: released   1.3.0 changelog
14:34 Changeset in nginx_org [518] by Maxim Dounin
nginx-1.3.0
14:24 Changeset in nginx [4634] by Maxim Dounin
release-1.3.0 tag
14:23 Changeset in nginx [4633] by Maxim Dounin
nginx-1.3.0-RELEASE
14:20 Changeset in nginx [4632] by Maxim Dounin
Updated OpenSSL used for win32 builds.
08:10 Changeset in nginx [4631] by Ruslan Ermilov
Fixed win32 build after changes in r4624.

05/14/12:

16:30 Changeset in nginx [4630] by Valentin V. Bartenev
Update c->sent in ngx_ssl_send_chain() even if SSL buffer is not used.
15:52 Changeset in nginx [4629] by Ruslan Ermilov
Reverted previous attempt to fix complation warning introduced in r4624
14:00 Ticket #100 (http_geoip_module should support requests from proxies) closed by Ruslan Ermilov
fixed: In [4628/nginx]: […]
14:00 Changeset in nginx [4628] by Ruslan Ermilov
geoip: trusted proxies support and partial IPv6 support. The module now …
13:53 Changeset in nginx [4627] by Ruslan Ermilov
geo: chains of trusted proxies and partial IPv6 support. The module now …
13:15 Changeset in nginx [4626] by Ruslan Ermilov
Fixed compilation warning introduced in r4624.
12:41 Ticket #2 (HttpRealIpModule only seems to work with one trusted proxy, you can't ...) closed by Ruslan Ermilov
fixed: In [4625/nginx]: […]
12:41 Ticket #44 (IPv6 support for HTTP realip module) closed by Ruslan Ermilov
fixed: In [4625/nginx]: […]
12:41 Changeset in nginx [4625] by Ruslan Ermilov
realip: chains of trusted proxies and IPv6 support. The module now …
12:27 Changeset in nginx [4624] by Ruslan Ermilov
New function ngx_http_get_forwarded_addr() to look up real client address. …
11:29 Changeset in nginx_org [517] by Ruslan Ermilov
Documented the "debug_connection" directive.
10:10 Ticket #64 (Nginx discards alive upstreams and returns 502) closed by Maxim Dounin
fixed: Fix committed, thnx.
10:09 Ticket #47 (loop with backup servers and proxy_next_upstream http_404) closed by Maxim Dounin
fixed: Fix committed, thanks.
09:58 Changeset in nginx [4623] by Maxim Dounin
Upstream: fixed ip_hash rebalancing with the "down" flag. Due to weight …
09:57 Changeset in nginx [4622] by Maxim Dounin
Upstream: smooth weighted round-robin balancing. For edge case weights …
09:48 Changeset in nginx [4621] by Maxim Dounin
Fixed possible request hang with filter finalization. With …
09:13 Changeset in nginx [4620] by Maxim Dounin
Resolver: protection from duplicate responses. If we already had CNAME in …

05/12/12:

13:35 Ticket #166 (-c option fails with pipes) closed by Maxim Dounin
wontfix: Yes, nginx uses generic file reading mechanism to read config file, and it …
02:56 Ticket #166 (-c option fails with pipes) created by Carl Youngblood
running nginx with -c and process substitution or a named pipe fails where …
00:15 Ticket #156 (Virtualhost randomly displaying incorrect output) closed by Maxim Dounin
worksforme: Feedback timeout. Still no data provided to conclude there is a problem …
00:12 Ticket #161 (1.2.0 compilation fails on Lion) closed by Maxim Dounin
duplicate: Feedback timeout. Closing again as duplicate of invalid ticket #94, the …

05/11/12:

13:33 Ticket #162 (buffer overflow under a particular rewrite configuration) closed by Maxim Dounin
fixed: Fix committed.
13:33 Changeset in nginx [4619] by Maxim Dounin
Accept moderation in case of EMFILE/ENFILE. In case of EMFILE/ENFILE …
13:19 Changeset in nginx [4618] by Maxim Dounin
Rewrite: fixed escaping and possible segfault (ticket #162). The …
13:14 Changeset in nginx [4617] by Maxim Dounin
Fastcgi: fixed padding handling on fixed-size records. Padding was …
13:09 Changeset in nginx [4616] by Maxim Dounin
Added r->state reset on fastcgi/scgi/uwsgi request start. Failing to do …
12:51 Changeset in nginx_org [516] by maxim
Donors added.
06:05 Changeset in nginx_org [515] by Ruslan Ermilov
Added a link to the nginx.org Subversion repository.
01:44 Ticket #165 (Nginx worker processes don't seem to have the right group permissions) created by Bernard Rosset
Package: nginx Version: 1.2.0-1~squeeze (from Nginx repository, Debian …

05/09/12:

10:13 Ticket #164 (nginx dropping response body for DELETE request) closed by Maxim Dounin
invalid: Ok, closing this.

05/08/12:

11:21 Ticket #163 (Nginx cache and dotdot) closed by Maxim Dounin
wontfix: There is a request normalization in place which will prevent "/images/../" …
09:08 Ticket #164 (nginx dropping response body for DELETE request) created by Priit Laes
I'm using nginx together with uWSGI and noticed that responses for …

05/07/12:

22:05 Ticket #163 (Nginx cache and dotdot) created by Kevin Fernandez
Hello, It would be great to have a setting to forbid caching with ../ …

05/05/12:

13:27 Changeset in nginx_org [514] by Ruslan Ermilov
Mentioned ngx_http_referer_module.

05/04/12:

11:35 Changeset in nginx [4615] by Maxim Dounin
Added write event handler reset in ngx_http_named_location(). On internal …

05/03/12:

02:03 Ticket #162 (buffer overflow under a particular rewrite configuration) created by fan liu
nginx conf: location / { rewrite (/.*)$ …

05/02/12:

19:01 Ticket #161 (1.2.0 compilation fails on Lion) reopened by Elio Maggini
Replying to Maxim Dounin: > Do you have macports installed …
18:35 Ticket #161 (1.2.0 compilation fails on Lion) closed by Maxim Dounin
duplicate: Do you have macports installed into /usr/local? If yes, the only remaining …
18:23 Ticket #161 (1.2.0 compilation fails on Lion) created by Elio Maggini
I followed the steps ad detailed in ticket #94 and install PCRE via …

05/01/12:

08:03 Ticket #160 (Nginx -V Output Format) created by Nginxuser
OK, This is not exactly the most critical thing in the scheme of things …

04/30/12:

17:09 Ticket #159 (Implement fcgi_buffering option) created by Justinas Rumbinas
It would be nice to have an option to disable fcgi buffering. Note: * …

04/29/12:

22:02 Changeset in nginx [4614] by Ruslan Ermilov
debug_connection: added the IPv6 and UNIX-domain socket support.
21:22 Ticket #158 (Debian package does not provide package name httpd) created by Daniel Miller
The older packages in the Ubuntu/Debian? repositories provide the "httpd" …
14:35 Ticket #157 (cache max_size limit applied incorrectly with xfs) created by Tom Kostin
No matter what I write in inactive= parameter in proxy_cache_path …

04/28/12:

10:49 Changeset in nginx_org [513] by uitm
- Heavily rewritten/reformatted following latest answers to abused people. …

04/27/12:

10:48 Changeset in nginx [4613] by Valentin V. Bartenev
Removed surplus condition.

04/26/12:

18:34 Ticket #156 (Virtualhost randomly displaying incorrect output) created by Ben Maynard
I have a somewhat complex environment: GTM frontend Redirects to LTM …
13:06 Changeset in nginx [4612] by Andrey Belov
Allows particular modules to handle subrequests properly.
12:58 Changeset in nginx [4611] by Ruslan Ermilov
Fixed segmentation fault in ngx_resolver_create_name_query(). If name …
11:20 Changeset in nginx [4610] by Maxim Dounin
Version bump.
11:18 Changeset in nginx [4609] by Maxim Dounin
stable-1.2 branch

04/25/12:

20:41 Ticket #154 (NginX 1.1.4 crashes unexpectedly on Windows XP SP3) closed by Maxim Dounin
invalid
10:41 Ticket #155 (ngx_http_realip_module bug) closed by Ruslan Ermilov
duplicate: First case is duplicate of #2, second case is duplicate of #106.
09:23 Changeset in nginx_org [512] by uitm
- Added "incorporating many new features developed in the 1.1.x branch" to …
07:47 Ticket #155 (ngx_http_realip_module bug) created by Lele Li
we use ngx_http_realip_module ,but we can't get the real ip address when …

04/24/12:

14:07 Changeset in nginx_org [511] by maxim
Donor added.
11:14 Changeset in nginx_org [510] by Ruslan Ermilov
Trimmed space at EOL.
11:09 Changeset in nginx_org [509] by Ruslan Ermilov
Documented "cache loader" and its parameters.
10:03 Changeset in nginx_org [508] by Ruslan Ermilov
Better translation of "LRU".
09:10 Ticket #154 (NginX 1.1.4 crashes unexpectedly on Windows XP SP3) created by Alex Dubrovsky
OS version: Windows XP 5.1.2600 Service Pack 3 Build 2600 Nginx is hosting …
07:32 Changeset in nginx_org [507] by Ruslan Ermilov
Documented how nginx processes proxied server's response header fields …
07:24 Changeset in nginx_org [506] by Ruslan Ermilov
Emphasized on what the "updating" parameter of the …
06:54 Changeset in nginx_org [505] by Ruslan Ermilov
Emphasized on what the "updating" parameter of the "proxy_cache_use_stale" …
06:35 Changeset in nginx_org [504] by Ruslan Ermilov
Documented URI normalization rules, including %-decoding. Aligned the …
06:21 Changeset in nginx_org [503] by Ruslan Ermilov
Bring ngx_http_referer_module docs up to date, including: - Documented …
06:20 Changeset in nginx_org [502] by Ruslan Ermilov
Bring ngx_http_referer_module docs up to date, including: - Documented …

04/23/12:

14:07 Milestone 1.2.0 completed
Status: released [[ http://nginx.org/en/CHANGES-1.2 | 1.2.0 …
13:38 Changeset in nginx_org [501] by Maxim Dounin
nginx-1.2.0
13:07 Changeset in nginx [4608] by Maxim Dounin
release-1.2.0 tag
13:06 Changeset in nginx [4607] by Maxim Dounin
nginx-1.2.0-RELEASE
12:54 Changeset in nginx [4606] by Maxim Dounin
Version bump.
11:11 Changeset in nginx [4605] by is
Fix of "%f" format handling. ngx_sprintf("%.2f", 0.999) incorrectly …
11:05 Changeset in nginx [4604] by Maxim Dounin
Update openssl used for win32 builds.
10:40 Changeset in nginx [4603] by Maxim Dounin
Proxy: added ctx checking to input filters. The proxy module context may …
08:01 Changeset in nginx_org [500] by Ruslan Ermilov
Documented that "max_ranges" appeared in 1.1.2.
08:01 Changeset in nginx_org [499] by Ruslan Ermilov
Documented that "fastcgi_keep_conn" appeared in 1.1.4.
Note: See TracTimeline for information about the timeline view.