Timeline



11/25/12:

23:47 Changeset in nginx-tests [242:8f280348d76f] by Maxim Dounin <mdounin@…>
Tests: add has_version() method and use it as appropriate.
23:47 Changeset in nginx-tests [241:a01a53bcbf11] by Maxim Dounin <mdounin@…>
Tests: remove unneeded TODOs.
03:14 Ticket #255 (HttpAutoindexModule fails to align collumns correctly when special ...) updated by Brendan Tildesley
Replying to Maxim Dounin: > With utf-8 this works fine as …

11/24/12:

22:45 Ticket #255 (HttpAutoindexModule fails to align collumns correctly when special ...) closed by Maxim Dounin
worksforme: With utf-8 this works fine as long as …
14:10 Ticket #255 (HttpAutoindexModule fails to align collumns correctly when special ...) created by Brendan Tildesley
This is copied out of my Iceweasel webbrowser, showing that the …

11/23/12:

12:44 Ticket #210 (ownership of shared memory zones should be tracked better) updated by Ruslan Ermilov
In 4934/nginx: […]
12:43 Changeset in nginx [4933:72e11139760b] by Ruslan Ermilov <ru@…>
Core: don't reuse shared memory zone that changed ownership (ticket …
12:42 Ticket #254 (include directive fails when included file does not contain a new line) updated by Maxim Dounin
Unfortunately I'm still not able to reproduce the problem you are …
07:48 Changeset in nginx_org [774:8ff309263cb9] by Vladimir Homutov <vl@…>
Corrected syntax of "dav_methods" directive and updated module description.
07:38 Changeset in nginx_org [773:24b1b0101250] by Vladimir Homutov <vl@…>
Documented "send_lowat" directive in fastcgi and proxy modules.
07:35 Changeset in nginx_org [772:ce121bf644f5] by Vladimir Homutov <vl@…>
Documented "bind" directive in memcached, fastcgi and proxy modules.
04:04 Ticket #254 (include directive fails when included file does not contain a new line) updated by Roberto Hidalgo
By "does not work" I mean, the static files served are not served with …
03:50 Ticket #254 (include directive fails when included file does not contain a new line) updated by Maxim Dounin
Dumps you provided are fine, and I don't see any problems with them …

11/22/12:

23:45 Ticket #254 (include directive fails when included file does not contain a new line) updated by Roberto Hidalgo
Thanks for your reply Maxim, hope you find the attached hexdumps …
23:42 nginx configuration attached to Ticket #254 by Roberto Hidalgo
working nginx configuration
23:41 problematic.mime.types attached to Ticket #254 by Roberto Hidalgo
Problematic mime.types
23:41 workining.mime.types attached to Ticket #254 by Roberto Hidalgo
Working mime.types
12:41 Changeset in nginx_org [771:47ad88faaa3f] by Ruslan Ermilov <ru@…>
$msec and $request_time have become generic variables in 1.3.9.
11:14 Ticket #254 (include directive fails when included file does not contain a new line) updated by Maxim Dounin
I don't see any problems with this, you may want to be a bit more …

11/21/12:

