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