Timeline
05/21/12: Yesterday
- 15:15 Changeset in nginx_org [520] by
- A link to CHANGES for 1.3 corrected.
- 11:25 Ticket #170 (nginx sending incorrect header) created by
- Hi, I have nginx configured as a proxy to Apache and when requesting JSON …
- 10:55 Changeset in nginx [4643] by
- 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
- 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
- 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
- invalid: Ok, closing this as invalid.
- 10:15 Ticket #168 (Problem with mp4 pseudostreaming module) closed by
- 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
- 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
- Fixed core variables dynamic access after reconfiguration. If variable …
- 17:41 Changeset in nginx [4641] by
- Fixed segfault with filter_finalize introduced in r4621 (1.3.0). Example …
- 15:12 Changeset in nginx [4640] by
- Fixed building --with-cpp_test_module on some systems.
- 13:47 Changeset in nginx [4639] by
- Fixed the ngx_regex.h header file compatibility with C++.
- 11:25 Ticket #167 (order of locations with regular expressions) created by
-
steps:
1. setup 2 rules:
~ location ~ /\. { deny all; } location ~* …
05/16/12:
- 13:27 Changeset in nginx [4638] by
- Zero padded the returned and logged HTTP status code, and fixed possible …
- 13:22 Changeset in nginx [4637] by
- Capped the status code that may be returned with "return" and "try_files".
- 13:14 Changeset in nginx [4636] by
- Added syntax checking of the second parameter of the "split_clients" …
- 13:09 Changeset in nginx [4635] by
- Version bump.
05/15/12:
- 14:57 Changeset in nginx_org [519] by
- Documented recent changes.
- 14:44 Milestone 1.3.0 completed
- Status: released 1.3.0 changelog …
- 14:34 Changeset in nginx_org [518] by
- nginx-1.3.0
- 14:24 Changeset in nginx [4634] by
- release-1.3.0 tag
- 14:23 Changeset in nginx [4633] by
- nginx-1.3.0-RELEASE
- 14:20 Changeset in nginx [4632] by
- Updated OpenSSL used for win32 builds.
- 08:10 Changeset in nginx [4631] by
- Fixed win32 build after changes in r4624.
05/14/12:
- 16:30 Changeset in nginx [4630] by
- Update c->sent in ngx_ssl_send_chain() even if SSL buffer is not used.
- 15:52 Changeset in nginx [4629] by
- Reverted previous attempt to fix complation warning introduced in r4624 …
- 14:00 Ticket #100 (http_geoip_module should support requests from proxies) closed by
- fixed: In [4628/nginx]: […]
- 14:00 Changeset in nginx [4628] by
- geoip: trusted proxies support and partial IPv6 support. The module now …
- 13:53 Changeset in nginx [4627] by
- geo: chains of trusted proxies and partial IPv6 support. The module now …
- 13:15 Changeset in nginx [4626] by
- Fixed compilation warning introduced in r4624.
- 12:41 Ticket #2 (HttpRealIpModule only seems to work with one trusted proxy, you can't ...) closed by
- fixed: In [4625/nginx]: […]
- 12:41 Ticket #44 (IPv6 support for HTTP realip module) closed by
- fixed: In [4625/nginx]: […]
- 12:41 Changeset in nginx [4625] by
- realip: chains of trusted proxies and IPv6 support. The module now …
- 12:27 Changeset in nginx [4624] by
- New function ngx_http_get_forwarded_addr() to look up real client address. …
- 11:29 Changeset in nginx_org [517] by
- Documented the "debug_connection" directive.
- 10:10 Ticket #64 (Nginx discards alive upstreams and returns 502) closed by
- fixed: Fix committed, thnx.
- 10:09 Ticket #47 (loop with backup servers and proxy_next_upstream http_404) closed by
- fixed: Fix committed, thanks.
- 09:58 Changeset in nginx [4623] by
- Upstream: fixed ip_hash rebalancing with the "down" flag. Due to weight …
- 09:57 Changeset in nginx [4622] by
- Upstream: smooth weighted round-robin balancing. For edge case weights …
- 09:48 Changeset in nginx [4621] by
- Fixed possible request hang with filter finalization. With …
- 09:13 Changeset in nginx [4620] by
- 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
- 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
- running nginx with -c and process substitution or a named pipe fails where …
- 00:15 Ticket #156 (Virtualhost randomly displaying incorrect output) closed by
- 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
- 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
- fixed: Fix committed.
- 13:33 Changeset in nginx [4619] by
- Accept moderation in case of EMFILE/ENFILE. In case of EMFILE/ENFILE …
- 13:19 Changeset in nginx [4618] by
- Rewrite: fixed escaping and possible segfault (ticket #162). The …
- 13:14 Changeset in nginx [4617] by
- Fastcgi: fixed padding handling on fixed-size records. Padding was …
- 13:09 Changeset in nginx [4616] by
- Added r->state reset on fastcgi/scgi/uwsgi request start. Failing to do …
- 12:51 Changeset in nginx_org [516] by
- Donors added.
- 06:05 Changeset in nginx_org [515] by
- 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
- 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
- invalid: Ok, closing this.
05/08/12:
- 11:21 Ticket #163 (Nginx cache and dotdot) closed by
- 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
- 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
- Hello, It would be great to have a setting to forbid caching with ../ …
05/05/12:
- 13:27 Changeset in nginx_org [514] by
- Mentioned ngx_http_referer_module.
05/04/12:
- 11:35 Changeset in nginx [4615] by
- 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
- nginx conf: location / { rewrite (/.*)$ …
05/02/12:
- 19:01 Ticket #161 (1.2.0 compilation fails on Lion) reopened by
- Replying to Maxim Dounin: > Do you have macports installed …
- 18:35 Ticket #161 (1.2.0 compilation fails on Lion) closed by
- 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
- 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
- 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
- It would be nice to have an option to disable fcgi buffering. Note: * …
04/29/12:
- 22:02 Changeset in nginx [4614] by
- debug_connection: added the IPv6 and UNIX-domain socket support.
- 21:22 Ticket #158 (Debian package does not provide package name httpd) created by
- 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
- No matter what I write in inactive= parameter in proxy_cache_path …
04/28/12:
- 10:49 Changeset in nginx_org [513] by
- - Heavily rewritten/reformatted following latest answers to abused people. …
04/27/12:
- 10:48 Changeset in nginx [4613] by
- Removed surplus condition.
04/26/12:
- 18:34 Ticket #156 (Virtualhost randomly displaying incorrect output) created by
- I have a somewhat complex environment: GTM frontend Redirects to LTM …
- 13:06 Changeset in nginx [4612] by
- Allows particular modules to handle subrequests properly.
- 12:58 Changeset in nginx [4611] by
- Fixed segmentation fault in ngx_resolver_create_name_query(). If name …
- 11:20 Changeset in nginx [4610] by
- Version bump.
- 11:18 Changeset in nginx [4609] by
- stable-1.2 branch
04/25/12:
- 20:41 Ticket #154 (NginX 1.1.4 crashes unexpectedly on Windows XP SP3) closed by
- invalid
- 10:41 Ticket #155 (ngx_http_realip_module bug) closed by
- duplicate: First case is duplicate of #2, second case is duplicate of #106.
- 09:23 Changeset in nginx_org [512] by
- - Added "incorporating many new features developed in the 1.1.x branch" to …
- 07:47 Ticket #155 (ngx_http_realip_module bug) created by
- 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
- Donor added.
- 11:14 Changeset in nginx_org [510] by
- Trimmed space at EOL.
- 11:09 Changeset in nginx_org [509] by
- Documented "cache loader" and its parameters.
- 10:03 Changeset in nginx_org [508] by
- Better translation of "LRU".
- 09:10 Ticket #154 (NginX 1.1.4 crashes unexpectedly on Windows XP SP3) created by
- OS version: Windows XP 5.1.2600 Service Pack 3 Build 2600 Nginx is hosting …
- 07:32 Changeset in nginx_org [507] by
- Documented how nginx processes proxied server's response header fields …
- 07:24 Changeset in nginx_org [506] by
- Emphasized on what the "updating" parameter of the …
- 06:54 Changeset in nginx_org [505] by
- Emphasized on what the "updating" parameter of the "proxy_cache_use_stale" …
- 06:35 Changeset in nginx_org [504] by
- Documented URI normalization rules, including %-decoding. Aligned the …
- 06:21 Changeset in nginx_org [503] by
- Bring ngx_http_referer_module docs up to date, including: - Documented …
- 06:20 Changeset in nginx_org [502] by
- 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
- nginx-1.2.0
- 13:07 Changeset in nginx [4608] by
- release-1.2.0 tag
- 13:06 Changeset in nginx [4607] by
- nginx-1.2.0-RELEASE
- 12:54 Changeset in nginx [4606] by
- Version bump.
- 11:11 Changeset in nginx [4605] by
- Fix of "%f" format handling. ngx_sprintf("%.2f", 0.999) incorrectly …
- 11:05 Changeset in nginx [4604] by
- Update openssl used for win32 builds.
- 10:40 Changeset in nginx [4603] by
- Proxy: added ctx checking to input filters. The proxy module context may …
- 08:01 Changeset in nginx_org [500] by
- Documented that "max_ranges" appeared in 1.1.2.
- 08:01 Changeset in nginx_org [499] by
- Documented that "fastcgi_keep_conn" appeared in 1.1.4.
Note: See TracTimeline
for information about the timeline view.
