1
I Use This!
Moderate Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
May 15, 2024 — May 15, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Add CMakeSettings.json to svn:ignore. More... 9 months ago
Remove CMakePresets.json. More... 9 months ago
Merge 'cmake-native-type' branch: Use BUILD_SHARED_LIBS in CMake to specify the build type of the libraries instead of APR_BUILD_SHARED and APR_BUILD_STATIC options. More... 9 months ago
On the 'cmake-native-type' branch: CMake: Globally set APR_HAVE_MODULAR_DSO for all targets. More... 9 months ago
On the 'cmake-native-type' branch: Merge changes from trunk. More... 9 months ago
CMake: Fix installation PDB files with multi-config generators. More... 9 months ago
CMake: Fix installation of modules with multi-config generators. More... 9 months ago
On the 'cmake-native-type' branch: CMake: Automatically set APR_MODULAR_DSO=OFF if BUILD_SHARED_LIBS=OFF. More... 9 months ago
On the 'cmake-native-type' branch: Update GitHub Actions job name. More... 9 months ago
On the 'cmake-native-type' branch: CMake: Use BUILD_SHARED_LIBS instead of APR_BUILD_SHARED/APR_BUILD_STATIC to specify build type. More... 9 months ago
Create new branch 'cmake-native-type' for using BUILD_SHARED_LIBS in CMake to specify the build type of the libraries instead of APR_BUILD_SHARED and APR_BUILD_STATIC options. More... 9 months ago
CMake: Install include/apr_ldap.h. More... 9 months ago
CMake: Install include/apr_jose.h and include/apr_json.h. More... 9 months ago
CMake: Install include/apr_encode.h. More... 9 months ago
.github/workflows/windows.yml: Test cmake --install. More... 9 months ago
.editorconfig: Configure guidelines to 78 characters. More... 9 months ago
apr_buffer: Advance buffer during apr_buffer_pstrncat(). More... 9 months ago
apr_ldap: Explicitly detect the case where OpenLDAP has been installed with SASL support, but the SASL headers are missing. More... 9 months ago
apr_ldap: Use locale independent apr_cstr_casecmpn() for comparison. More... 9 months ago
apr_ldap: Add support for RFC4522 binary encoding option. More... 9 months ago
testmmap: Avoid a crash after test_file_open() fails. More... 9 months ago
Win32: Remove timeout_ms member from apr_socket_t. More... 9 months ago
Use APR_TIMEUP for ETIMEDOUT too More... 9 months ago
use 0600 perms for named shared mem consistently More... 9 months ago
* test/testsock.c (test_get_addr): Fix test to portably switch the socket to non-blocking mode using apr_socket_timeout_set(). Also make the test SKIP for the case where the connect() completes synchronously. More... 9 months ago
Replicate r983618 in Win32 code. More... 9 months ago
Follow-up to r1920043: Fix typo. More... 9 months ago
Follow-up to r1917974: Remove trailing dot from CMake option description. More... 9 months ago
Follow-up to r1917194: Remove trailing dot from CMake option description. More... 9 months ago
Follow-up to r1903912: Remove trailing dot from CMake option description. More... 9 months ago