Timeline



12/21/12:

16:13 Changeset in nginx [4982:6ccd3a50b40f] by Maxim Dounin <mdounin@…>
Core: crypt_r() error handling fixed. The crypt_r() function returns …
15:19 Changeset in nginx_org [790:ae776a353984] by Vladimir Homutov <vl@…>
Documented "proxy_cache_methods" directive.
15:07 Changeset in nginx [4981:5889bc5f7a65] by Maxim Dounin <mdounin@…>
Image filter: fixed image_filter rotate inheritance. Configurations …
14:51 Changeset in nginx_org [789:1063836dacea] by Vladimir Homutov <vl@…>
Documented "proxy_pass_request_body/headers" directives.
13:18 Ticket #262 (Unescaped characters in URI passed to target server) closed by Valentin V. Bartenev
invalid: A quote from documentation: If …
12:50 Ticket #262 (Unescaped characters in URI passed to target server) created by Tomasz Nurkiewicz
When I browse to this URL: http://localhost:8080/foo/%5B-%5D server …
08:55 Changeset in nginx_org [788:753ed7df8910] by Ruslan Ermilov <ru@…>
Documented what will be the default value of "geo" if "default" isn't set.
08:46 Changeset in nginx [4980:f091722acab4] by Ruslan Ermilov <ru@…>
Geo: ensure that default entry is always present. If 0.0.0.0/32 entry …
08:44 Changeset in nginx [4979:76dacc97f23c] by Ruslan Ermilov <ru@…>
There's no need to normalize address returned by ngx_ptocidr().
07:22 Changeset in nginx_org [787:180a64c709d8] by Vladimir Homutov <vl@…>
Documented "proxy_set_body" and "proxy_method" directives.
06:23 Ticket #101 (Support ETag/If-None-Match when proxy_http_version is 1.1) updated by Colin Mollenhour
Just noticed Varnish is working on full support for If-None-Match: …

12/20/12:

20:35 Ticket #257 (upstream backup servers index out of bounds) updated by Valentin V. Bartenev
Status changed
19:04 Changeset in nginx [4978:55ccb9f75668] by Maxim Dounin <mdounin@…>
Image filter: configuration inheritance fixes. The …
18:57 Ticket #261 (HEAD requests still have content-type when gzip on) updated by Valentin V. Bartenev
This patch should fix the problem: […]
18:34 Ticket #261 (HEAD requests still have content-type when gzip on) updated by Valentin V. Bartenev
Status changed
17:58 Ticket #258 (proxy_store does not always stores the requested file.) closed by Valentin V. Bartenev
invalid: Your upstream server responds with 206 (partial content), while …
16:07 Ticket #261 (HEAD requests still have content-type when gzip on) created by Stephen Dendtler
When using proxy_pass for HEAD requests, combined with gzip being …
15:34 Changeset in nginx [4977:b216d212920b] by Ruslan Ermilov <ru@…>
Brought the link to ngx_http_perl_module documentation up to date.
11:16 Changeset in nginx [4976:6b416e3bdd26] by Ruslan Ermilov <ru@…>
Fixed return type of internal function that allocates radix tree nodes.

12/19/12:

