Timeline
12/04/13:
- 22:45 Changeset in nginx [5460:f38043bd15f5] by
- Contrib: add vim scripts to contrib/ directory. I've been maintaining …
- 20:16 Ticket #456 (ngx_random: random number generator initialized (srandom) to same ...) updated by
- Great - thank you very much for the quick help.
- 19:13 Changeset in nginx [5458:4a71ef1aa36d] by
- Fixed build without SSL, broken by c82b2e020b9f.
- 19:01 Changeset in nginx [5457:c82b2e020b9f] by
- SSL support in the uwsgi module. Based on patch by Roberto De Ioris.
- 18:55 Ticket #456 (ngx_random: random number generator initialized (srandom) to same ...) updated by
-
Status changed
Initialization in question is done in a master process, and changing … - 16:05 Ticket #456 (ngx_random: random number generator initialized (srandom) to same ...) created by
-
In src/os/unix/ngx_posix_init.c, the line
srandom(ngx_time());
is …
12/03/13:
- 18:07 Changeset in nginx [5456:692afcea9d0d] by
- Added support for TCP_FASTOPEN supported in Linux >= 3.7.1. --- …
- 17:44 Changeset in nginx [5455:8f2c69418045] by
- Fixed "setfib=" on non-first listening socket.
- 13:12 Changeset in nginx [5454:359f49a84f87] by
- Improved code readablity in ngx_http_upstream_init_round_robin(). …
- 11:11 Changeset in nginx [5453:b7b8e2fa7ebd] by
- Fixed null pointer dereference with $upstream_cache_last_modified.
12/02/13:
- 14:56 Ticket #455 (nginx makes it hard to configure ipv4/6 default cases in listen statement) closed by
- worksforme: As of nginx 1.3.4+, the ipv6only is on by default, and the following …
- 12:42 Ticket #455 (nginx makes it hard to configure ipv4/6 default cases in listen statement) created by
- In a usual setup, where a web server is serving the public internet, …
- 11:24 Changeset in nginx_org [1028:e582a10b1917] by
- Documented the "proxy_cache_purge" and "fastcgi_cache_purge" directives.
11/29/13:
- 22:39 Ticket #454 (disable ngx_http_upstream_store for HEAD requests) closed by
- wontfix: The method can be redefined using proxy_method directive in case of …
- 20:15 Ticket #454 (disable ngx_http_upstream_store for HEAD requests) created by
- it looks like you missed check for […] in […] so, if …
- 15:07 Ticket #353 (nginx 1.4.[0|1] empty reply from server) updated by
- Backlog size doesn't really matters, the actual problem is how kernel …
- 14:23 Ticket #453 (Modules are initialized twice in single-process mode for Win32) closed by
- fixed: Fix committed, thank you for report.
- 13:30 Ticket #453 (Modules are initialized twice in single-process mode for Win32) updated by
- In b7bf4671bb7b8c455cf54fd39c0f87b7e4fbc312/nginx: […]
- 13:23 Changeset in nginx [5452:b7bf4671bb7b] by
- Win32: fixed init_process without master process (ticket #453). Init …
- 13:23 Changeset in nginx [5451:e68af4e3396f] by
- Upstream: skip empty cache headers. Notably this fixes …
- 13:16 Changeset in nginx [5450:9868c72f6f43] by
- SSL: fixed c->read->ready handling in ngx_ssl_recv(). If …
- 13:11 Changeset in nginx [5449:8f3cf6776648] by
- Version bump.
11/28/13:
- 23:29 Ticket #353 (nginx 1.4.[0|1] empty reply from server) updated by
- Hello, Now I can trigger the problem for some time by lowering listen …
- 11:52 Ticket #448 (merge_slashes off doesn't work inside server context) closed by
- fixed: Documentation fix committed, thanks.
- 11:50 Ticket #448 (merge_slashes off doesn't work inside server context) updated by
- In 375055da60fae22c8dfa6b385e1f72739fa0b9b6/nginx_org: […]
11/27/13:
- 14:56 Ticket #353 (nginx 1.4.[0|1] empty reply from server) updated by
- I don't think that this is related to original issue reported, but …
- 10:59 Ticket #353 (nginx 1.4.[0|1] empty reply from server) updated by
- I got similar problem, not related to online upgrades. Cut from …
11/26/13:
- 14:10 Changeset in nginx-tests [358:ec9f4f2e67e8] by
- Tests: check if fastcgi body is cached.
- 09:06 Ticket #453 (Modules are initialized twice in single-process mode for Win32) created by
- There is feature of nginx to run Nginx as single process with …
11/25/13:
- 22:07 Ticket #452 (Custom ETag is not honoured by not_modified_filter module) closed by
- wontfix: The behaviour is expected. Moving headers filter to an earlier point …
- 15:46 Ticket #452 (Custom ETag is not honoured by not_modified_filter module) created by
- This is caused by the header processing order (not_modified_filter is …
- 15:23 Ticket #448 (merge_slashes off doesn't work inside server context) updated by
-
Status changed
When specified at server{} level, it only works if a server is a … - 14:34 Ticket #451 (Turn NGX_SSL_BUFSIZE into a configuration directive) created by
- Nginx uses a hard-coded SSL buffer size of 16 KB (see NGX_SSL_BUFSIZE …
- 11:15 Ticket #450 (memory leak in src/os/win32/ngx_files.c.) closed by
- invalid: This problem is already fixed by dea321e5c021 changeset.
- 10:28 Ticket #450 (memory leak in src/os/win32/ngx_files.c.) created by
- There is a memory leak in src/os/win32/ngx_files.c. The function …
11/23/13:
- 21:21 Ticket #449 (New variable for SubjectAltName in the client SSL certificate) created by
- Some new authentification systems like WebID-TLS [1] require to access …
11/22/13:
- 17:31 Ticket #448 (merge_slashes off doesn't work inside server context) created by
- When I put merge_slashes off in the http context, it works. When I put …
- 11:20 Changeset in nginx-tests [357:e0c00e695cb5] by
- Tests: removed Net::DNS dependency.
11/21/13:
- 16:33 Ticket #447 (X-Forwarded-For header incorrect sometimes when using nginx as proxy) updated by
- Just figured it out myself :-( Sorry for the noise.
- 16:30 Ticket #447 (X-Forwarded-For header incorrect sometimes when using nginx as proxy) closed by
- invalid: Multiple IP addresses in X-Forwarded-For is normal, see …
- 16:24 Ticket #447 (X-Forwarded-For header incorrect sometimes when using nginx as proxy) updated by
- Forgot to mention - the request rate is about 4000 connections per …
- 16:21 Ticket #447 (X-Forwarded-For header incorrect sometimes when using nginx as proxy) created by
- Hi, we found out that the nginx sometimes sets wrong IP addresses in …
- 13:56 Ticket #446 (Can't register on Nginx forum or mailing list!) closed by
- invalid
- 12:30 Ticket #446 (Can't register on Nginx forum or mailing list!) created by
- I have tried to register in Nginx forum, but I didn't receive the …
- 11:20 Changeset in nginx-tests [356:7a472e46772c] by
- Tests: added http resolver test for CNAME + A combined answer.
- 11:07 Changeset in nginx-tests [355:14eba1ad0880] by
- Tests: reduce race in mail resolver test.
- 09:47 Ticket #445 (RPM minor upgrade should not replace nginx.conf with default) closed by
- invalid: All config files in nginx.spec are already marked as …
- 08:47 Ticket #444 (SSL error with Internet explorer clients) closed by
- duplicate: Yes, this seems to be the same problem as in ticket #235. Closing this …
- 08:43 Ticket #443 (Checking for PCRE JIT support always successful) closed by
- invalid: Ok, closing this as there is no problem.
- 08:30 Ticket #445 (RPM minor upgrade should not replace nginx.conf with default) created by
- Hi, I am using the prebuilt RPMs from …
- 01:22 Ticket #443 (Checking for PCRE JIT support always successful) updated by
- Хорошо, значит это просто косметическая проблема. Я скомпилировал PCRE …
- 00:27 Ticket #444 (SSL error with Internet explorer clients) updated by
- This seems to be related to http://trac.nginx.org/nginx/ticket/235 …
- 00:06 Ticket #355 (Proxy protocol support) updated by
- +1 for this feature, pretty please, ASAP please.
11/20/13:
- 23:12 Ticket #444 (SSL error with Internet explorer clients) updated by
- core dump is larger than allowed, output: #0 0x00000000004265be in …
- 23:10 Ticket #444 (SSL error with Internet explorer clients) created by
- This bug is probably an issue with openssl but wanted verification. …
- 11:53 Ticket #443 (Checking for PCRE JIT support always successful) updated by
- And what's the problem? This check is expected to fail if PCRE JIT …
- 07:40 Ticket #443 (Checking for PCRE JIT support always successful) created by
- Checking for PCRE JIT support always successful. This patch may help: …
11/19/13:
- 15:16 Milestone 1.5.7 completed
- Status: released [[http://nginx.org/en/CHANGES-1.5 | 1.5.7 …
- 15:14 Milestone 1.4.4 completed
- Status: released [[http://nginx.org/en/CHANGES-1.4 | 1.4.4 …
- 12:47 Ticket #442 (proxy) closed by
- invalid
- 12:44 Ticket #442 (proxy) created by
- Настроен прокси client->SSL->nginx->SSL->tomcat7 1. Версия http по …
- 10:03 Changeset in nginx [5444:48d6aaf6bf30] by
- release-1.5.7 tag
- 10:03 Changeset in nginx [5443:9ba2542d75bf]release-1.5.7 by
- nginx-1.5.7-RELEASE
- 02:57 Changeset in nginx [5442:63f960bbc52f] by
- Proper backtracking after space in a request line.
11/18/13:
- 20:17 Ticket #355 (Proxy protocol support) updated by
- Is anyone working on getting this integrated? I'd be happy to help. …
- 17:37 Changeset in nginx-tests [354:fb366c51eac6] by
- Tests: reduce race in cache revalidate test.
- 16:48 Changeset in nginx [5441:43ccaf8e8728] by
- Upstream: cache revalidation with conditional requests. The following …
- 15:47 Ticket #353 (nginx 1.4.[0|1] empty reply from server) updated by
- Just a quick note: the d8ee8ef5dcde changeset may be related. If a …
- 10:20 Ticket #441 ("Как предотвратить обработку запросов без имени сервера" - не работает) closed by
- invalid: Цитата из RFC 2616: …
- 09:24 Ticket #441 ("Как предотвратить обработку запросов без имени сервера" - не работает) created by
- В документации http://nginx.org/ru/docs/http/request_processing.html …
11/17/13:
- 23:06 Changeset in nginx [5676:fbfdf8017748] by
- Proxy: fixed possible uninitialized memory access. The …
11/14/13:
- 13:24 Changeset in nginx-tests [353:19f58e91617a] by
- Tests: proxy cache revalidate tests.
- 13:09 Ticket #298 (Support X-accel-redirect with webdav PUT) closed by
- wontfix: As of nginx 1.5.4, the …
- 12:24 Ticket #440 (Nginx write content to client instead of 504 when fastcgi timeout ...) updated by
- The HTTP protocol allows to detect if a response isn't complete as …
- 12:17 Changeset in nginx-tests [352:145c37f27c5a] by
- Tests: added resolver tests.
- 11:19 Ticket #440 (Nginx write content to client instead of 504 when fastcgi timeout ...) updated by
- I agree. In general, this is the only way to fix the problem. But a …
- 11:10 Ticket #440 (Nginx write content to client instead of 504 when fastcgi timeout ...) closed by
- invalid: Much like with …
- 08:05 Ticket #440 (Nginx write content to client instead of 504 when fastcgi timeout ...) created by
- I wrote a multi-thread fastcgi application which print http header, …
11/13/13:
- 18:33 Ticket #439 (auth_basic: username variable) closed by
- worksforme: There is the …
- 18:19 Ticket #439 (auth_basic: username variable) created by
- I think it might be a good idea to have a variable which will contain …
- 10:38 Ticket #438 (Test audit) closed by
- fixed: Quick look suggests all mentioned uses are fine.
- 04:54 Ticket #438 (Test audit) created by
- ./src/core/nginx.c:421: High: getenv …
11/12/13:
- 02:44 Ticket #435 (Не оптимальная работа proxy_store) updated by
- не понятно зачем на вопрос на русском языке вы даете ответ на …
11/11/13:
- 14:49 Changeset in nginx [5440:cbb9a6c7493c] by
- SPDY: fixed request hang with the auth request module. We should just …
- 11:32 Ticket #436 (After authentication with auth I get a 401 timeut on socket proxy) closed by
- invalid: This is a bug, but not in nginx. As per configuration and HTTP …
- 11:18 Ticket #437 (Add Support for SPDY/3) created by
- Please add support for spdy version 3. spdy/2 support has been removed …
- 09:59 Changeset in nginx [5439:9b3bbaddb1ef] by
- Configure: call "make distclean" for libatomic. Signed-off-by: Piotr …
- 09:37 Changeset in nginx_org [1119:15f48e365f43] by
- Documented the "max_conns" parameter of the "server" directive.
11/09/13:
- 17:28 Ticket #436 (After authentication with auth I get a 401 timeut on socket proxy) created by
- I use nginx as a ssl proxy with a meteor/node.js app Site is still in …
11/08/13:
- 17:19 Ticket #418 (memcached module returns a code 000 instead of the code 200) updated by
- The $status variable is only available once a response was sent. It's …
- 17:03 Ticket #418 (memcached module returns a code 000 instead of the code 200) updated by
- […] so it should not work properly, but it works as a will be …
- 16:16 Ticket #418 (memcached module returns a code 000 instead of the code 200) updated by
- Again, works fine here. If you have problems, please provide more …
- 16:05 Ticket #432 (Source code release date is incorrect on install instructions (web)) closed by
- fixed: Proper page to look into is http://nginx.org/en/download.html. I've …
- 15:43 Ticket #400 (ssl_verify_client per location basis) closed by
- wontfix: There are no plans to implement this in foreseeable future.
- 15:40 Ticket #394 (gzip module doesn't handle all certain HTTP verbs/statuses) closed by
- wontfix: Feedback timeout. Please reopen if there will be interoperability …
- 15:32 Ticket #418 (memcached module returns a code 000 instead of the code 200) updated by
- Memcached module when the request is successful, it returns the code …
- 12:11 Ticket #223 (when using proxy_buffer_size 0 instead proxy_buffering off gives bad ...) closed by
- wontfix: I don't think it worth special handling.
- 12:06 Ticket #434 (try_files not honored when in location and if + rewrite) closed by
- duplicate: Duplicate of #86.
- 11:56 Ticket #215 (SSL: decryption failed or bad record mac with upstream servers) updated by
-
Sensitive changed
Just for record, see … - 11:53 Ticket #435 (Не оптимальная работа proxy_store) closed by
- invalid: The proxy_store directive provides a mechanism to store all responses …
- 05:59 Ticket #435 (Не оптимальная работа proxy_store) created by
- есть следующая конструкция: […] проблема следующая: получается …
11/07/13:
- 17:27 Ticket #434 (try_files not honored when in location and if + rewrite) created by
- Given this vhost: […] When I exec: {{{curl -s -H "HOST: …
11/05/13:
- 03:09 Ticket #433 (Systemd PasswordAgent Support for SSL Passphrases (http_ssl_module)) created by
- Hello, I've recently started using a distribution which uses systemd …
- 01:00 Changeset in nginx [5438:f817f9d1cded] by
- Configure: call "make clean" for OpenSSL only if Makefile exists. …
Note:
See TracTimeline
for information about the timeline view.