Timeline
04/15/16:
- 15:43 Ticket #753 (Nginx leaves UNIX domain sockets after SIGQUIT) updated by
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- It seems that the proxy_request_buffering still not working on nginx …
- 12:45 Changeset in nginx-tests [898:3f453670bfac] by
- 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
- fixed: Fixed, thanks for testing!
- 12:30 Ticket #950 (Bad gateway with http2 requests on hhvm fastcgi since 1.9.14) updated by
- In [changeset:"b5734248d5e7b856b2adf4d9cb2afe410b16818b/nginx" …
- 12:14 Changeset in nginx-tests [897:323ebf087121] by
- Tests: TODO RST_STREAM test for discarded body unconditionally. See …
- 12:14 Changeset in nginx [6515:8df664ebe037] by
- HTTP/2: send WINDOW_UPDATE instead of RST_STREAM with NO_ERROR. After …
- 12:14 Changeset in nginx [6514:0aa07850922f] by
- HTTP/2: refuse streams with data until SETTINGS is acknowledged. A …
- 12:14 Changeset in nginx [6513:80ba811112ed] by
- 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
- Replying to vbart: > Please try the following patch: > {{{ …
- 10:03 Changeset in nginx-tests [896:48d277065309] by
- Tests: emit HTTP/2 SETTINGS acknowledgement by default.
04/12/16:
- 16:01 Changeset in nginx [6511:640288d0e1bc] by
- Fixed NGX_CONF_TAKE1/NGX_CONF_FLAG misuse (as in e444e8f6538b).
04/11/16:
- 20:06 Changeset in nginx-tests [895:894e142ebdf8] by
- Tests: TODO fastcgi request body end-of-stream.
- 15:47 Changeset in nginx [6510:a3be359e6c7d] by
- Fixed typos.
- 15:45 Ticket #950 (Bad gateway with http2 requests on hhvm fastcgi since 1.9.14) updated by
- Please try the following patch: […]
- 15:42 Changeset in nginx [6512:b5734248d5e7] by
- FastCGI: skip special bufs in buffered request body chain. This …
- 12:46 Changeset in nginx [7509:b99cbafd51da] by
- 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
- 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
- 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
- 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
- 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
- Maxim, Thanks for the quick reply... the discussions are really …
- 15:10 Ticket #949 (Very intermittent 400 errors) closed by
- 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
- 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
-
Resuming PUT requests using the
Content-Range
header as curl does is … - 13:49 Changeset in nginx [6508:151fd02a4317] by
- Simplified ngx_unix_recv() and ngx_readv_chain(). This makes …
- 13:41 Changeset in nginx [6507:8ee94ecd3a50] by
- Merged implementations of ngx_unix_recv(). There's no real need in …
- 13:39 Changeset in nginx [6506:dc1ae0056a1e] by
- Fixed small inconsistency in handling EOF among receive functions. …
- 13:38 Changeset in nginx [6505:5ad379eab6fa] by
- Merged implementations of ngx_udp_unix_recv(). There's no real need …
- 12:13 Changeset in nginx-tests [894:f50ee6804216] by
- Tests: TODO image_filter_finalize.t alert seen with "aio_write".
- 12:03 Changeset in nginx [6509:7640d6c213e1] by
- 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
- With nginx web dav module, we can't resume a broken file upload …
04/07/16:
- 16:09 Changeset in nginx [6503:abc3be8d92ef] by
- Version bump.
- 08:50 Changeset in nginx [6504:293413010217] by
- Fixed spelling.
04/06/16:
- 14:23 Changeset in nginx-tests [893:4fad3232ad56] by
- 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
- Thanks for your quick reply. I do agree with you. But one thing I see …
- 10:59 Changeset in nginx-tests [892:0c64f87aa689] by
- 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
-
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
- 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
- release-1.9.14 tag
- 14:57 Changeset in nginx [6501:4106db71cbcb]release-1.9.14 by
- 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
- 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
- Tests: mark 'phantom event' alerts on Solaris as TODO (iff any).
- 14:41 Changeset in nginx-tests [890:b06beed07bc8] by
- Tests: adjusted h2.t todo_alerts after a6abbfed, improved comments.
- 14:30 Changeset in nginx-tests [889:266e3b2e88f9] by
- Tests: adjusted HTTP/2 TODOs, request body fixes committed.
- 13:38 Changeset in nginx [6500:8426275a13fd] by
- Compatibility with FreeBSD 2.2.9. Added (RTLD_NOW | RTLD_GLOBAL) to …
- 13:38 Changeset in nginx [6499:e20bf454e58b] by
- Configure: improved multiple types handling in auto/types/typedef.
- 13:38 Changeset in nginx [6498:82a76258a142] by
- 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
- fixed: This is fixed by 887cca40ba6a (nginx 1.9.14).
- 13:08 Ticket #892 ('proxy_request_buffering' does not work with 'http2') closed by
- fixed: Support for unbuffered upload was implemented in 9d66d7ed2abb (nginx …
- 12:57 Changeset in nginx [6497:9d66d7ed2abb] by
- HTTP/2: support for unbuffered upload of request body.
- 12:56 Changeset in nginx [6496:887cca40ba6a] by
- HTTP/2: rewritten handling of request body. There are two …
- 12:56 Changeset in nginx [6495:92464ebace8e] by
- 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
- wontfix: Syslog restarts are expected to cause message loss as there is a …
- 10:17 Changeset in nginx [6494:5805301f990f] by
- Core: removed incorrect GCC 2.7 check. It was broken since …
- 10:16 Changeset in nginx-tests [888:4ab795ab2e62] by
- 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
- fixed
- 09:16 Ticket #946 (Nginx that is logging into /dev/log cannot handle change of inode of ...) created by
- 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
- Thank you again :)
- 03:52 Ticket #945 (when setting master_process off, nginx segmentation fault when sent ...) updated by
- 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
- 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
- wontfix: The master_process directive is …
- 02:05 Ticket #945 (when setting master_process off, nginx segmentation fault when sent ...) created by
- A simple configuration is shown below: […] After starting nginx …
- 01:17 Changeset in nginx [6493:58b2ad162ca9] by
- Trailing space fix.
- 00:13 Ticket #860 (NGINX 1.9.9 fails to build against OpenSSL 1.1.0) closed by
- 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
- worksforme: Feedback timeout.
- 22:42 Ticket #943 (Nginx transforms HTTP method from POST to GET) updated by
- 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
- Thanks for the rss feeds guys. I'll use them instead. You can close …
- 20:38 Changeset in nginx [6492:3b77efe05b92] by
- SSL: SSLeay_version() is deprecated in OpenSSL 1.1.0. …
- 20:38 Changeset in nginx [6491:45f2385a47e6] by
- SSL: X509 was made opaque in OpenSSL 1.1.0. To increment reference …
- 20:38 Changeset in nginx [6490:ddf761495ce6] by
- SSL: EVP_MD_CTX was made opaque in OpenSSL 1.1.0.
- 20:38 Changeset in nginx [6489:c256dfdd469d] by
- SSL: RSA_generate_key() is deprecated in OpenSSL 1.1.0. OpenSSL …
- 20:38 Changeset in nginx [6488:a57b2b8999e7] by
- SSL: initialization changes for OpenSSL 1.1.0. OPENSSL_config() …
- 20:38 Changeset in nginx [6487:9dd43f4ef67e] by
- SSL: get_session callback changed in OpenSSL 1.1.0.
- 20:38 Changeset in nginx [6486:978ad80b3732] by
- SSL: guarded error codes not present in OpenSSL 1.1.0.
- 20:38 Changeset in nginx [6485:382fc7069e3a] by
- SSL: reasonable version for LibreSSL. LibreSSL defines …
- 19:33 Changeset in nginx [6484:4b420f9c4c5d] by
- Removed the prototype mysql module.
- 19:00 Changeset in nginx [6483:3a50ccd94333] by
- Fixed ngx_os_signal_process() prototype.
- 16:49 Ticket #944 (Enchance $server_addr to return original IP even after local DNAT) updated by
- 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
- I'd like to suggest to improve current $server_addr or introduce new …
03/30/16:
- 23:34 Changeset in nginx [6482:2b7dacb381ed] by
- Fixed ngx_pid_t formatting in ngx_sprintf() and logging.
- 23:34 Changeset in nginx [6481:40bea39731d7] by
- Fixed format specifiers in ngx_sprintf().
- 23:33 Changeset in nginx [6480:f01ab2dbcfdc] by
- Fixed logging.
- 23:33 Changeset in nginx [6479:dc92298b1852] by
- Events: fixed logging.
- 23:33 Changeset in nginx [6478:3ef7bb882ad4] by
- Fixed logging with variable field width.
- 23:33 Changeset in nginx [6477:47daf95d0138] by
- Fixed logging in close error handling.
- 15:52 Ticket #943 (Nginx transforms HTTP method from POST to GET) closed by
- invalid: The $request as logged to the access_log is a stringnginx got from …
- 15:29 Ticket #943 (Nginx transforms HTTP method from POST to GET) created by
- The following POST request contains a duplicate HEADER value to …
- 14:49 Ticket #931 (400 response to cyrillic domain) reopened by
- Dear nginx programmers, I suggest to improve the documentation and …
- 14:23 Ticket #901 (Changes in openssl master wrt SSL_shutdown()) updated by
- 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
- 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
- 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
- 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
- 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
- duplicate: Duplicate of #901.
- 10:30 Ticket #942 (SSL_shutdown() failed while SSL handshaking) created by
- Hi, I'm getting below log entry in nginx error log: [crit] 25233#0: …
- 09:07 Changeset in nginx [6476:5511e846dfc7] by
- Fixed mistranslated phrase.
- 08:57 Changeset in nginx [6475:7d6970ba5209] by
- Events: fixed test building with eventport on OS X. Broken in …
- 08:52 Changeset in nginx [6474:2cd019520210] by
- Style.
- 08:52 Changeset in nginx [6473:9d7326d3f474] by
- Version bump.
- 07:54 Ticket #941 (Nginx 1.9.13 RPMs require perl module ExtUtils::Embed to build) closed by
- 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
-
Status, Summary changed
- 07:00 Ticket #941 (Nginx 1.9.13 RPMs require perl module ExtUtils::Embed to build) updated by
- 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
- 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
- release-1.9.13 tag
- 15:09 Changeset in nginx [6471:5936b7ed9292]release-1.9.13 by
- nginx-1.9.13-RELEASE
- 13:26 Ticket #940 (Consider porting OCSP stapling bugfix to 1.8) closed by
- 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
- 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
- In …
- 07:44 Ticket #910 (CreateFile() "E:/tmp/0000000001" failed (80: The file exists)) closed by
- fixed: Fix committed.
- 07:00 Ticket #910 (CreateFile() "E:/tmp/0000000001" failed (80: The file exists)) updated by
- In [changeset:"a5897d360977e37ea817736727657580b2a43a11/nginx" …
- 06:54 Changeset in nginx [6470:62d950bc0f15] by
- Updated OpenSSL used for win32 builds.
- 06:52 Changeset in nginx [6469:7cdf612fd58c] by
- Win32: replaced NGX_EXDEV with more appropriate error code. Correct …
- 06:51 Changeset in nginx [6468:a5897d360977] by
- 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
-
fixed: The 91c8d990fb45 commit changes
proxy_next_upstream
logic to do not … - 16:50 Changeset in nginx [6467:91c8d990fb45] by
- Upstream: proxy_next_upstream non_idempotent. By default, requests …
- 16:49 Changeset in nginx [6466:984687f25998] by
- Upstream: cached connections now tested against next_upstream. Much …
- 16:47 Changeset in nginx-tests [887:5debefd670bc] by
- Tests: proxy_next_upstream non_idempotent tests.
- 16:29 Changeset in nginx [6465:9fd68d5009e3] by
- Fixed --test-build-*. Fixes various aspects of --test-build-devpoll, …
- 10:35 Changeset in nginx [6464:088ef087a011] by
- Sub filter: fixed allocation alignment.
03/25/16:
- 19:19 Changeset in nginx-tests [886:af2cd0ba6ca7] by
- 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
-
invalid: The
if=
conditions are evaluated at runtime and don't affect opening … - 01:49 Changeset in nginx-tests [885:a1e76cca714c] by
- Tests: fixed HTTP/2 tests with proxy cache after a6abbfed42c0.
- 01:40 Changeset in nginx-tests [884:d1b94c1127d6] by
- 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
- 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
- I implemented this as a module for myself, but it's something I could …
- 17:34 Ticket #937 (Test ticket, please ignore) closed by
- invalid
- 17:23 Ticket #938 (Концепт модуля: Миниатюры как часть прогрессивных JPEG, PNG.) updated by
- А почему нельзя отредактировать свой тикет?
- 17:16 Ticket #938 (Концепт модуля: Миниатюры как часть прогрессивных JPEG, PNG.) created by
- Здравствуйте. Не знаю куда лучше написать по этому поводу поэтому пишу …
- 17:05 Ticket #937 (Test ticket, please ignore) created by
- "Sed ut perspiciatis unde omnis iste natus error sit voluptatem …
- 14:45 Changeset in nginx-tests [883:8c3fa5a94743] by
- Tests: adjusted h2_limit_req.t test timeout.
03/23/16:
- 22:13 Changeset in nginx-tests [882:e309d9701007] by
- Tests: avoid RST in HTTP/2 proxy_protocol tests. Do not write to a …
- 17:45 Changeset in nginx-tests [881:56ed4be9ff41] by
- Tests: added server_name and fixed indentation in server_tokens.t.
- 17:37 Changeset in nginx-tests [880:697fc80b8606] by
- Tests: added HTTP/2 tests for server_tokens directive.
- 17:08 Changeset in nginx-tests [879:127a602f36c8] by
- Tests: HTTP/2 tests for unbuffered request body.
- 16:58 Changeset in nginx-tests [878:327044615c87] by
- Tests: added http_get_server subroutine in server_tokens.t.
- 16:34 Changeset in nginx-tests [877:8c7414010ae8] by
- 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
- I just leave this link here: …
- 15:26 Ticket #936 (For security purposes it is necessary to remove or change the "server" ...) created by
- Advertising what server you are using makes a hacker's job easier. It …
- 14:23 Changeset in nginx-tests [876:a6abbfed42c0] by
- 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
- 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
- Tests: compatibility with perl < 5.12 in Stream.pm.
- 15:08 Ticket #934 (SIGSEGV http2 close stream) closed by
- invalid: Ok.
- 15:01 Ticket #935 (Disable SSL3 by default) closed by
- duplicate: Duplicate of #920.
- 14:21 Ticket #934 (SIGSEGV http2 close stream) updated by
- Sure, my bad, sorry for that. Wrong binary, although the patches …
- 13:40 Ticket #935 (Disable SSL3 by default) created by
- I ran into the issue of SSL3 and having a public server with the …
- 13:40 Ticket #934 (SIGSEGV http2 close stream) updated by
- The line numbers in your backtrace don't match the source code of …
- 13:21 Changeset in nginx-tests [874:66b8e350b9c8] by
- Tests: adjust server_tokens.t to new empty string value behaviour. …
- 12:40 Ticket #934 (SIGSEGV http2 close stream) created by
- This segfault occurs randomly, mostly shortly after starting nginx. …
- 10:43 Changeset in nginx-tests [873:c03af44a7370] by
- 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
- 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
- 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
- Include wildcard with non-existent parent directory: * nginx.conf …
03/18/16:
- 09:42 Changeset in nginx-tests [872:a07734ecb988] by
- Tests: fixed mail_imap_ssl.t, notably on Solaris. The requests could …
Note:
See TracTimeline
for information about the timeline view.