1
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 20 hours ago. based on code collected about 20 hours ago.
Aug 17, 2024 — Aug 17, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
apr_ldap: Make the sasl callback disappear when OpenLDAP is not used. More... 12 months ago
apr_ldap: The unix domain socket test syntax consists of just the socket. More... 12 months ago
apr_ldap: Add the ability to get and set APR_LDAP_OPT_DEBUG_LEVEL where supported by the SDK. More... about 1 year ago
Allow the apu_err_t parameter to be optional. More... about 1 year ago
Should apr_ldap_option_get fail, print the reason why. The reason most likely relates to an inability to load the ldap module. More... about 1 year ago
* shmem/unix/shm.c (apr_shm_perms_set): Omit the POSIX shm implementation on MacOS (falling through to ENOTIMPL instead), since it is either failing or hanging in testing. More... about 1 year ago
CI: Use a 15 minute timeout on MacOS jobs, still hanging after r1919728. More... about 1 year ago
* test/testshm.c (test_named_perms): Skip on Mac OS X, hangs in CI and fails manually, see dev@apr msgid <[email protected]>. More... about 1 year ago
Disable forever-failing Windows jobs and try to fix MacOS. More... about 1 year ago
* test/testshm.c (test_named_perms): Add test case. More... about 1 year ago
* crypto/apr_crypto_openssl.c: Only include <openssl/engine.h> if it's being used. More... about 1 year ago
CMake: Use #cmakedefine01 in include/apr.hwc. More... about 1 year ago
apr_table: Use APR_TABLE_POOL_DEBUG rather than general APR_POOL_DEBUG More... about 1 year ago
Revert r1918258. More... about 1 year ago
For thread-debug builds, use error-checking mutexes for proc_mutex_pthread: More... about 1 year ago
* file_io/unix/pipe.c (file_pipe_create): Use pipe2(,O_NONBLOCK) by default unless APR_FULL_BLOCK was used; unconditionally set the blocking state later. Saves two syscalls per invocation for both APR_READ_BLOCK and APR_WRITE_BLOCK, no [intended] functional change. More... about 1 year ago
* locks/unix/global_mutex.c (apr_global_mutex_child_init, apr_global_mutex_perms_set): Simplify code, no functional change. More... about 1 year ago
* build/vcpkg/apr-2/portfile.cmake: Remove code to support FEATURE_MINIMAL_BUILD. More... about 1 year ago
CMake: Follow-up to r1918043: Use CACHE STRING instead of CACHE PATH for APR_INSTALL_*_DIR options. More... about 1 year ago
CMake: Add APR_INSTALL_BIN_DIR, APR_INSTALL_LIB_DIR, APR_INSTALL_INCLUDE_DIR options to configure binary, library and include sub-directories. More... about 1 year ago
* README.cmake: Document APU_HAVE_SQLITE3 option. More... about 1 year ago
* README.cmake: Document APR_MODULAR_DSO option. More... about 1 year ago
win32: Use SRW Lock instead of CRITICAL_SECTION: - The are the same in terms of performance. - The SRW Lock can be statically initialized and does not need to be freed. More... about 1 year ago
CMake: Add minimal support for pool debugging. More... about 1 year ago
apr.h: __attribute__ and __has_attribute exist for !__GNUC__ compilers. PR 69009. More... over 1 year ago
Revert r1917741:1917742. More... over 1 year ago
apr.h: Follow up to r1917741: Adapt comment. More... over 1 year ago
apr.h: __attribute__ and __has_attribute exist for !__GNUC__ compilers. PR 69009. More... over 1 year ago
* build/vcpkg/apr-2/vcpkg.json: Add platform: windows for vcpkg-cmake-config dependency. More... over 1 year ago
* build/vcpkg/apr-2/vcpkg.json: Add license information. More... over 1 year ago