21:58 Ticket #254 (include directive fails when included file does not contain a new line) created by Roberto Hidalgo
The include directive fails to work when loading mime.types if …
20:49 Ticket #253 (Use of samba and open_file_cache, cause file locks and deleted files) closed by Maxim Dounin
invalid: Keeping files open on Windows is expected to prevent overwrite of …
20:12 Ticket #253 (Use of samba and open_file_cache, cause file locks and deleted files) created by Bruce Kirkpatrick
I don't know enough about nginx to know if this behavior is a bug or …
14:23 Changeset in nginx [4932:0fce5bb53b2d] by Ruslan Ermilov <ru@…>
Fixed location of debug message in ngx_shmtx_lock().
13:00 Ticket #252 (nginx child exited on signal 11 when aio enabled) updated by openid.yandex.ru/olevole
bt full: http://privatepaste.com/e90bd01ba1
08:00 Ticket #252 (nginx child exited on signal 11 when aio enabled) created by openid.yandex.ru/olevole
on one of servers of an identical configuration nginx child exited on …
01:52 Ticket #238 (segfault in DAV module during PUT processing) closed by Maxim Dounin
fixed: Fix committed.
01:40 Changeset in nginx [4931:190fce68b6b5] by Maxim Dounin <mdounin@…>
Request body: unbreak build without debug.
01:08 Changeset in nginx [4930:6f085bfcdb4d] by Maxim Dounin <mdounin@…>
Request body: chunked transfer encoding support.
01:06 Changeset in nginx [4929:5a44d638cd27] by Maxim Dounin <mdounin@…>
Request body: recalculate size of a request body in scgi module. This …
01:05 Changeset in nginx [4928:ec7d97006a30] by Maxim Dounin <mdounin@…>
Request body: $content_length variable to honor real body size. This …
01:03 Changeset in nginx [4927:93294110728f] by Maxim Dounin <mdounin@…>
Request body: always use calculated size of a request body in proxy. …
01:02 Changeset in nginx [4926:1c9d8b6523c0] by Maxim Dounin <mdounin@…>
Request body: adjust b->pos when chunked parsing done. This is a nop …
00:59 Changeset in nginx [4925:32030fa8cb14] by Maxim Dounin <mdounin@…>
Request body: chunked parsing moved to ngx_http_parse.c from proxy. …
00:57 Changeset in nginx [4924:caca5603bded] by Maxim Dounin <mdounin@…>
Request body: properly handle events while discarding body. An …
00:57 Changeset in nginx [4923:57174af2e695] by Maxim Dounin <mdounin@…>
Request body: fixed socket leak on errors. The r->main->count …
00:55 Changeset in nginx [4922:dfa586842962] by Maxim Dounin <mdounin@…>
Request body: code duplication reduced, no functional changes. The …
00:55 Changeset in nginx [4921:fbc0791bebb2] by Maxim Dounin <mdounin@…>
Request body: $request_body variable generalization. The …
00:54 Changeset in nginx [4920:812c4765c954] by Maxim Dounin <mdounin@…>
Request body: fixed "501 Not Implemented" error handling. It is not …
00:52 Changeset in nginx [4919:bd6299189b49] by Maxim Dounin <mdounin@…>
Core: added debug logging of writev() in ngx_write_chain_to_file().
00:51 Ticket #238 (segfault in DAV module during PUT processing) updated by Maxim Dounin
In 4919/nginx: […]
00:51 Changeset in nginx [4918:e7467ae41626] by Maxim Dounin <mdounin@…>
Dav: fixed segfault on PUT if body was already read (ticket #238). If …

11/20/12:

18:29 Ticket #237 (Add optional systemd socket activation support) updated by Lennart Poettering
I think it would be highly desirable on RHEL, Suse, and Fedora if …
13:37 Changeset in nginx [4917:484aec758d2c] by Igor Sysoev <igor@…>
Fixed failure to start cache manager and cache loader processes if …
06:52 Changeset in nginx_org [770:a879f261f3db] by Ruslan Ermilov <ru@…>
Reduced unnecessary diffs between "add_header" and "expires" texts.

11/19/12:

14:53 Changeset in nginx_org [769:d71e56d56ada] by Vladimir Homutov <vl@…>
Documented variables relocations between http log and core modules.
14:44 Changeset in nginx_org [768:f63b7fa3bf17] by Vladimir Homutov <vl@…>
Added "id" attributes to http core module variables.
06:24 Ticket #250 (GeoIPv6 patch merge) updated by maxim
Status, Owner changed
05:21 Ticket #251 (Option to disable upload buffers) created by Timothy White
Partially related to #159, the ability to disable upload buffers both …

11/18/12:

15:31 nginx-geoipv6.patch attached to Ticket #250 by Gregor Kališnik
Updated patch for GeoIPv6 module
15:31 Ticket #250 (GeoIPv6 patch merge) created by Gregor Kališnik
Hi. I see that my patch submitted to nginx mailing list isn't up to …

11/17/12:

20:48 Ticket #249 (непонятное зависание) closed by Sergey Budnevitch
invalid
20:40 Ticket #249 (непонятное зависание) updated by openid.yandex.ru/naym3333
Replying to Sergey Budnevitch: > Поставьте …
20:07 Ticket #249 (непонятное зависание) updated by Sergey Budnevitch
Поставьте worker_processes 1; (см. …
19:54 Ticket #249 (непонятное зависание) updated by openid.yandex.ru/naym3333
Replying to Sergey Budnevitch: > А что в error.log'е и …
19:38 Ticket #249 (непонятное зависание) updated by Sergey Budnevitch
А что в error.log'е и какой конфиг?
19:32 Ticket #249 (непонятное зависание) created by openid.yandex.ru/naym3333
Примерно через 5 минут после запуска, nginx перестает отдавать что бы …
00:36 Changeset in nginx [4916:79c8e87b1fcb] by Maxim Dounin <mdounin@…>
Trailing whitespace fix.

11/16/12:

18:53 Changeset in nginx_org [767:1bb8b733416a] by Ruslan Ermilov <ru@…>
Clarified the description of the limit_rate directive and fixed the …
18:29 Changeset in nginx [4915:e62219793beb] by Maxim Dounin <mdounin@…>
Upstream: better detection of connect() failures with kqueue. Pending …
12:18 Changeset in nginx [4914:dcb853acae97] by Ruslan Ermilov <ru@…>
Upstream: honor the "down" flag for a single server. If an upstream …
09:37 Changeset in nginx [4913:002f2c783d7c] by Ruslan Ermilov <ru@…>
Variables $request_time and $msec. Log module counterparts are …
09:25 Changeset in nginx [4912:e8ef31c58d43] by Ruslan Ermilov <ru@…>
Fixed setting of CPU affinity on respawn of dead worker processes. …
08:20 Ticket #248 (Trouble while passing POST request through proxy_pass) closed by Maxim Dounin
invalid: Most likely reason is that real request is for "/logging" (without …
07:49 Changeset in nginx [4911:0d3bb5b62345] by Ruslan Ermilov <ru@…>
Version bump.
07:12 Ticket #248 (Trouble while passing POST request through proxy_pass) created by openid.yandex.ru/emstlk
My nginx config has this section: location /logging/ { …

11/14/12:

06:42 Ticket #247 (IPv6 not working over Windows XP Teredo) created by Nieprawidłowe Imię
Setting up nginx to receive IPv6 traffic over Teredo is impossible on …

11/13/12:

16:30 Changeset in nginx_org [766:0c5d885656af] by Sergey Budnevitch <sb@…>
Packages for new supported ubuntu version added
16:25 Milestone 1.2.5 completed
Status: released Trunk: stable
13:53 Changeset in nginx_org [765:87bebf003663] by Maxim Dounin <mdounin@…>
nginx-1.2.5
13:35 Changeset in nginx [4910:156f2958be2a]stable-1.2 by Maxim Dounin <mdounin@…>
release-1.2.5 tag
13:34 Changeset in nginx [4909:d763d5c9a133]stable-1.2release-1.2.5 by Maxim Dounin <mdounin@…>
nginx-1.2.5-RELEASE
11:24 Changeset in nginx [4908:826ca1b53376]stable-1.2 by Maxim Dounin <mdounin@…>
Merge of r4896: event pipe: fixed handling of buf_to_file data. Input …
11:21 Changeset in nginx [4907:01d3d3a185e9]stable-1.2 by Maxim Dounin <mdounin@…>
Merge of r4892: keepalive memory usage optimization. The …
11:12 Changeset in nginx_org [764:f8434fdd3cd9] by Ruslan Ermilov <ru@…>
The "auto" parameter of the ""worker_processes" directive was merged …
11:00 Changeset in nginx [4906:bc92e877d36d]stable-1.2 by Maxim Dounin <mdounin@…>
Merge of r4891: worker_processes auto. Core: the "auto" parameter of …
10:54 Changeset in nginx_org [763:cd581dbdaf76] by Ruslan Ermilov <ru@…>
The "optional_no_ca" parameter of the "ssl_verify_client" directive …
10:45 Changeset in nginx [4905:5cad4cb1f484]stable-1.2 by Maxim Dounin <mdounin@…>
Merge of r4886, r4887, r4894: log variables generalization: *) Log: …
10:42 Changeset in nginx [4904:c3b276283e4a]stable-1.2 by Maxim Dounin <mdounin@…>
Merge of r4885: ssl_verify_client optional_no_ca. SSL: the …
08:54 Changeset in nginx_org [762:3974a50b2142] by Sergey Budnevitch <sb@…>
Documented that "expires" adds or modifies headers only on certain …

11/12/12:

21:01 configfix.patch attached to Ticket #246 by Brian Waters
20:57 Ticket #246 (Don't install config files for unused modules) created by Brian Waters
Hello, This patch fixes a slightly annoying behavior whereby "make …
18:47 Changeset in nginx [4903:dcbb7989b5b5]stable-1.2 by Maxim Dounin <mdounin@…>
Merge of r4872, r4893: resolver cached addresses random rotation. …
18:39 Changeset in nginx [4902:db9ce6fc9482]stable-1.2 by Maxim Dounin <mdounin@…>
Merge of r4870, r4871, r4890, r4895: minor fixes. *) Made sure to …
18:00 Changeset in nginx [4901:a0cb7fc23cc2]stable-1.2 by Maxim Dounin <mdounin@…>
Merge of r4868, r4869: SSL minor fixes. *) SSL: fixed compression …
17:57 Changeset in nginx [4900:6b4b702316a6]stable-1.2 by Maxim Dounin <mdounin@…>
Merge of r4866, r4867: configure fixes. *) Configure: help updated to …
17:54 Changeset in nginx [4899:615d184cde74]stable-1.2 by Maxim Dounin <mdounin@…>
Merge of r4865: clearing of cpu_affinity after process spawn. This …
17:03 Changeset in nginx [4898:e373af344cc7]stable-1.2 by Maxim Dounin <mdounin@…>
Version bump.
07:50 Changeset in nginx_org [761:84740807c806] by Vladimir Homutov <vl@…>
Translated commentary in Russian in the English part of documentation.
07:45 Changeset in nginx_org [760:f0e3d07c66d8] by Vladimir Homutov <vl@…>
Documented $r->log_error method, redirection limitation, removed …
07:14 Changeset in nginx_org [759:1f58eb09aa8c] by Ruslan Ermilov <ru@…>
Regenerated.
07:13 Changeset in nginx_org [758:9155b937f8c1] by Ruslan Ermilov <ru@…>
Allow to create anchors in list items of module-type documents.
07:11 Changeset in nginx_org [757:7b8d659687b8] by Ruslan Ermilov <ru@…>
Use the "id" attribute instead of placing "a name" in the wrong place, …
06:47 Changeset in nginx_org [756:7b9a463b58f6] by Maxim Konovalov <maxim@…>
Donors added.

