[nginx] Style.

2023-02-03 Thread Sergey Kandaurov
details: https://hg.nginx.org/nginx/rev/1c3b78d7cdc9 branches: changeset: 8123:1c3b78d7cdc9 user: Maxim Dounin date: Sat Jan 28 05:20:23 2023 +0300 description: Style. diffstat: src/event/ngx_event_connectex.c | 4 ++-- src/http/modules/ngx_http_flv_module.c| 2 +-

[nginx] Style.

2022-12-15 Thread Sergey Kandaurov
details: https://hg.nginx.org/nginx/rev/3108d4d668e4 branches: changeset: 8116:3108d4d668e4 user: BullerDu date: Fri Dec 16 01:15:15 2022 +0400 description: Style. diffstat: src/core/ngx_conf_file.c| 4 ++-- src/event/ngx_event_udp.c | 2 +-

[nginx] Style: added missing "static" specifiers.

2021-10-21 Thread Maxim Dounin
details: https://hg.nginx.org/nginx/rev/46a02ed7c966 branches: changeset: 7940:46a02ed7c966 user: Maxim Dounin date: Thu Oct 21 18:43:13 2021 +0300 description: Style: added missing "static" specifiers. Mostly found by gcc -Wtraditional, per "non-static declaration of ... follows

[nginx] Style.

2019-02-25 Thread Maxim Dounin
details: https://hg.nginx.org/nginx/rev/0f0c75caa038 branches: changeset: 7458:0f0c75caa038 user: Maxim Dounin date: Mon Feb 25 16:41:08 2019 +0300 description: Style. diffstat: src/http/ngx_http_request.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diffs (11

[nginx] Style.

2018-03-13 Thread Roman Arutyunyan
details: http://hg.nginx.org/nginx/rev/0f811890f2f0 branches: changeset: 7228:0f811890f2f0 user: Roman Arutyunyan date: Mon Mar 12 18:38:53 2018 +0300 description: Style. diffstat: src/stream/ngx_stream_ssl_preread_module.c | 6 +++--- 1 files changed, 3

[nginx] Style.

2018-03-05 Thread Maxim Dounin
details: http://hg.nginx.org/nginx/rev/1ab290cf5267 branches: changeset: 7224:1ab290cf5267 user: Maxim Dounin date: Mon Mar 05 21:35:08 2018 +0300 description: Style. diffstat: src/stream/ngx_stream_log_module.c | 3 ++- 1 files changed, 2 insertions(+), 1

[nginx] Style.

2017-09-22 Thread Ruslan Ermilov
details: http://hg.nginx.org/nginx/rev/6d1f3bb72b07 branches: changeset: 7111:6d1f3bb72b07 user: Ruslan Ermilov date: Fri Sep 22 18:37:49 2017 +0300 description: Style. diffstat: src/stream/ngx_stream_variables.c | 2 +- 1 files changed, 1 insertions(+), 1

[nginx] Style.

2017-09-13 Thread Maxim Dounin
details: http://hg.nginx.org/nginx/rev/b38a8f0ca4a2 branches: changeset: 7101:b38a8f0ca4a2 user: Maxim Dounin date: Wed Sep 13 15:51:52 2017 +0300 description: Style. diffstat: src/core/ngx_parse_time.c | 5 +++-- 1 files changed, 3 insertions(+), 2

[nginx] Style.

2017-08-10 Thread Maxim Dounin
details: http://hg.nginx.org/nginx/rev/f684178faec9 branches: changeset: 7088:f684178faec9 user: Maxim Dounin date: Thu Aug 10 22:21:20 2017 +0300 description: Style. diffstat: src/core/ngx_regex.c | 4 ++--

[nginx] Style.

2017-08-09 Thread Sergey Kandaurov
details: http://hg.nginx.org/nginx/rev/577628e6b6a6 branches: changeset: 7086:577628e6b6a6 user: Sergey Kandaurov date: Wed Aug 09 14:59:46 2017 +0300 description: Style. diffstat: src/core/ngx_conf_file.c | 1 + src/event/ngx_event_openssl.c

[nginx] Style: aligned ngx_null_command.

