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