11/09/12:

18:32 Changeset in nginx_org [755:629630df119a] by Ruslan Ermilov <ru@…>
Added anchors to event processing methods.
18:29 Changeset in nginx_org [754:1cd55bc3b236] by Ruslan Ermilov <ru@…>
Regenerated.
18:29 Changeset in nginx_org [753:3b0ea2ab2b24] by Ruslan Ermilov <ru@…>
Added the ability to define anchors for list items.
14:34 Ticket #237 (Add optional systemd socket activation support) updated by David Strauss
Yes, that's exactly what I'm requesting: a supported, documented way …
11:39 Ticket #237 (Add optional systemd socket activation support) updated by Maxim Dounin
Sensitive changed
What you are talking about is documentation and support policy. Right …
03:46 Changeset in nginx-tests [240:462d89f5732a] by Maxim Dounin <mdounin@…>
Tests: request body and chunked transfer encoding tests.
02:12 Ticket #237 (Add optional systemd socket activation support) updated by David Strauss
Just noticed it, but the documentation page you linked says: "The …

11/08/12:

12:45 Ticket #243 (Missing mime-types: ppt/doc/xls versus pptx/docx/xlsx) updated by Christian Bönning
There appear to be additional mime-types for Microsoft Office …
08:02 Ticket #244 (Injection in HTTP special response) closed by maxim
invalid: The sumbitter reported privately that the problem didn't relate to nginx.

