- 016f56a Remove BeOS related code from generic (unix) sources. by Ivan Zhakov · 3 weeks ago trunk
- 20e24ad Follow-up to r1934396: Fix syntax error in build/apr_hints.m4. by Ivan Zhakov · 3 weeks ago
- 7976b43 Remove BeOS support from autoconf/configure scripts. by Ivan Zhakov · 3 weeks ago
- 2ae0999 Remove support for BeOS: BeOS was released in 1995 and the latest release was by Ivan Zhakov · 3 weeks ago
- 09df529 * CHANGES: Note that Netware is no longer supported. See r1933886. by Ivan Zhakov · 3 weeks ago
- 35dc7d4 cmake: Set APR_IS_BIGENDIAN based on CMAKE_C_BYTE_ORDER. by Ivan Zhakov · 3 weeks ago
- 0f46439 win32: apr_os_default_encoding()/apr_os_locale_encoding(): return "UTF-8" by Ivan Zhakov · 4 weeks ago
- e0bf817 Refactoring. by Ivan Zhakov · 4 weeks ago
- f599d9d windows: Simplify code by using LOCALE_RETURN_NUMBER flag for GetLocaleInfo(). by Ivan Zhakov · 4 weeks ago
- ba3953a Follow-up to r1934148: cmake: Copy echoargs.bat to ${PROJECT_BINARY_DIR} by Ivan Zhakov · 4 weeks ago
- 7fb6e2e Add minimal test for apr_os_default_encoding() and apr_os_locale_encoding(). by Ivan Zhakov · 4 weeks ago
- 930827a * include/apr.h.in (): Remove trailing whitespace. by Ivan Zhakov · 4 weeks ago
- 474632a Remove reference to apr.hnw and apr.hw from comments in apr.h.in and apr.hwc. by Ivan Zhakov · 4 weeks ago
- c83d37b Remove include/apr.hnw: it was used for Netware support. Support for Netware by Ivan Zhakov · 4 weeks ago
- 66e49a9 Remove include/apr.hw: it was used for .dsp/NMake build system. Support for by Ivan Zhakov · 4 weeks ago
- 3d394f3 Remove Visual C++ 5.0 (.dsw/.dsp) and NMake files. by Ivan Zhakov · 4 weeks ago
- 07e068c Remove support for generating Visual C++ 6.0 and NMake files. by Ivan Zhakov · 4 weeks ago
- 7d93629 * README: Document that CMake is only way to build APR on Windows. by Ivan Zhakov · 4 weeks ago
- 41a8592 cmake: Use file(COPY) to copy test data instead of spawning a process. by Ivan Zhakov · 4 weeks ago
- d311a5e * config.layout by Ivan Zhakov · 5 weeks ago
- 80681f9 * include/arch/win32/apr_arch_misc.h: Remove duplicate #include. by Ivan Zhakov · 5 weeks ago
- ca2b094 * file_io/win32/filestat.c: Remove unused #include <sys/stat.h> by Ivan Zhakov · 5 weeks ago
- d822f02 * .github/workflows/windows.yml: Attempt to fix Window build on GitHub Actions. by Ivan Zhakov · 5 weeks ago
- 44323c0 Cleanup #ifdef NETWARE from source code. Support for Netware was removed in by Ivan Zhakov · 5 weeks ago
- c522687 Remove support for Netware operating system. Netware EOL'ed in 2009. by Ivan Zhakov · 5 weeks ago
- ecbe8db Fix typo in the name of the delay-loaded DLL "Iphlpapi.dll". Due to this typo, by Ivan Zhakov · 6 weeks ago
- 4aecd2d apr_cstr.h: Fix inclusion of other APR headers by Michael Osipov · 9 weeks ago
- f9ac2b4 Fix teststr segfault when built with `-ftrivial-auto-var-init`: by Joe Orton · 2 months ago
- e461da5 Update config.guess and config.sub from by Rainer Jung · 5 months ago
- adb26a0 Happy New Year 2026 by Rainer Jung · 5 months ago
- 4c0144a * json/apr_json.c by Ivan Zhakov · 6 months ago
- dda3fc1 * threadproc/win32/proc.c by Ivan Zhakov · 7 months ago
- 1e9eca4 Add const qualifier. by Ivan Zhakov · 7 months ago
- d064663 Follow-up to r1929716: Move variable declaration at the beginning of scope to by Ivan Zhakov · 7 months ago
- 0b0a7ee Refactoring in apr_proc_create() for Windows. No behavior changes expected. by Ivan Zhakov · 7 months ago
- 52bb09e * Avoid an overflow when converting the given INT64 timeout in microseconds by Ruediger Pluem · 8 months ago
- c5d6918 Add apr_strqtok() function to tokenise quoted strings. by Graham Leggett · 9 months ago
- c7f0d22 Arrange lmdb logic: htdbm -x wasn't working because the database was MDB_RDONLY. by Jean-Frederic Clere · 9 months ago
- 700166a Arrange the windows testshm. by Jean-Frederic Clere · 9 months ago
- 7142b62 Remove an echo left from debugging in r1928439 by Daniel Sahlberg · 9 months ago
- 1d01e0e Update script to generate coverage report: by Daniel Sahlberg · 9 months ago
- c75d7ea * Correctly identify fe80::/10 networks instead of fe80::/16 by Ruediger Pluem · 10 months ago
- 1c433f9 * Only apply percent decoding/encoding for link-local addresses under prefix fe80::/10 by Ruediger Pluem · 10 months ago
- e93d30f * Only look for a scope id inside the IPv6 address not ouside which means beyond the closing ']' by Ruediger Pluem · 10 months ago
- 98dd489 * Add missing PR number by Ruediger Pluem · 10 months ago
- 6c60fd0 apr_pools: abort() if creating the pool mutex failed (APR_POOL_DEBUG mode). by Yann Ylavic · 10 months ago
- 55364ad apr_pools: Follow up to r1927658. by Yann Ylavic · 10 months ago
- 471de34 * The off by one was on the allocation, not on the write by Ruediger Pluem · 10 months ago
- 5d2ccf8 * Fix off by one error caught by UBsan CI build by Ruediger Pluem · 10 months ago
- 2176839 * Reorder by Ruediger Pluem · 10 months ago
- 267cf1f * Whitespace fixes by Ruediger Pluem · 10 months ago
- 8ddc303 Implement RFC6874 zone identifier encoding / decoding by Ruediger Pluem · 10 months ago
- 1fc7e36 * Fix comment by Ruediger Pluem · 10 months ago
- ed9cb1c * build/apr_common.m4 (APR_END_DECISION, APR_ENABLE_LAYOUT): by Joe Orton · 10 months ago
- 8f63e01 CI: Add some sanity tests for various apr_private.h definitions. by Joe Orton · 10 months ago
- 178ceb5 * build/apr_common.m4 (APR_TRY_COMPILE_NO_WARNING): Simplify by using by Joe Orton · 10 months ago
- 5fcd84f * build/apr_network.m4: In the gethostbyname_r/getservbyname_r checks, by Joe Orton · 10 months ago
- 043fa02 * configure.in: Fix cross-compilation detection when build_alias and by Joe Orton · 10 months ago
- 2fe65a7 * configure.in: Use consistent reporting of detected integer by Joe Orton · 10 months ago
- 1eea457 * configure.in: Use standard autoconf macro AC_C_VARARRAYS by Joe Orton · 10 months ago
- e1ea6f4 Fix some warnings from doxygen. by Daniel Sahlberg · 10 months ago
- 5514c1a Fix pool debugging. With lifetime or owner checks enabled, pools couldn't by Branko Čibej · 10 months ago
- 34686fa update IBM I platform detection by Eric Covener · 11 months ago
- 6f47453 apr_ldap: Reset apr_ldap_bind_interact_t each time in case the by Graham Leggett · 11 months ago
- 2ce7b53 Follow-up to r1926628. by Ivan Zhakov · 12 months ago
- c3ba9e5 * .github/workflows/windows.yml: Save VS DevEnv environment to GITHUB_ENV to by Ivan Zhakov · 12 months ago
- a46a586 The apu_dso_load() function accepts a NULL dlhandleptr. Avoid by Graham Leggett · 12 months ago
- 204e6a2 * .github/workflows/linux.yml: Try the different syntax for GHA. by Ivan Zhakov · 12 months ago
- 3c96131 * .github/workflows/linux.yml: Try the different syntax for GHA. by Ivan Zhakov · 12 months ago
- 6ec0951 * .github/workflows/linux.yml: Add Ubuntu arm builder by Ivan Zhakov · 12 months ago
- 256f2d5 Revert r1926399 and 1926400. by Ivan Zhakov · 12 months ago
- ac07401 Follow-up to r1926399: Check for correct status variable in tests. by Ivan Zhakov · 12 months ago
- 2671a40 * test/testshm.c: Close (deatch) shared memory object after delete, because by Ivan Zhakov · 12 months ago
- bddaf33 * .github/workflows/windows.yml: Add Windows arm64 job. by Ivan Zhakov · 12 months ago
- 5a6d517 apr_strings: Provide timing safe memory and string comparison functions. by Yann Ylavic · 1 year ago
- 8485009 * test/testcrypto.c: Do not use return for void functions. by Ivan Zhakov · 1 year, 1 month ago
- 47e2e8c vcpkg: Add LDAP feature. by Ivan Zhakov · 1 year, 1 month ago
- 6f09e96 * buckets/apr_brigade.c (apr_brigade_split_line): Factor-out local variable. by Ivan Zhakov · 1 year, 1 month ago
- 5679b67 * network_io/win32/socket_pipe.c: by Ivan Zhakov · 1 year, 1 month ago
- 8b55cc2 test/testbuckets.c: Use ABTS_SIZE_EQUAL() instead of ABTS_INT_EQUAL() to by Ivan Zhakov · 1 year, 1 month ago
- a285229 Follow-up to r1924755: Include <WinBer.h> on Windows. by Ivan Zhakov · 1 year, 1 month ago
- 23f7570 CMakeLists.txt: Use MODULE instead of SHARED for DSO modules. by Ivan Zhakov · 1 year, 1 month ago
- 760271b apr_ldap: Fix leak while walking attributes. by Graham Leggett · 1 year, 2 months ago
- 40db9d0 CMakeLists.txt: Define APU_HAVE_CRYPTO_PRNG when APU_HAVE_CRYPTO is enabled by Ivan Zhakov · 1 year, 2 months ago
- 3b921c4 CMakeLists.txt: Define APU_HAVE_OPENSSL when APU_HAVE_CRYPTO is enabled and by Ivan Zhakov · 1 year, 2 months ago
- 56d1136 Add %pg printf format string converter to print a pool tag: by Joe Orton · 1 year, 3 months ago
- 53044c5 Fix documented call to apr_strerror(). by Graham Leggett · 1 year, 3 months ago
- b598674 Fix a stale link to subversion.apache.org. by Graham Leggett · 1 year, 3 months ago
- 50a5167 apr_ldap: Remove second attempt to typedef apr_ldap_t. by Graham Leggett · 1 year, 3 months ago
- b53828a apr_ldap: Add support for z/OS. by Graham Leggett · 1 year, 3 months ago
- 223c538 apr_ldap: Avoid throwing out the error when setting APR_LDAP_OPT_URI. by Graham Leggett · 1 year, 3 months ago
- d4219eb apr_ldap: Fix the switching on and off of LDAP_OPT_SSL in the by Graham Leggett · 1 year, 3 months ago
- 6979d2f apr_crypto_openssl: Fix response code for openssl3.5+ by Graham Leggett · 1 year, 3 months ago
- 17b347a testcrypto: Remove unused lines from test_crypto_block_openssl_nss_pad() by Graham Leggett · 1 year, 3 months ago
- df989a5 testcrypto: Remove unused lines. by Graham Leggett · 1 year, 3 months ago
- 6f65d7e testldap: If the DSO did not load, skip the test. by Graham Leggett · 1 year, 3 months ago
- 56337c3 apr_ldap: Make sure APR_EINIT returned when the DSO is already loaded by Graham Leggett · 1 year, 3 months ago
- f05a3bc testcrypto: Modern NSS has disabled various algorithms, remove them by Graham Leggett · 1 year, 3 months ago
- fefeef1 RPM spec file: modernise build for APR v2.0. by Graham Leggett · 1 year, 3 months ago
- f7d8cbe apr_crypto_openssl: Add provider support on OpenSSL3+. by Graham Leggett · 1 year, 3 months ago