summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix crosscompiling detection in apr-1-configrpluem2023-03-102-7/+34
* * Add changes entry for r1907566 [skip ci]rpluem2023-03-071-0/+3
* configure: atomic builtins might be implemented for i586 and i686.ylavic2023-03-021-5/+12
* Revert r1907986.ylavic2023-03-023-18/+8
* configure: atomic builtins might be implemented for i586 and i686.ylavic2023-03-023-8/+18
* atomic: test 4-bytes aligned and/or cross-cacheline atomics (on 32bit systems).ylavic2023-03-021-19/+33
* The 'flags' field in apr_pollset_private_t looks unused.jailletc362023-02-191-1/+0
* Re-order the fields of 'struct apr_finfo_t' to avoid a hole and some padding.jailletc362023-02-191-2/+2
* duplicate linecovener2023-02-171-1/+0
* atomic64: Generic apr_atomic_read64() to always use a lock.ylavic2023-02-151-12/+0
* testatomic: initialize in the test the globals used by it.ylavic2023-02-151-0/+3
* configure: Test apr_uint64_t alignment for 64bit atomic builtins usability.ylavic2023-02-141-25/+43
* atomic: No raw 64bit load/store on 32bit systems or anything but x86_64 or s3...ylavic2023-02-142-8/+10
* Re-order the fields of 'struct apr_bucket_file' to avoid a hole and some padd...jailletc362023-02-141-5/+5
* * Since r1901037 Posix shared mem is prefered over SysV shared mem.rpluem2023-02-101-0/+7
* apr_atomic: Generic apr_atomic_read64() needs a mutex on 32bit systems (teari...ylavic2023-02-091-0/+19
* CHANGES: Fix typo.ivan2023-02-061-1/+1
* Call apr__atomic_generic64_init() if neededsf2023-02-051-0/+4
* Try to use 64 bit __atomic builtins only when they are available.sf2023-02-051-8/+8
* Disable Travis since ASF support/sponsorship is ending. [skip ci]jorton2023-02-031-87/+0
* * memcache/apr_memcache.c (conn_connect): Allow use of IPv6jorton2023-02-031-4/+4
* * shmem/unix/shm.c (apr_shm_open):jorton2023-01-231-14/+11
* * configure.in: Fix variable-length-array detection for recent gccjorton2023-01-231-1/+2
* Improve comment.ivan2023-01-231-2/+2
* Merge thread-name branch (PR 60587) [1]:ivan2023-01-2110-0/+256
* Follow-up to r1906885.ivan2023-01-211-12/+14
* Simplify code.ivan2023-01-211-3/+3
* Use sizeof(apr_wchar_t) instead of magic 2.ivan2023-01-211-1/+1
* Fix potential handle leak when apr_proc_create() is used from from multipleivan2023-01-212-9/+18
* .github/workflows: Enable CI builds for tags.ivan2023-01-213-0/+3
* apr_proc_create(): Fix incorrect error handling when pipes are redirectedivan2023-01-212-6/+22
* force USE_SHMEM_SHMGET on AIXcovener2023-01-191-0/+4
* bump copyright for 2023covener2023-01-192-2/+2
* Further strict C99 configure fix:jorton2023-01-171-1/+1
* testdbd is failing on MacOS, don't fail the job for this.jorton2023-01-111-1/+1
* Fix further strict C99 compliance issue. (fixes #37)jorton2023-01-114-5/+28
* Fix configure for compilers which don't accept implicitjorton2023-01-033-4/+4
* By default use XmlLite on Windows.ivan2022-11-241-13/+3
* * CMakeLists.txt: Make CMAKE_MINIMUM_REQUIRED the first directive asivan2022-11-231-2/+4
* CMakeLists.txt: Enable support for MSVC runtime library selection byivan2022-11-201-0/+6
* .editorconfig: Configure C codestyle.ivan2022-11-201-0/+7
* Remove trailing whitespaces in *.c.ivan2022-11-20235-2111/+2111
* * .editorconfig: Configure trim_trailing_whitespace = true for all files.ivan2022-11-191-0/+1
* Remove trailing whitespaces in all *.h.ivan2022-11-1980-816/+816
* * .editorconfig: Configure insert_final_newline = true for all files.ivan2022-11-191-0/+1
* * poll/unix/wakeup.c: Add final newline.ivan2022-11-191-1/+1
* Remove a useless variable that is shadowing another already existing one.jailletc362022-11-181-1/+0
* Revert r1904726: EXTRA_LIBS takes care of -lcrypt already in trunk.ylavic2022-10-201-2/+1
* Following up on r1904715, rework the check to properly handle ankotkov2022-10-201-7/+2
* configure: Link to libcrypt (when available) for apr_password_validate.ylavic2022-10-201-1/+2