- 7142b62 Remove an echo left from debugging in r1928439 by Daniel Sahlberg · 9 days ago trunk
- 1d01e0e Update script to generate coverage report: by Daniel Sahlberg · 9 days ago
- c75d7ea * Correctly identify fe80::/10 networks instead of fe80::/16 by Ruediger Pluem · 3 weeks ago
- 1c433f9 * Only apply percent decoding/encoding for link-local addresses under prefix fe80::/10 by Ruediger Pluem · 4 weeks ago
- e93d30f * Only look for a scope id inside the IPv6 address not ouside which means beyond the closing ']' by Ruediger Pluem · 4 weeks ago
- 98dd489 * Add missing PR number by Ruediger Pluem · 4 weeks ago
- 6c60fd0 apr_pools: abort() if creating the pool mutex failed (APR_POOL_DEBUG mode). by Yann Ylavic · 5 weeks ago
- 55364ad apr_pools: Follow up to r1927658. by Yann Ylavic · 5 weeks ago
- 471de34 * The off by one was on the allocation, not on the write by Ruediger Pluem · 5 weeks ago
- 5d2ccf8 * Fix off by one error caught by UBsan CI build by Ruediger Pluem · 5 weeks ago
- 2176839 * Reorder by Ruediger Pluem · 5 weeks ago
- 267cf1f * Whitespace fixes by Ruediger Pluem · 5 weeks ago
- 8ddc303 Implement RFC6874 zone identifier encoding / decoding by Ruediger Pluem · 5 weeks ago
- 1fc7e36 * Fix comment by Ruediger Pluem · 5 weeks ago
- ed9cb1c * build/apr_common.m4 (APR_END_DECISION, APR_ENABLE_LAYOUT): by Joe Orton · 6 weeks ago
- 8f63e01 CI: Add some sanity tests for various apr_private.h definitions. by Joe Orton · 6 weeks ago
- 178ceb5 * build/apr_common.m4 (APR_TRY_COMPILE_NO_WARNING): Simplify by using by Joe Orton · 6 weeks ago
- 5fcd84f * build/apr_network.m4: In the gethostbyname_r/getservbyname_r checks, by Joe Orton · 6 weeks ago
- 043fa02 * configure.in: Fix cross-compilation detection when build_alias and by Joe Orton · 6 weeks ago
- 2fe65a7 * configure.in: Use consistent reporting of detected integer by Joe Orton · 6 weeks ago
- 1eea457 * configure.in: Use standard autoconf macro AC_C_VARARRAYS by Joe Orton · 6 weeks ago
- e1ea6f4 Fix some warnings from doxygen. by Daniel Sahlberg · 6 weeks ago
- 5514c1a Fix pool debugging. With lifetime or owner checks enabled, pools couldn't by Branko Čibej · 7 weeks ago
- 34686fa update IBM I platform detection by Eric Covener · 8 weeks ago
- 6f47453 apr_ldap: Reset apr_ldap_bind_interact_t each time in case the by Graham Leggett · 3 months ago
- 2ce7b53 Follow-up to r1926628. by Ivan Zhakov · 3 months ago
- c3ba9e5 * .github/workflows/windows.yml: Save VS DevEnv environment to GITHUB_ENV to by Ivan Zhakov · 3 months ago
- a46a586 The apu_dso_load() function accepts a NULL dlhandleptr. Avoid by Graham Leggett · 3 months ago
- 204e6a2 * .github/workflows/linux.yml: Try the different syntax for GHA. by Ivan Zhakov · 3 months ago
- 3c96131 * .github/workflows/linux.yml: Try the different syntax for GHA. by Ivan Zhakov · 3 months ago
- 6ec0951 * .github/workflows/linux.yml: Add Ubuntu arm builder by Ivan Zhakov · 3 months ago
- 256f2d5 Revert r1926399 and 1926400. by Ivan Zhakov · 3 months ago
- ac07401 Follow-up to r1926399: Check for correct status variable in tests. by Ivan Zhakov · 3 months ago
- 2671a40 * test/testshm.c: Close (deatch) shared memory object after delete, because by Ivan Zhakov · 3 months ago
- bddaf33 * .github/workflows/windows.yml: Add Windows arm64 job. by Ivan Zhakov · 3 months ago
- 5a6d517 apr_strings: Provide timing safe memory and string comparison functions. by Yann Ylavic · 4 months ago
- 8485009 * test/testcrypto.c: Do not use return for void functions. by Ivan Zhakov · 4 months ago
- 47e2e8c vcpkg: Add LDAP feature. by Ivan Zhakov · 4 months ago
- 6f09e96 * buckets/apr_brigade.c (apr_brigade_split_line): Factor-out local variable. by Ivan Zhakov · 4 months ago
- 5679b67 * network_io/win32/socket_pipe.c: by Ivan Zhakov · 4 months ago
- 8b55cc2 test/testbuckets.c: Use ABTS_SIZE_EQUAL() instead of ABTS_INT_EQUAL() to by Ivan Zhakov · 4 months ago
- a285229 Follow-up to r1924755: Include <WinBer.h> on Windows. by Ivan Zhakov · 4 months ago
- 23f7570 CMakeLists.txt: Use MODULE instead of SHARED for DSO modules. by Ivan Zhakov · 4 months ago
- 760271b apr_ldap: Fix leak while walking attributes. by Graham Leggett · 6 months ago
- 40db9d0 CMakeLists.txt: Define APU_HAVE_CRYPTO_PRNG when APU_HAVE_CRYPTO is enabled by Ivan Zhakov · 6 months ago
- 3b921c4 CMakeLists.txt: Define APU_HAVE_OPENSSL when APU_HAVE_CRYPTO is enabled and by Ivan Zhakov · 6 months ago
- 56d1136 Add %pg printf format string converter to print a pool tag: by Joe Orton · 6 months ago
- 53044c5 Fix documented call to apr_strerror(). by Graham Leggett · 6 months ago
- b598674 Fix a stale link to subversion.apache.org. by Graham Leggett · 6 months ago
- 50a5167 apr_ldap: Remove second attempt to typedef apr_ldap_t. by Graham Leggett · 6 months ago
- b53828a apr_ldap: Add support for z/OS. by Graham Leggett · 6 months ago
- 223c538 apr_ldap: Avoid throwing out the error when setting APR_LDAP_OPT_URI. by Graham Leggett · 6 months ago
- d4219eb apr_ldap: Fix the switching on and off of LDAP_OPT_SSL in the by Graham Leggett · 6 months ago
- 6979d2f apr_crypto_openssl: Fix response code for openssl3.5+ by Graham Leggett · 6 months ago
- 17b347a testcrypto: Remove unused lines from test_crypto_block_openssl_nss_pad() by Graham Leggett · 6 months ago
- df989a5 testcrypto: Remove unused lines. by Graham Leggett · 6 months ago
- 6f65d7e testldap: If the DSO did not load, skip the test. by Graham Leggett · 6 months ago
- 56337c3 apr_ldap: Make sure APR_EINIT returned when the DSO is already loaded by Graham Leggett · 6 months ago
- f05a3bc testcrypto: Modern NSS has disabled various algorithms, remove them by Graham Leggett · 6 months ago
- fefeef1 RPM spec file: modernise build for APR v2.0. by Graham Leggett · 6 months ago
- f7d8cbe apr_crypto_openssl: Add provider support on OpenSSL3+. by Graham Leggett · 6 months ago
- 5d93f08 apr_crypto_openssl: ERR_free_strings and ERR_load_crypto_strings are gone. by Graham Leggett · 6 months ago
- a9003ea apr_crypto_openssl: Remove remaining ENGINE references on openssl3+ by Graham Leggett · 6 months ago
- c682cfd testdbm: Skip the test if the DSO could not be loaded. by Graham Leggett · 6 months ago
- 88a0637 testmemcache: Skip test if memcachedmock was not built. by Graham Leggett · 6 months ago
- 3032f61 testmmap: Log apr_file_open() filename on failure by Graham Leggett · 6 months ago
- 1850511 testmmap: Log the human readable error on test failure. by Graham Leggett · 6 months ago
- c4b0627 apr_ldap: Add write capability to the LDAP API. Support for by Graham Leggett · 7 months ago
- d6bb3f9 Note long-standing build breakage by Rainer Jung · 8 months ago
- 9397564 Update config.guess and config.sub from by Rainer Jung · 9 months ago
- 9645374 Happy New Year 2025 by Rainer Jung · 9 months ago
- d131b4e Follow-up to r1920854: Compile test_proc_args_winbatch() only on Windows. by Ivan Zhakov · 12 months ago
- 4283c6a Follow-up to r1921029: by Ivan Zhakov · 12 months ago
- db167c9 .github/workflows/windows-vcpkg.yml: Test dbd-postgresql in build. by Ivan Zhakov · 12 months ago
- d799a54 vcpkg: Add dbd-postgresql feature. by Ivan Zhakov · 12 months ago
- 8afd358 CMake: Use lowercase for CMake commands (if, set ...): by Ivan Zhakov · 12 months ago
- 417cafb .github/workflows/windows.yml: Update to use APR_XML_BACKEND configuration by Ivan Zhakov · 12 months ago
- 691f4c1 CMake: Replace APU_USE_EXPAT, APU_USE_LIBXML2, APU_USE_XMLLITE configuration by Ivan Zhakov · 12 months ago
- eccf65f apr_proc_create(): Check that progname argument is quoted correctly if by Ivan Zhakov · 12 months ago
- 16d7aaf Add basic tests for apr_proc_create() for Windows batch files. by Ivan Zhakov · 12 months ago
- 27b0370 test_proc_args: Print arguments separated with newlines. by Ivan Zhakov · 12 months ago
- d8c5b53 CMake: Use imported targets for Iconv library. by Ivan Zhakov · 12 months ago
- d148082 CMake: Use #cmakedefine01 for APU_USE_EXPAT, APU_USE_LIBXML2 and APU_USE_XMLLITE. by Ivan Zhakov · 12 months ago
- 0ae68f0 CMake: Use imported targets for XML libraries (expat, LibXml2, XmlLite) by Ivan Zhakov · 12 months ago
- e475f78 * README.cmake: Update to current state. by Ivan Zhakov · 1 year ago
- e27a439 .github/workflows/windows.yml: Build PostgreSQL driver in 'All' configuration. by Ivan Zhakov · 1 year ago
- 6d2eeae CMake: Add support to build PostgreSQL DBD driver. by Ivan Zhakov · 1 year ago
- 857c13e CMake: Search only for packages needed for enabled features. by Ivan Zhakov · 1 year ago
- f5cb461 CMake: Require CMake 3.5 or later. by Ivan Zhakov · 1 year ago
- eb0a80b CMake: Factor-out macro ADD_APR_MODULE() to define APR DSO module library. by Ivan Zhakov · 1 year ago
- dc390de .github/workflows/windows.yml: Follow-up to r1920690: Fix syntax error. by Ivan Zhakov · 1 year ago
- 349edac .github/workflows/windows.yml: Run 'Install dependencies' step only if matrix.packages by Ivan Zhakov · 1 year ago
- b22ff08 CMake: Use CMake imported targets for OpenSSL and SQLite3. Similar to r1920657 by Ivan Zhakov · 1 year ago
- 865b0dc .github/workflows/windows.yml: Build all features in static job. by Ivan Zhakov · 1 year ago
- 59fd253 .github/workflows/windows.yml: Add job to build with expat. by Ivan Zhakov · 1 year ago
- 4808455 .github/workflows/windows.yml: Remove -A argument because Ninja generator by Ivan Zhakov · 1 year ago
- 6f7e172 .github/workflows/windows.yml: Use Ninja generator. by Ivan Zhakov · 1 year ago
- 006149d PR69298: "attribute "format" is unknown, ignored" by Eric Covener · 1 year ago
- dfab1b5 .github/workflows/windows.yml: Install dependencies. by Ivan Zhakov · 1 year ago
- 70329cf .github/workflows/windows.yml: Follow-up to r1920677: Specify toolset parameter by Ivan Zhakov · 1 year ago