11/07/12:

22:54 Ticket #245 (File corruption if serving static files from vboxfs) closed by Valentin V. Bartenev
invalid: This is an old well-known bug with the mmap/sendfile implementation in …
19:59 Ticket #245 (File corruption if serving static files from vboxfs) updated by maxim
The comment on reddit is probably correct -- it looks like a bug in …
19:55 Ticket #245 (File corruption if serving static files from vboxfs) updated by Anže Pečar
Thanks to a comment on …
19:24 Ticket #245 (File corruption if serving static files from vboxfs) created by Anže Pečar
I have a VirtualBox machine running debian and nginx. I have set up a …
14:14 Ticket #244 (Injection in HTTP special response) updated by Sergey Budnevitch
Component changed
09:59 Ticket #244 (Injection in HTTP special response) created by www.google.com/accounts/o8/id?id=AItOawluN7sETdPjzS-XDW9NVBS_yKZdwZ4THvs
I have a server configured, among other things, to return a 400 code …

11/04/12:

22:23 Ticket #243 (Missing mime-types: ppt/doc/xls versus pptx/docx/xlsx) created by launchpad.net/~fisharebest
Old (<2006) versions of Microsoft Office files are served with the …
19:01 nginx_dav_if-unmodified-since.patch attached to Ticket #242 by Marijn Haverbeke
Path that solves the problem for me
19:01 Ticket #242 (DAV module does not respect if-unmodified-since) created by Marijn Haverbeke
I.e. if you PUT or DELETE a resource with an if-unmodified-since …

