1. 4b7bde5 Allow a HTMLLayout title to contain characters special to HTML (#513) by Stephen Webb · 9 hours ago master
  2. a799c93 Escape control characters in JSONLayout data (#512) by Stephen Webb · 9 hours ago
  3. 96ec523 Prevent potential deadlock on shutdown when using AsyncAppender (#511) by Stephen Webb · 5 days ago
  4. 1c599de Escape any logger name '&' or '"' in html attribute data (#509) by Stephen Webb · 10 days ago
  5. 3985458 Simplify WriterAppender interface in the next ABI version (#508) by Stephen Webb · 2 weeks ago
  6. 295facf Remove unnecessary static data in the next ABI version (#507) by Stephen Webb · 3 weeks ago
  7. acc690a Prevent SonarCloud warning (#506) by Stephen Webb · 3 weeks ago
  8. 3313b34 Prevent SonarCloud warning (#505) by Stephen Webb · 3 weeks ago
  9. 86ea0a7 Prevent undefined behaviour when reconfiguring after LogManager::shutdown (#504) by Stephen Webb · 3 weeks ago
  10. 0d2c5c8 multiprocessrollingtest in macOS: fix compilation and the test itself (#502) by RK-BFX · 5 weeks ago
  11. 1dd4d36 Improve the clarity of AsyncAppender documentation (#500) by Stephen Webb · 9 weeks ago
  12. c159044 Fix GNU g++ on MacOS compilation error (#499) by Stephen Webb · 10 weeks ago
  13. 4d89919 Support a TelnetAppender that accepts connections on a specific network (#498) by michieldwitte · 2 months ago
  14. df63471 Bump version to 1.5.0 (#496) by Stephen Webb · 3 months ago
  15. a204fc9 Compile and test code designated for the next ABI (#497) by Stephen Webb · 3 months ago
  16. 9659f08 Ensure messages are delivered by TelnetAppender when the socket is in a TIME_WAIT state (#495) by michieldwitte · 3 months ago
  17. e620c2e Remove unused member variables from private structs (#493) by Stephen Webb · 4 months ago
  18. debb826 Update CI Ubuntu versions (#492) by Stephen Webb · 4 months ago
  19. b452c0e Ensure log events are sent to an appender during a reconfiguration event (#491) by Stephen Webb · 4 months ago
  20. 67180be Update links to official support channels (#490) by Stephen Webb · 4 months ago
  21. 8d517c6 Reenable Github discussions by Stephen Webb · 4 months ago
  22. 4d2c8aa Reenable Github discussions by Stephen Webb · 4 months ago
  23. 7d2f486 Reenable Github disucssions by Stephen Webb · 4 months ago
  24. 8fcdb8b Reenable Github discussions by Stephen Webb · 4 months ago
  25. ab3eaba Reenable Github discussions by Stephen Webb · 4 months ago
  26. a26accd Allow for use of either Qt5 or Qt6 (#488) by Robert Middleton · 4 months ago
  27. 80608e5 Update release date and document issues found by fuzzing (#486) by Stephen Webb · 5 months ago
  28. cd328c3 Add missing step to release instrunctions (#484) by Stephen Webb · 5 months ago rel/v1.4.0 v1.4.0-RC1
  29. daefb3b Update MultiprocessRollingFileAppender documentation (#483) by Stephen Webb · 5 months ago
  30. c0b0807 Add OSS-Fuzz badge to readme (#485) by Stephen Webb · 5 months ago
  31. fb1133e Prevent timeout fault running DOMConfiguratorFuzzer (#482) by Stephen Webb · 5 months ago
  32. c866dfc Prevent timeout fault running PatternConverterFuzzer (#481) by Stephen Webb · 5 months ago
  33. a1a46c3 Prevent timeout fault running PatternLauoutFuzzer (#480) by Stephen Webb · 5 months ago
  34. 0eac25d Prevent timeout fault running JSONLayoutFuzzer (#478) by Stephen Webb · 6 months ago
  35. 32c131c Prevent a fault when an option name has an emedded NUL character (#477) by Stephen Webb · 6 months ago
  36. 77142ed Check a pattern layout timezone offset is in a reasonable range (#476) by Stephen Webb · 6 months ago
  37. 1d7dda0 Restrict pattern layout min/max field width specifiers to 3 digits (#475) by Stephen Webb · 6 months ago
  38. e46c77a Fix out of bounds memory access (#473) by Robert Middleton · 6 months ago
  39. 323945b Fix empty appender ref recursion (#472) by Robert Middleton · 6 months ago
  40. 1d53672 Fix SEGV with invalid appenders (#471) by Robert Middleton · 6 months ago
  41. 2cbae95 Fix possible invalid cast (#470) by Robert Middleton · 6 months ago
  42. f2eb65a Add LOG4CXX_CHAR=wchar_t with clang GitHub action (#474) by Stephen Webb · 6 months ago
  43. 24de478 Update to latest SonarQube scanner version (#469) by Stephen Webb · 6 months ago
  44. 00cfd91 build fuzzers with utf-8 and wchar_t (#465) by AdamKorcz · 6 months ago
  45. 6e83cf4 Improve compliance with C++ core guideline E.15 (#468) by Stephen Webb · 6 months ago
  46. a399da3 use OSS-Fuzz linker flags when OSS-Fuzz builds the fuzzers (#467) by AdamKorcz · 6 months ago
  47. 6463977 Add Time based rolling policy fuzzer (#461) by AdamKorcz · 6 months ago
  48. ff5e6cb Limit class abbreviation size (#466) by Robert Middleton · 6 months ago
  49. b0775e7 Add TZ offset check (#464) by Robert Middleton · 6 months ago
  50. 537d25a Add DOM Configurator fuzzer (#460) by AdamKorcz · 6 months ago
  51. da0313e Support changes to the buffering properties of an active file appender (#463) by Stephen Webb · 6 months ago
  52. 60f483e Ignore an invalid time zone specifier in a date pattern (#462) by Stephen Webb · 6 months ago
  53. cf78a3a Add fuzzer for pattern converters (#455) by AdamKorcz · 6 months ago
  54. 62ef328 Add PatternParser fuzzer (#456) by AdamKorcz · 6 months ago
  55. dba1b06 Add JSONLayout fuzzer (#453) by AdamKorcz · 6 months ago
  56. 67de7fd Fix wrong variable in fuzzer (#459) by AdamKorcz · 6 months ago
  57. 4fb8904 Add HTMLLayout fuzzer (#454) by AdamKorcz · 6 months ago
  58. cc9d4b3 Improve compliance with C++ Core Guidelines (#457) by Stephen Webb · 6 months ago
  59. 8162c90 Support wchar_t logchar in MultiprocessRollingFileAppender (#458) by Stephen Webb · 6 months ago
  60. 9e60eca Improve unit test repeatability (#452) by Stephen Webb · 6 months ago
  61. d76e3db Add XMLLayout fuzzer (#451) by AdamKorcz · 6 months ago
  62. 1989b75 Reduce SocketAppender overhead (#449) by Stephen Webb · 6 months ago
  63. 0c5ffd5 Using BasicConfigurator should prevent default configuration (#450) by Stephen Webb · 6 months ago
  64. 72ba404 Bump version to 1.4.0 (#448) by Stephen Webb · 6 months ago
  65. 7bf9fc1 Support for Windows release validation (#447) by Stephen Webb · 6 months ago
  66. f08a45d The EXPAT library dependency is only required in a statically linked Log4cxx (#446) by Stephen Webb · 6 months ago
  67. 976955b Periodically flush buffered file output (#445) by Stephen Webb · 7 months ago
  68. cfbc89e Log elapsed time for multiprocessrollingappender unit test (#444) by Stephen Webb · 7 months ago
  69. 4b50a6f Reduce MultiprocessRollingFileAppender overhead (#443) by Stephen Webb · 7 months ago
  70. e096ae3 Ensure all logged event are stored when using MultiprocessRollingFileAppender (#442) by Stephen Webb · 7 months ago
  71. accf293 Restore support for MultiprocessRollingFileAppender (#441) by Stephen Webb · 7 months ago
  72. d5d646c Update administration instructions (#438) by Stephen Webb · 7 months ago
  73. 069d400 Update web site (#437) by Stephen Webb · 8 months ago
  74. 6e5b15a Fix release validation script (#436) by Stephen Webb · 8 months ago
  75. 532fe70 Fix release validation script (#435) by Stephen Webb · 8 months ago
  76. 4d22bb0 Improve instructions for releasing Log4cxx (#433) by Stephen Webb · 8 months ago rel/v1.3.1 v1.3.1-RC1
  77. 8fd7236 Add signature file to packaged source (#434) by Stephen Webb · 8 months ago
  78. ad6b84d Add bugfix release documentation (#432) by Stephen Webb · 8 months ago
  79. 237bd92 Remove unused code from cmake scripts (#430) by Stephen Webb · 8 months ago
  80. 7f2d85c Restore socket retry functionality (#431) by Stephen Webb · 8 months ago
  81. 3aa883c Improve asyncappender's handling of extremely rare contention (#427) by Stephen Webb · 9 months ago
  82. a568d0f Prevent abnormal termination on exit when using a static NDC/MDC variable (#426) by Stephen Webb · 9 months ago
  83. 4642a50 Make pkg_config support opt-in when building with Microsoft Visual Studio (#424) by Stephen Webb · 9 months ago
  84. b2f7aac Simplify the Class interface in the next ABI (#421) by Stephen Webb · 9 months ago
  85. bcf2f12 Allow for a FMT layout configuration when log4cxx is statically linked (#422) by Stephen Webb · 9 months ago
  86. 0ff3c8a Prevent compiler error when using std::experimental::optional (#419) by Stephen Webb · 9 months ago
  87. c618242 Improve guidelines and templates for the release process (#418) by Stephen Webb · 9 months ago
  88. e4abf29 Prepare the release of a new web site (#417) by Stephen Webb · 9 months ago
  89. bb327eb Prevent asyncappender test timeout (#416) by Stephen Webb · 9 months ago
  90. eaab902 Fix the fuzzing page by Volkan Yazıcı · 9 months ago
  91. 6efda53 Fix links in guidelines and templates for the release process by Stephen Webb · 9 months ago
  92. 4dd2f62 Add `workflow_dispatch` trigger by Piotr P. Karwasz · 9 months ago
  93. 6583772 Provide guidelines and templates for the release process (#413) by Stephen Webb · 9 months ago
  94. 1370eee Google OSS-Fuzz integration (#411) by Volkan Yazıcı · 10 months ago rel/v1.3.0 v1.3.0-RC1
  95. bc29a39 Make Level object lifetimes longer than any Logger object (#410) by Stephen Webb · 10 months ago
  96. d809aac Reduce overhead of less frequently executed logging macros (#409) by Stephen Webb · 11 months ago
  97. 36a389a Simplify LoggingEvent creation (#408) by Stephen Webb · 11 months ago
  98. 1ce756c Document the systems and compiler versions currently used in testing (#407) by Stephen Webb · 11 months ago
  99. 7edc17e revert change in LICENSE by Jan Friedrich · 11 months ago
  100. 4891df5 Update LICENSE: Copyright 2003 The Apache Software Foundation by Jan Friedrich · 11 months ago