Re: PCRE2 support?

2019-01-24 Thread Maxim Dounin
Hello! On Thu, Jan 24, 2019 at 10:47:48AM -0800, PGNet Dev wrote: > > Well, this depends on your point of view. If a project which > > actually developed the library fails to introduce support to the > > new version of the library - for an external observer this > > suggests that there is someth

[nginx] Win32: detection of connect() errors in select().

2019-01-24 Thread Maxim Dounin
details: https://hg.nginx.org/nginx/rev/9234e8d61aa0 branches: changeset: 7446:9234e8d61aa0 user: Maxim Dounin date: Thu Jan 24 22:00:44 2019 +0300 description: Win32: detection of connect() errors in select(). On Windows, connect() errors are only reported via exceptfds descriptor

[nginx] Win32: properly enabled select on Windows.

2019-01-24 Thread Maxim Dounin
details: https://hg.nginx.org/nginx/rev/f3ff79ae31d9 branches: changeset: 7443:f3ff79ae31d9 user: Maxim Dounin date: Thu Jan 24 21:51:00 2019 +0300 description: Win32: properly enabled select on Windows. Previously, select was compiled in by default, but the NGX_HAVE_SELECT macro wa

[nginx] Win32: enabled both select and poll on Windows by default.

2019-01-24 Thread Maxim Dounin
details: https://hg.nginx.org/nginx/rev/c9235164bbf1 branches: changeset: 7445:c9235164bbf1 user: Maxim Dounin date: Thu Jan 24 22:00:13 2019 +0300 description: Win32: enabled both select and poll on Windows by default. Since we now have both select and poll on Windows, it is enough

[nginx] Win32: added WSAPoll() support.

2019-01-24 Thread Maxim Dounin
details: https://hg.nginx.org/nginx/rev/4089b3d2cb59 branches: changeset: 7444:4089b3d2cb59 user: Maxim Dounin date: Thu Jan 24 21:51:21 2019 +0300 description: Win32: added WSAPoll() support. WSAPoll() is only available with Windows Vista and newer (and only available during compil

[nginx] Events: fixed copying of old events in poll init.

2019-01-24 Thread Maxim Dounin
details: https://hg.nginx.org/nginx/rev/e0e636ab10be branches: changeset: 7442:e0e636ab10be user: Maxim Dounin date: Thu Jan 24 21:50:37 2019 +0300 description: Events: fixed copying of old events in poll init. Previously, the code incorrectly assumed "ngx_event_t *" elements instea

Re: PCRE2 support?

2019-01-24 Thread PGNet Dev
Well, this depends on your point of view. If a project which actually developed the library fails to introduce support to the new version of the library - for an external observer this suggests that there is something wrong with the new version. FUD 'suggestions' simply aren't needed. The Exim

Re: PCRE2 support?

2019-01-24 Thread Maxim Dounin
Hello! On Thu, Jan 24, 2019 at 10:23:01AM -0500, Thomas Ward wrote: > It's been several more months, but now I need to ask what distributions > you are 'supporting' here, Maxim and nginx team. > > PCRE2 is in Debian, Ubuntu, CentOS, Fedora, and others.  That covers a > large portion of the major

Re: PCRE2 support?

2019-01-24 Thread Thomas Ward
It's been several more months, but now I need to ask what distributions you are 'supporting' here, Maxim and nginx team. PCRE2 is in Debian, Ubuntu, CentOS, Fedora, and others.  That covers a large portion of the major distributions at play. This has once again popped on my radar in Ubuntu as we

Re: aio/unix: Use signal.sival which is standard

2019-01-24 Thread Maxim Dounin
Hello! On Thu, Jan 24, 2019 at 10:07:57AM +0800, Sepherosa Ziehau wrote: > On Tue, Jan 22, 2019 at 10:54 PM Maxim Dounin wrote: > > This needs to be extended with some background information - > > notably why it used to be sigval_ptr, and why to switch to > > sival_ptr. > > I am not sure why it