[nginx] Threads: writing via threads pools in event pipe.

2016-03-19 Thread Maxim Dounin
details: http://hg.nginx.org/nginx/rev/fc72784b1f52 branches: changeset: 6443:fc72784b1f52 user: Maxim Dounin date: Fri Mar 18 06:44:49 2016 +0300 description: Threads: writing via threads pools in event pipe. The "aio_write" directive is introduced, which

Re: [PATCH] Correct reference to GCC compiler macro

2016-03-19 Thread Andrew Hutchings
Hi! On 14/03/16 14:45, Maxim Dounin wrote: Hello! On Mon, Mar 14, 2016 at 02:28:01PM +, Joel Cunningham wrote: Anyone have comments on this small change? Any interest in accepting it? It might be better idea to just remove the whole chunk. If the typo exists for years and nobody

[nginx] Threads: task pointer stored in ngx_file_t.

2016-03-19 Thread Maxim Dounin
details: http://hg.nginx.org/nginx/rev/9fd738b85fad branches: changeset: 6441:9fd738b85fad user: Maxim Dounin date: Fri Mar 18 06:43:52 2016 +0300 description: Threads: task pointer stored in ngx_file_t. This simplifies the interface of the ngx_thread_read()

Re: Exporting all symbols

2016-03-19 Thread Dirk Feytons
On 16 March 2016 at 10:26, Ruslan Ermilov wrote: > On Tue, Mar 15, 2016 at 02:33:09PM +0100, Dirk Feytons wrote: > > Hi, > > > > With the introduction of the dynamic modules feature nginx is now always > > exporting its symbols. This is a bit unfortunate for our use case: we > >

[nginx] Style.

2016-03-19 Thread Ruslan Ermilov
details: http://hg.nginx.org/nginx/rev/81329f6a4254 branches: changeset: 6439:81329f6a4254 user: Ruslan Ermilov date: Wed Mar 16 14:44:41 2016 +0300 description: Style. diffstat: src/http/ngx_http_upstream.c | 8 1 files changed, 4 insertions(+), 4

Re: [PATCH]Translation to ja(LICENSE & README)

2016-03-19 Thread Maxim Dounin
Hello! On Thu, Mar 17, 2016 at 03:01:45PM +0900, ZEUS-mgtGM KUJIRAI, Takahiro wrote: > # HG changeset patch > # User Takahiro Kujirai > # Date 1458193783 -32400 > # Thu Mar 17 14:49:43 2016 +0900 > # Node ID

[no subject]

2016-03-19 Thread ZEUS-mgtGM KUJIRAI, Takahiro
# HG changeset patch # User Takahiro Kujirai # Date 1458193783 -32400 # Thu Mar 17 14:49:43 2016 +0900 # Node ID c08b49903ee70fb2fa4d9e133eadbd9ab8e4a12d # Parent 81329f6a4254df3701b626d18cf8b9245e6d8aa1 Translate to ja(LICENSE & README) diff -r

[PATCH]Translation to ja(LICENSE & README)

2016-03-19 Thread ZEUS-mgtGM KUJIRAI, Takahiro
# HG changeset patch # User Takahiro Kujirai # Date 1458193783 -32400 # Thu Mar 17 14:49:43 2016 +0900 # Node ID c08b49903ee70fb2fa4d9e133eadbd9ab8e4a12d # Parent 81329f6a4254df3701b626d18cf8b9245e6d8aa1 Translate to ja(LICENSE & README) diff -r

[nginx] Threads: offloading of temp files writing to thread pools.

2016-03-19 Thread Maxim Dounin
details: http://hg.nginx.org/nginx/rev/6e10518f95d8 branches: changeset: 6442:6e10518f95d8 user: Maxim Dounin date: Fri Mar 18 06:44:03 2016 +0300 description: Threads: offloading of temp files writing to thread pools. The ngx_thread_write_chain_to_file()

[PATCH] Fix build with -Wmissing-prototypes

2016-03-19 Thread Piotr Sikora
# HG changeset patch # User Piotr Sikora # Date 1458344288 25200 # Fri Mar 18 16:38:08 2016 -0700 # Node ID 446abf3e009c5bdeee865161ad5813c07163c0e8 # Parent c9d680b00744ea515369113585e5d5bfc4ce51de Fix build with -Wmissing-prototypes. Broken in 5eb4d7541107