Timeline



04/18/16:

18:18 Changeset in nginx [6516:ab16126a06a0] by Maxim Dounin <mdounin@…>
HTTP/2: write logs when refusing streams with data. Refusing streams …
16:29 Changeset in nginx-tests [908:adf5671391ac] by Andrey Zelenkov <zelenkov@…>
Tests: use read_file subroutine in several tests.
14:40 Changeset in nginx-tests [916:f2b2633a3fc1] by Andrey Zelenkov <zelenkov@…>
Tests: added tests for request_id variable.
14:24 Ticket #633 (limit_except causes 404) updated by dryvenn@…
+1
13:49 Ticket #953 (Error on logrotate when Nginx is stopped) created by indy2kro@…
Steps to reproduce: 1. Start Nginx 1. Have some traffic on …
13:30 Changeset in nginx-tests [901:25bf03642a45] by Sergey Kandaurov <pluknet@…>
Tests: sprinkle unix prerequisite.
10:56 Changeset in nginx-tests [900:257de77879e8] by Sergey Kandaurov <pluknet@…>
Tests: added access_log test with binary data.
10:56 Changeset in nginx-tests [899:c0c2fc0e7208] by Sergey Kandaurov <pluknet@…>
Tests: style.

04/15/16:

15:43 Ticket #753 (Nginx leaves UNIX domain sockets after SIGQUIT) updated by micah@…
It also should be noted that using SIGQUIT for process termination is …
15:38 Ticket #753 (Nginx leaves UNIX domain sockets after SIGQUIT) updated by micah@…
I can confirm that a SIGQUIT will not remove the socket, and a SIGTERM …
14:01 Ticket #951 ('proxy_request_buffering' does not work with 'http2' on nginx 1.9.14) updated by Maxim Dounin
First of all, I would recommend to check if the nginx version running …
13:55 Ticket #892 ('proxy_request_buffering' does not work with 'http2') updated by Maxim Dounin
Closing this again. The feature was implemented and works as per …
13:24 Ticket #952 (Listener socket not removed on stop: Address already in use) closed by Maxim Dounin
duplicate: Whether or not unix listening sockets are removed depends on how nginx …
06:13 Ticket #952 (Listener socket not removed on stop: Address already in use) updated by Ruslan Ermilov
First of all, I suggest to update to a modern nginx version. Anyway, …
05:54 Ticket #951 ('proxy_request_buffering' does not work with 'http2' on nginx 1.9.14) updated by Ruslan Ermilov
How do you conclude that "proxy_request_buffering off" does not work …
03:06 Ticket #952 (Listener socket not removed on stop: Address already in use) created by micah@…
If I make a server block with a listen configured for a unix socket, …

04/14/16:

