Re: [PR] For thread-debug builds, use error-checking mutexes [apr]

2024-06-11 Thread via GitHub
asfgit closed pull request #57: For thread-debug builds, use error-checking mutexes URL: https://github.com/apache/apr/pull/57 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment.

Re: [PR] apr_file_pipe_create() - save more syscalls with pipe2() [apr]

2024-06-11 Thread via GitHub
asfgit closed pull request #56: apr_file_pipe_create() - save more syscalls with pipe2() URL: https://github.com/apache/apr/pull/56 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comme

Re: [PR] apr_file_pipe_create() - save more syscalls with pipe2() [apr]

2024-06-11 Thread via GitHub
notroj commented on PR #56: URL: https://github.com/apache/apr/pull/56#issuecomment-2161122435 Err, no it wasn't. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubsc

Re: svn commit: r1917094 [1/3] - in /apr/apr/trunk: ./ build/ docs/ include/ include/private/ ldap/ misc/unix/ test/

2024-06-11 Thread Ruediger Pluem
On 4/18/24 9:32 AM, minf...@apache.org wrote: > Author: minfrin > Date: Thu Apr 18 07:32:13 2024 > New Revision: 1917094 > > URL: http://svn.apache.org/viewvc?rev=1917094&view=rev > Log: > apr_ldap: Add the new APR LDAP API. > > - Async API, can be used safely in event driven code. > - Request

[PR] For thread-debug builds, use error-checking mutexes [apr]

2024-06-11 Thread via GitHub
notroj opened a new pull request, #57: URL: https://github.com/apache/apr/pull/57 ``` For thread-debug builds, use error-checking mutexes for proc_mutex_pthread: * locks/unix/proc_mutex.c (proc_mutex_pthread_create): [APR_THREAD_PROC]: Set the mutex type to ERRORCHECK. *

Re: [PR] apr_file_pipe_create() - save more syscalls with pipe2() [apr]

2024-06-11 Thread via GitHub
notroj commented on PR #56: URL: https://github.com/apache/apr/pull/56#issuecomment-2160741827 Merged in 639ad0b4a40a660707549284764cd301aac310d9 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to t

Re: [PR] apr_file_pipe_create() - save more syscalls with pipe2() [apr]

2024-06-11 Thread via GitHub
notroj closed pull request #56: apr_file_pipe_create() - save more syscalls with pipe2() URL: https://github.com/apache/apr/pull/56 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comme

Re: Building on win32

2024-06-11 Thread Ivan Zhakov
On Tue, 11 Jun 2024 at 09:37, Ivan Zhakov wrote: > On Mon, 10 Jun 2024 at 21:58, Daniel Sahlberg > wrote: > >> Den mån 10 juni 2024 kl 10:55 skrev Jun Omae : >> >>> Hi, >>> >>> On Mon, Jun 10, 2024 at 5:32 AM Daniel Sahlberg >> >> > [...] > > >> >> >>> >>> Of course, you can use cmake to build

Re: Building on win32

2024-06-11 Thread Ivan Zhakov
On Mon, 10 Jun 2024 at 21:58, Daniel Sahlberg wrote: > Den mån 10 juni 2024 kl 10:55 skrev Jun Omae : > >> Hi, >> >> On Mon, Jun 10, 2024 at 5:32 AM Daniel Sahlberg > > [...] > > >> >> Of course, you can use cmake to build apr on Windows. I use cmake to >> build apr, apr-util and httpd as depe