summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* On 'thread-name' branch: Merge changes from trunk.thread-nameivan2022-06-298-111/+134
* On 'thread-name' branch: Check pthread_setname_np()/pthread_getname_np()ivan2022-06-291-0/+8
* crude check for pthread_setname_npcovener2022-06-282-0/+25
* On 'thread-name' branch: Add apr_thread_name_get() and apr_thread_name_set()ivan2022-06-278-0/+223
* Branch to added API to get/set thread name. See issue PR 60587.ivan2022-06-270-0/+0
* Run GitHub Action CI for commits to all branches.ivan2022-06-273-3/+3
* .editorconfig: Use indent_size = 2 for CMakeLists.txt.ivan2022-06-271-0/+3
* .editorconfig: Use spaces for all files.ivan2022-06-271-0/+3
* Add empty .editorconfig.ivan2022-06-271-0/+1
* testencode: Follow up to r1902281: Inline, no calling convention assumptions.ylavic2022-06-271-54/+64
* testencode: Follow up to r1902281: Correct call convention for encdec_fn (try...ylavic2022-06-271-1/+5
* testencode: Follow up to r1902281: Correct call convention for encdec_fn.ylavic2022-06-271-1/+1
* tests: Configure VC runtime to write errors to stderr instead of displayingivan2022-06-271-0/+17
* testencode: Follow up to r1902281: error tests for apr_decode_base16_binary.ylavic2022-06-271-2/+28
* encoding: Better check inputs of apr_{encode,decode}_* functions.ylavic2022-06-275-806/+1184
* win32: Fix potential race condition in apr_thread_create.ivan2022-06-272-1/+5
* test/testshm: Fix synchronization of msgput/msgwait IPC functions.ylavic2022-06-264-62/+65
* atomic: Detect 32bit and 64bit atomic builtins separately.ylavic2022-06-263-9/+105
* time: Don't apr_sleep() less than the requested time on OS2/Netware.ylavic2022-06-261-2/+2
* atomic: Follow up r1902257: No cast for InterlockedCompareExchangePointer().ylavic2022-06-261-9/+5
* poll: Follow up to r1902236: Fix poll() sleeps cases.ylavic2022-06-263-10/+18
* atomic: Avoid casts and/or use correct ones.ylavic2022-06-263-12/+12
* poll: Round up milliseconds timeouts.ylavic2022-06-246-19/+19
* atomic: Fix -Wincompatible-pointer-types-discards-qualifiersylavic2022-06-241-1/+1
* ci: Set native eol-style on github yamls.ylavic2022-06-242-101/+101
* apr_json_decode: Return APR_ENOSPC if a decoded array is above INT_MAX.ylavic2022-06-231-1/+4
* apr_base64: Make sure encoding/decoding lengths fit in an int >= 0.ylavic2022-06-231-18/+28
* tests: Fix numeric types warnings.ylavic2022-06-235-9/+12
* testatomic: Follow up to r1902199: More numeric types assertions.ylavic2022-06-231-2/+2
* testatomic: Use new numeric types assertions from r1902191 to avoid warnings.ylavic2022-06-231-46/+46
* apr_thread: Fix pointer to int conversion warning.ylavic2022-06-231-1/+1
* proc: Fix different 'const' qualifiers warning.ylavic2022-06-231-3/+3
* apr_json_decode: apr_array_header_t uses ints.ylavic2022-06-231-2/+2
* crypto/blowfish: Fix wrnings for ints used as size_t.ylavic2022-06-232-13/+15
* apr_brigade: Fix conversion from 'apr_off_t' to 'size_t', possible loss of data.ylavic2022-06-231-2/+2
* apr_pools: Fix signed/unsigned mismatch waning.ylavic2022-06-231-2/+2
* test/abts: Follow up to r1902191: Fix IMPL_abts_T_nequal.ylavic2022-06-231-1/+1
* test/abts: More numeric types to compare/assert.ylavic2022-06-232-45/+78
* debug for CIcovener2022-06-231-4/+4
* test/testmutexscope: Fix -Wvoid-pointer-to-enum-castylavic2022-06-231-2/+2
* test/testlock: Fix -Werror=return-typeylavic2022-06-231-0/+2
* test/testfile.c: apr_file_datasync() fails with ENOTSUP for streams on macos.ylavic2022-06-231-0/+4
* poll: kqueue: Fix -Wincompatible-pointer-types-discards-qualifiersylavic2022-06-221-2/+2
* set -lxml2 in non xml2-config casecovener2022-06-221-0/+2
* testfile: try to determine how apr_file_datasync() fails for streams on macos.ylavic2022-06-221-1/+3
* Trigger ci.ylavic2022-06-221-1/+1
* time: Don't apr_sleep() less than the requested time on WIN32.ylavic2022-06-221-1/+1
* * .github/workflows/linux.yml: Do not run Linux workflow for pull requestsivan2022-06-221-1/+1
* Configure GitHub Actions macOS CI.ivan2022-06-221-0/+32
* Fix compiler warning.ivan2022-06-211-2/+2