Timeline
03/17/15:
- 23:04 Changeset in nginx [6015:e11a8e7e8e0c] by
- Configure: fixed type max value detection. The code tried to use …
- 13:27 Changeset in nginx-tests [536:c2481c6b748f] by
- Tests: adjusted proxy_limit_rate test. Start time is now taken from …
- 10:05 Ticket #732 (Signed integer overflows) closed by
- fixed
- 10:05 Ticket #732 (Signed integer overflows) updated by
- In 429a8c65f0a742f60b80912f1ed7b669f508e34a/nginx: […]
03/16/15:
- 21:26 Changeset in nginx [6088:b5094e26e4e5]stable-1.6 by
- Overflow detection in ngx_http_parse_chunked().
- 21:26 Changeset in nginx [6014:e370c5fdf4c8] by
- Overflow detection in ngx_http_parse_chunked().
- 21:26 Changeset in nginx [6087:a77b625641c7]stable-1.6 by
- Overflow detection in ngx_http_range_parse().
- 21:26 Changeset in nginx [6013:9653092a79fd] by
- Overflow detection in ngx_http_range_parse().
- 21:26 Changeset in nginx [6086:b2a2475b2008]stable-1.6 by
- Overflow detection in ngx_inet_addr().
- 21:26 Changeset in nginx [6012:550212836c8f] by
- Overflow detection in ngx_inet_addr().
- 21:26 Changeset in nginx [6085:8ec0f199cc81]stable-1.6 by
- Core: overflow detection in ngx_parse_time() (ticket #732).
- 21:26 Changeset in nginx [6011:429a8c65f0a7] by
- Core: overflow detection in ngx_parse_time() (ticket #732).
- 21:26 Changeset in nginx [6084:54da18a533df]stable-1.6 by
- Refactored ngx_parse_time(). No functional changes.
- 21:26 Changeset in nginx [6010:040e2736e8dc] by
- Refactored ngx_parse_time(). No functional changes.
- 21:26 Changeset in nginx [6083:516d8e299273]stable-1.6 by
- Core: overflow detection in number parsing functions.
- 21:26 Changeset in nginx [6009:15a15f6ae3a2] by
- Core: overflow detection in number parsing functions.
- 21:24 Changeset in nginx [6082:51d4fde64bca]stable-1.6 by
- Core: expose maximum values of time_t and ngx_int_t. These are needed …
- 21:24 Changeset in nginx [6008:b92d5a26d55f] by
- Core: expose maximum values of time_t and ngx_int_t. These are needed …
03/15/15:
- 13:46 Changeset in nginx [6024:199c0dd313ea] by
- SPDY: fixed format specifier in logging.
- 09:18 Ticket #711 (Support X-Forwarded-Proto or similar when operating as a backend ...) updated by
- I ran into a similar issue, but additionally needed to set the scheme …
- 08:28 Ticket #733 (wrong internal redirect using alias and try_files) closed by
- duplicate: Closing this as duplicate of ticket #97.
- 07:25 Ticket #733 (wrong internal redirect using alias and try_files) created by
- Hey guys I just discovered a very strange bug ( or so i think ) …
03/14/15:
- 14:37 Changeset in nginx [6023:b550563ef96e] by
- Added support for offloading Linux sendfile() in thread pools.
- 14:37 Changeset in nginx [6022:1fdba317ee6d] by
- Added support for offloading read() in thread pools.
- 14:37 Changeset in nginx [6021:117c77b22db1] by
- Events: implemented eventport notification mechanism.
- 14:37 Changeset in nginx [6020:e5f1d83360ef] by
- Events: implemented kqueue notification mechanism.
- 14:37 Changeset in nginx [6019:40e244e042a7] by
- Events: implemented epoll notification mechanism.
- 14:37 Changeset in nginx [6018:466bd63b63d1] by
- Thread pools implementation.
03/13/15:
- 16:08 Changeset in nginx [6017:83d54192e97b] by
- Configure: removed obsolete threads bits.
- 13:43 Changeset in nginx [6007:79b473d5381d] by
- Configure: removed redundant auto/have call. The auto/feature call …
- 13:42 Changeset in nginx [6006:942283a53c28] by
- The "aio" directive parser made smarter. It now prints meaningful …
03/12/15:
- 20:03 Changeset in nginx [6005:d84f0abd4a53] by
- Events: fixed typo in the error message.
- 17:06 Changeset in nginx [6004:2dac6ae6d703] by
- Deprecated "aio sendfile". Specifying "sendfile on" along with "aio …
- 11:29 Changeset in nginx-tests [535:ee7a6a144437] by
- Tests: added openssl prerequisite in proxy_if.t.
- 11:16 Changeset in nginx-tests [534:7fa91726cc7d] by
- Tests: skipped autoindex_format.t on win32. The symlink function is …
03/11/15:
- 09:07 Changeset in nginx-tests [533:a5465130d3df] by
- Tests: relaxed timeouts in filter_finalize tests.
- 08:27 Ticket #732 (Signed integer overflows) updated by
-
Status changed
03/10/15:
- 20:31 Ticket #732 (Signed integer overflows) created by
- Nginx compiled with GCC sanitizers reports the following issues: …
- 15:54 Ticket #626 (Open Socket Alerts on Reload) updated by
- I can confirm this still exists at 1.7.10 with SPDY on and we are able …
- 15:36 Ticket #731 (client_body_temp_path with levels does not work in some cases.) created by
- […] gives the following error in the log (and of course, nothing …
- 15:11 Ticket #730 (.htpasswd and direct download) updated by
- You were right, I had an extra location matching the file pattern. …
- 15:04 Ticket #730 (.htpasswd and direct download) closed by
- invalid: Make sure you have auth_basic enabled in other locations which can be …
- 13:55 Ticket #730 (.htpasswd and direct download) created by
- Hi, I protected a folder using "location" and auth_basic, it works …
03/09/15:
- 12:56 Ticket #729 (proxy_cache_methods is ignored) closed by
- invalid: Actually nginx doesn't cache HEAD responses. Instead, when it receives …
- 12:16 Ticket #729 (proxy_cache_methods is ignored) updated by
- Oh, my bad. The docs mention this: > “GET” and “HEAD” methods are …
- 12:05 Ticket #729 (proxy_cache_methods is ignored) created by
- I am attempting to only cache GET requests. Here is the relevant …
03/08/15:
- 11:45 Ticket #728 (alias lost last path character) updated by
- On my work i try this config with nginx/1.7.10 - result the same
- 11:43 Ticket #728 (alias lost last path character) created by
- I have nginx config its part […] But when i make request, i have …
03/05/15:
- 13:06 Ticket #727 (Nginx pass_proxy subdirectory without url decoding) updated by
- Hello Maxim, I guess RFC 2616 https://www.ietf.org/rfc/rfc2616.txt …
- 12:47 Ticket #727 (Nginx pass_proxy subdirectory without url decoding) closed by
- invalid: Characters which are not allowed to be passed unescaped are escaped …
- 12:47 Ticket #714 (Writing connection leak while SPDY enabled) updated by
- Hi Valentin, phew, the set of configs is kind of massive. lots of …
- 10:59 Changeset in nginx-tests [532:1b2f71399b49] by
- Tests: adjusted least_conn test timeouts.
03/04/15:
- 21:55 Ticket #727 (Nginx pass_proxy subdirectory without url decoding) created by
- Hello guys, First of all thank you for this amazing server! Here's …
- 16:20 Changeset in nginx [6000:93fee708f168] by
- Log: use ngx_cpymem() in a couple of places, no functional changes.
- 16:00 Ticket #714 (Writing connection leak while SPDY enabled) updated by
- Could you provide your configuration? Do you have anything in the …
- 15:26 Changeset in nginx [6016:457ec43dd8d5] by
- Renamed NGX_THREADS to NGX_OLD_THREADS because of deprecation. It's …
- 13:53 Changeset in nginx-tests [529:42810c40ebb8] by
- Tests: removed races from SPDY tests with consecutive streams. Some …
- 09:29 Ticket #714 (Writing connection leak while SPDY enabled) updated by
- Hi guys, I just feel free to leave an update here and to confirm that …
- 05:12 Changeset in nginx [6003:cf2f8d91cf09] by
- Proxy: use an appropriate error on memory allocation failure.
- 05:10 Changeset in nginx [6002:f8ee988cfe6d] by
- Style: moved ngx_http_ephemeral() macro to ngx_http_request.h.
- 05:05 Changeset in nginx [6001:add12ee1d01c] by
- Style: use %*s format, as in 68d21fd1dc64.
03/03/15:
- 18:04 Changeset in nginx-tests [530:a61571a5f8df] by
- Tests: conditional requests only for cached 200/206 responses.
- 15:09 Changeset in nginx [5998:ea58dfd07782] by
- Events: simplified ngx_event_aio_t definition. No functional changes.
- 14:48 Changeset in nginx [5999:4d8936b1fc32] by
- Upstream keepalive: drop ready flag on EAGAIN from recv(MSG_PEEK). …
03/02/15:
- 22:26 Changeset in nginx-tests [528:625cbbfd66b3] by
- Tests: filter_finalize TODO adjusted.
- 22:15 Changeset in nginx [5996:ab660d7c9980] by
- Style. Noted by Ruslan Ermilov.
- 18:44 Changeset in nginx [5995:5f179f344096] by
- Upstream: upstream argument in ngx_http_upstream_process_request(). …
- 18:44 Changeset in nginx [5994:5abf5af257a7] by
- Upstream: avoid duplicate finalization. A request may be already …
- 18:15 Changeset in nginx [5993:5b549cc7f698] by
- SSL: reset ready flag if recv(MSG_PEEK) found no bytes in socket. …
- 16:47 Changeset in nginx [5992:174512857ccf] by
- Cache: do not inherit last_modified and etag from stale response. …
- 15:41 Changeset in nginx [5991:435ee290c2e1] by
- Upstream hash: speedup consistent hash init. Repeatedly calling …
- 15:26 Ticket #725 (spdy + return <code> "some text" = Could not parse Spdy Control Frame ...) closed by
- invalid: Closing this.
- 13:31 Ticket #726 (NGINX will use least level of security for SSL with SNI enabled.) closed by
- wontfix: I don't think we are in position to do anything with this. Ciphers are …
- 12:56 Changeset in nginx-tests [527:a36290485719] by
- Tests: whitespace fix.
- 05:46 Ticket #726 (NGINX will use least level of security for SSL with SNI enabled.) created by
- When utilizing SNI feature, the SSL security level may be breached due …
03/01/15:
- 08:40 Ticket #725 (spdy + return <code> "some text" = Could not parse Spdy Control Frame ...) updated by
- Could you please provide your full config or/and clear steps how to …
02/28/15:
- 12:17 Changeset in nginx-tests [531:679a7669ee71] by
- Tests: no revalidation of a 404 cache entry.
02/27/15:
- 16:19 Changeset in nginx [5997:c901f2764c27] by
- Refactored ngx_linux_sendfile_chain() even more. The code that calls …
- 13:28 Changeset in nginx [5990:6a7c6973d6fc] by
- Mail: don't emit Auth-SSL-Verify with disabled ssl_verify_client. …
02/26/15:
- 17:16 Changeset in nginx-tests [526:e6817a00ba00] by
- Tests: remove stray "return" from mail modules. It shouldn't be here …
- 11:20 Ticket #725 (spdy + return <code> "some text" = Could not parse Spdy Control Frame ...) created by
- Minimal basic configuration: […] Works fine when requested with …
02/25/15:
- 14:48 Changeset in nginx [5989:ec01b1d1fff1] by
- Mail: client SSL certificates support. The "ssl_verify_client", …
- 14:47 Changeset in nginx [5988:3b3f789655dc] by
- Mail: added Auth-SSL header to indicate SSL. Based on a patch by …
- 14:47 Changeset in nginx [5987:62c098eb4509] by
- Mail: fixed buffer allocation for CRLF after Auth-SMTP-* headers. …
- 14:09 Ticket #724 (Init script does not check config on reload for Ubuntu mainline packages) closed by
- wontfix: Reload and configuration file testing are distinct things. All what …
- 12:21 Ticket #724 (Init script does not check config on reload for Ubuntu mainline packages) updated by
- Also - it wasn't clear where this init script code is coming from. We …
- 12:18 Ticket #724 (Init script does not check config on reload for Ubuntu mainline packages) created by
- We've just noticed that when reloading the config is not checked (as …
02/24/15:
- 20:52 Changeset in nginx [5986:c2f309fb7ad2] by
- SSL: account sent bytes in ngx_ssl_write().
- 15:37 Changeset in nginx [6081:12ab5cd445c0]stable-1.6 by
- Core: fixed potential buffer overrun when initializing hash. Initial …
- 15:37 Changeset in nginx [5985:f961c719fb09] by
- Core: fixed potential buffer overrun when initializing hash. Initial …
- 15:11 Changeset in nginx-tests [525:13eafeb7d9cb] by
- Tests: some filter_finalize tests.
02/23/15:
- 16:42 Ticket #251 (Option to disable upload buffers) updated by
- ETA is this quarter.
- 16:20 Ticket #251 (Option to disable upload buffers) updated by
- Any news on this enhancement? Can someone of the NGINX team say when …
02/20/15:
- 12:31 Changeset in nginx [6130:fc99323a3d79] by
- Mail: error_log support.
- 01:46 Changeset in nginx-tests [524:084f8c8cb648] by
- Tests: compatibility with old nginx versions. Before nginx 1.3.5, a …
02/19/15:
- 13:55 Ticket #719 (Nginx should maintain a better default cipher suite) updated by
- Just to clarify the position in general: we are not going to …
- 11:48 Ticket #723 (resolver ipv6=off doesn't work with https upstreams) updated by
- More specifically, in your case (i.e., without variables) it is …
- 11:31 Ticket #723 (resolver ipv6=off doesn't work with https upstreams) closed by
- invalid: Internal resolver is only used for proxy_pass with variables.
- 07:16 Ticket #719 (Nginx should maintain a better default cipher suite) updated by
- That's not true, Chrome supports AES128-GCM but *not* AES256-GCM. This …
- 07:09 Ticket #719 (Nginx should maintain a better default cipher suite) updated by
- This is the case if ssl_prefer_server_ciphers is on on nginx side and …
- 05:23 Ticket #723 (resolver ipv6=off doesn't work with https upstreams) created by
- […] Even with ipv6=off, error log reports failure to connect to …
- 01:17 Ticket #719 (Nginx should maintain a better default cipher suite) updated by
- A major difference between my ordering and OpenSSL's is that OpenSSL …
02/17/15:
- 23:46 Ticket #722 (invalid spdy syn_reply) updated by
- Just build and installed 1.7.10 and it's confirmed fixed! Guess I …
- 21:07 Ticket #722 (invalid spdy syn_reply) updated by
- thanks
- 21:00 Ticket #722 (invalid spdy syn_reply) closed by
- invalid: I'm sure your problem is already fixed by revision 34d460c5d186 in …
- 19:02 Ticket #722 (invalid spdy syn_reply) updated by
- I'm the reporter of the problem at bugzilla. The problem is with Nginx …
- 17:52 Ticket #722 (invalid spdy syn_reply) created by
- Hi - I'm a firefox networking developer. We've got a user reported …
- 13:27 Changeset in nginx [5984:3f568dd68af1] by
- Cache: reduced diffs to the plus version of nginx. No functional changes.
- 11:26 Changeset in nginx [5983:69c4912066a4] by
- Core: make ngx_connection_local_sockaddr() always assign address. …
- 09:15 Ticket #667 (_ (underscore) is not allow for syslog tag) updated by
- I do not see any connection between filenames and syslog tags. It is …
02/16/15:
- 17:22 Ticket #721 (readv() failed (104: Connection reset by peer) while reading upstream ...) closed by
- invalid: A quote from [http://nginx.org/r/fastcgi_next_upstream the …
- 16:59 Ticket #721 (readv() failed (104: Connection reset by peer) while reading upstream ...) created by
-
Playing with a setup using
nginx v1.6.1
andPHP-FPM v5.3.3
, I … - 16:24 Ticket #667 (_ (underscore) is not allow for syslog tag) updated by
- What about dots? We currently have a lot of Graylog2 extractors that …
- 12:47 Ticket #719 (Nginx should maintain a better default cipher suite) closed by
- wontfix
02/15/15:
- 20:18 Ticket #720 (PCRE2) updated by
-
Type changed
И не должен. Это другая библиотека, не совместимая с PCRE версии 1. - 17:20 Ticket #720 (PCRE2) created by
- nginx не собирается при использовании модуля pcre версии 2 …
Note:
See TracTimeline
for information about the timeline view.