2017-07-12 Thread Ruslan Ermilov
details: http://hg.nginx.org/nginx/rev/a27e0c7e198c branches: changeset: 7066:a27e0c7e198c user: Ruslan Ermilov date: Wed Jul 12 11:34:04 2017 +0300 description: Style: aligned ngx_null_command. diffstat: src/misc/ngx_google_perftools_module.c | 2 +- 1 files

[nginx] Style.

2017-06-01 Thread Maxim Dounin
details: http://hg.nginx.org/nginx/rev/8ce1a34f160b branches: changeset: 7019:8ce1a34f160b user: Maxim Dounin date: Thu Jun 01 16:49:14 2017 +0300 description: Style. diffstat: src/os/unix/ngx_udp_sendmsg_chain.c | 6 +++--- 1 files changed, 3 insertions(+),

[nginx] Style: changed checks of ngx_ssl_create_connection() to != NGX_OK.

2017-05-29 Thread Maxim Dounin
details: http://hg.nginx.org/nginx/rev/03444167a3bb branches: changeset: 7009:03444167a3bb user: Maxim Dounin date: Mon May 29 16:34:35 2017 +0300 description: Style: changed checks of ngx_ssl_create_connection() to != NGX_OK. In http these checks were changed

Re: [nginx] style

2017-03-16 Thread 洪志道
By the way, I'm confused by the problem I sent a few days ago. And I think there are also other users face the same problem. When we upgrade nginx, it produces the phenomenon that the nginx.pid file is deleted but the master and worker processes are still running. Inside nginx source, it seems

Re: [nginx] style

2017-03-16 Thread Ruslan Ermilov
On Thu, Mar 16, 2017 at 05:40:46PM +0800, 洪志道 wrote: > Hi! > > diff -r d45072375572 src/os/unix/ngx_process.c > --- a/src/os/unix/ngx_process.c Tue Mar 07 18:51:17 2017 +0300 > +++ b/src/os/unix/ngx_process.c Thu Mar 16 06:44:25 2017 -0400 > @@ -306,7 +306,7 @@ > } > > > -void > +static void >

[nginx] style

