Timeline



07/26/13:

14:48 Ticket #352 (cache line size wrongly detected on virtual instance) updated by Eric Bréchemier
I [https://github.com/h5bp/server-configs/issues/160 noticed the same …

07/25/13:

14:35 Changeset in nginx-tests [319:e9de4da234c0] by Maxim Dounin <mdounin@…>
Tests: add version checks to TODOs for committed patches.
14:09 Ticket #388 (nginx proxy pass and CROS(cross-origin resource sharing)) closed by Maxim Dounin
duplicate: This is one of the known problems with the "if" directive used in a …
13:52 Ticket #388 (nginx proxy pass and CROS(cross-origin resource sharing)) created by peng yuehui
I configed nginx to combine the CROS config and the proxy pass. When …
11:00 Changeset in nginx [5304:d3eab5e2df5f] by Maxim Dounin <mdounin@…>
Upstream: no last buffer on errors. Previously, after sending a …
11:00 Changeset in nginx [5303:0fb714d80909] by Maxim Dounin <mdounin@…>
Upstream: request finalization rework. No semantic changes expected, …
11:00 Changeset in nginx [5302:292c92fb05d7] by Maxim Dounin <mdounin@…>
Upstream: NGX_HTTP_CLIENT_CLOSED_REQUEST no longer reset to 0. The …
11:00 Changeset in nginx [5301:a50e26148d21] by Maxim Dounin <mdounin@…>
Upstream: added check if a response is complete. Checks were added to …
10:58 Changeset in nginx [5300:f538a67c9f77] by Maxim Dounin <mdounin@…>
Upstream: u->length now defaults to -1 (API change). That is, by …
10:56 Changeset in nginx [5299:b779728b180c] by Maxim Dounin <mdounin@…>
Upstream: fixed store/cache of unfinished responses. In case of …
10:56 Changeset in nginx [5298:a7b2db9119e0] by Maxim Dounin <mdounin@…>
Upstream: replaced u->pipe->temp_file with p->temp_file. While here, …
10:56 Changeset in nginx [5297:0ae9a2958886] by Maxim Dounin <mdounin@…>
Upstream: NGX_ERROR after pipe errors.
10:56 Changeset in nginx [5296:1ccdda1f37f3] by Maxim Dounin <mdounin@…>
Upstream: NGX_HTTP_GATEWAY_TIME_OUT after upstream timeouts. There is …
10:56 Changeset in nginx [5295:a489c31c9783] by Maxim Dounin <mdounin@…>
Upstream: ngx_http_upstream_finalize_request(NGX_ERROR) on errors. …
10:56 Changeset in nginx [5294:d44c3b36c53f] by Maxim Dounin <mdounin@…>
Upstream: consistent error handling after u->input_filter_init(). In …
10:55 Changeset in nginx [5293:2c4eb6ecba26] by Maxim Dounin <mdounin@…>
Upstream: busy lock remnants removed.
06:54 Ticket #387 (auth_basic_user_file is relative not from prefix given by -p key) closed by Maxim Dounin
invalid

07/24/13:

18:39 Ticket #387 (auth_basic_user_file is relative not from prefix given by -p key) updated by Тарас Буник
Ok, I not noticed that > Since version 0.6.7 the filename path is …
18:34 Ticket #357 (1.4.1 + spdy + centos 6 + openssl-1.0.1e (static), firefox 21 ajax ...) closed by Valentin V. Bartenev
fixed: Finally, a better version of fix was committed as 7542b72fe4b1. Thank …
15:20 Ticket #387 (auth_basic_user_file is relative not from prefix given by -p key) created by Тарас Буник
I have following in config: […] I start nginx like this: {{{sudo …
08:53 Ticket #251 (Option to disable upload buffers) updated by Roy Reznik
Guys, this is a huge issue for us. Every uploaded file needs to be …

07/23/13:

17:47 Changeset in nginx-tests [318:68b94b83412b] by Maxim Dounin <mdounin@…>
Tests: hide startup warnings about deprecated limit_zone.
16:25 Changeset in nginx-tests [317:a9621dbbd0d4] by Maxim Dounin <mdounin@…>
Tests: remove TODOs with 1.3.x version checks.
15:45 Changeset in nginx-tests [316:f36c3532a117] by Maxim Dounin <mdounin@…>
Tests: perl and proxy_set_body fixes merged, remove TODO.

07/22/13:

17:57 Ticket #386 (Extra strings when getting XML or CSV through Nginx) updated by Sal Munguia
Turns out this is a chunked encoding issue. Will work on possibly …
16:46 Ticket #386 (Extra strings when getting XML or CSV through Nginx) closed by Maxim Dounin
invalid: Fix your backend (there is a bug in mod_php which causes Apache to …
16:31 Changeset in nginx-tests [315:03975bffc368] by Maxim Dounin <mdounin@…>
Tests: add missing TODO.
15:54 Ticket #386 (Extra strings when getting XML or CSV through Nginx) created by Sal Munguia
I have a nginx reverse proxy setup where nginx talks to apache. We are …
13:22 Changeset in nginx-tests [314:eb6f293b512b] by Maxim Dounin <mdounin@…>
Tests: improve sub_filter tests.

07/18/13:

07:54 Ticket #251 (Option to disable upload buffers) updated by Timmy Schweer
We're using nginx to provide an typo3 page and a lot of javascript / …

07/17/13:

13:30 Milestone 1.4.2 completed
Status: released [[http://nginx.org/en/CHANGES-1.4| 1.4.2 …

07/16/13:

11:45 Ticket #351 (Nginx Perl: header_in('cookie') does not work in 1.4.0) updated by Maxim Dounin <mdounin@…>
In edc479bf33b1e438c10c4750e59dd4aef30c2490/nginx: […]
11:45 Ticket #362 (deadlock on win32 with accept_mutex and multiple worker_processes) updated by Maxim Dounin <mdounin@…>
In 1b70200d83e3e3f94883048f8517d1cc27cf90d3/nginx: […]

07/15/13:

09:06 Changeset in nginx-tests [313:9daf28f20766] by Sergey Kandaurov <pluknet@…>
Tests: added tests for limit_conn module.
09:06 Changeset in nginx-tests [312:b639e76ba923] by Sergey Kandaurov <pluknet@…>
Tests: limit_zone regex updated to follow the module renaming.

07/12/13:

16:46 Changeset in nginx-tests [311:ad164c14058a] by Sergey Kandaurov <pluknet@…>
Tests: basic proxy tests to ssl backend.
13:54 Changeset in nginx-tests [310:25f2ba615000] by Sergey Kandaurov <pluknet@…>
Tests: added missing proxy prerequisites.
11:47 Changeset in nginx-tests [309:6c5597ad40a3] by Sergey Kandaurov <pluknet@…>
Tests: added one more missing rewrite prerequisite. This change was …
10:51 Changeset in nginx [5372:36b58ddb566d] by Valentin Bartenev <vbart@…>
Events: support for EPOLLRDHUP (ticket #320). Since Linux 2.6.17, …

07/11/13:

02:46 nginx.conf attached to Ticket #385 by fan nba
02:46 picture2.rar attached to Ticket #385 by fan nba
screenshot 2
02:45 picture1.rar attached to Ticket #385 by fan nba
screenshot 1
02:39 Ticket #385 (Nginx 1.5.2 with spdy as forward proxy, part of site page can't be loaded) created by fan nba
when using chrome brower visit site www.taobao.com pass by nginx …

07/09/13:

12:47 Ticket #384 (trailing dot in server_name) created by Sergey Kandaurov
nginx should treat server_name values with and without trailing dot as …

07/05/13:

09:04 Ticket #383 (nginx 1.4.1 以及1.51 版本 报错) closed by Maxim Dounin
invalid: The request generated by the command in question is invalid and …
04:40 Ticket #383 (nginx 1.4.1 以及1.51 版本 报错) created by zeng hongl
在使用nginx时,只要url地址中出现空格H 就会报400错误, 地址如下: curl "http://nginx.org/? H"

07/04/13:

23:54 Ticket #382 (RFE - Support for bcrypt hashes) closed by Maxim Dounin
wontfix: All crypt(3) algorithms supported in your OS are available for use in …
15:49 Ticket #382 (RFE - Support for bcrypt hashes) created by Gianluca Varisco
Hi everybody. I'd like to use bcrypt hashes for nginx auth. Is there …

07/02/13:

14:31 Milestone 1.5.2 completed
Status: released 1.5.2 changelog

06/27/13:

15:20 Changeset in nginx-tests [308:26147426718c] by Maxim Dounin <mdounin@…>
Tests: scgi cache tests.
Note: See TracTimeline for information about the timeline view.