- 6f47453 apr_ldap: Reset apr_ldap_bind_interact_t each time in case the by Graham Leggett · 2 weeks ago trunk
- 2ce7b53 Follow-up to r1926628. by Ivan Zhakov · 4 weeks ago
- c3ba9e5 * .github/workflows/windows.yml: Save VS DevEnv environment to GITHUB_ENV to by Ivan Zhakov · 4 weeks ago
- a46a586 The apu_dso_load() function accepts a NULL dlhandleptr. Avoid by Graham Leggett · 4 weeks ago
- 204e6a2 * .github/workflows/linux.yml: Try the different syntax for GHA. by Ivan Zhakov · 5 weeks ago
- 3c96131 * .github/workflows/linux.yml: Try the different syntax for GHA. by Ivan Zhakov · 5 weeks ago
- 6ec0951 * .github/workflows/linux.yml: Add Ubuntu arm builder by Ivan Zhakov · 5 weeks ago
- 256f2d5 Revert r1926399 and 1926400. by Ivan Zhakov · 5 weeks ago
- ac07401 Follow-up to r1926399: Check for correct status variable in tests. by Ivan Zhakov · 5 weeks ago
- 2671a40 * test/testshm.c: Close (deatch) shared memory object after delete, because by Ivan Zhakov · 5 weeks ago
- bddaf33 * .github/workflows/windows.yml: Add Windows arm64 job. by Ivan Zhakov · 5 weeks ago
- 5a6d517 apr_strings: Provide timing safe memory and string comparison functions. by Yann Ylavic · 6 weeks ago
- 8485009 * test/testcrypto.c: Do not use return for void functions. by Ivan Zhakov · 9 weeks ago
- 47e2e8c vcpkg: Add LDAP feature. by Ivan Zhakov · 9 weeks ago
- 6f09e96 * buckets/apr_brigade.c (apr_brigade_split_line): Factor-out local variable. by Ivan Zhakov · 9 weeks ago
- 5679b67 * network_io/win32/socket_pipe.c: by Ivan Zhakov · 9 weeks ago
- 8b55cc2 test/testbuckets.c: Use ABTS_SIZE_EQUAL() instead of ABTS_INT_EQUAL() to by Ivan Zhakov · 9 weeks ago
- a285229 Follow-up to r1924755: Include <WinBer.h> on Windows. by Ivan Zhakov · 9 weeks ago
- 23f7570 CMakeLists.txt: Use MODULE instead of SHARED for DSO modules. by Ivan Zhakov · 9 weeks ago
- 760271b apr_ldap: Fix leak while walking attributes. by Graham Leggett · 4 months ago
- 40db9d0 CMakeLists.txt: Define APU_HAVE_CRYPTO_PRNG when APU_HAVE_CRYPTO is enabled by Ivan Zhakov · 4 months ago
- 3b921c4 CMakeLists.txt: Define APU_HAVE_OPENSSL when APU_HAVE_CRYPTO is enabled and by Ivan Zhakov · 4 months ago
- 56d1136 Add %pg printf format string converter to print a pool tag: by Joe Orton · 4 months ago
- 53044c5 Fix documented call to apr_strerror(). by Graham Leggett · 4 months ago
- b598674 Fix a stale link to subversion.apache.org. by Graham Leggett · 4 months ago
- 50a5167 apr_ldap: Remove second attempt to typedef apr_ldap_t. by Graham Leggett · 4 months ago
- b53828a apr_ldap: Add support for z/OS. by Graham Leggett · 4 months ago
- 223c538 apr_ldap: Avoid throwing out the error when setting APR_LDAP_OPT_URI. by Graham Leggett · 4 months ago
- d4219eb apr_ldap: Fix the switching on and off of LDAP_OPT_SSL in the by Graham Leggett · 4 months ago
- 6979d2f apr_crypto_openssl: Fix response code for openssl3.5+ by Graham Leggett · 4 months ago
- 17b347a testcrypto: Remove unused lines from test_crypto_block_openssl_nss_pad() by Graham Leggett · 4 months ago
- df989a5 testcrypto: Remove unused lines. by Graham Leggett · 4 months ago
- 6f65d7e testldap: If the DSO did not load, skip the test. by Graham Leggett · 4 months ago
- 56337c3 apr_ldap: Make sure APR_EINIT returned when the DSO is already loaded by Graham Leggett · 4 months ago
- f05a3bc testcrypto: Modern NSS has disabled various algorithms, remove them by Graham Leggett · 4 months ago
- fefeef1 RPM spec file: modernise build for APR v2.0. by Graham Leggett · 4 months ago
- f7d8cbe apr_crypto_openssl: Add provider support on OpenSSL3+. by Graham Leggett · 4 months ago
- 5d93f08 apr_crypto_openssl: ERR_free_strings and ERR_load_crypto_strings are gone. by Graham Leggett · 4 months ago
- a9003ea apr_crypto_openssl: Remove remaining ENGINE references on openssl3+ by Graham Leggett · 4 months ago
- c682cfd testdbm: Skip the test if the DSO could not be loaded. by Graham Leggett · 4 months ago
- 88a0637 testmemcache: Skip test if memcachedmock was not built. by Graham Leggett · 4 months ago
- 3032f61 testmmap: Log apr_file_open() filename on failure by Graham Leggett · 4 months ago
- 1850511 testmmap: Log the human readable error on test failure. by Graham Leggett · 4 months ago
- c4b0627 apr_ldap: Add write capability to the LDAP API. Support for by Graham Leggett · 4 months ago
- d6bb3f9 Note long-standing build breakage by Rainer Jung · 6 months ago
- 9397564 Update config.guess and config.sub from by Rainer Jung · 7 months ago
- 9645374 Happy New Year 2025 by Rainer Jung · 7 months ago
- d131b4e Follow-up to r1920854: Compile test_proc_args_winbatch() only on Windows. by Ivan Zhakov · 10 months ago
- 4283c6a Follow-up to r1921029: by Ivan Zhakov · 10 months ago
- db167c9 .github/workflows/windows-vcpkg.yml: Test dbd-postgresql in build. by Ivan Zhakov · 10 months ago
- d799a54 vcpkg: Add dbd-postgresql feature. by Ivan Zhakov · 10 months ago
- 8afd358 CMake: Use lowercase for CMake commands (if, set ...): by Ivan Zhakov · 10 months ago
- 417cafb .github/workflows/windows.yml: Update to use APR_XML_BACKEND configuration by Ivan Zhakov · 10 months ago
- 691f4c1 CMake: Replace APU_USE_EXPAT, APU_USE_LIBXML2, APU_USE_XMLLITE configuration by Ivan Zhakov · 10 months ago
- eccf65f apr_proc_create(): Check that progname argument is quoted correctly if by Ivan Zhakov · 10 months ago
- 16d7aaf Add basic tests for apr_proc_create() for Windows batch files. by Ivan Zhakov · 10 months ago
- 27b0370 test_proc_args: Print arguments separated with newlines. by Ivan Zhakov · 10 months ago
- d8c5b53 CMake: Use imported targets for Iconv library. by Ivan Zhakov · 10 months ago
- d148082 CMake: Use #cmakedefine01 for APU_USE_EXPAT, APU_USE_LIBXML2 and APU_USE_XMLLITE. by Ivan Zhakov · 10 months ago
- 0ae68f0 CMake: Use imported targets for XML libraries (expat, LibXml2, XmlLite) by Ivan Zhakov · 10 months ago
- e475f78 * README.cmake: Update to current state. by Ivan Zhakov · 10 months ago
- e27a439 .github/workflows/windows.yml: Build PostgreSQL driver in 'All' configuration. by Ivan Zhakov · 10 months ago
- 6d2eeae CMake: Add support to build PostgreSQL DBD driver. by Ivan Zhakov · 10 months ago
- 857c13e CMake: Search only for packages needed for enabled features. by Ivan Zhakov · 10 months ago
- f5cb461 CMake: Require CMake 3.5 or later. by Ivan Zhakov · 10 months ago
- eb0a80b CMake: Factor-out macro ADD_APR_MODULE() to define APR DSO module library. by Ivan Zhakov · 10 months ago
- dc390de .github/workflows/windows.yml: Follow-up to r1920690: Fix syntax error. by Ivan Zhakov · 10 months ago
- 349edac .github/workflows/windows.yml: Run 'Install dependencies' step only if matrix.packages by Ivan Zhakov · 10 months ago
- b22ff08 CMake: Use CMake imported targets for OpenSSL and SQLite3. Similar to r1920657 by Ivan Zhakov · 10 months ago
- 865b0dc .github/workflows/windows.yml: Build all features in static job. by Ivan Zhakov · 10 months ago
- 59fd253 .github/workflows/windows.yml: Add job to build with expat. by Ivan Zhakov · 10 months ago
- 4808455 .github/workflows/windows.yml: Remove -A argument because Ninja generator by Ivan Zhakov · 10 months ago
- 6f7e172 .github/workflows/windows.yml: Use Ninja generator. by Ivan Zhakov · 10 months ago
- 006149d PR69298: "attribute "format" is unknown, ignored" by Eric Covener · 10 months ago
- dfab1b5 .github/workflows/windows.yml: Install dependencies. by Ivan Zhakov · 10 months ago
- 70329cf .github/workflows/windows.yml: Follow-up to r1920677: Specify toolset parameter by Ivan Zhakov · 10 months ago
- cc32a24 .github/workflows/windows.yml: Explicitly list interested configurations. by Ivan Zhakov · 10 months ago
- d5d705a CMake: Remove /exports link flag for modules, because modules use by Ivan Zhakov · 11 months ago
- 6c10d5a * build/vcpkg/apr-2/portfile.cmake: handle dbd-odbc option correctly. by Ivan Zhakov · 11 months ago
- ab25010 Add CMakeSettings.json to svn:ignore. by Ivan Zhakov · 11 months ago
- 3cd6bf2 Remove CMakePresets.json. by Ivan Zhakov · 11 months ago
- 95677c8 Merge 'cmake-native-type' branch: Use BUILD_SHARED_LIBS in CMake to specify the by Ivan Zhakov · 11 months ago
- 0004bfa On the 'cmake-native-type' branch: CMake: Globally set APR_HAVE_MODULAR_DSO by Ivan Zhakov · 11 months ago cmake-native-type
- f7b670e On the 'cmake-native-type' branch: Merge changes from trunk. by Ivan Zhakov · 11 months ago
- d384777 CMake: Fix installation PDB files with multi-config generators. by Ivan Zhakov · 11 months ago
- 15288d8 CMake: Fix installation of modules with multi-config generators. by Ivan Zhakov · 11 months ago
- d118eb5 On the 'cmake-native-type' branch: CMake: Automatically set APR_MODULAR_DSO=OFF by Ivan Zhakov · 11 months ago
- 94a1ba8 On the 'cmake-native-type' branch: Update GitHub Actions job name. by Ivan Zhakov · 11 months ago
- 2e1ad9d On the 'cmake-native-type' branch: CMake: Use BUILD_SHARED_LIBS instead of by Ivan Zhakov · 11 months ago
- 48da790 Create new branch 'cmake-native-type' for using BUILD_SHARED_LIBS in CMake to by Ivan Zhakov · 11 months ago
- 709c187 CMake: Install include/apr_ldap.h. by Ivan Zhakov · 11 months ago
- 363fd30 CMake: Install include/apr_jose.h and include/apr_json.h. by Ivan Zhakov · 11 months ago
- 63862f6 CMake: Install include/apr_encode.h. by Ivan Zhakov · 11 months ago
- 535342d .github/workflows/windows.yml: Test cmake --install. by Ivan Zhakov · 11 months ago
- 7926f3b .editorconfig: Configure guidelines to 78 characters. by Ivan Zhakov · 11 months ago
- f1886c4 apr_buffer: Advance buffer during apr_buffer_pstrncat(). by Graham Leggett · 11 months ago
- 0b10ac3 apr_ldap: Explicitly detect the case where OpenLDAP has been by Graham Leggett · 11 months ago
- df96b37 apr_ldap: Use locale independent apr_cstr_casecmpn() for comparison. by Graham Leggett · 11 months ago
- 9292e19 apr_ldap: Add support for RFC4522 binary encoding option. by Graham Leggett · 11 months ago
- 44a73a5 testmmap: Avoid a crash after test_file_open() fails. by Graham Leggett · 11 months ago