14:19 Ticket #125 (Allow add_header to affect 201 responses (and possibly any 2xx code).) closed by Ruslan Ermilov
fixed
10:50 Changeset in nginx_org [786:b4fc7d571e48] by Ruslan Ermilov <ru@…>
Documented that "add_header" now affects 201 responses.
10:34 Ticket #125 (Allow add_header to affect 201 responses (and possibly any 2xx code).) updated by Ruslan Ermilov
In 4976/nginx: […]
10:33 Changeset in nginx [4975:837d0a1bc31c] by Ruslan Ermilov <ru@…>
Let "add_header" affect 201 responses (ticket #125).
10:30 Changeset in nginx [4974:9d9ee85db35d] by Ruslan Ermilov <ru@…>
Slightly optimized code that handles special headers in "add_header".

12/18/12:

20:03 Changeset in nginx_org [785:d84a97e02b45] by Maxim Konovalov <maxim@…>
Donor added.
18:39 Changeset in nginx [4973:44fcb9677c3f] by Maxim Dounin <mdounin@…>
Avoid sending "100 Continue" on 413 Request Entity Too Large. Patch …

12/17/12:

19:03 Changeset in nginx [4972:8b635cf36ccc] by Ruslan Ermilov <ru@…>
Added checks that disallow adding a variable with an empty name. Added …
14:04 Tickets #92,​186 batch updated by Ruslan Ermilov
In 4972/nginx: […]
12:28 Ticket #92 (The Proxy module doesn't support IPv6 back-ends) closed by Ruslan Ermilov
fixed: IPv6 support for domain names was implemented in 4972/nginx.
12:27 Ticket #186 (listen directive should use AAAA record) closed by Ruslan Ermilov
fixed: IPv6 support for domain names was implemented in 4972/nginx.
12:08 Changeset in nginx [4971:eaf95350d75c] by Ruslan Ermilov <ru@…>
Implemented IPv6 support for URLs specified using domain names. This …
09:44 Changeset in nginx [4970:ed2219d58518] by Ruslan Ermilov <ru@…>
Fixed URL parsing code. The URL parsing code is not expected to …
09:31 Changeset in nginx [4969:2efa05bbbc1e] by Ruslan Ermilov <ru@…>
Simplified URL parsing code. Except for the "listen" directive, "*" …
08:50 Ticket #260 (extend `gzip_static` to accept more extensions than just `.gz`) created by Christian Bönning
I'm using nginx in combination with TYPO3 CMS and would like to take …

12/16/12:

23:21 Ticket #259 (Nginx.org: Please differentiate stable and dev versions on download.html) created by Simon B
This issue is reported regarding the web-site www.nginx.org (in …
19:41 Ticket #258 (proxy_store does not always stores the requested file.) updated by Rainer Schuth
Under a Apple System with the Media Player works correctly. #Log $IP …
19:34 Ticket #258 (proxy_store does not always stores the requested file.) created by Rainer Schuth
The proxy_store directive do not save the requested file if the file …

12/14/12:

19:56 Changeset in nginx [4968:90d8c3400769] by Ruslan Ermilov <ru@…>
Geo: fixed the "ranges" without ranges case. The following …
19:35 Changeset in nginx [4967:a9d60fafaa85] by Ruslan Ermilov <ru@…>
Geo: improved ngx_http_geo_block() code readability.
15:24 Changeset in nginx [4966:c821975c9068] by Valentin Bartenev <vbart@…>
Fixed handling of ngx_write_fd() and ngx_read_fd() errors. The …
15:17 Changeset in nginx [4965:58dfef910ccd] by Valentin Bartenev <vbart@…>
Gzip: fixed zlib memLevel adjusting. An incorrect memLevel (lower …

12/13/12:

16:05 Changeset in nginx [4964:2464ccebdb52] by Maxim Dounin <mdounin@…>
Upstream: fixed SIGSEGV with the "if" directive. Configuration like …
15:05 Changeset in nginx [4963:9f4cdc7a8578] by Ruslan Ermilov <ru@…>
Fixed variable syntax checking in "set", "geo", "limit_conn_zone", and …
13:45 Changeset in nginx [4962:13a5202b6b4b] by Maxim Dounin <mdounin@…>
Proxy: better error message about unexpected data. Requested by Igor …
07:44 Ticket #257 (upstream backup servers index out of bounds) created by Thomas Chen
[…]

12/12/12:

14:54 Ticket #256 (включение limit_rate приводит к переполнению на 32битных системах) closed by Valentin V. Bartenev
fixed: Committed as r4962. Thank you.
14:48 Changeset in nginx [4961:ed576bd1d9c0] by Valentin Bartenev <vbart@…>
Limit rate: fixed integer overflow in limit calculation (ticket #256). …
13:50 Changeset in nginx [4960:b39d947fcb82] by Maxim Dounin <mdounin@…>
Configure: better check for PCRE JIT. On Mac OS X system toolchain by …
11:10 Ticket #256 (включение limit_rate приводит к переполнению на 32битных системах) updated by Valentin V. Bartenev
Description changed
09:30 Ticket #256 (включение limit_rate приводит к переполнению на 32битных системах) updated by maxim
Status, Owner changed
09:17 Ticket #256 (включение limit_rate приводит к переполнению на 32битных системах) created by Алексей Антропов
При вычислении лимита отдачи в …
06:39 Ticket #92 (The Proxy module doesn't support IPv6 back-ends) updated by Ruslan Ermilov
Owner, Status, Milestone, Sensitive changed
IPv6 literals have been supported since 4671/nginx.
06:16 Ticket #186 (listen directive should use AAAA record) updated by Ruslan Ermilov
Status, Sensitive, Owner, Milestone changed

12/11/12:

16:59 Changeset in nginx_org [784:7d15bd7fc58d] by Ruslan Ermilov <ru@…>
The "auth_basic" directive now supports variables.
14:53 Changeset in nginx_org [783:6e63a58b28cf] by Maxim Dounin <mdounin@…>
nginx-1.2.6
14:27 Milestone 1.2.6 completed
Status: released [[http://nginx.org/en/CHANGES-1.2 | 1.2.6 …
14:26 Changeset in nginx [4959:4c6e0de6283b]stable-1.2 by Maxim Dounin <mdounin@…>
release-1.2.6 tag
14:24 Changeset in nginx [4958:eb1043eaedac]stable-1.2release-1.2.6 by Maxim Dounin <mdounin@…>
nginx-1.2.6-RELEASE
13:36 Changeset in nginx_org [782:2ceaef0e84a1] by Ruslan Ermilov <ru@…>
Added a phrase about wildcard certificates into the English version of …
13:18 Changeset in nginx [4957:7556a7acb14f]stable-1.2 by Maxim Dounin <mdounin@…>
Merge of r4921, r4922, r4923, r4924, r4925: request body fixes. *) …
08:12 Changeset in nginx_org [781:1ff2580fd5de] by Ruslan Ermilov <ru@…>
Regenerated.
08:11 Changeset in nginx_org [780:ac8ea1e005bf] by Ruslan Ermilov <ru@…>
Removed extraneous table added in r692.
07:59 Changeset in nginx_org [779:32b8498cfb40] by Ruslan Ermilov <ru@…>
$msec and $request_time have become generic variables in 1.2.6.

12/10/12:

18:17 Changeset in nginx [4956:bbcaeccbd928]stable-1.2 by Maxim Dounin <mdounin@…>
Merge of r4933, r4933: shared memory fixes. *) Fixed location of …
18:04 Changeset in nginx [4955:2e4e4084b562]stable-1.2 by Maxim Dounin <mdounin@…>
Merge of r4920, r4939: ngx_write_chain_to_file() fixes. *) Core: …
17:51 Changeset in nginx [4954:7c034ee61244]stable-1.2 by Maxim Dounin <mdounin@…>
Merge of r4919: fixed segfault on PUT in dav module. Dav: fixed …
17:46 Changeset in nginx [4953:5e9d5786ec06]stable-1.2 by Maxim Dounin <mdounin@…>
Merge of r4918: cache manager startup with many listen sockets. Fixed …
16:35 Changeset in nginx [4952:3795aeb360fb]stable-1.2 by Maxim Dounin <mdounin@…>
Merge of r4915, r4916, r4917: upstream minor fixes. *) Upstream: …
16:03 Changeset in nginx [4951:9ab61d17794f]stable-1.2 by Maxim Dounin <mdounin@…>
Merge of r4914: variables $request_time and $msec. Log module …
16:00 Changeset in nginx [4950:c355ca8f2b2c]stable-1.2 by Maxim Dounin <mdounin@…>
Merge of r4913: fixed CPU affinity on respawn of dead workers. Worker …
15:43 Changeset in nginx [4949:54eb08ebe8cf]stable-1.2 by Maxim Dounin <mdounin@…>
Version bump.
13:43 Ticket #252 (nginx child exited on signal 11 when aio enabled) updated by openid.yandex.ru/olevole
Yes, SPDY is enabled. Without SPDY module all fine.
13:18 Ticket #48 (Cannot build nginx on OpenSolaris: builder of perl modules cannot find ...) closed by Ruslan Ermilov
fixed: Fixed in 4946/nginx.
13:11 Changeset in nginx [4948:d03712b6914b] by Ruslan Ermilov <ru@…>
The "auth_basic" directive gained support of variables.
10:45 Changeset in nginx_org [778:cd73f6e9aaf3] by Maxim Konovalov <maxim@…>
Donation page refactored: multi-column layout, donated sums ranges.

12/06/12:

23:03 Changeset in nginx [4947:4251e72b8bb4] by Ruslan Ermilov <ru@…>
Allow the complex value to be defined as an empty string. This makes …
21:22 Changeset in nginx [4946:2570296374b4] by Ruslan Ermilov <ru@…>
Xslt: prevented infinite loop. If XSLT transformation failed and …
16:06 Changeset in nginx_org [777:284dc43b13d3] by Andrey Belov <defan@…>
Updated with Netcraft December 2012 Web Server Survey stats.

12/03/12:

16:03 Ticket #210 (ownership of shared memory zones should be tracked better) closed by Ruslan Ermilov
fixed: Fix committed.
16:00 Changeset in nginx [4945:ae3ebf5ac8cd] by Ruslan Ermilov <ru@…>
Fixed build with embedded perl in certain setups (ticket #48).

11/30/12:

11:26 Changeset in nginx [4944:ab7a21ce8778] by Ruslan Ermilov <ru@…>
Fixed the NGX_SOCKADDR_STRLEN macro definition. The ngx_sock_ntop() …

11/29/12:

23:15 Changeset in nginx [4943:1e2d5d3f9f6b] by Maxim Dounin <mdounin@…>
Core: removed GLOB_NOSORT glob option. This will result in …
23:13 Changeset in nginx [4942:f9d7efb355dd] by Maxim Dounin <mdounin@…>
Version bump.

11/27/12:

14:28 Milestone 1.3.9 completed
Status: released 1.3.9 changelog
14:24 Changeset in nginx_org [776:52dd79a43437] by Maxim Dounin <mdounin@…>
nginx-1.3.9
13:55 Changeset in nginx [4941:4b600390528b] by Maxim Dounin <mdounin@…>
release-1.3.9 tag
13:55 Changeset in nginx [4940:1b1a9337a739]release-1.3.9 by Maxim Dounin <mdounin@…>
nginx-1.3.9-RELEASE
13:45 Changeset in nginx_org [775:813b8349cdbe] by Ruslan Ermilov <ru@…>
Expanded the literal empty strings into words.
10:25 Ticket #252 (nginx child exited on signal 11 when aio enabled) updated by Sergey Budnevitch
Do you build nginx with SPDY support/patch?

11/26/12:

21:30 Changeset in nginx [4939:41bf14321133] by Maxim Dounin <mdounin@…>
Gunzip: added missing ngx_http_clear_etag().
21:19 Changeset in nginx [4938:64ffc28850bb] by Maxim Dounin <mdounin@…>
Core: fixed ngx_write_chain_to_file() with IOV_MAX reached. Catched …
18:01 Changeset in nginx [4937:3b6594a2b79f] by Maxim Dounin <mdounin@…>
Request body: block write events while reading body. If write events …
18:01 Changeset in nginx [4936:240e3fb392c9] by Maxim Dounin <mdounin@…>
Request body: error checking fixes, negative rb->rest handling. …
18:00 Changeset in nginx [4935:7bd1c839af3b] by Maxim Dounin <mdounin@…>
Request body: improved handling of incorrect chunked request body. …
17:59 Changeset in nginx [4934:b61edaa04342] by Maxim Dounin <mdounin@…>
Request body: fixed discard of chunked request body. Even if there is …

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 …
Note: See TracTimeline for information about the timeline view.