Development

2014-06-27 Thread David Carlier
HI All, I am working as C/C++ developer for a company which makes nginx modules and would like to know if I can contribute a bit. Kind regards. David CARLIER dotMobi / Afilias Technologies DUBLIN ___ nginx-devel mailing list nginx-devel@nginx.org http

Re: Development

2014-07-01 Thread David Carlier
In short : http://nginx.org/en/docs/contributing_changes.html > > And, patch must be made with this option set in your hgrc file : > > [diff] > showfunc = True > > Rgds, > Filipe > > 2014-06-28 8:22 GMT+02:00 David Carlier : > > HI All, > > I am working as C/C+

small feature

2015-10-06 Thread David CARLIER
Hi all, I developed a small feature which puts nginx in chroot mode, off by default and when you set a prefix path via -p, although OpenBSD team did already a version far before me. Hope it is useful. Kind regards. diff -r 4b4aee40c508 src/core/nginx.c --- a/src/core/nginx.c Tue Oct 06 08:57:09

Re: [PATCH] Variables: added $tcpinfo_retrans

2015-12-21 Thread David CARLIER
I think FreeBSD has __tcpi_retrans but not "typedef" it though ... On 21 December 2015 at 13:26, Maxim Dounin wrote: > Hello! > > On Mon, Dec 21, 2015 at 03:22:37PM +0300, Valentin V. Bartenev wrote: > >> On Saturday 19 December 2015 03:43:28 Alexey Ivanov wrote: > > [...] > >> > @@ -1053,6 +1056

Re: [PATCH] Variables: added $tcpinfo_retrans

2015-12-21 Thread David CARLIER
On 21 December 2015 at 13:57, Maxim Dounin wrote: > Hello! > > On Mon, Dec 21, 2015 at 01:41:03PM +0000, David CARLIER wrote: > >> I think FreeBSD has __tcpi_retrans but not "typedef" it though ... > > It's just a placeholder for ABI compatibility, it&

upstream module / need to check pipe field

2015-12-21 Thread David CARLIER
Hi, I was wondering if it might be better to check if pipe field before attempting to clear the temp file ? Anyway it is checked as well line 4015 and below ... in this case u->pipe checks is sufficient u->pipe->temp_file is checked inside ngx_http_file_cache_free function. Hope it helps. Regard

[PATCH] ngx_thread_id openbsd specific

2018-07-21 Thread David CARLIER
Hi, Here a patch proposal to use specific getthrid function instead of the generic pthread_self. Thanks. Kind regards. patch-ngx_thread_id.diff Description: Binary data ___ nginx-devel mailing list nginx-devel@nginx.org http://mailman.nginx.org/mailm

[PATCH] nginx : shmem tagging anonymous pages on macOS

2019-08-22 Thread David CARLIER
Hi, Here a little change proposal to be able to monitor pages via vmmap command line. Hope it is good enough. Kind regards. ngx-darwin.diff Description: Binary data ___ nginx-devel mailing list nginx-devel@nginx.org http://mailman.nginx.org/mailman/l

[PATCH] Core: monitoring anonymous map on Darwin platform

2019-08-22 Thread David Carlier
# HG changeset patch # User David Carlier # Date 1566493379 -3600 # Thu Aug 22 18:02:59 2019 +0100 # Node ID adc68231e590554860b11ee851b293e46ba652db # Parent 9f1f9d6e056a4f85907957ef263f78a426ae4f9c Core: monitoring anonymous map on Darwin platform. Allows to highligh those pages from

Re: [PATCH] Core: monitoring anonymous map on Darwin platform

2019-09-04 Thread David CARLIER
Well it highlight them a little bit more, easier to parse, easier to identify in case with plethora of third party modules. Regards. On Wed, 4 Sep 2019 at 16:01, Maxim Dounin wrote: > > Hello! > > On Fri, Aug 23, 2019 at 06:00:29AM +0100, David Carlier wrote: > > >

[PATCH]: Improve Haiku build

2021-09-23 Thread David CARLIER
Hi dear list, here a patch proposal for the haiku os. Kind regards. changeset: 7930:96ffec978b80 tag: improve_haiku_support_disable_unsupported_code_paths_adding_specific_build_ tag: qbase tag: qtip tag: tip user:David Carlier date:Thu Sep 23 18

[PATCH] workers process making them traceable on FreeBSD 11.x and above

2022-01-20 Thread David CARLIER
>From 7f3194c36a9788d9b98630773ab907adb110cf6f Mon Sep 17 00:00:00 2001 From: David CARLIER Date: Thu, 20 Jan 2022 20:56:49 + Subject: [PATCH] process worker, enabling process tracing and core dumping on FreeBSD 11.x and above using the procctl native API. Checking the version is enough

Re: [PATCH] workers process making them traceable on FreeBSD 11.x and above

2022-01-21 Thread David CARLIER
Hi and thanks for your review and time and understand your stance. On Fri, 21 Jan 2022 at 16:20, Sergey Kandaurov wrote: > > > > On 21 Jan 2022, at 00:06, David CARLIER wrote: > > > > From 7f3194c36a9788d9b98630773ab907adb110cf6f Mon Sep 17 00:00:00 2001 > > From