1. c5db070 use sub-pools for memcache tests by Eric Covener · 2 weeks ago trunk
  2. 34f55c0 copy sigpipe stuff from other memcache mock test by Eric Covener · 2 weeks ago
  3. 98a4c6d fix memcache version processing by Eric Covener · 2 weeks ago
  4. 79e3e4b * We need to return const char *. No need to lose const'ness by Ruediger Pluem · 2 weeks ago
  5. b252ec0 * Fix const'ness similar to r1936843 by Ruediger Pluem · 2 weeks ago
  6. da2256b build break review from rpluem by Eric Covener · 2 weeks ago
  7. 13c596b Fix GCC warnings with strchr()/strrchr() on Fedora 44: by Joe Orton · 3 weeks ago
  8. a98340d * strings/apr_fnmatch.c (apr_match_glob): Avoid GCC warnings on Fedora by Joe Orton · 3 weeks ago
  9. 99d238a avoid NULL inbytesleft directly to system iconv by Eric Covener · 3 weeks ago
  10. 2373d33 AIX native iconv won't do utf-7, check by Eric Covener · 3 weeks ago
  11. 66334ea CI: Add concurrency group definitions. by Joe Orton · 3 weeks ago
  12. 75cd403 apr_dbd: oracle escaping by Eric Covener · 3 weeks ago
  13. f51eb4c apr_memcache: error checking by Eric Covener · 3 weeks ago
  14. 2a31d2f apr_redis error checking by Eric Covener · 3 weeks ago
  15. e1e3e44 limit XML processing depth by Eric Covener · 3 weeks ago
  16. 0856d41 use timing safe comparison by Eric Covener · 3 weeks ago
  17. 3a613de * dbd/apr_dbd_oracle.c (outputParams): Stop and fail on reaching the by Joe Orton · 3 weeks ago
  18. 6efa659 * STATUS by Daniel Sahlberg · 9 weeks ago
  19. b0bbb93 * STATUS Update released versions, copied from branches/1.7.x/STATUS by Daniel Sahlberg · 9 weeks ago
  20. 91a3493 * STATUS Trim trailing witespace - follow what .editorconfig says we do by Daniel Sahlberg · 9 weeks ago
  21. 3fd28b7 * build/gen-build.py: codecs.open() is deprecated since Python 3.14. by Branko Čibej · 9 weeks ago
  22. 7101137 Change the port used by sendfile and socket tests from 8021 to 38021. by Branko Čibej · 9 weeks ago
  23. d4a3bcb Follow up to r1935476: use correct relative dir to DBD modules by Branko Čibej · 9 weeks ago
  24. f81ba09 In the test makefile, compute the shared library path only once, using by Branko Čibej · 9 weeks ago
  25. 72760c6 Add an optional context to the test driver's assertions. by Branko Čibej · 9 weeks ago
  26. 5fbadff Set svn:eol-style=native on .github/workflows/windows-vcpkg.yml. by Branko Čibej · 10 weeks ago
  27. 59e18ec Upgrade GitHub workflows to use actions/checkout@v6 to avoid these warnings: by Branko Čibej · 10 weeks ago
  28. df37fcc Overhaul the xlate tests, making each conversion a separate test case. by Branko Čibej · 10 weeks ago
  29. c76f1e5 Register unmanaged pools with Valgrind, otherwise it complains at by Branko Čibej · 10 weeks ago
  30. 84aff65 Revert r1935301, 1935310 and 1935313, have to test this mor thoroughly. by Branko Čibej · 10 weeks ago
  31. 4584e89 Follow up to r1935301: Don't forget to set the owner of the new unmanaged pool's allocator. by Branko Čibej · 10 weeks ago
  32. d82c97e Follow up to r1935301: Fix an imprecise for destroying an allocator. by Branko Čibej · 10 weeks ago
  33. fe57fb3 Register unmanaged pools with Valgrind, otherwise it complains at every by Branko Čibej · 10 weeks ago
  34. 016f56a Remove BeOS related code from generic (unix) sources. by Ivan Zhakov · 3 months ago
  35. 20e24ad Follow-up to r1934396: Fix syntax error in build/apr_hints.m4. by Ivan Zhakov · 3 months ago
  36. 7976b43 Remove BeOS support from autoconf/configure scripts. by Ivan Zhakov · 3 months ago
  37. 2ae0999 Remove support for BeOS: BeOS was released in 1995 and the latest release was by Ivan Zhakov · 3 months ago
  38. 09df529 * CHANGES: Note that Netware is no longer supported. See r1933886. by Ivan Zhakov · 3 months ago
  39. 35dc7d4 cmake: Set APR_IS_BIGENDIAN based on CMAKE_C_BYTE_ORDER. by Ivan Zhakov · 3 months ago
  40. 0f46439 win32: apr_os_default_encoding()/apr_os_locale_encoding(): return "UTF-8" by Ivan Zhakov · 3 months ago
  41. e0bf817 Refactoring. by Ivan Zhakov · 3 months ago
  42. f599d9d windows: Simplify code by using LOCALE_RETURN_NUMBER flag for GetLocaleInfo(). by Ivan Zhakov · 3 months ago
  43. ba3953a Follow-up to r1934148: cmake: Copy echoargs.bat to ${PROJECT_BINARY_DIR} by Ivan Zhakov · 3 months ago
  44. 7fb6e2e Add minimal test for apr_os_default_encoding() and apr_os_locale_encoding(). by Ivan Zhakov · 3 months ago
  45. 930827a * include/apr.h.in (): Remove trailing whitespace. by Ivan Zhakov · 3 months ago
  46. 474632a Remove reference to apr.hnw and apr.hw from comments in apr.h.in and apr.hwc. by Ivan Zhakov · 3 months ago
  47. c83d37b Remove include/apr.hnw: it was used for Netware support. Support for Netware by Ivan Zhakov · 3 months ago
  48. 66e49a9 Remove include/apr.hw: it was used for .dsp/NMake build system. Support for by Ivan Zhakov · 3 months ago
  49. 3d394f3 Remove Visual C++ 5.0 (.dsw/.dsp) and NMake files. by Ivan Zhakov · 3 months ago
  50. 07e068c Remove support for generating Visual C++ 6.0 and NMake files. by Ivan Zhakov · 3 months ago
  51. 7d93629 * README: Document that CMake is only way to build APR on Windows. by Ivan Zhakov · 3 months ago
  52. 41a8592 cmake: Use file(COPY) to copy test data instead of spawning a process. by Ivan Zhakov · 3 months ago
  53. d311a5e * config.layout by Ivan Zhakov · 3 months ago
  54. 80681f9 * include/arch/win32/apr_arch_misc.h: Remove duplicate #include. by Ivan Zhakov · 4 months ago
  55. ca2b094 * file_io/win32/filestat.c: Remove unused #include <sys/stat.h> by Ivan Zhakov · 4 months ago
  56. d822f02 * .github/workflows/windows.yml: Attempt to fix Window build on GitHub Actions. by Ivan Zhakov · 4 months ago
  57. 44323c0 Cleanup #ifdef NETWARE from source code. Support for Netware was removed in by Ivan Zhakov · 4 months ago
  58. c522687 Remove support for Netware operating system. Netware EOL'ed in 2009. by Ivan Zhakov · 4 months ago
  59. ecbe8db Fix typo in the name of the delay-loaded DLL "Iphlpapi.dll". Due to this typo, by Ivan Zhakov · 4 months ago
  60. 4aecd2d apr_cstr.h: Fix inclusion of other APR headers by Michael Osipov · 4 months ago
  61. f9ac2b4 Fix teststr segfault when built with `-ftrivial-auto-var-init`: by Joe Orton · 5 months ago
  62. e461da5 Update config.guess and config.sub from by Rainer Jung · 8 months ago
  63. adb26a0 Happy New Year 2026 by Rainer Jung · 8 months ago
  64. 4c0144a * json/apr_json.c by Ivan Zhakov · 8 months ago
  65. dda3fc1 * threadproc/win32/proc.c by Ivan Zhakov · 9 months ago
  66. 1e9eca4 Add const qualifier. by Ivan Zhakov · 9 months ago
  67. d064663 Follow-up to r1929716: Move variable declaration at the beginning of scope to by Ivan Zhakov · 9 months ago
  68. 0b0a7ee Refactoring in apr_proc_create() for Windows. No behavior changes expected. by Ivan Zhakov · 9 months ago
  69. 52bb09e * Avoid an overflow when converting the given INT64 timeout in microseconds by Ruediger Pluem · 10 months ago
  70. c5d6918 Add apr_strqtok() function to tokenise quoted strings. by Graham Leggett · 11 months ago
  71. c7f0d22 Arrange lmdb logic: htdbm -x wasn't working because the database was MDB_RDONLY. by Jean-Frederic Clere · 11 months ago
  72. 700166a Arrange the windows testshm. by Jean-Frederic Clere · 11 months ago
  73. 7142b62 Remove an echo left from debugging in r1928439 by Daniel Sahlberg · 11 months ago
  74. 1d01e0e Update script to generate coverage report: by Daniel Sahlberg · 11 months ago
  75. c75d7ea * Correctly identify fe80::/10 networks instead of fe80::/16 by Ruediger Pluem · 12 months ago
  76. 1c433f9 * Only apply percent decoding/encoding for link-local addresses under prefix fe80::/10 by Ruediger Pluem · 12 months ago
  77. e93d30f * Only look for a scope id inside the IPv6 address not ouside which means beyond the closing ']' by Ruediger Pluem · 12 months ago
  78. 98dd489 * Add missing PR number by Ruediger Pluem · 12 months ago
  79. 6c60fd0 apr_pools: abort() if creating the pool mutex failed (APR_POOL_DEBUG mode). by Yann Ylavic · 1 year ago
  80. 55364ad apr_pools: Follow up to r1927658. by Yann Ylavic · 1 year ago
  81. 471de34 * The off by one was on the allocation, not on the write by Ruediger Pluem · 1 year ago
  82. 5d2ccf8 * Fix off by one error caught by UBsan CI build by Ruediger Pluem · 1 year ago
  83. 2176839 * Reorder by Ruediger Pluem · 1 year ago
  84. 267cf1f * Whitespace fixes by Ruediger Pluem · 1 year ago
  85. 8ddc303 Implement RFC6874 zone identifier encoding / decoding by Ruediger Pluem · 1 year ago
  86. 1fc7e36 * Fix comment by Ruediger Pluem · 1 year ago
  87. ed9cb1c * build/apr_common.m4 (APR_END_DECISION, APR_ENABLE_LAYOUT): by Joe Orton · 1 year ago
  88. 8f63e01 CI: Add some sanity tests for various apr_private.h definitions. by Joe Orton · 1 year ago
  89. 178ceb5 * build/apr_common.m4 (APR_TRY_COMPILE_NO_WARNING): Simplify by using by Joe Orton · 1 year ago
  90. 5fcd84f * build/apr_network.m4: In the gethostbyname_r/getservbyname_r checks, by Joe Orton · 1 year ago
  91. 043fa02 * configure.in: Fix cross-compilation detection when build_alias and by Joe Orton · 1 year ago
  92. 2fe65a7 * configure.in: Use consistent reporting of detected integer by Joe Orton · 1 year ago
  93. 1eea457 * configure.in: Use standard autoconf macro AC_C_VARARRAYS by Joe Orton · 1 year ago
  94. e1ea6f4 Fix some warnings from doxygen. by Daniel Sahlberg · 1 year ago
  95. 5514c1a Fix pool debugging. With lifetime or owner checks enabled, pools couldn't by Branko Čibej · 1 year ago
  96. 34686fa update IBM I platform detection by Eric Covener · 1 year, 1 month ago
  97. 6f47453 apr_ldap: Reset apr_ldap_bind_interact_t each time in case the by Graham Leggett · 1 year, 2 months ago
  98. 2ce7b53 Follow-up to r1926628. by Ivan Zhakov · 1 year, 2 months ago
  99. c3ba9e5 * .github/workflows/windows.yml: Save VS DevEnv environment to GITHUB_ENV to by Ivan Zhakov · 1 year, 2 months ago
  100. a46a586 The apu_dso_load() function accepts a NULL dlhandleptr. Avoid by Graham Leggett · 1 year, 2 months ago