2017-03-16 Thread 洪志道
Hi! diff -r d45072375572 src/os/unix/ngx_process.c --- a/src/os/unix/ngx_process.c Tue Mar 07 18:51:17 2017 +0300 +++ b/src/os/unix/ngx_process.c Thu Mar 16 06:44:25 2017 -0400 @@ -306,7 +306,7 @@ } -void +static void ngx_signal_handler(int signo) { char*action; Thanks.

[nginx] Style.

2017-03-07 Thread Maxim Dounin
details: http://hg.nginx.org/nginx/rev/d45072375572 branches: changeset: 6931:d45072375572 user: Maxim Dounin date: Tue Mar 07 18:51:17 2017 +0300 description: Style. diffstat: src/os/unix/ngx_process_cycle.c | 2 -- 1 files changed, 0 insertions(+), 2

[nginx] Style: switch.

2016-11-04 Thread Ruslan Ermilov
details: http://hg.nginx.org/nginx/rev/92ad1c92bcf9 branches: changeset: 6796:92ad1c92bcf9 user: Ruslan Ermilov date: Fri Nov 04 19:12:19 2016 +0300 description: Style: switch. diffstat: src/http/ngx_http_core_module.c | 2 --

[nginx] Style.

2016-10-14 Thread Maxim Dounin
details: http://hg.nginx.org/nginx/rev/7fc16ff7ddc4 branches: changeset: 6743:7fc16ff7ddc4 user: Maxim Dounin date: Fri Oct 14 19:48:26 2016 +0300 description: Style. diffstat: src/core/ngx_hash.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diffs

[nginx] Style: sorted epoll flags.

2016-07-15 Thread Valentin Bartenev
details: http://hg.nginx.org/nginx/rev/18f6120e3b7a branches: changeset: 6634:18f6120e3b7a user: Valentin Bartenev date: Fri Jul 15 15:18:57 2016 +0300 description: Style: sorted epoll flags. diffstat: src/event/modules/ngx_epoll_module.c | 6 +++--- 1 files

[nginx] Style.

2016-06-27 Thread Roman Arutyunyan
details: http://hg.nginx.org/nginx/rev/d452cb27639f branches: changeset: 6601:d452cb27639f user: Roman Arutyunyan date: Mon Jun 27 18:42:29 2016 +0300 description: Style. diffstat: src/stream/ngx_stream_limit_conn_module.c | 20 ++-- 1 files

[nginx] Style.

2016-06-22 Thread Roman Arutyunyan
details: http://hg.nginx.org/nginx/rev/191e23214dfb branches: changeset: 6599:191e23214dfb user: Roman Arutyunyan date: Wed Jun 22 11:50:02 2016 +0300 description: Style. diffstat: src/stream/ngx_stream_proxy_module.c | 1 - 1 files changed, 0 insertions(+), 1

[nginx] Style.

2016-03-30 Thread Ruslan Ermilov
details: http://hg.nginx.org/nginx/rev/2cd019520210 branches: changeset: 6474:2cd019520210 user: Ruslan Ermilov date: Wed Mar 30 11:52:16 2016 +0300 description: Style. diffstat: src/core/ngx_conf_file.c | 6 +-

[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

[nginx] Style.

2015-12-01 Thread Maxim Dounin
details: http://hg.nginx.org/nginx/rev/be3aed17689c branches: changeset: 6313:be3aed17689c user: Maxim Dounin date: Wed Dec 02 01:06:54 2015 +0300 description: Style. diffstat: src/http/ngx_http_upstream.c | 2 +- 1 files changed, 1 insertions(+), 1

Re: [nginx] Style: unified request method checks.

2015-11-25 Thread Ruslan Ermilov
On Tue, Nov 24, 2015 at 11:31:16PM +0200, Sorin Manole wrote: > 2015-11-24 22:41 GMT+02:00 Ruslan Ermilov : > > > details: http://hg.nginx.org/nginx/rev/b1858fc47e3b > > branches: > > changeset: 6306:b1858fc47e3b > > user: Ruslan Ermilov > > date: Fri

Re: [nginx] Style: unified request method checks.

2015-11-25 Thread Sorin Manole
I meant, from the diff, it looked like all single HTTP method checks were transitioned from & to ==, while that single one was changed from == to &. I understand now, the checks were unified with the ones that were not in the diff (duh, I should have though about that). Still, as a result in some

[nginx] Style: unified request method checks.

2015-11-24 Thread Ruslan Ermilov
details: http://hg.nginx.org/nginx/rev/b1858fc47e3b branches: changeset: 6306:b1858fc47e3b user: Ruslan Ermilov date: Fri Nov 06 15:22:43 2015 +0300 description: Style: unified request method checks. diffstat: src/http/modules/ngx_http_chunked_filter_module.c | 2

Re: [nginx] Style: unified request method checks.

2015-11-24 Thread Sorin Manole
2015-11-24 22:41 GMT+02:00 Ruslan Ermilov : > details: http://hg.nginx.org/nginx/rev/b1858fc47e3b > branches: > changeset: 6306:b1858fc47e3b > user: Ruslan Ermilov > date: Fri Nov 06 15:22:43 2015 +0300 > description: > Style: unified request method

[nginx] Style.

2015-09-22 Thread Maxim Dounin
details: http://hg.nginx.org/nginx/rev/cbb8c32f78b5 branches: changeset: 6251:cbb8c32f78b5 user: Maxim Dounin date: Tue Sep 22 17:09:50 2015 +0300 description: Style. diffstat: src/http/v2/ngx_http_v2_filter_module.c | 3 ++- 1 files changed, 2 insertions(+),

[nginx] Style.

2015-08-12 Thread Vladimir Homutov
details: http://hg.nginx.org/nginx/rev/1bd5eb20bd7c branches: changeset: 6222:1bd5eb20bd7c user: Vladimir Homutov v...@nginx.com date: Wed Aug 12 12:56:59 2015 +0300 description: Style. diffstat: src/stream/ngx_stream_proxy_module.c | 2 +- 1 files changed, 1 insertions(+), 1

[nginx] Style.

2015-07-30 Thread Roman Arutyunyan
details: http://hg.nginx.org/nginx/rev/543f10fe34d2 branches: changeset: 6216:543f10fe34d2 user: Roman Arutyunyan a...@nginx.com date: Wed Jul 29 14:36:36 2015 -0700 description: Style. diffstat: src/stream/ngx_stream_proxy_module.c | 3 +-- 1 files changed, 1 insertions(+), 2

[nginx] Style.

2015-06-05 Thread Maxim Dounin
details: http://hg.nginx.org/nginx/rev/ac52b46ebab5 branches: changeset: 6166:ac52b46ebab5 user: Maxim Dounin mdou...@mdounin.ru date: Fri Jun 05 17:10:34 2015 +0300 description: Style. diffstat: src/event/ngx_event.c | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-)

[nginx] Style: use %*s format, as in 68d21fd1dc64.

2015-03-04 Thread Ruslan Ermilov
details: http://hg.nginx.org/nginx/rev/add12ee1d01c branches: changeset: 6001:add12ee1d01c user: Ruslan Ermilov r...@nginx.com date: Wed Mar 04 08:05:38 2015 +0300 description: Style: use %*s format, as in 68d21fd1dc64. diffstat: src/mail/ngx_mail_auth_http_module.c | 11

[nginx] Style.

2014-11-19 Thread Valentin Bartenev
details: http://hg.nginx.org/nginx/rev/fddc6bed1e6e branches: changeset: 5919:fddc6bed1e6e user: Valentin Bartenev vb...@nginx.com date: Wed Nov 19 21:46:01 2014 +0300 description: Style. diffstat: src/os/unix/ngx_darwin_sendfile_chain.c | 4 ++-- 1 files changed, 2

[nginx] Style: use specified macro instead of magic-number.

2014-08-06 Thread Maxim Dounin
details: http://hg.nginx.org/nginx/rev/ab48149b77a6 branches: changeset: 5801:ab48149b77a6 user: Tatsuhiko Kubo cubicda...@gmail.com date: Wed Aug 06 23:58:44 2014 +0900 description: Style: use specified macro instead of magic-number. diffstat:

[nginx] Style: use ngx_free() instead of free().

2014-08-03 Thread Maxim Dounin
details: http://hg.nginx.org/nginx/rev/fbdab7f38fd6 branches: changeset: 5785:fbdab7f38fd6 user: Tatsuhiko Kubo cubicda...@gmail.com date: Sun Aug 03 03:27:39 2014 +0900 description: Style: use ngx_free() instead of free(). diffstat: src/os/win32/ngx_files.c | 2 +- 1 files

[nginx] Style: use ngx_str_set().

2014-07-09 Thread Maxim Dounin
details: http://hg.nginx.org/nginx/rev/d80543940f9a branches: changeset: 5765:d80543940f9a user: Tatsuhiko Kubo cubicda...@gmail.com date: Wed Jul 09 23:23:59 2014 +0900 description: Style: use ngx_str_set(). diffstat: src/http/modules/ngx_http_memcached_module.c | 7 ++- 1

[nginx] Style: use ngx_str_null().

2014-07-09 Thread Maxim Dounin
details: http://hg.nginx.org/nginx/rev/f166c521b619 branches: changeset: 5764:f166c521b619 user: Tatsuhiko Kubo cubicda...@gmail.com date: Wed Jul 09 23:22:14 2014 +0900 description: Style: use ngx_str_null(). diffstat: src/core/ngx_resolver.c | 3 +-- 1 files changed, 1

[nginx] Style: use ngx_strlen() instead of strlen().

2014-07-09 Thread Maxim Dounin
details: http://hg.nginx.org/nginx/rev/09e734739e46 branches: changeset: 5763:09e734739e46 user: Tatsuhiko Kubo cubicda...@gmail.com date: Wed Jul 09 23:20:40 2014 +0900 description: Style: use ngx_strlen() instead of strlen(). diffstat: src/core/ngx_log.h | 2 +- 1 files

[nginx] Style: remove whitespace between function name and paren...

2014-07-08 Thread Maxim Dounin
details: http://hg.nginx.org/nginx/rev/f3df4e420ae7 branches: changeset: 5758:f3df4e420ae7 user: Piotr Sikora pi...@cloudflare.com date: Tue Jul 08 03:03:14 2014 -0700 description: Style: remove whitespace between function name and parentheses. Signed-off-by: Piotr Sikora

[nginx] Style: add whitespace between control statement and pare...

2014-07-08 Thread Maxim Dounin
details: http://hg.nginx.org/nginx/rev/c5ec6944de98 branches: changeset: 5757:c5ec6944de98 user: Piotr Sikora pi...@cloudflare.com date: Tue Jul 08 03:03:13 2014 -0700 description: Style: add whitespace between control statement and parentheses. Signed-off-by: Piotr Sikora

[nginx] Style: keep return type and function name on different l...

2014-07-08 Thread Maxim Dounin
details: http://hg.nginx.org/nginx/rev/a1caf3989b49 branches: changeset: 5759:a1caf3989b49 user: Piotr Sikora pi...@cloudflare.com date: Tue Jul 08 03:03:14 2014 -0700 description: Style: keep return type and function name on different lines. Signed-off-by: Piotr Sikora

[nginx] Style: fix typo.

2014-07-08 Thread Maxim Dounin
details: http://hg.nginx.org/nginx/rev/1d693deab8ae branches: changeset: 5761:1d693deab8ae user: Piotr Sikora pi...@cloudflare.com date: Tue Jul 08 03:03:14 2014 -0700 description: Style: fix typo. Signed-off-by: Piotr Sikora pi...@cloudflare.com diffstat:

[nginx] Style: use %N instead of '\n' where appropriate.

2014-05-14 Thread Ruslan Ermilov
details: http://hg.nginx.org/nginx/rev/0cbefdcf82a6 branches: changeset: 5685:0cbefdcf82a6 user: Ruslan Ermilov r...@nginx.com date: Wed May 14 22:26:30 2014 +0400 description: Style: use %N instead of '\n' where appropriate. diffstat: src/http/modules/ngx_http_proxy_module.c | 2

[nginx] Style: removed surplus semicolons.

2013-12-27 Thread Valentin Bartenev
details: http://hg.nginx.org/nginx/rev/9d056f10fb99 branches: changeset: 5496:9d056f10fb99 user: Valentin Bartenev vb...@nginx.com date: Fri Dec 27 18:47:42 2013 +0400 description: Style: removed surplus semicolons. diffstat: src/http/modules/ngx_http_mp4_module.c | 2 +-

[nginx] Style.

2013-10-18 Thread Maxim Dounin
details: http://hg.nginx.org/nginx/rev/4bfa982dbf0e branches: changeset: 5426:4bfa982dbf0e user: Maxim Dounin mdou...@mdounin.ru date: Fri Oct 18 18:13:35 2013 +0400 description: Style. diffstat: src/http/ngx_http_script.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)

[nginx] Style: reuse one int variable in ngx_configure_listening...

2013-07-25 Thread Ruslan Ermilov
details: http://hg.nginx.org/nginx/rev/31690d934175 branches: changeset: 5282:31690d934175 user: Ruslan Ermilov r...@nginx.com date: Thu Jul 25 12:46:02 2013 +0400 description: Style: reuse one int variable in ngx_configure_listening_sockets(). No functional changes. diffstat:

[nginx] Style.

2013-07-12 Thread Maxim Dounin
details: http://hg.nginx.org/nginx/rev/8e7db77e5d88 branches: changeset: 5266:8e7db77e5d88 user: Maxim Dounin mdou...@mdounin.ru date: Thu Jul 11 20:38:27 2013 +0400 description: Style. diffstat: src/http/ngx_http_core_module.c | 2 +- src/mail/ngx_mail.c | 2 +-

[nginx] Style: remove unnecessary references to HTTP from non-HT...

2013-05-22 Thread Maxim Dounin
details: http://hg.nginx.org/nginx/rev/23a186e8ca45 branches: changeset: 5222:23a186e8ca45 user: Piotr Sikora pi...@cloudflare.com date: Tue May 21 18:43:43 2013 -0700 description: Style: remove unnecessary references to HTTP from non-HTTP modules. No functional changes.

[nginx] Style: replace SSL *ssl with ngx_ssl_conn_t *ssl_conn.

2013-05-22 Thread Maxim Dounin
details: http://hg.nginx.org/nginx/rev/71d85de7b53b branches: changeset: 5223:71d85de7b53b user: Piotr Sikora pi...@cloudflare.com date: Tue May 21 18:45:07 2013 -0700 description: Style: replace SSL *ssl with ngx_ssl_conn_t *ssl_conn. No functional changes. Signed-off-by: Piotr