11/03/12:

10:53 Ticket #241 (Ability to align cropped images in image_filter) created by Ivan Babrou
I'd like to see this in nginx core :) Here's my little project to …

11/02/12:

19:30 Changeset in nginx_org [752:d26a60eab2b5] by Andrey Belov <defan@…>
Completely rewritten to provide actual information about new NGINX AMI …
03:14 Ticket #240 (cannot find files when ssi subrequest ended by a interrogation mark) created by ipcpu com
HI a find a problem when using nginx SSI(Server Side Include ). when …

11/01/12:

11:08 Ticket #238 (segfault in DAV module during PUT processing) updated by vl
The patch fixess the issue - no more segfaults, internal server error …
10:48 Ticket #238 (segfault in DAV module during PUT processing) updated by Maxim Dounin
Please try the following patch: […]

10/31/12:

15:26 Changeset in nginx_org [751:9c1ffd02f1b7] by Vladimir Homutov <vl@…>
Removed "virtual" and HTTPS references from mail modules.
12:47 Changeset in nginx_org [750:6a1b1ba62cab] by Vladimir Homutov <vl@…>
Documented history of "worker_aio_requests" directive.
11:11 Changeset in nginx_org [749:2abb92a19101] by Vladimir Homutov <vl@…>
Documented 'worker_aio_requests' directive.
10:13 Changeset in nginx_org [748:95344046d2d8] by Vladimir Homutov <vl@…>
Documented 'mail' directive.
09:18 Changeset in nginx_org [747:ddec437b692b] by Vladimir Homutov <vl@…>
Fixed a number of typos.
02:11 Ticket #237 (Add optional systemd socket activation support) updated by David Strauss
Another benefit: systemd sockets support deep integration with …
00:41 Ticket #237 (Add optional systemd socket activation support) reopened by David Strauss
Reopening because I still think this merits discussion.
00:38 Ticket #237 (Add optional systemd socket activation support) updated by David Strauss
Yes, I realize nginx supports its own mechanism for binary upgrades. …

