1. 00a5bc3 Clarify the behaviour of the logging during process termination option (#537) by Stephen Webb · 9 hours ago master
  2. 561657e Improve configuration file samples in web-site documentation (#536) by Stephen Webb · 31 hours ago
  3. 9b2fcf6 Fix failure in SonarQube Scan CI action (#534) by Stephen Webb · 10 days ago
  4. a4ebf8f Require the configuration file specify an appender to be valid (#533) by Stephen Webb · 10 days ago
  5. 93ed279 The Repository state is now the Configurator's responsibility (#532) by Stephen Webb · 12 days ago
  6. df77466 Add color to unit test output (#531) by Stephen Webb · 12 days ago
  7. 9f44110 Log recoverable fault messages at the warning level (#530) by Stephen Webb · 13 days ago
  8. e72dce2 Color console messages unless explicity disabled (#529) by Stephen Webb · 2 weeks ago
  9. eb32d94 Correct additivity option usage in property file documentation (#528) by Stephen Webb · 2 weeks ago
  10. 84fa35a Improve internal debug logging message consistency in configuration file parsing (#527) by Stephen Webb · 2 weeks ago
  11. 3e4926f Explain where configuration file options are documented (#526) by Stephen Webb · 3 weeks ago
  12. 01d417e Add a properties file example to configuration documentation (#524) by Stephen Webb · 3 weeks ago
  13. 3b36b34 Improve the 'Logging With Multiple Processes' web-site information (#523) by Stephen Webb · 3 weeks ago
  14. f566512 Prevent SonarCloud failure (#525) by Stephen Webb · 4 weeks ago
  15. d91bf59 Add JSONLayout to the Google benchmark tests (#521) by Stephen Webb · 4 weeks ago
  16. 485844e Bump version to 1.6.0 (#522) by Stephen Webb · 4 weeks ago
  17. d1257fd Add support for programmatically providing runtime values for configuration option values (#520) by Stephen Webb · 4 weeks ago
  18. 1cbd3c6 Use doxygen 1.14 to get a more modern looking web site (#517) by Stephen Webb · 6 weeks ago
  19. 223a204 Avoid occasional failures in SocketAppenderTestCase on MacOS (#518) by Stephen Webb · 6 weeks ago
  20. ab92161 Put 1.5.0 release date onto web site (#516) by Stephen Webb · 6 weeks ago
  21. 36d829e Escape any thread name '&' or '"' in html attribute data (#514) by Stephen Webb · 7 weeks ago rel/v1.5.0 v1.5.0-RC1
  22. 4b7bde5 Allow a HTMLLayout title to contain characters special to HTML (#513) by Stephen Webb · 8 weeks ago
  23. a799c93 Escape control characters in JSONLayout data (#512) by Stephen Webb · 8 weeks ago
  24. 96ec523 Prevent potential deadlock on shutdown when using AsyncAppender (#511) by Stephen Webb · 8 weeks ago
  25. 1c599de Escape any logger name '&' or '"' in html attribute data (#509) by Stephen Webb · 9 weeks ago
  26. 3985458 Simplify WriterAppender interface in the next ABI version (#508) by Stephen Webb · 2 months ago
  27. 295facf Remove unnecessary static data in the next ABI version (#507) by Stephen Webb · 2 months ago
  28. acc690a Prevent SonarCloud warning (#506) by Stephen Webb · 2 months ago
  29. 3313b34 Prevent SonarCloud warning (#505) by Stephen Webb · 2 months ago
  30. 86ea0a7 Prevent undefined behaviour when reconfiguring after LogManager::shutdown (#504) by Stephen Webb · 2 months ago
  31. 0d2c5c8 multiprocessrollingtest in macOS: fix compilation and the test itself (#502) by RK-BFX · 3 months ago
  32. 1dd4d36 Improve the clarity of AsyncAppender documentation (#500) by Stephen Webb · 4 months ago
  33. c159044 Fix GNU g++ on MacOS compilation error (#499) by Stephen Webb · 4 months ago
  34. 4d89919 Support a TelnetAppender that accepts connections on a specific network (#498) by michieldwitte · 4 months ago
  35. df63471 Bump version to 1.5.0 (#496) by Stephen Webb · 5 months ago
  36. a204fc9 Compile and test code designated for the next ABI (#497) by Stephen Webb · 5 months ago
  37. 9659f08 Ensure messages are delivered by TelnetAppender when the socket is in a TIME_WAIT state (#495) by michieldwitte · 5 months ago
  38. e620c2e Remove unused member variables from private structs (#493) by Stephen Webb · 5 months ago
  39. debb826 Update CI Ubuntu versions (#492) by Stephen Webb · 6 months ago
  40. b452c0e Ensure log events are sent to an appender during a reconfiguration event (#491) by Stephen Webb · 6 months ago
  41. 67180be Update links to official support channels (#490) by Stephen Webb · 6 months ago
  42. 8d517c6 Reenable Github discussions by Stephen Webb · 6 months ago
  43. 4d2c8aa Reenable Github discussions by Stephen Webb · 6 months ago
  44. 7d2f486 Reenable Github disucssions by Stephen Webb · 6 months ago
  45. 8fcdb8b Reenable Github discussions by Stephen Webb · 6 months ago
  46. ab3eaba Reenable Github discussions by Stephen Webb · 6 months ago
  47. a26accd Allow for use of either Qt5 or Qt6 (#488) by Robert Middleton · 6 months ago
  48. 80608e5 Update release date and document issues found by fuzzing (#486) by Stephen Webb · 7 months ago
  49. cd328c3 Add missing step to release instrunctions (#484) by Stephen Webb · 7 months ago rel/v1.4.0 v1.4.0-RC1
  50. daefb3b Update MultiprocessRollingFileAppender documentation (#483) by Stephen Webb · 7 months ago
  51. c0b0807 Add OSS-Fuzz badge to readme (#485) by Stephen Webb · 7 months ago
  52. fb1133e Prevent timeout fault running DOMConfiguratorFuzzer (#482) by Stephen Webb · 7 months ago
  53. c866dfc Prevent timeout fault running PatternConverterFuzzer (#481) by Stephen Webb · 7 months ago
  54. a1a46c3 Prevent timeout fault running PatternLauoutFuzzer (#480) by Stephen Webb · 7 months ago
  55. 0eac25d Prevent timeout fault running JSONLayoutFuzzer (#478) by Stephen Webb · 7 months ago
  56. 32c131c Prevent a fault when an option name has an emedded NUL character (#477) by Stephen Webb · 7 months ago
  57. 77142ed Check a pattern layout timezone offset is in a reasonable range (#476) by Stephen Webb · 7 months ago
  58. 1d7dda0 Restrict pattern layout min/max field width specifiers to 3 digits (#475) by Stephen Webb · 7 months ago
  59. e46c77a Fix out of bounds memory access (#473) by Robert Middleton · 7 months ago
  60. 323945b Fix empty appender ref recursion (#472) by Robert Middleton · 7 months ago
  61. 1d53672 Fix SEGV with invalid appenders (#471) by Robert Middleton · 7 months ago
  62. 2cbae95 Fix possible invalid cast (#470) by Robert Middleton · 7 months ago
  63. f2eb65a Add LOG4CXX_CHAR=wchar_t with clang GitHub action (#474) by Stephen Webb · 7 months ago
  64. 24de478 Update to latest SonarQube scanner version (#469) by Stephen Webb · 8 months ago
  65. 00cfd91 build fuzzers with utf-8 and wchar_t (#465) by AdamKorcz · 8 months ago
  66. 6e83cf4 Improve compliance with C++ core guideline E.15 (#468) by Stephen Webb · 8 months ago
  67. a399da3 use OSS-Fuzz linker flags when OSS-Fuzz builds the fuzzers (#467) by AdamKorcz · 8 months ago
  68. 6463977 Add Time based rolling policy fuzzer (#461) by AdamKorcz · 8 months ago
  69. ff5e6cb Limit class abbreviation size (#466) by Robert Middleton · 8 months ago
  70. b0775e7 Add TZ offset check (#464) by Robert Middleton · 8 months ago
  71. 537d25a Add DOM Configurator fuzzer (#460) by AdamKorcz · 8 months ago
  72. da0313e Support changes to the buffering properties of an active file appender (#463) by Stephen Webb · 8 months ago
  73. 60f483e Ignore an invalid time zone specifier in a date pattern (#462) by Stephen Webb · 8 months ago
  74. cf78a3a Add fuzzer for pattern converters (#455) by AdamKorcz · 8 months ago
  75. 62ef328 Add PatternParser fuzzer (#456) by AdamKorcz · 8 months ago
  76. dba1b06 Add JSONLayout fuzzer (#453) by AdamKorcz · 8 months ago
  77. 67de7fd Fix wrong variable in fuzzer (#459) by AdamKorcz · 8 months ago
  78. 4fb8904 Add HTMLLayout fuzzer (#454) by AdamKorcz · 8 months ago
  79. cc9d4b3 Improve compliance with C++ Core Guidelines (#457) by Stephen Webb · 8 months ago
  80. 8162c90 Support wchar_t logchar in MultiprocessRollingFileAppender (#458) by Stephen Webb · 8 months ago
  81. 9e60eca Improve unit test repeatability (#452) by Stephen Webb · 8 months ago
  82. d76e3db Add XMLLayout fuzzer (#451) by AdamKorcz · 8 months ago
  83. 1989b75 Reduce SocketAppender overhead (#449) by Stephen Webb · 8 months ago
  84. 0c5ffd5 Using BasicConfigurator should prevent default configuration (#450) by Stephen Webb · 8 months ago
  85. 72ba404 Bump version to 1.4.0 (#448) by Stephen Webb · 8 months ago
  86. 7bf9fc1 Support for Windows release validation (#447) by Stephen Webb · 8 months ago
  87. f08a45d The EXPAT library dependency is only required in a statically linked Log4cxx (#446) by Stephen Webb · 8 months ago
  88. 976955b Periodically flush buffered file output (#445) by Stephen Webb · 9 months ago
  89. cfbc89e Log elapsed time for multiprocessrollingappender unit test (#444) by Stephen Webb · 9 months ago
  90. 4b50a6f Reduce MultiprocessRollingFileAppender overhead (#443) by Stephen Webb · 9 months ago
  91. e096ae3 Ensure all logged event are stored when using MultiprocessRollingFileAppender (#442) by Stephen Webb · 9 months ago
  92. accf293 Restore support for MultiprocessRollingFileAppender (#441) by Stephen Webb · 9 months ago
  93. d5d646c Update administration instructions (#438) by Stephen Webb · 9 months ago
  94. 069d400 Update web site (#437) by Stephen Webb · 10 months ago
  95. 6e5b15a Fix release validation script (#436) by Stephen Webb · 10 months ago
  96. 532fe70 Fix release validation script (#435) by Stephen Webb · 10 months ago
  97. 4d22bb0 Improve instructions for releasing Log4cxx (#433) by Stephen Webb · 10 months ago rel/v1.3.1 v1.3.1-RC1
  98. 8fd7236 Add signature file to packaged source (#434) by Stephen Webb · 10 months ago
  99. ad6b84d Add bugfix release documentation (#432) by Stephen Webb · 10 months ago
  100. 237bd92 Remove unused code from cmake scripts (#430) by Stephen Webb · 10 months ago