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.
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
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
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
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.
*
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
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
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
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