10/30/12:

16:32 Ticket #239 (Support for large (> 64k) FastCGI requests) updated by https://stackoverflow.com/users/573152/bernard-rosset
It is normal I have huge headers since I code the client that way, …
15:20 Ticket #239 (Support for large (> 64k) FastCGI requests) updated by Maxim Dounin
Priority, Status, Version, Component, Milestone changed
The limit is due to nginx isn't yet capable of creating fastcgi …
14:45 Ticket #239 (Support for large (> 64k) FastCGI requests) created by https://stackoverflow.com/users/573152/bernard-rosset
Currently, a hardcoded limit returns a '[alert] fastcgi request record …
14:24 Milestone 1.3.8 completed
Status: released 1.3.8 changelog
14:06 Changeset in nginx_org [746:a02360a5c265] by Maxim Dounin <mdounin@…>
nginx-1.3.8
13:35 Changeset in nginx [4897:d9f8f7d084d9] by Maxim Dounin <mdounin@…>
release-1.3.8 tag
13:34 Changeset in nginx [4896:ab7ce0eb4cf7]release-1.3.8 by Maxim Dounin <mdounin@…>
nginx-1.3.8-RELEASE
12:50 sni_tests.diff attached to Ticket #238 by vl
12:50 webdav-extensions.php attached to Ticket #238 by vl
PHP script for webdav
12:50 nginx.conf attached to Ticket #238 by vl
nginx configuration
12:49 Ticket #238 (segfault in DAV module during PUT processing) created by vl
Issuing DAV PUT request in some scenarios can lead to the segfault. …
11:14 Changeset in nginx [4895:508e61393b6c] by Maxim Dounin <mdounin@…>
Event pipe: fixed handling of buf_to_file data. Input filter might …
11:09 Changeset in nginx [4894:0156fd6f48fa] by Maxim Dounin <mdounin@…>
Style, parentheses instead of braces in misc/GNUMakefile.
06:50 Changeset in nginx_org [745:d61128d5ecfc] by Maxim Konovalov <maxim@…>
Donors added.

10/29/12:

18:10 Changeset in nginx-tests [239:5d178e27037c] by Maxim Dounin <mdounin@…>
Tests: test for proxy_cache with chunked response. This covers …
17:17 Changeset in nginx [4893:e89bd9896fea] by Maxim Dounin <mdounin@…>
Variables $connection and $connection_requests. Log module …
12:59 Ticket #237 (Add optional systemd socket activation support) closed by Maxim Dounin
wontfix: For binary upgrade on the fly (as available from very start, see docs …

10/27/12:

11:24 Ticket #237 (Add optional systemd socket activation support) updated by David Strauss
Also, #ifdef for Unix domain socket support may be redundant in a …
11:15 sa-nginx.socket attached to Ticket #237 by David Strauss
11:15 sa-nginx.service attached to Ticket #237 by David Strauss
11:14 nginx.conf attached to Ticket #237 by David Strauss
11:14 0001-Socket-activation-support-for-systemd.patch attached to Ticket #237 by David Strauss
11:01 Ticket #237 (Add optional systemd socket activation support) created by David Strauss
The systemd project supports socket activation for services, allowing …
Note: See TracTimeline for information about the timeline view.