1. dd1140d fr doc rebuild. by Lucien Gentis · 33 hours ago trunk
  2. f8e72b2 fr doc XML file update. by Lucien Gentis · 33 hours ago
  3. 794a1f0 Steal a number. by Joe Orton · 3 days ago
  4. 5971ee6 Fail if SSLInsecureRenegotiation is used with mod_ssl, CVE-2009-3555 by Joe Orton · 4 days ago
  5. ac774f7 On Linux use the real thread id via gettid() in error logging, by Joe Orton · 4 days ago
  6. aa86530 * modules/proxy/mod_proxy_fcgi.c (dispatch): Only allocate a heap by Joe Orton · 4 days ago
  7. c8a9d21 * mod_tls: update version of rustls-ffi to v0.13.0. by Stefan Eissing · 3 weeks ago
  8. 301d5f6 fr doc rebuild. by Lucien Gentis · 3 weeks ago
  9. 2f1156d fr doc XML files updates. by Lucien Gentis · 3 weeks ago
  10. fd17995 xform by Eric Covener · 4 weeks ago
  11. 64f01f7 doc recent addition ap_trust_cgilike_cl by Eric Covener · 4 weeks ago
  12. d958349 Arrange pytest to run with mod_ssl, still skipping some tests. by Jean-Frederic Clere · 4 weeks ago
  13. 906fd95 * server/core.c (set_override): Catch errors returned by by Joe Orton · 4 weeks ago
  14. 7ab0b11 docs: Use AP_DECLARE_MODULE in Developing modules and mod_so guides by Joe Orton · 4 weeks ago
  15. a6f0166 make the compiler happy when using --enable-maintainer-mode by Jean-Frederic Clere · 4 weeks ago
  16. c144067 * modules/generators/mod_cgi.c, mod_cgid.c: Since by Joe Orton · 4 weeks ago
  17. 1f4bb1a CI: Update for OpenSSL 3.3.0, build with -Werror by Joe Orton · 4 weeks ago
  18. 2ebb356 fr doc rebuild. by Lucien Gentis · 4 weeks ago
  19. fc2f1cc fr doc XML files updates. by Lucien Gentis · 4 weeks ago
  20. 6ed524d mpm_event,mpm_worker: Comment about pollset sizing when APR_POLLSET_WAKEABLE. by Yann Ylavic · 4 weeks ago
  21. d010a86 mpm_worker: Fix AH00045 about children processes not terminating timely. by Yann Ylavic · 4 weeks ago
  22. f9f742e mpm_event: Simplify pollset "good methods" vs APR_POLLSET_WAKEABLE. by Yann Ylavic · 4 weeks ago
  23. a9a10f3 mod_ssl_ct: Fix format warnings. by Yann Ylavic · 4 weeks ago
  24. 2b2f6a1 * modules/md: Fill in APLOGNO. by Jean-Frederic Clere · 5 weeks ago
  25. dee1eb3 * Ensure that we set the default DH parameters for the key by Ruediger Pluem · 5 weeks ago
  26. 8ffa19a mod_md: update to v2.4.26 by Stefan Eissing · 5 weeks ago
  27. d3c4bf9 Fix occasional pytest failures by Rainer Jung · 5 weeks ago
  28. 251d796 Fix occasional pytest failures by Rainer Jung · 5 weeks ago
  29. 773a5f8 Fix failing pytest modules/http2/test_712_buffering.py:48. by Rainer Jung · 5 weeks ago
  30. b5427c7 Fix pytest failure when using older nghttp2 by Rainer Jung · 5 weeks ago
  31. b646741 bail after too many failed reads by Eric Covener · 6 weeks ago
  32. e98c400 header validation after content-* are eval'ed by Eric Covener · 6 weeks ago
  33. 61645ea let httpd handle CL/TE for non-http handlers by Eric Covener · 6 weeks ago
  34. 2115548 r1881790 has also added the 3rd argument to "ProxyRemoteMatch" by Christophe Jaillet · 6 weeks ago
  35. 278a9de Add <compatibility> note for CGIScriptTimeout. by Christophe Jaillet · 6 weeks ago
  36. 9730945 Update copyright year by Rainer Jung · 6 weeks ago
  37. 65087e1 mod_ssl: Allow for "SSLCompression off" still when OPENSSL_NO_COMP. by Yann Ylavic · 7 weeks ago
  38. 8aae9fa CI: Add OpenSSL 3.3.0 alpha1 build. by Joe Orton · 7 weeks ago
  39. 6f6e573 CI: conditional didn't work in r1916396, always apply ASAN workaround. by Joe Orton · 8 weeks ago
  40. d824ef3 CI: Try working around recent ASAN failures. by Joe Orton · 8 weeks ago
  41. b5b6307 Reserve two lognos. [skip ci] by Joe Orton · 8 weeks ago
  42. 4c33c31 Fix BrowserMatch for gvfs. by Joe Orton · 8 weeks ago
  43. 9b17700 mod_systemd: if SELinux is available and enabled, log the SELinux by Joe Orton · 8 weeks ago
  44. dc7d167 Steal a number. [skip ci] by Joe Orton · 8 weeks ago
  45. e343347 mod_systemd: Axe APR_OPTIONAL_FN redeclarations to avoid compiler warning. by Yann Ylavic · 8 weeks ago
  46. 2f598dc mod_autht_jwt: Use unsigned rather than signed one-bit fields. by Yann Ylavic · 8 weeks ago
  47. 9ef9e5a mod_crypto: Fix warnings about signed bit fields. by Yann Ylavic · 8 weeks ago
  48. fb3dbd7 mod_rewrite: disambiguate select_random_value_part(). by Yann Ylavic · 8 weeks ago
  49. b3e19c3 shutdown carefully when threads don't start by Eric Covener · 9 weeks ago
  50. 1d948e9 use graceful exit if lister started by Eric Covener · 9 weeks ago
  51. 179b1ac event: avoid possible hang in clean_child_exit by Eric Covener · 9 weeks ago
  52. 2ae427e by Jean-Frederic Clere · 10 weeks ago
  53. 74ed4a2 CI: update actions to v4 by Joe Orton · 10 weeks ago
  54. 2361315 CI: add OpenSSL 3.2, test OpenSSL 3.x using Apache::Test by Joe Orton · 2 months ago
  55. fed3652 CI: docs update only. [skip ci] by Joe Orton · 2 months ago
  56. f65a498 CI: Add OpenSSL 3.1 builds, including a no-engine build. by Joe Orton · 2 months ago
  57. fcaf73d * modules/ssl/ssl_engine_pphrase.c (modssl_load_engine_keypair): by Joe Orton · 2 months ago
  58. 0e7a32b Fix regression in r1916055 - don't duplicate logic in _run_linux.sh by Joe Orton · 2 months ago
  59. a1f6da9 CI tweaks: by Joe Orton · 2 months ago
  60. 3736c7a mod_ssl: Check SSL_CTX_new() return value by Joe Orton · 2 months ago
  61. 3b6f3ae CI: Re-enable caching for *fixed* versions of apr/apr-util which by Joe Orton · 2 months ago
  62. 39e25a4 CI: Enable caching for the rustls install used for mod_tls testing. by Joe Orton · 2 months ago
  63. 7950b44 CI: Hopefully fix caching and artifact uploads by creating $JOBID by Joe Orton · 2 months ago
  64. d57a750 Don't reset the balancer when we create a new child by Jean-Frederic Clere · 3 months ago
  65. 4b8cdfb Ran ./build.sh all to get every previously not-updated file up to speed by Daniel Ferradal · 3 months ago
  66. c428edf Fix in title, expression, erratas for getting-started.xml.es by Daniel Ferradal · 3 months ago
  67. fd58fb6 Added getting-started.xml.es Spanish Translation + files modified by ./build.sh by Daniel Ferradal · 3 months ago
  68. 339cb1b mod_ssl: Follow up to r1913815: szCryptoDevice to NULL when !MODSSL_HAVE_ENGINE_API by Yann Ylavic · 3 months ago
  69. 3703f02 * modules/proxy/mod_proxy_scgi.c: Mark global variables as static and by Joe Orton · 3 months ago
  70. 36d9063 added dsl.xml.es and dso.html.es.utf8 by Daniel Ferradal · 3 months ago
  71. 0d4b6fc Added inicial dso.xml.es translation by Daniel Ferradal · 3 months ago
  72. ae90e17 Add missing changes-entries. by Jean-Frederic Clere · 3 months ago
  73. e48a0ef fr doc rebuild. by Lucien Gentis · 3 months ago
  74. 1bd6d25 fr doc XML files updates. by Lucien Gentis · 3 months ago
  75. 834583e docs: mod_dav: Remove references to DavLockDB being required by Joe Orton · 3 months ago
  76. 620b424 Update SSLProxyMachineCertificateFile compat note after r1915679. by Joe Orton · 3 months ago
  77. 669a1e6 mod_dav: Update redirect-carefully example BrowserMatch config to by Joe Orton · 3 months ago
  78. a046be0 * modules/filters/mod_xml2enc.c (xml2enc_ffunc): Accept any XML media by Joe Orton · 3 months ago
  79. bca805e fr doc rebuild. by Lucien Gentis · 3 months ago
  80. c5f3e16 fr doc XML file update. by Lucien Gentis · 3 months ago
  81. 2547b8c fr doc XML files updates. by Lucien Gentis · 3 months ago
  82. 75847cd Misplaced example title. by Lucien Gentis · 3 months ago
  83. e8da666 * server/util_expr_parse.c (yyparse): Fix typo in comment. by Joe Orton · 3 months ago
  84. 502eca5 mod_dav: Add a title to the example config snippet for DavBasePath. by Joe Orton · 3 months ago
  85. c97f3fa mod_http2 docs: Typo fix by Joe Orton · 3 months ago
  86. 9329876 Add MPEG-TS file extensions by Joe Orton · 3 months ago
  87. c76ebdb Minor CI changes: by Joe Orton · 3 months ago
  88. aa14760 * support/htcacheclean.c (list_urls): Continue rather than stopping by Joe Orton · 3 months ago
  89. 874b835 Rebuilds a number of pending doc changes by Rich Bowen · 3 months ago
  90. f854ae2 Remove redundant slash from example - mod_proxy doc by Rich Bowen · 3 months ago
  91. 6f96e9e Clarifies advice around quoting regular expressions. by Rich Bowen · 3 months ago
  92. 24a4833 fill in empty descriptions from command_rec by Eric Covener · 4 months ago
  93. d7ac4bd Add missing mod_proxy_hchech by Jean-Frederic Clere · 4 months ago
  94. 3097709 ab needs an additional Ws2_32.lib (like abs) by Jean-Frederic Clere · 4 months ago
  95. 5d32253 undo previous commit. by Jean-Frederic Clere · 4 months ago
  96. 640df67 ab needs an additional Ws2_32.lib (like abs) by Jean-Frederic Clere · 4 months ago
  97. 88afb52 Use ap_os_is_path_absolute() to make it portable. by Jean-Frederic Clere · 4 months ago
  98. e5b800e * Create README.md as symlink to README for better Github rendering [skip ci] by Ruediger Pluem · 4 months ago
  99. 1c2e676 Converts README to markdown (no textual changes) for better display on Github. by Rich Bowen · 4 months ago
  100. 8268915 Updated typo NWGNUmakefile by Rich Bowen · 4 months ago