23:38 Ticket #951 ('proxy_request_buffering' does not work with 'http2' on nginx 1.9.14) created by Constantin Irimia
The proxy_request_buffering can't be turned off for HTTP2 requests. I …
23:28 Ticket #892 ('proxy_request_buffering' does not work with 'http2') updated by Constantin Irimia
worker_processes 12; error_log /data/www/nginx/logs/error-info.log …
23:15 Ticket #892 ('proxy_request_buffering' does not work with 'http2') reopened by Constantin Irimia
It seems that the proxy_request_buffering still not working on nginx …
12:45 Changeset in nginx-tests [898:3f453670bfac] by Sergey Kandaurov <pluknet@…>
Tests: fastcgi TODOs for chunked request body adjusted.
12:45 Ticket #950 (Bad gateway with http2 requests on hhvm fastcgi since 1.9.14) closed by Ruslan Ermilov
fixed: Fixed, thanks for testing!
12:30 Ticket #950 (Bad gateway with http2 requests on hhvm fastcgi since 1.9.14) updated by Valentin Bartenev <vbart@…>
In [changeset:"b5734248d5e7b856b2adf4d9cb2afe410b16818b/nginx"
12:14 Changeset in nginx-tests [897:323ebf087121] by Sergey Kandaurov <pluknet@…>
Tests: TODO RST_STREAM test for discarded body unconditionally. See …
12:14 Changeset in nginx [6515:8df664ebe037] by Valentin Bartenev <vbart@…>
HTTP/2: send WINDOW_UPDATE instead of RST_STREAM with NO_ERROR. After …
12:14 Changeset in nginx [6514:0aa07850922f] by Valentin Bartenev <vbart@…>
HTTP/2: refuse streams with data until SETTINGS is acknowledged. A …
12:14 Changeset in nginx [6513:80ba811112ed] by Valentin Bartenev <vbart@…>
HTTP/2: deduplicated some code in ngx_http_v2_state_headers(). No …

04/13/16:

23:16 Ticket #950 (Bad gateway with http2 requests on hhvm fastcgi since 1.9.14) updated by Norbert Fischer
Replying to vbart: > Please try the following patch: > {{{ …
10:03 Changeset in nginx-tests [896:48d277065309] by Sergey Kandaurov <pluknet@…>
Tests: emit HTTP/2 SETTINGS acknowledgement by default.

04/12/16:

16:01 Changeset in nginx [6511:640288d0e1bc] by Ruslan Ermilov <ru@…>
Fixed NGX_CONF_TAKE1/NGX_CONF_FLAG misuse (as in e444e8f6538b).

04/11/16:

20:06 Changeset in nginx-tests [895:894e142ebdf8] by Sergey Kandaurov <pluknet@…>
Tests: TODO fastcgi request body end-of-stream.
15:47 Changeset in nginx [6510:a3be359e6c7d] by Alessandro Ghedini <alessandro@…>
Fixed typos.
15:45 Ticket #950 (Bad gateway with http2 requests on hhvm fastcgi since 1.9.14) updated by Valentin V. Bartenev
Please try the following patch: […]
15:42 Changeset in nginx [6512:b5734248d5e7] by Valentin Bartenev <vbart@…>
FastCGI: skip special bufs in buffered request body chain. This …
12:46 Changeset in nginx [7509:b99cbafd51da] by Sergey Kandaurov <pluknet@…>
SSL: removed OpenSSL 0.9.7 compatibility.
10:41 Ticket #927 (Set $ssl_session_reused to "t" for session ticket reuse and set ...) updated by Neil Craig
Hi again Just wondered if the above might be worth looking at now …

04/10/16:

16:39 Ticket #950 (Bad gateway with http2 requests on hhvm fastcgi since 1.9.14) updated by Norbert Fischer
That looks similar to the errors I got after upgrading to 1.9.14 …
11:42 Ticket #950 (Bad gateway with http2 requests on hhvm fastcgi since 1.9.14) created by GregOriol@…
Since nginx 1.9.14, using an http2 server with hhvm as fastcgi backend …

04/08/16:

16:35 Ticket #948 (Web DAV module strange behaviour when client resumes upload) updated by Maxim Dounin
As I said in the very first sentence of comment:1, resuming PUT …
15:44 Ticket #948 (Web DAV module strange behaviour when client resumes upload) updated by yf13@…
Maxim, Thanks for the quick reply... the discussions are really …
15:10 Ticket #949 (Very intermittent 400 errors) closed by Maxim Dounin
duplicate: This seems to be duplicate of #830. If you are able to reproduce the …
15:00 Ticket #949 (Very intermittent 400 errors) created by barber.chris21@…
Our current nginx setup uses SSL combined with PKI client validation. …
14:51 Ticket #948 (Web DAV module strange behaviour when client resumes upload) updated by Maxim Dounin
Resuming PUT requests using the Content-Range header as curl does is …
13:49 Changeset in nginx [6508:151fd02a4317] by Ruslan Ermilov <ru@…>
Simplified ngx_unix_recv() and ngx_readv_chain(). This makes …
13:41 Changeset in nginx [6507:8ee94ecd3a50] by Valentin Bartenev <vbart@…>
Merged implementations of ngx_unix_recv(). There's no real need in …
13:39 Changeset in nginx [6506:dc1ae0056a1e] by Valentin Bartenev <vbart@…>
Fixed small inconsistency in handling EOF among receive functions. …
13:38 Changeset in nginx [6505:5ad379eab6fa] by Valentin Bartenev <vbart@…>
Merged implementations of ngx_udp_unix_recv(). There's no real need …
12:13 Changeset in nginx-tests [894:f50ee6804216] by Sergey Kandaurov <pluknet@…>
Tests: TODO image_filter_finalize.t alert seen with "aio_write".
12:03 Changeset in nginx [6509:7640d6c213e1] by Ruslan Ermilov <ru@…>
Removed redundant "u" format specifier. It is implied for "x" and "X".
07:13 Ticket #948 (Web DAV module strange behaviour when client resumes upload) created by yf13@…
With nginx web dav module, we can't resume a broken file upload …

04/07/16:

16:09 Changeset in nginx [6503:abc3be8d92ef] by Ruslan Ermilov <ru@…>
Version bump.
08:50 Changeset in nginx [6504:293413010217] by Josh Soref <timeless@…>
Fixed spelling.

04/06/16:

14:23 Changeset in nginx-tests [893:4fad3232ad56] by Sergey Kandaurov <pluknet@…>
Tests: proxy_pass_request_headers, proxy_pass_request_body tests.
11:19 Ticket #946 (Nginx that is logging into /dev/log cannot handle change of inode of ...) updated by gulycka@…
Thanks for your quick reply. I do agree with you. But one thing I see …
10:59 Changeset in nginx-tests [892:0c64f87aa689] by Sergey Kandaurov <pluknet@…>
Tests: guard stream_proxy_ssl_verify.t tests against undef.

04/05/16:

22:00 Ticket #947 (nginx -t just a bit buggy) closed by Maxim Dounin
invalid: The first configuration is valid, and nginx -t correctly says it is. …
21:16 Ticket #947 (nginx -t just a bit buggy) created by somethingweird@…
nginx -t is a bit buggy here is an example: server { listen 80 …
15:13 Milestone 1.9.14 completed
Status: released Trunk: mainline * Bug fix release
14:57 Changeset in nginx [6502:15f9446165e2] by Maxim Dounin <mdounin@…>
release-1.9.14 tag
14:57 Changeset in nginx [6501:4106db71cbcb]release-1.9.14 by Maxim Dounin <mdounin@…>
nginx-1.9.14-RELEASE

04/04/16:

18:41 Ticket #796 (nginx.pid is removed during reload if pid path is changed in ...) updated by coreykasten@…
Hi mdounin, I never got a response on the dev mailing list regarding …

04/01/16:

17:16 Changeset in nginx-tests [891:f4189a38c3a4] by Sergey Kandaurov <pluknet@…>
Tests: mark 'phantom event' alerts on Solaris as TODO (iff any).
14:41 Changeset in nginx-tests [890:b06beed07bc8] by Sergey Kandaurov <pluknet@…>
Tests: adjusted h2.t todo_alerts after a6abbfed, improved comments.
14:30 Changeset in nginx-tests [889:266e3b2e88f9] by Sergey Kandaurov <pluknet@…>
Tests: adjusted HTTP/2 TODOs, request body fixes committed.
13:38 Changeset in nginx [6500:8426275a13fd] by Maxim Dounin <mdounin@…>
Compatibility with FreeBSD 2.2.9. Added (RTLD_NOW | RTLD_GLOBAL) to …
13:38 Changeset in nginx [6499:e20bf454e58b] by Maxim Dounin <mdounin@…>
Configure: improved multiple types handling in auto/types/typedef.
13:38 Changeset in nginx [6498:82a76258a142] by Maxim Dounin <mdounin@…>
Configure: fixed autotest source code logging. Fixed a regression …
13:11 Ticket #907 (OPTIONS request timeout in Firefox (but only in a somewhat complicated ...) closed by Valentin V. Bartenev
fixed: This is fixed by 887cca40ba6a (nginx 1.9.14).
13:08 Ticket #892 ('proxy_request_buffering' does not work with 'http2') closed by Valentin V. Bartenev
fixed: Support for unbuffered upload was implemented in 9d66d7ed2abb (nginx …
12:57 Changeset in nginx [6497:9d66d7ed2abb] by Valentin Bartenev <vbart@…>
HTTP/2: support for unbuffered upload of request body.
12:56 Changeset in nginx [6496:887cca40ba6a] by Valentin Bartenev <vbart@…>
HTTP/2: rewritten handling of request body. There are two …
12:56 Changeset in nginx [6495:92464ebace8e] by Valentin Bartenev <vbart@…>
HTTP/2: sending RST_STREAM with NO_ERROR to discard request body. RFC …
11:15 Ticket #946 (Nginx that is logging into /dev/log cannot handle change of inode of ...) closed by Maxim Dounin
wontfix: Syslog restarts are expected to cause message loss as there is a …
10:17 Changeset in nginx [6494:5805301f990f] by Maxim Dounin <mdounin@…>
Core: removed incorrect GCC 2.7 check. It was broken since …
10:16 Changeset in nginx-tests [888:4ab795ab2e62] by Andrey Zelenkov <zelenkov@…>
Tests: added HTTP/2 test for zero RST_STREAM if discarding body.
09:33 Ticket #928 (Can't use If-Modified-Since with http://nginx.org/en/CHANGES) closed by maxim
fixed
09:16 Ticket #946 (Nginx that is logging into /dev/log cannot handle change of inode of ...) created by gulycka@…
Hi, I would like to report the following bug. We are using Nginx and …
03:56 Ticket #945 (when setting master_process off, nginx segmentation fault when sent ...) updated by tianchaijz@…
Thank you again :)
03:52 Ticket #945 (when setting master_process off, nginx segmentation fault when sent ...) updated by Maxim Dounin
There are no reasons to ignore configuration reloads without a master …
03:38 Ticket #945 (when setting master_process off, nginx segmentation fault when sent ...) updated by tianchaijz@…
Thanks! One more question, why leave the nginx process in an …
03:23 Ticket #945 (when setting master_process off, nginx segmentation fault when sent ...) closed by Maxim Dounin
wontfix: The master_process directive is …
02:05 Ticket #945 (when setting master_process off, nginx segmentation fault when sent ...) created by tianchaijz@…
A simple configuration is shown below: […] After starting nginx …
01:17 Changeset in nginx [6493:58b2ad162ca9] by Maxim Dounin <mdounin@…>
Trailing space fix.
00:13 Ticket #860 (NGINX 1.9.9 fails to build against OpenSSL 1.1.0) closed by Maxim Dounin
fixed: A patch series with OpenSSL 1.1.0 support has been committed and will …

03/31/16:

23:59 Ticket #921 ($_SERVER['REQUEST_METHOD'] on 1.9.12) closed by Maxim Dounin
worksforme: Feedback timeout.
22:42 Ticket #943 (Nginx transforms HTTP method from POST to GET) updated by svenmueller@…
Yes, we are using directive error_page. Could you please give an …
21:51 Ticket #928 (Can't use If-Modified-Since with http://nginx.org/en/CHANGES) updated by Bruno Bigras
Thanks for the rss feeds guys. I'll use them instead. You can close …
20:38 Changeset in nginx [6492:3b77efe05b92] by Maxim Dounin <mdounin@…>
SSL: SSLeay_version() is deprecated in OpenSSL 1.1.0. …
20:38 Changeset in nginx [6491:45f2385a47e6] by Sergey Kandaurov <pluknet@…>
SSL: X509 was made opaque in OpenSSL 1.1.0. To increment reference …
20:38 Changeset in nginx [6490:ddf761495ce6] by Sergey Kandaurov <pluknet@…>
SSL: EVP_MD_CTX was made opaque in OpenSSL 1.1.0.
20:38 Changeset in nginx [6489:c256dfdd469d] by Maxim Dounin <mdounin@…>
SSL: RSA_generate_key() is deprecated in OpenSSL 1.1.0. OpenSSL …
20:38 Changeset in nginx [6488:a57b2b8999e7] by Maxim Dounin <mdounin@…>
SSL: initialization changes for OpenSSL 1.1.0. OPENSSL_config() …
20:38 Changeset in nginx [6487:9dd43f4ef67e] by Maxim Dounin <mdounin@…>
SSL: get_session callback changed in OpenSSL 1.1.0.
20:38 Changeset in nginx [6486:978ad80b3732] by Maxim Dounin <mdounin@…>
SSL: guarded error codes not present in OpenSSL 1.1.0.
20:38 Changeset in nginx [6485:382fc7069e3a] by Maxim Dounin <mdounin@…>
SSL: reasonable version for LibreSSL. LibreSSL defines …
19:33 Changeset in nginx [6484:4b420f9c4c5d] by Ruslan Ermilov <ru@…>
Removed the prototype mysql module.
19:00 Changeset in nginx [6483:3a50ccd94333] by Ruslan Ermilov <ru@…>
Fixed ngx_os_signal_process() prototype.
16:49 Ticket #944 (Enchance $server_addr to return original IP even after local DNAT) updated by Maxim Dounin
Do you have any problems with using different listening sockets to …
16:34 Ticket #944 (Enchance $server_addr to return original IP even after local DNAT) created by kvrico@…
I'd like to suggest to improve current $server_addr or introduce new …

03/30/16:

23:34 Changeset in nginx [6482:2b7dacb381ed] by Sergey Kandaurov <pluknet@…>
Fixed ngx_pid_t formatting in ngx_sprintf() and logging.
23:34 Changeset in nginx [6481:40bea39731d7] by Sergey Kandaurov <pluknet@…>
Fixed format specifiers in ngx_sprintf().
23:33 Changeset in nginx [6480:f01ab2dbcfdc] by Sergey Kandaurov <pluknet@…>
Fixed logging.
23:33 Changeset in nginx [6479:dc92298b1852] by Sergey Kandaurov <pluknet@…>
Events: fixed logging.
23:33 Changeset in nginx [6478:3ef7bb882ad4] by Sergey Kandaurov <pluknet@…>
Fixed logging with variable field width.
23:33 Changeset in nginx [6477:47daf95d0138] by Sergey Kandaurov <pluknet@…>
Fixed logging in close error handling.
15:52 Ticket #943 (Nginx transforms HTTP method from POST to GET) closed by Maxim Dounin
invalid: The $request as logged to the access_log is a stringnginx got from …
15:48 body3.patch attached to Ticket #907 by Valentin V. Bartenev
That is because part of the patch was already committed. Anyway, here …
15:29 Ticket #943 (Nginx transforms HTTP method from POST to GET) created by svenmueller@…
The following POST request contains a duplicate HEADER value to …
14:49 Ticket #931 (400 response to cyrillic domain) reopened by ynikitenko@…
Dear nginx programmers, I suggest to improve the documentation and …
14:23 Ticket #901 (Changes in openssl master wrt SSL_shutdown()) updated by Maxim Dounin
The patch in question is present in nginx 1.9.12 and up, quote from …
14:18 Ticket #942 (SSL_shutdown() failed while SSL handshaking) closed by Maxim Dounin
duplicate: Please avoid reopening duplicate tickets unless you think they are not …
12:46 Ticket #907 (OPTIONS request timeout in Firefox (but only in a somewhat complicated ...) updated by Pyry Hakulinen
Would it be possible to get an updated patch for 1.9.13? The …
12:06 Ticket #942 (SSL_shutdown() failed while SSL handshaking) reopened by anubhav2301@…
Ticket #901 observed with Nginx 1.9.11 with OpenSSL 1.0.2f version …
12:00 Ticket #901 (Changes in openssl master wrt SSL_shutdown()) updated by anubhav2301@…
I used Nginx 1.8.1 stable version with OpenSSL 1.0.2g stable version. …
11:12 Ticket #942 (SSL_shutdown() failed while SSL handshaking) closed by Valentin V. Bartenev
duplicate: Duplicate of #901.
10:30 Ticket #942 (SSL_shutdown() failed while SSL handshaking) created by anubhav2301@…
Hi, I'm getting below log entry in nginx error log: [crit] 25233#0: …
09:07 Changeset in nginx [6476:5511e846dfc7] by Ruslan Ermilov <ru@…>
Fixed mistranslated phrase.
08:57 Changeset in nginx [6475:7d6970ba5209] by Ruslan Ermilov <ru@…>
Events: fixed test building with eventport on OS X. Broken in …
08:52 Changeset in nginx [6474:2cd019520210] by Ruslan Ermilov <ru@…>
Style.
08:52 Changeset in nginx [6473:9d7326d3f474] by Ruslan Ermilov <ru@…>
Version bump.
07:54 Ticket #941 (Nginx 1.9.13 RPMs require perl module ExtUtils::Embed to build) closed by Andrei Belov
fixed: Thanks for reporting. This has been fixed by …
07:26 Ticket #941 (Nginx 1.9.13 RPMs require perl module ExtUtils::Embed to build) updated by Andrei Belov
Status, Summary changed
07:00 Ticket #941 (Nginx 1.9.13 RPMs require perl module ExtUtils::Embed to build) updated by davidjb
The title of this ticket was incomplete and I can't update it. It …
06:59 Ticket #941 (Nginx 1.9.13 RPMs require perl module ExtUtils::Embed to build) created by davidjb
Attempting to rebuild the Nginx 1.9.13 source RPMs on CentOS 6.7, …

03/29/16:

15:38 Milestone 1.9.13 completed
Status: released Trunk: mainline * UDP support in the …
15:09 Changeset in nginx [6472:e3e3a6f1e8fd] by Maxim Dounin <mdounin@…>
release-1.9.13 tag
15:09 Changeset in nginx [6471:5936b7ed9292]release-1.9.13 by Maxim Dounin <mdounin@…>
nginx-1.9.13-RELEASE
13:26 Ticket #940 (Consider porting OCSP stapling bugfix to 1.8) closed by Maxim Dounin
wontfix: The next stable branch is expected to appear in a couple of month. …
11:30 Ticket #940 (Consider porting OCSP stapling bugfix to 1.8) updated by wolfbeast@…
nginx -V output: nginx version: nginx/1.8.1 built by gcc 4.4.7 …
11:27 Ticket #940 (Consider porting OCSP stapling bugfix to 1.8) created by wolfbeast@…
In …
07:44 Ticket #910 (CreateFile() "E:/tmp/0000000001" failed (80: The file exists)) closed by Maxim Dounin
fixed: Fix committed.
07:00 Ticket #910 (CreateFile() "E:/tmp/0000000001" failed (80: The file exists)) updated by Maxim Dounin <mdounin@…>
In [changeset:"a5897d360977e37ea817736727657580b2a43a11/nginx"
06:54 Changeset in nginx [6470:62d950bc0f15] by Maxim Dounin <mdounin@…>
Updated OpenSSL used for win32 builds.
06:52 Changeset in nginx [6469:7cdf612fd58c] by Maxim Dounin <mdounin@…>
Win32: replaced NGX_EXDEV with more appropriate error code. Correct …
06:51 Changeset in nginx [6468:a5897d360977] by Maxim Dounin <mdounin@…>
Win32: additional error code NGX_EEXIST_FILE (ticket #910). On …

03/28/16:

16:56 Ticket #488 (proxy_next_upstream_action to distinguish different network actions) closed by Maxim Dounin
fixed: The 91c8d990fb45 commit changes proxy_next_upstream logic to do not …
16:50 Changeset in nginx [6467:91c8d990fb45] by Maxim Dounin <mdounin@…>
Upstream: proxy_next_upstream non_idempotent. By default, requests …
16:49 Changeset in nginx [6466:984687f25998] by Maxim Dounin <mdounin@…>
Upstream: cached connections now tested against next_upstream. Much …
16:47 Changeset in nginx-tests [887:5debefd670bc] by Maxim Dounin <mdounin@…>
Tests: proxy_next_upstream non_idempotent tests.
16:29 Changeset in nginx [6465:9fd68d5009e3] by Ruslan Ermilov <ru@…>
Fixed --test-build-*. Fixes various aspects of --test-build-devpoll, …
10:35 Changeset in nginx [6464:088ef087a011] by Roman Arutyunyan <arut@…>
Sub filter: fixed allocation alignment.

03/25/16:

19:19 Changeset in nginx-tests [886:af2cd0ba6ca7] by Sergey Kandaurov <pluknet@…>
Tests: fixed HTTP/2 test for empty request body proxied with https. …
11:35 Ticket #939 (acess_log with if unnecessarily accesses access_log causing error) closed by Maxim Dounin
invalid: The if= conditions are evaluated at runtime and don't affect opening …
01:49 Changeset in nginx-tests [885:a1e76cca714c] by Sergey Kandaurov <pluknet@…>
Tests: fixed HTTP/2 tests with proxy cache after a6abbfed42c0.
01:40 Changeset in nginx-tests [884:d1b94c1127d6] by Sergey Kandaurov <pluknet@…>
Tests: added HTTP/2 tests for request body with cached response.
00:27 Ticket #939 (acess_log with if unnecessarily accesses access_log causing error) created by simonhf@…
Consider this conf line: access_log /var/log/nginx/access.log …

03/24/16:

20:49 Ticket #366 (Feature that return ssl_client_s_dn according to the RFC 2253) updated by skroll@…
I implemented this as a module for myself, but it's something I could …
17:34 Ticket #937 (Test ticket, please ignore) closed by thresh
invalid
17:23 Ticket #938 (Концепт модуля: Миниатюры как часть прогрессивных JPEG, PNG.) updated by 0x4E69676874466F78@…
А почему нельзя отредактировать свой тикет?
17:16 Ticket #938 (Концепт модуля: Миниатюры как часть прогрессивных JPEG, PNG.) created by 0x4E69676874466F78@…
Здравствуйте. Не знаю куда лучше написать по этому поводу поэтому пишу …
17:05 Ticket #937 (Test ticket, please ignore) created by thresh
"Sed ut perspiciatis unde omnis iste natus error sit voluptatem …
14:45 Changeset in nginx-tests [883:8c3fa5a94743] by Sergey Kandaurov <pluknet@…>
Tests: adjusted h2_limit_req.t test timeout.

03/23/16:

22:13 Changeset in nginx-tests [882:e309d9701007] by Sergey Kandaurov <pluknet@…>
Tests: avoid RST in HTTP/2 proxy_protocol tests. Do not write to a …
17:45 Changeset in nginx-tests [881:56ed4be9ff41] by Andrey Zelenkov <zelenkov@…>
Tests: added server_name and fixed indentation in server_tokens.t.
17:37 Changeset in nginx-tests [880:697fc80b8606] by Andrey Zelenkov <zelenkov@…>
Tests: added HTTP/2 tests for server_tokens directive.
17:08 Changeset in nginx-tests [879:127a602f36c8] by Sergey Kandaurov <pluknet@…>
Tests: HTTP/2 tests for unbuffered request body.
16:58 Changeset in nginx-tests [878:327044615c87] by Andrey Zelenkov <zelenkov@…>
Tests: added http_get_server subroutine in server_tokens.t.
16:34 Changeset in nginx-tests [877:8c7414010ae8] by Andrey Zelenkov <zelenkov@…>
Tests: adjust server_tokens.t for backed out changes.
15:58 Ticket #936 (For security purposes it is necessary to remove or change the "server" ...) updated by Valentin V. Bartenev
I just leave this link here: …
15:26 Ticket #936 (For security purposes it is necessary to remove or change the "server" ...) created by jon.strayer@…
Advertising what server you are using makes a hacker's job easier. It …
14:23 Changeset in nginx-tests [876:a6abbfed42c0] by Andrey Zelenkov <zelenkov@…>
Tests: split HTTP/2 tests, HTTP2 package introduced.
09:39 Ticket #927 (Set $ssl_session_reused to "t" for session ticket reuse and set ...) updated by Neil Craig
Apologies for the delay in response, i was assuming i'd get an email. …

03/22/16:

15:50 Changeset in nginx-tests [875:c380b4b7e2e4] by Andrey Zelenkov <zelenkov@…>
Tests: compatibility with perl < 5.12 in Stream.pm.
15:08 Ticket #934 (SIGSEGV http2 close stream) closed by Valentin V. Bartenev
invalid: Ok.
15:01 Ticket #935 (Disable SSL3 by default) closed by Valentin V. Bartenev
duplicate: Duplicate of #920.
14:21 Ticket #934 (SIGSEGV http2 close stream) updated by nzt4567@…
Sure, my bad, sorry for that. Wrong binary, although the patches …
13:40 Ticket #935 (Disable SSL3 by default) created by dns2utf8@…
I ran into the issue of SSL3 and having a public server with the …
13:40 Ticket #934 (SIGSEGV http2 close stream) updated by Valentin V. Bartenev
The line numbers in your backtrace don't match the source code of …
13:21 Changeset in nginx-tests [874:66b8e350b9c8] by Andrey Zelenkov <zelenkov@…>
Tests: adjust server_tokens.t to new empty string value behaviour. …
12:41 sigsegv_gdb_bt.txt attached to Ticket #934 by nzt4567@…
BT full trace of core dump
12:40 Ticket #934 (SIGSEGV http2 close stream) created by nzt4567@…
This segfault occurs randomly, mostly shortly after starting nginx. …
10:43 Changeset in nginx-tests [873:c03af44a7370] by Sergey Kandaurov <pluknet@…>
Tests: avoid fcntl(O_DIRECT) alerts in http_disable_symlinks.t. …

03/21/16:

18:15 Ticket #814 (Support for parallel ECDSA / RSA certificates) updated by david.sardari@…
Simultaneous usage of RSA and ECDSA certificates would be perfect. …
13:25 Ticket #933 (include with wildcard but non-existent parent is not detected by nginx -t) closed by Maxim Dounin
wontfix: Wildcard includes intentionally don't fail if no files were found, …

03/19/16:

13:58 Ticket #933 (include with wildcard but non-existent parent is not detected by nginx -t) created by welwood08@…
Include wildcard with non-existent parent directory: * nginx.conf …
Note: See TracTimeline for information about the timeline view.