mcatan 2004/04/22 14:21:38
Modified: . license.apl
examples delayedloop.cpp trivial.cpp
include/log4cxx appender.h appenderskeleton.h
asyncappender.h basicconfigurator.h
consoleappender.h dailyrollingfileappender.h
defaultcategoryfactory.h fileappender.h hierarchy.h
htmllayout.h layout.h level.h logger.h logmanager.h
mdc.h ndc.h patternlayout.h propertyconfigurator.h
provisionnode.h rollingfileappender.h
simplelayout.h ttcclayout.h writerappender.h
include/log4cxx/config propertysetter.h
include/log4cxx/db odbcappender.h
include/log4cxx/helpers absolutetimedateformat.h
appenderattachableimpl.h boundedfifo.h class.h
condition.h criticalsection.h cyclicbuffer.h
datagrampacket.h datagramsocket.h dateformat.h
datelayout.h datetimedateformat.h event.h
exception.h filewatchdog.h formattinginfo.h
gnomexml.h inetaddress.h intializationutil.h
iso8601dateformat.h loader.h locale.h loglog.h
msxml.h mutex.h object.h objectimpl.h objectptr.h
onlyonceerrorhandler.h optionconverter.h
patternconverter.h patternparser.h properties.h
propertyresourcebundle.h relativetimedateformat.h
resourcebundle.h semaphore.h serversocket.h
socket.h socketimpl.h socketinputstream.h
socketoutputstream.h strictmath.h stringhelper.h
stringtokenizer.h syslogwriter.h system.h tchar.h
thread.h threadspecificdata.h timezone.h
transform.h xml.h
include/log4cxx/net smtpappender.h socketappender.h
sockethubappender.h socketnode.h syslogappender.h
telnetappender.h xmlsocketappender.h
include/log4cxx/nt nteventlogappender.h
include/log4cxx/spi appenderattachable.h configurator.h
defaultrepositoryselector.h errorhandler.h filter.h
hierarchyeventlistener.h loggerfactory.h
loggerrepository.h loggingevent.h optionhandler.h
repositoryselector.h rootcategory.h
triggeringeventevaluator.h
include/log4cxx/varia denyallfilter.h fallbackerrorhandler.h
levelmatchfilter.h levelrangefilter.h
stringmatchfilter.h
include/log4cxx/xml domconfigurator.h xmllayout.h
performance main.cpp nullappender.cpp nullappender.h
src appenderattachableimpl.cpp appenderskeleton.cpp
asyncappender.cpp basicconfigurator.cpp
boundedfifo.cpp class.cpp condition.cpp
configurator.cpp consoleappender.cpp
criticalsection.cpp cyclicbuffer.cpp
dailyrollingfileappender.cpp datagrampacket.cpp
datagramsocket.cpp dateformat.cpp datelayout.cpp
defaultcategoryfactory.cpp domconfigurator.cpp
event.cpp fallbackerrorhandler.cpp fileappender.cpp
filewatchdog.cpp formattinginfo.cpp gnomexml.cpp
hierarchy.cpp htmllayout.cpp inetaddress.cpp
layout.cpp level.cpp levelmatchfilter.cpp
levelrangefilter.cpp loader.cpp locale.cpp
logger.cpp loggingevent.cpp loglog.cpp
logmanager.cpp mdc.cpp msxml.cpp mutex.cpp ndc.cpp
nteventlogappender.cpp objectimpl.cpp
odbcappender.cpp onlyonceerrorhandler.cpp
optionconverter.cpp patternconverter.cpp
patternlayout.cpp patternparser.cpp properties.cpp
propertyconfigurator.cpp propertyresourcebundle.cpp
propertysetter.cpp resourcebundle.cpp
rollingfileappender.cpp rootcategory.cpp
semaphore.cpp serversocket.cpp simplelayout.cpp
simplesocketserver.cpp smtpappender.cpp socket.cpp
socketappender.cpp sockethubappender.cpp
socketimpl.cpp socketinputstream.cpp socketnode.cpp
socketoutputstream.cpp stringhelper.cpp
stringmatchfilter.cpp stringtokenizer.cpp
syslogappender.cpp syslogwriter.cpp system.cpp
telnetappender.cpp thread.cpp
threadspecificdata.cpp timezone.cpp transform.cpp
ttcclayout.cpp writerappender.cpp xmllayout.cpp
xmlsocketappender.cpp
tests/src asyncappendertestcase.cpp drfatestcase.cpp
hierarchythresholdtestcase.cpp l7dtestcase.cpp
loggertestcase.cpp main.cpp minimumtestcase.cpp
patternlayouttest.cpp shortsocketserver.cpp
vectorappender.cpp vectorappender.h
tests/src/customlogger xlogger.cpp xlogger.h
xloggertestcase.cpp
tests/src/defaultinit testcase1.cpp testcase2.cpp
testcase3.cpp testcase4.cpp
tests/src/helpers boundedfifotestcase.cpp
cyclicbuffertestcase.cpp
optionconvertertestcase.cpp
tests/src/net socketservertestcase.cpp
socketservertestcase.h
tests/src/pattern num343patternconverter.cpp
num343patternconverter.h patternparsertestcase.cpp
tests/src/util absolutedateandtimefilter.cpp
absolutedateandtimefilter.h absolutetimefilter.cpp
absolutetimefilter.h compare.cpp compare.h
controlfilter.cpp controlfilter.h filter.cpp
filter.h iso8601filter.cpp iso8601filter.h
linenumberfilter.cpp linenumberfilter.h
relativetimefilter.cpp relativetimefilter.h
threadfilter.cpp threadfilter.h transformer.cpp
transformer.h xmllineattributefilter.cpp
xmllineattributefilter.h xmlthreadfilter.cpp
xmlthreadfilter.h xmltimestampfilter.cpp
xmltimestampfilter.h
tests/src/varia errorhandlertestcase.cpp
levelmatchfiltertestcase.cpp
levelrangefiltertestcase.cpp
tests/src/xml customleveltestcase.cpp domtestcase.cpp
xlevel.cpp xlevel.h xmllayouttestcase.cpp
Log:
updated license to version 2.0
Revision Changes Path
1.4 +12 -45 logging-log4cxx/license.apl
http://cvs.apache.org/viewcvs/logging-log4cxx/license.apl.diff?r1=1.3&r2=1.4
1.3 +15 -7 logging-log4cxx/examples/delayedloop.cpp
http://cvs.apache.org/viewcvs/logging-log4cxx/examples/delayedloop.cpp.diff?r1=1.2&r2=1.3
1.4 +16 -8 logging-log4cxx/examples/trivial.cpp
http://cvs.apache.org/viewcvs/logging-log4cxx/examples/trivial.cpp.diff?r1=1.3&r2=1.4
1.9 +16 -16 logging-log4cxx/include/log4cxx/appender.h
http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/appender.h.diff?r1=1.8&r2=1.9
1.10 +16 -16 logging-log4cxx/include/log4cxx/appenderskeleton.h
http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/appenderskeleton.h.diff?r1=1.9&r2=1.10
1.11 +16 -16 logging-log4cxx/include/log4cxx/asyncappender.h
http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/asyncappender.h.diff?r1=1.10&r2=1.11
1.4 +16 -16 logging-log4cxx/include/log4cxx/basicconfigurator.h
http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/basicconfigurator.h.diff?r1=1.3&r2=1.4
1.8 +16 -16 logging-log4cxx/include/log4cxx/consoleappender.h
http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/consoleappender.h.diff?r1=1.7&r2=1.8
1.7 +16 -16
logging-log4cxx/include/log4cxx/dailyrollingfileappender.h
http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/dailyrollingfileappender.h.diff?r1=1.6&r2=1.7
1.7 +16 -16 logging-log4cxx/include/log4cxx/defaultcategoryfactory.h
http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/defaultcategoryfactory.h.diff?r1=1.6&r2=1.7
1.11 +16 -16 logging-log4cxx/include/log4cxx/fileappender.h
http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/fileappender.h.diff?r1=1.10&r2=1.11
1.10 +16 -16 logging-log4cxx/include/log4cxx/hierarchy.h
http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/hierarchy.h.diff?r1=1.9&r2=1.10
1.12 +16 -16 logging-log4cxx/include/log4cxx/htmllayout.h
http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/htmllayout.h.diff?r1=1.11&r2=1.12
1.10 +16 -16 logging-log4cxx/include/log4cxx/layout.h
http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/layout.h.diff?r1=1.9&r2=1.10
1.10 +15 -15 logging-log4cxx/include/log4cxx/level.h
http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/level.h.diff?r1=1.9&r2=1.10
1.19 +16 -16 logging-log4cxx/include/log4cxx/logger.h
http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/logger.h.diff?r1=1.18&r2=1.19
1.10 +16 -16 logging-log4cxx/include/log4cxx/logmanager.h
http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/logmanager.h.diff?r1=1.9&r2=1.10
1.6 +16 -16 logging-log4cxx/include/log4cxx/mdc.h
http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/mdc.h.diff?r1=1.5&r2=1.6
1.5 +16 -16 logging-log4cxx/include/log4cxx/ndc.h
http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/ndc.h.diff?r1=1.4&r2=1.5
1.14 +16 -16 logging-log4cxx/include/log4cxx/patternlayout.h
http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/patternlayout.h.diff?r1=1.13&r2=1.14
1.10 +16 -16 logging-log4cxx/include/log4cxx/propertyconfigurator.h
http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/propertyconfigurator.h.diff?r1=1.9&r2=1.10
1.6 +16 -16 logging-log4cxx/include/log4cxx/provisionnode.h
http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/provisionnode.h.diff?r1=1.5&r2=1.6
1.9 +16 -16 logging-log4cxx/include/log4cxx/rollingfileappender.h
http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/rollingfileappender.h.diff?r1=1.8&r2=1.9
1.10 +16 -16 logging-log4cxx/include/log4cxx/simplelayout.h
http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/simplelayout.h.diff?r1=1.9&r2=1.10
1.10 +16 -16 logging-log4cxx/include/log4cxx/ttcclayout.h
http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/ttcclayout.h.diff?r1=1.9&r2=1.10
1.10 +16 -16 logging-log4cxx/include/log4cxx/writerappender.h
http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/writerappender.h.diff?r1=1.9&r2=1.10
1.7 +16 -16 logging-log4cxx/include/log4cxx/config/propertysetter.h
http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/config/propertysetter.h.diff?r1=1.6&r2=1.7
1.11 +16 -16 logging-log4cxx/include/log4cxx/db/odbcappender.h
http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/db/odbcappender.h.diff?r1=1.10&r2=1.11
1.6 +16 -16
logging-log4cxx/include/log4cxx/helpers/absolutetimedateformat.h
http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/helpers/absolutetimedateformat.h.diff?r1=1.5&r2=1.6
1.9 +16 -17
logging-log4cxx/include/log4cxx/helpers/appenderattachableimpl.h
http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/helpers/appenderattachableimpl.h.diff?r1=1.8&r2=1.9
1.8 +16 -16 logging-log4cxx/include/log4cxx/helpers/boundedfifo.h
http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/helpers/boundedfifo.h.diff?r1=1.7&r2=1.8
1.8 +16 -16 logging-log4cxx/include/log4cxx/helpers/class.h
http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/helpers/class.h.diff?r1=1.7&r2=1.8
1.4 +16 -16 logging-log4cxx/include/log4cxx/helpers/condition.h
http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/helpers/condition.h.diff?r1=1.3&r2=1.4
1.6 +16 -16 logging-log4cxx/include/log4cxx/helpers/criticalsection.h
http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/helpers/criticalsection.h.diff?r1=1.5&r2=1.6
1.5 +16 -16 logging-log4cxx/include/log4cxx/helpers/cyclicbuffer.h
http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/helpers/cyclicbuffer.h.diff?r1=1.4&r2=1.5
1.6 +16 -16 logging-log4cxx/include/log4cxx/helpers/datagrampacket.h
http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/helpers/datagrampacket.h.diff?r1=1.5&r2=1.6
1.5 +16 -16 logging-log4cxx/include/log4cxx/helpers/datagramsocket.h
http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/helpers/datagramsocket.h.diff?r1=1.4&r2=1.5
1.12 +16 -16 logging-log4cxx/include/log4cxx/helpers/dateformat.h
http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/helpers/dateformat.h.diff?r1=1.11&r2=1.12
1.8 +16 -16 logging-log4cxx/include/log4cxx/helpers/datelayout.h
http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/helpers/datelayout.h.diff?r1=1.7&r2=1.8
1.6 +16 -16
logging-log4cxx/include/log4cxx/helpers/datetimedateformat.h
http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/helpers/datetimedateformat.h.diff?r1=1.5&r2=1.6
1.2 +15 -7 logging-log4cxx/include/log4cxx/helpers/event.h
http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/helpers/event.h.diff?r1=1.1&r2=1.2
1.9 +16 -16 logging-log4cxx/include/log4cxx/helpers/exception.h
http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/helpers/exception.h.diff?r1=1.8&r2=1.9
1.5 +16 -16 logging-log4cxx/include/log4cxx/helpers/filewatchdog.h
http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/helpers/filewatchdog.h.diff?r1=1.4&r2=1.5
1.5 +16 -16 logging-log4cxx/include/log4cxx/helpers/formattinginfo.h
http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/helpers/formattinginfo.h.diff?r1=1.4&r2=1.5
1.4 +16 -16 logging-log4cxx/include/log4cxx/helpers/gnomexml.h
http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/helpers/gnomexml.h.diff?r1=1.3&r2=1.4
1.7 +16 -16 logging-log4cxx/include/log4cxx/helpers/inetaddress.h
http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/helpers/inetaddress.h.diff?r1=1.6&r2=1.7
1.2 +16 -16
logging-log4cxx/include/log4cxx/helpers/intializationutil.h
http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/helpers/intializationutil.h.diff?r1=1.1&r2=1.2
1.10 +16 -16
logging-log4cxx/include/log4cxx/helpers/iso8601dateformat.h
http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/helpers/iso8601dateformat.h.diff?r1=1.9&r2=1.10
1.6 +16 -16 logging-log4cxx/include/log4cxx/helpers/loader.h
http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/helpers/loader.h.diff?r1=1.5&r2=1.6
1.2 +15 -15 logging-log4cxx/include/log4cxx/helpers/locale.h
http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/helpers/locale.h.diff?r1=1.1&r2=1.2
1.6 +16 -16 logging-log4cxx/include/log4cxx/helpers/loglog.h
http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/helpers/loglog.h.diff?r1=1.5&r2=1.6
1.7 +16 -16 logging-log4cxx/include/log4cxx/helpers/msxml.h
http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/helpers/msxml.h.diff?r1=1.6&r2=1.7
1.4 +16 -16 logging-log4cxx/include/log4cxx/helpers/mutex.h
http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/helpers/mutex.h.diff?r1=1.3&r2=1.4
1.10 +16 -16 logging-log4cxx/include/log4cxx/helpers/object.h
http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/helpers/object.h.diff?r1=1.9&r2=1.10
1.12 +15 -15 logging-log4cxx/include/log4cxx/helpers/objectimpl.h
http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/helpers/objectimpl.h.diff?r1=1.11&r2=1.12
1.6 +16 -16 logging-log4cxx/include/log4cxx/helpers/objectptr.h
http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/helpers/objectptr.h.diff?r1=1.5&r2=1.6
1.10 +16 -16
logging-log4cxx/include/log4cxx/helpers/onlyonceerrorhandler.h
http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/helpers/onlyonceerrorhandler.h.diff?r1=1.9&r2=1.10
1.11 +16 -16 logging-log4cxx/include/log4cxx/helpers/optionconverter.h
http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/helpers/optionconverter.h.diff?r1=1.10&r2=1.11
1.11 +16 -16
logging-log4cxx/include/log4cxx/helpers/patternconverter.h
http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/helpers/patternconverter.h.diff?r1=1.10&r2=1.11
1.8 +16 -16 logging-log4cxx/include/log4cxx/helpers/patternparser.h
http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/helpers/patternparser.h.diff?r1=1.7&r2=1.8
1.6 +16 -16 logging-log4cxx/include/log4cxx/helpers/properties.h
http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/helpers/properties.h.diff?r1=1.5&r2=1.6
1.3 +15 -15
logging-log4cxx/include/log4cxx/helpers/propertyresourcebundle.h
http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/helpers/propertyresourcebundle.h.diff?r1=1.2&r2=1.3
1.9 +16 -16
logging-log4cxx/include/log4cxx/helpers/relativetimedateformat.h
http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/helpers/relativetimedateformat.h.diff?r1=1.8&r2=1.9
1.3 +15 -15 logging-log4cxx/include/log4cxx/helpers/resourcebundle.h
http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/helpers/resourcebundle.h.diff?r1=1.2&r2=1.3
1.8 +16 -16 logging-log4cxx/include/log4cxx/helpers/semaphore.h
http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/helpers/semaphore.h.diff?r1=1.7&r2=1.8
1.6 +16 -16 logging-log4cxx/include/log4cxx/helpers/serversocket.h
http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/helpers/serversocket.h.diff?r1=1.5&r2=1.6
1.8 +16 -16 logging-log4cxx/include/log4cxx/helpers/socket.h
http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/helpers/socket.h.diff?r1=1.7&r2=1.8
1.10 +16 -16 logging-log4cxx/include/log4cxx/helpers/socketimpl.h
http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/helpers/socketimpl.h.diff?r1=1.9&r2=1.10
1.9 +16 -16
logging-log4cxx/include/log4cxx/helpers/socketinputstream.h
http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/helpers/socketinputstream.h.diff?r1=1.8&r2=1.9
1.7 +16 -16
logging-log4cxx/include/log4cxx/helpers/socketoutputstream.h
http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/helpers/socketoutputstream.h.diff?r1=1.6&r2=1.7
1.3 +15 -7 logging-log4cxx/include/log4cxx/helpers/strictmath.h
http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/helpers/strictmath.h.diff?r1=1.2&r2=1.3
1.8 +16 -16 logging-log4cxx/include/log4cxx/helpers/stringhelper.h
http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/helpers/stringhelper.h.diff?r1=1.7&r2=1.8
1.5 +16 -15 logging-log4cxx/include/log4cxx/helpers/stringtokenizer.h
http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/helpers/stringtokenizer.h.diff?r1=1.4&r2=1.5
1.4 +16 -16 logging-log4cxx/include/log4cxx/helpers/syslogwriter.h
http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/helpers/syslogwriter.h.diff?r1=1.3&r2=1.4
1.7 +16 -16 logging-log4cxx/include/log4cxx/helpers/system.h
http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/helpers/system.h.diff?r1=1.6&r2=1.7
1.27 +16 -15 logging-log4cxx/include/log4cxx/helpers/tchar.h
http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/helpers/tchar.h.diff?r1=1.26&r2=1.27
1.11 +16 -16 logging-log4cxx/include/log4cxx/helpers/thread.h
http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/helpers/thread.h.diff?r1=1.10&r2=1.11
1.6 +16 -17
logging-log4cxx/include/log4cxx/helpers/threadspecificdata.h
http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/helpers/threadspecificdata.h.diff?r1=1.5&r2=1.6
1.2 +16 -8 logging-log4cxx/include/log4cxx/helpers/timezone.h
http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/helpers/timezone.h.diff?r1=1.1&r2=1.2
1.5 +16 -16 logging-log4cxx/include/log4cxx/helpers/transform.h
http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/helpers/transform.h.diff?r1=1.4&r2=1.5
1.4 +16 -16 logging-log4cxx/include/log4cxx/helpers/xml.h
http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/helpers/xml.h.diff?r1=1.3&r2=1.4
1.10 +16 -16 logging-log4cxx/include/log4cxx/net/smtpappender.h
http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/net/smtpappender.h.diff?r1=1.9&r2=1.10
1.12 +16 -16 logging-log4cxx/include/log4cxx/net/socketappender.h
http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/net/socketappender.h.diff?r1=1.11&r2=1.12
1.10 +16 -16 logging-log4cxx/include/log4cxx/net/sockethubappender.h
http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/net/sockethubappender.h.diff?r1=1.9&r2=1.10
1.8 +16 -16 logging-log4cxx/include/log4cxx/net/socketnode.h
http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/net/socketnode.h.diff?r1=1.7&r2=1.8
1.9 +16 -16 logging-log4cxx/include/log4cxx/net/syslogappender.h
http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/net/syslogappender.h.diff?r1=1.8&r2=1.9
1.11 +16 -16 logging-log4cxx/include/log4cxx/net/telnetappender.h
http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/net/telnetappender.h.diff?r1=1.10&r2=1.11
1.10 +16 -16 logging-log4cxx/include/log4cxx/net/xmlsocketappender.h
http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/net/xmlsocketappender.h.diff?r1=1.9&r2=1.10
1.9 +16 -16 logging-log4cxx/include/log4cxx/nt/nteventlogappender.h
http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/nt/nteventlogappender.h.diff?r1=1.8&r2=1.9
1.8 +16 -16 logging-log4cxx/include/log4cxx/spi/appenderattachable.h
http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/spi/appenderattachable.h.diff?r1=1.7&r2=1.8
1.6 +16 -16 logging-log4cxx/include/log4cxx/spi/configurator.h
http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/spi/configurator.h.diff?r1=1.5&r2=1.6
1.8 +16 -15
logging-log4cxx/include/log4cxx/spi/defaultrepositoryselector.h
http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/spi/defaultrepositoryselector.h.diff?r1=1.7&r2=1.8
1.11 +16 -16 logging-log4cxx/include/log4cxx/spi/errorhandler.h
http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/spi/errorhandler.h.diff?r1=1.10&r2=1.11
1.10 +16 -16 logging-log4cxx/include/log4cxx/spi/filter.h
http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/spi/filter.h.diff?r1=1.9&r2=1.10
1.8 +16 -16
logging-log4cxx/include/log4cxx/spi/hierarchyeventlistener.h
http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/spi/hierarchyeventlistener.h.diff?r1=1.7&r2=1.8
1.6 +16 -16 logging-log4cxx/include/log4cxx/spi/loggerfactory.h
http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/spi/loggerfactory.h.diff?r1=1.5&r2=1.6
1.10 +16 -16 logging-log4cxx/include/log4cxx/spi/loggerrepository.h
http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/spi/loggerrepository.h.diff?r1=1.9&r2=1.10
1.14 +16 -16 logging-log4cxx/include/log4cxx/spi/loggingevent.h
http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/spi/loggingevent.h.diff?r1=1.13&r2=1.14
1.6 +16 -16 logging-log4cxx/include/log4cxx/spi/optionhandler.h
http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/spi/optionhandler.h.diff?r1=1.5&r2=1.6
1.6 +16 -16 logging-log4cxx/include/log4cxx/spi/repositoryselector.h
http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/spi/repositoryselector.h.diff?r1=1.5&r2=1.6
1.7 +16 -16 logging-log4cxx/include/log4cxx/spi/rootcategory.h
http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/spi/rootcategory.h.diff?r1=1.6&r2=1.7
1.8 +16 -16
logging-log4cxx/include/log4cxx/spi/triggeringeventevaluator.h
http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/spi/triggeringeventevaluator.h.diff?r1=1.7&r2=1.8
1.9 +16 -16 logging-log4cxx/include/log4cxx/varia/denyallfilter.h
http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/varia/denyallfilter.h.diff?r1=1.8&r2=1.9
1.3 +16 -16
logging-log4cxx/include/log4cxx/varia/fallbackerrorhandler.h
http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/varia/fallbackerrorhandler.h.diff?r1=1.2&r2=1.3
1.10 +16 -16 logging-log4cxx/include/log4cxx/varia/levelmatchfilter.h
http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/varia/levelmatchfilter.h.diff?r1=1.9&r2=1.10
1.10 +16 -16 logging-log4cxx/include/log4cxx/varia/levelrangefilter.h
http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/varia/levelrangefilter.h.diff?r1=1.9&r2=1.10
1.10 +16 -16 logging-log4cxx/include/log4cxx/varia/stringmatchfilter.h
http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/varia/stringmatchfilter.h.diff?r1=1.9&r2=1.10
1.12 +15 -15 logging-log4cxx/include/log4cxx/xml/domconfigurator.h
http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/xml/domconfigurator.h.diff?r1=1.11&r2=1.12
1.11 +16 -16 logging-log4cxx/include/log4cxx/xml/xmllayout.h
http://cvs.apache.org/viewcvs/logging-log4cxx/include/log4cxx/xml/xmllayout.h.diff?r1=1.10&r2=1.11
1.3 +16 -0 logging-log4cxx/performance/main.cpp
http://cvs.apache.org/viewcvs/logging-log4cxx/performance/main.cpp.diff?r1=1.2&r2=1.3
1.5 +15 -15 logging-log4cxx/performance/nullappender.cpp
http://cvs.apache.org/viewcvs/logging-log4cxx/performance/nullappender.cpp.diff?r1=1.4&r2=1.5
1.5 +15 -15 logging-log4cxx/performance/nullappender.h
http://cvs.apache.org/viewcvs/logging-log4cxx/performance/nullappender.h.diff?r1=1.4&r2=1.5
1.8 +15 -15 logging-log4cxx/src/appenderattachableimpl.cpp
http://cvs.apache.org/viewcvs/logging-log4cxx/src/appenderattachableimpl.cpp.diff?r1=1.7&r2=1.8
1.6 +15 -16 logging-log4cxx/src/appenderskeleton.cpp
http://cvs.apache.org/viewcvs/logging-log4cxx/src/appenderskeleton.cpp.diff?r1=1.5&r2=1.6
1.11 +16 -16 logging-log4cxx/src/asyncappender.cpp
http://cvs.apache.org/viewcvs/logging-log4cxx/src/asyncappender.cpp.diff?r1=1.10&r2=1.11
1.3 +15 -15 logging-log4cxx/src/basicconfigurator.cpp
http://cvs.apache.org/viewcvs/logging-log4cxx/src/basicconfigurator.cpp.diff?r1=1.2&r2=1.3
1.10 +15 -15 logging-log4cxx/src/boundedfifo.cpp
http://cvs.apache.org/viewcvs/logging-log4cxx/src/boundedfifo.cpp.diff?r1=1.9&r2=1.10
1.8 +15 -15 logging-log4cxx/src/class.cpp
http://cvs.apache.org/viewcvs/logging-log4cxx/src/class.cpp.diff?r1=1.7&r2=1.8
1.5 +15 -15 logging-log4cxx/src/condition.cpp
http://cvs.apache.org/viewcvs/logging-log4cxx/src/condition.cpp.diff?r1=1.4&r2=1.5
1.3 +15 -15 logging-log4cxx/src/configurator.cpp
http://cvs.apache.org/viewcvs/logging-log4cxx/src/configurator.cpp.diff?r1=1.2&r2=1.3
1.6 +16 -16 logging-log4cxx/src/consoleappender.cpp
http://cvs.apache.org/viewcvs/logging-log4cxx/src/consoleappender.cpp.diff?r1=1.5&r2=1.6
1.6 +15 -15 logging-log4cxx/src/criticalsection.cpp
http://cvs.apache.org/viewcvs/logging-log4cxx/src/criticalsection.cpp.diff?r1=1.5&r2=1.6
1.6 +15 -15 logging-log4cxx/src/cyclicbuffer.cpp
http://cvs.apache.org/viewcvs/logging-log4cxx/src/cyclicbuffer.cpp.diff?r1=1.5&r2=1.6
1.6 +15 -15 logging-log4cxx/src/dailyrollingfileappender.cpp
http://cvs.apache.org/viewcvs/logging-log4cxx/src/dailyrollingfileappender.cpp.diff?r1=1.5&r2=1.6
1.2 +16 -16 logging-log4cxx/src/datagrampacket.cpp
http://cvs.apache.org/viewcvs/logging-log4cxx/src/datagrampacket.cpp.diff?r1=1.1&r2=1.2
1.6 +16 -16 logging-log4cxx/src/datagramsocket.cpp
http://cvs.apache.org/viewcvs/logging-log4cxx/src/datagramsocket.cpp.diff?r1=1.5&r2=1.6
1.10 +16 -16 logging-log4cxx/src/dateformat.cpp
http://cvs.apache.org/viewcvs/logging-log4cxx/src/dateformat.cpp.diff?r1=1.9&r2=1.10
1.8 +16 -16 logging-log4cxx/src/datelayout.cpp
http://cvs.apache.org/viewcvs/logging-log4cxx/src/datelayout.cpp.diff?r1=1.7&r2=1.8
1.5 +16 -16 logging-log4cxx/src/defaultcategoryfactory.cpp
http://cvs.apache.org/viewcvs/logging-log4cxx/src/defaultcategoryfactory.cpp.diff?r1=1.4&r2=1.5
1.12 +16 -16 logging-log4cxx/src/domconfigurator.cpp
http://cvs.apache.org/viewcvs/logging-log4cxx/src/domconfigurator.cpp.diff?r1=1.11&r2=1.12
1.2 +15 -7 logging-log4cxx/src/event.cpp
http://cvs.apache.org/viewcvs/logging-log4cxx/src/event.cpp.diff?r1=1.1&r2=1.2
1.3 +16 -16 logging-log4cxx/src/fallbackerrorhandler.cpp
http://cvs.apache.org/viewcvs/logging-log4cxx/src/fallbackerrorhandler.cpp.diff?r1=1.2&r2=1.3
1.10 +16 -16 logging-log4cxx/src/fileappender.cpp
http://cvs.apache.org/viewcvs/logging-log4cxx/src/fileappender.cpp.diff?r1=1.9&r2=1.10
1.7 +16 -16 logging-log4cxx/src/filewatchdog.cpp
http://cvs.apache.org/viewcvs/logging-log4cxx/src/filewatchdog.cpp.diff?r1=1.6&r2=1.7
1.4 +16 -16 logging-log4cxx/src/formattinginfo.cpp
http://cvs.apache.org/viewcvs/logging-log4cxx/src/formattinginfo.cpp.diff?r1=1.3&r2=1.4
1.3 +16 -16 logging-log4cxx/src/gnomexml.cpp
http://cvs.apache.org/viewcvs/logging-log4cxx/src/gnomexml.cpp.diff?r1=1.2&r2=1.3
1.11 +16 -16 logging-log4cxx/src/hierarchy.cpp
http://cvs.apache.org/viewcvs/logging-log4cxx/src/hierarchy.cpp.diff?r1=1.10&r2=1.11
1.10 +16 -16 logging-log4cxx/src/htmllayout.cpp
http://cvs.apache.org/viewcvs/logging-log4cxx/src/htmllayout.cpp.diff?r1=1.9&r2=1.10
1.7 +16 -16 logging-log4cxx/src/inetaddress.cpp
http://cvs.apache.org/viewcvs/logging-log4cxx/src/inetaddress.cpp.diff?r1=1.6&r2=1.7
1.2 +16 -16 logging-log4cxx/src/layout.cpp
http://cvs.apache.org/viewcvs/logging-log4cxx/src/layout.cpp.diff?r1=1.1&r2=1.2
1.6 +16 -16 logging-log4cxx/src/level.cpp
http://cvs.apache.org/viewcvs/logging-log4cxx/src/level.cpp.diff?r1=1.5&r2=1.6
1.9 +16 -16 logging-log4cxx/src/levelmatchfilter.cpp
http://cvs.apache.org/viewcvs/logging-log4cxx/src/levelmatchfilter.cpp.diff?r1=1.8&r2=1.9
1.9 +16 -16 logging-log4cxx/src/levelrangefilter.cpp
http://cvs.apache.org/viewcvs/logging-log4cxx/src/levelrangefilter.cpp.diff?r1=1.8&r2=1.9
1.8 +16 -16 logging-log4cxx/src/loader.cpp
http://cvs.apache.org/viewcvs/logging-log4cxx/src/loader.cpp.diff?r1=1.7&r2=1.8
1.2 +15 -15 logging-log4cxx/src/locale.cpp
http://cvs.apache.org/viewcvs/logging-log4cxx/src/locale.cpp.diff?r1=1.1&r2=1.2
1.13 +16 -16 logging-log4cxx/src/logger.cpp
http://cvs.apache.org/viewcvs/logging-log4cxx/src/logger.cpp.diff?r1=1.12&r2=1.13
1.13 +16 -16 logging-log4cxx/src/loggingevent.cpp
http://cvs.apache.org/viewcvs/logging-log4cxx/src/loggingevent.cpp.diff?r1=1.12&r2=1.13
1.5 +16 -16 logging-log4cxx/src/loglog.cpp
http://cvs.apache.org/viewcvs/logging-log4cxx/src/loglog.cpp.diff?r1=1.4&r2=1.5
1.8 +16 -16 logging-log4cxx/src/logmanager.cpp
http://cvs.apache.org/viewcvs/logging-log4cxx/src/logmanager.cpp.diff?r1=1.7&r2=1.8
1.5 +16 -16 logging-log4cxx/src/mdc.cpp
http://cvs.apache.org/viewcvs/logging-log4cxx/src/mdc.cpp.diff?r1=1.4&r2=1.5
1.6 +16 -16 logging-log4cxx/src/msxml.cpp
http://cvs.apache.org/viewcvs/logging-log4cxx/src/msxml.cpp.diff?r1=1.5&r2=1.6
1.3 +16 -16 logging-log4cxx/src/mutex.cpp
http://cvs.apache.org/viewcvs/logging-log4cxx/src/mutex.cpp.diff?r1=1.2&r2=1.3
1.4 +16 -16 logging-log4cxx/src/ndc.cpp
http://cvs.apache.org/viewcvs/logging-log4cxx/src/ndc.cpp.diff?r1=1.3&r2=1.4
1.7 +16 -16 logging-log4cxx/src/nteventlogappender.cpp
http://cvs.apache.org/viewcvs/logging-log4cxx/src/nteventlogappender.cpp.diff?r1=1.6&r2=1.7
1.13 +15 -15 logging-log4cxx/src/objectimpl.cpp
http://cvs.apache.org/viewcvs/logging-log4cxx/src/objectimpl.cpp.diff?r1=1.12&r2=1.13
1.9 +16 -16 logging-log4cxx/src/odbcappender.cpp
http://cvs.apache.org/viewcvs/logging-log4cxx/src/odbcappender.cpp.diff?r1=1.8&r2=1.9
1.8 +16 -16 logging-log4cxx/src/onlyonceerrorhandler.cpp
http://cvs.apache.org/viewcvs/logging-log4cxx/src/onlyonceerrorhandler.cpp.diff?r1=1.7&r2=1.8
1.13 +16 -16 logging-log4cxx/src/optionconverter.cpp
http://cvs.apache.org/viewcvs/logging-log4cxx/src/optionconverter.cpp.diff?r1=1.12&r2=1.13
1.9 +16 -16 logging-log4cxx/src/patternconverter.cpp
http://cvs.apache.org/viewcvs/logging-log4cxx/src/patternconverter.cpp.diff?r1=1.8&r2=1.9
1.9 +16 -16 logging-log4cxx/src/patternlayout.cpp
http://cvs.apache.org/viewcvs/logging-log4cxx/src/patternlayout.cpp.diff?r1=1.8&r2=1.9
1.13 +16 -16 logging-log4cxx/src/patternparser.cpp
http://cvs.apache.org/viewcvs/logging-log4cxx/src/patternparser.cpp.diff?r1=1.12&r2=1.13
1.7 +16 -16 logging-log4cxx/src/properties.cpp
http://cvs.apache.org/viewcvs/logging-log4cxx/src/properties.cpp.diff?r1=1.6&r2=1.7
1.11 +16 -16 logging-log4cxx/src/propertyconfigurator.cpp
http://cvs.apache.org/viewcvs/logging-log4cxx/src/propertyconfigurator.cpp.diff?r1=1.10&r2=1.11
1.2 +16 -16 logging-log4cxx/src/propertyresourcebundle.cpp
http://cvs.apache.org/viewcvs/logging-log4cxx/src/propertyresourcebundle.cpp.diff?r1=1.1&r2=1.2
1.5 +16 -16 logging-log4cxx/src/propertysetter.cpp
http://cvs.apache.org/viewcvs/logging-log4cxx/src/propertysetter.cpp.diff?r1=1.4&r2=1.5
1.2 +16 -16 logging-log4cxx/src/resourcebundle.cpp
http://cvs.apache.org/viewcvs/logging-log4cxx/src/resourcebundle.cpp.diff?r1=1.1&r2=1.2
1.10 +16 -16 logging-log4cxx/src/rollingfileappender.cpp
http://cvs.apache.org/viewcvs/logging-log4cxx/src/rollingfileappender.cpp.diff?r1=1.9&r2=1.10
1.5 +16 -16 logging-log4cxx/src/rootcategory.cpp
http://cvs.apache.org/viewcvs/logging-log4cxx/src/rootcategory.cpp.diff?r1=1.4&r2=1.5
1.5 +16 -16 logging-log4cxx/src/semaphore.cpp
http://cvs.apache.org/viewcvs/logging-log4cxx/src/semaphore.cpp.diff?r1=1.4&r2=1.5
1.5 +16 -17 logging-log4cxx/src/serversocket.cpp
http://cvs.apache.org/viewcvs/logging-log4cxx/src/serversocket.cpp.diff?r1=1.4&r2=1.5
1.7 +16 -16 logging-log4cxx/src/simplelayout.cpp
http://cvs.apache.org/viewcvs/logging-log4cxx/src/simplelayout.cpp.diff?r1=1.6&r2=1.7
1.9 +16 -16 logging-log4cxx/src/simplesocketserver.cpp
http://cvs.apache.org/viewcvs/logging-log4cxx/src/simplesocketserver.cpp.diff?r1=1.8&r2=1.9
1.5 +16 -16 logging-log4cxx/src/smtpappender.cpp
http://cvs.apache.org/viewcvs/logging-log4cxx/src/smtpappender.cpp.diff?r1=1.4&r2=1.5
1.7 +16 -16 logging-log4cxx/src/socket.cpp
http://cvs.apache.org/viewcvs/logging-log4cxx/src/socket.cpp.diff?r1=1.6&r2=1.7
1.8 +16 -16 logging-log4cxx/src/socketappender.cpp
http://cvs.apache.org/viewcvs/logging-log4cxx/src/socketappender.cpp.diff?r1=1.7&r2=1.8
1.8 +16 -16 logging-log4cxx/src/sockethubappender.cpp
http://cvs.apache.org/viewcvs/logging-log4cxx/src/sockethubappender.cpp.diff?r1=1.7&r2=1.8
1.11 +16 -16 logging-log4cxx/src/socketimpl.cpp
http://cvs.apache.org/viewcvs/logging-log4cxx/src/socketimpl.cpp.diff?r1=1.10&r2=1.11
1.6 +16 -16 logging-log4cxx/src/socketinputstream.cpp
http://cvs.apache.org/viewcvs/logging-log4cxx/src/socketinputstream.cpp.diff?r1=1.5&r2=1.6
1.7 +16 -16 logging-log4cxx/src/socketnode.cpp
http://cvs.apache.org/viewcvs/logging-log4cxx/src/socketnode.cpp.diff?r1=1.6&r2=1.7
1.6 +16 -16 logging-log4cxx/src/socketoutputstream.cpp
http://cvs.apache.org/viewcvs/logging-log4cxx/src/socketoutputstream.cpp.diff?r1=1.5&r2=1.6
1.2 +15 -15 logging-log4cxx/src/stringhelper.cpp
http://cvs.apache.org/viewcvs/logging-log4cxx/src/stringhelper.cpp.diff?r1=1.1&r2=1.2
1.8 +16 -16 logging-log4cxx/src/stringmatchfilter.cpp
http://cvs.apache.org/viewcvs/logging-log4cxx/src/stringmatchfilter.cpp.diff?r1=1.7&r2=1.8
1.4 +16 -16 logging-log4cxx/src/stringtokenizer.cpp
http://cvs.apache.org/viewcvs/logging-log4cxx/src/stringtokenizer.cpp.diff?r1=1.3&r2=1.4
1.8 +16 -16 logging-log4cxx/src/syslogappender.cpp
http://cvs.apache.org/viewcvs/logging-log4cxx/src/syslogappender.cpp.diff?r1=1.7&r2=1.8
1.4 +16 -16 logging-log4cxx/src/syslogwriter.cpp
http://cvs.apache.org/viewcvs/logging-log4cxx/src/syslogwriter.cpp.diff?r1=1.3&r2=1.4
1.11 +16 -16 logging-log4cxx/src/system.cpp
http://cvs.apache.org/viewcvs/logging-log4cxx/src/system.cpp.diff?r1=1.10&r2=1.11
1.8 +16 -16 logging-log4cxx/src/telnetappender.cpp
http://cvs.apache.org/viewcvs/logging-log4cxx/src/telnetappender.cpp.diff?r1=1.7&r2=1.8
1.9 +16 -16 logging-log4cxx/src/thread.cpp
http://cvs.apache.org/viewcvs/logging-log4cxx/src/thread.cpp.diff?r1=1.8&r2=1.9
1.5 +16 -17 logging-log4cxx/src/threadspecificdata.cpp
http://cvs.apache.org/viewcvs/logging-log4cxx/src/threadspecificdata.cpp.diff?r1=1.4&r2=1.5
1.3 +16 -8 logging-log4cxx/src/timezone.cpp
http://cvs.apache.org/viewcvs/logging-log4cxx/src/timezone.cpp.diff?r1=1.2&r2=1.3
1.5 +16 -16 logging-log4cxx/src/transform.cpp
http://cvs.apache.org/viewcvs/logging-log4cxx/src/transform.cpp.diff?r1=1.4&r2=1.5
1.7 +16 -16 logging-log4cxx/src/ttcclayout.cpp
http://cvs.apache.org/viewcvs/logging-log4cxx/src/ttcclayout.cpp.diff?r1=1.6&r2=1.7
1.7 +16 -16 logging-log4cxx/src/writerappender.cpp
http://cvs.apache.org/viewcvs/logging-log4cxx/src/writerappender.cpp.diff?r1=1.6&r2=1.7
1.13 +16 -16 logging-log4cxx/src/xmllayout.cpp
http://cvs.apache.org/viewcvs/logging-log4cxx/src/xmllayout.cpp.diff?r1=1.12&r2=1.13
1.7 +15 -15 logging-log4cxx/src/xmlsocketappender.cpp
http://cvs.apache.org/viewcvs/logging-log4cxx/src/xmlsocketappender.cpp.diff?r1=1.6&r2=1.7
1.4 +15 -14 logging-log4cxx/tests/src/asyncappendertestcase.cpp
http://cvs.apache.org/viewcvs/logging-log4cxx/tests/src/asyncappendertestcase.cpp.diff?r1=1.3&r2=1.4
1.5 +16 -0 logging-log4cxx/tests/src/drfatestcase.cpp
http://cvs.apache.org/viewcvs/logging-log4cxx/tests/src/drfatestcase.cpp.diff?r1=1.4&r2=1.5
1.3 +16 -0 logging-log4cxx/tests/src/hierarchythresholdtestcase.cpp
http://cvs.apache.org/viewcvs/logging-log4cxx/tests/src/hierarchythresholdtestcase.cpp.diff?r1=1.2&r2=1.3
1.2 +16 -15 logging-log4cxx/tests/src/l7dtestcase.cpp
http://cvs.apache.org/viewcvs/logging-log4cxx/tests/src/l7dtestcase.cpp.diff?r1=1.1&r2=1.2
1.5 +15 -14 logging-log4cxx/tests/src/loggertestcase.cpp
http://cvs.apache.org/viewcvs/logging-log4cxx/tests/src/loggertestcase.cpp.diff?r1=1.4&r2=1.5
1.2 +16 -0 logging-log4cxx/tests/src/main.cpp
http://cvs.apache.org/viewcvs/logging-log4cxx/tests/src/main.cpp.diff?r1=1.1&r2=1.2
1.5 +15 -14 logging-log4cxx/tests/src/minimumtestcase.cpp
http://cvs.apache.org/viewcvs/logging-log4cxx/tests/src/minimumtestcase.cpp.diff?r1=1.4&r2=1.5
1.5 +16 -15 logging-log4cxx/tests/src/patternlayouttest.cpp
http://cvs.apache.org/viewcvs/logging-log4cxx/tests/src/patternlayouttest.cpp.diff?r1=1.4&r2=1.5
1.2 +15 -15 logging-log4cxx/tests/src/shortsocketserver.cpp
http://cvs.apache.org/viewcvs/logging-log4cxx/tests/src/shortsocketserver.cpp.diff?r1=1.1&r2=1.2
1.2 +15 -14 logging-log4cxx/tests/src/vectorappender.cpp
http://cvs.apache.org/viewcvs/logging-log4cxx/tests/src/vectorappender.cpp.diff?r1=1.1&r2=1.2
1.3 +15 -14 logging-log4cxx/tests/src/vectorappender.h
http://cvs.apache.org/viewcvs/logging-log4cxx/tests/src/vectorappender.h.diff?r1=1.2&r2=1.3
1.3 +15 -14 logging-log4cxx/tests/src/customlogger/xlogger.cpp
http://cvs.apache.org/viewcvs/logging-log4cxx/tests/src/customlogger/xlogger.cpp.diff?r1=1.2&r2=1.3
1.2 +15 -14 logging-log4cxx/tests/src/customlogger/xlogger.h
http://cvs.apache.org/viewcvs/logging-log4cxx/tests/src/customlogger/xlogger.h.diff?r1=1.1&r2=1.2
1.4 +15 -14
logging-log4cxx/tests/src/customlogger/xloggertestcase.cpp
http://cvs.apache.org/viewcvs/logging-log4cxx/tests/src/customlogger/xloggertestcase.cpp.diff?r1=1.3&r2=1.4
1.2 +16 -15 logging-log4cxx/tests/src/defaultinit/testcase1.cpp
http://cvs.apache.org/viewcvs/logging-log4cxx/tests/src/defaultinit/testcase1.cpp.diff?r1=1.1&r2=1.2
1.3 +16 -15 logging-log4cxx/tests/src/defaultinit/testcase2.cpp
http://cvs.apache.org/viewcvs/logging-log4cxx/tests/src/defaultinit/testcase2.cpp.diff?r1=1.2&r2=1.3
1.3 +16 -15 logging-log4cxx/tests/src/defaultinit/testcase3.cpp
http://cvs.apache.org/viewcvs/logging-log4cxx/tests/src/defaultinit/testcase3.cpp.diff?r1=1.2&r2=1.3
1.3 +16 -15 logging-log4cxx/tests/src/defaultinit/testcase4.cpp
http://cvs.apache.org/viewcvs/logging-log4cxx/tests/src/defaultinit/testcase4.cpp.diff?r1=1.2&r2=1.3
1.5 +15 -13 logging-log4cxx/tests/src/helpers/boundedfifotestcase.cpp
http://cvs.apache.org/viewcvs/logging-log4cxx/tests/src/helpers/boundedfifotestcase.cpp.diff?r1=1.4&r2=1.5
1.3 +15 -13
logging-log4cxx/tests/src/helpers/cyclicbuffertestcase.cpp
http://cvs.apache.org/viewcvs/logging-log4cxx/tests/src/helpers/cyclicbuffertestcase.cpp.diff?r1=1.2&r2=1.3
1.4 +15 -13
logging-log4cxx/tests/src/helpers/optionconvertertestcase.cpp
http://cvs.apache.org/viewcvs/logging-log4cxx/tests/src/helpers/optionconvertertestcase.cpp.diff?r1=1.3&r2=1.4
1.2 +15 -14 logging-log4cxx/tests/src/net/socketservertestcase.cpp
http://cvs.apache.org/viewcvs/logging-log4cxx/tests/src/net/socketservertestcase.cpp.diff?r1=1.1&r2=1.2
1.2 +16 -0 logging-log4cxx/tests/src/net/socketservertestcase.h
http://cvs.apache.org/viewcvs/logging-log4cxx/tests/src/net/socketservertestcase.h.diff?r1=1.1&r2=1.2
1.2 +15 -15
logging-log4cxx/tests/src/pattern/num343patternconverter.cpp
http://cvs.apache.org/viewcvs/logging-log4cxx/tests/src/pattern/num343patternconverter.cpp.diff?r1=1.1&r2=1.2
1.2 +15 -15
logging-log4cxx/tests/src/pattern/num343patternconverter.h
http://cvs.apache.org/viewcvs/logging-log4cxx/tests/src/pattern/num343patternconverter.h.diff?r1=1.1&r2=1.2
1.2 +15 -14
logging-log4cxx/tests/src/pattern/patternparsertestcase.cpp
http://cvs.apache.org/viewcvs/logging-log4cxx/tests/src/pattern/patternparsertestcase.cpp.diff?r1=1.1&r2=1.2
1.3 +15 -14
logging-log4cxx/tests/src/util/absolutedateandtimefilter.cpp
http://cvs.apache.org/viewcvs/logging-log4cxx/tests/src/util/absolutedateandtimefilter.cpp.diff?r1=1.2&r2=1.3
1.2 +15 -14
logging-log4cxx/tests/src/util/absolutedateandtimefilter.h
http://cvs.apache.org/viewcvs/logging-log4cxx/tests/src/util/absolutedateandtimefilter.h.diff?r1=1.1&r2=1.2
1.3 +15 -14 logging-log4cxx/tests/src/util/absolutetimefilter.cpp
http://cvs.apache.org/viewcvs/logging-log4cxx/tests/src/util/absolutetimefilter.cpp.diff?r1=1.2&r2=1.3
1.2 +15 -14 logging-log4cxx/tests/src/util/absolutetimefilter.h
http://cvs.apache.org/viewcvs/logging-log4cxx/tests/src/util/absolutetimefilter.h.diff?r1=1.1&r2=1.2
1.4 +15 -14 logging-log4cxx/tests/src/util/compare.cpp
http://cvs.apache.org/viewcvs/logging-log4cxx/tests/src/util/compare.cpp.diff?r1=1.3&r2=1.4
1.2 +15 -14 logging-log4cxx/tests/src/util/compare.h
http://cvs.apache.org/viewcvs/logging-log4cxx/tests/src/util/compare.h.diff?r1=1.1&r2=1.2
1.3 +15 -14 logging-log4cxx/tests/src/util/controlfilter.cpp
http://cvs.apache.org/viewcvs/logging-log4cxx/tests/src/util/controlfilter.cpp.diff?r1=1.2&r2=1.3
1.3 +15 -14 logging-log4cxx/tests/src/util/controlfilter.h
http://cvs.apache.org/viewcvs/logging-log4cxx/tests/src/util/controlfilter.h.diff?r1=1.2&r2=1.3
1.5 +15 -14 logging-log4cxx/tests/src/util/filter.cpp
http://cvs.apache.org/viewcvs/logging-log4cxx/tests/src/util/filter.cpp.diff?r1=1.4&r2=1.5
1.3 +15 -14 logging-log4cxx/tests/src/util/filter.h
http://cvs.apache.org/viewcvs/logging-log4cxx/tests/src/util/filter.h.diff?r1=1.2&r2=1.3
1.3 +15 -14 logging-log4cxx/tests/src/util/iso8601filter.cpp
http://cvs.apache.org/viewcvs/logging-log4cxx/tests/src/util/iso8601filter.cpp.diff?r1=1.2&r2=1.3
1.2 +15 -14 logging-log4cxx/tests/src/util/iso8601filter.h
http://cvs.apache.org/viewcvs/logging-log4cxx/tests/src/util/iso8601filter.h.diff?r1=1.1&r2=1.2
1.5 +15 -14 logging-log4cxx/tests/src/util/linenumberfilter.cpp
http://cvs.apache.org/viewcvs/logging-log4cxx/tests/src/util/linenumberfilter.cpp.diff?r1=1.4&r2=1.5
1.2 +15 -14 logging-log4cxx/tests/src/util/linenumberfilter.h
http://cvs.apache.org/viewcvs/logging-log4cxx/tests/src/util/linenumberfilter.h.diff?r1=1.1&r2=1.2
1.3 +15 -14 logging-log4cxx/tests/src/util/relativetimefilter.cpp
http://cvs.apache.org/viewcvs/logging-log4cxx/tests/src/util/relativetimefilter.cpp.diff?r1=1.2&r2=1.3
1.2 +15 -14 logging-log4cxx/tests/src/util/relativetimefilter.h
http://cvs.apache.org/viewcvs/logging-log4cxx/tests/src/util/relativetimefilter.h.diff?r1=1.1&r2=1.2
1.4 +15 -14 logging-log4cxx/tests/src/util/threadfilter.cpp
http://cvs.apache.org/viewcvs/logging-log4cxx/tests/src/util/threadfilter.cpp.diff?r1=1.3&r2=1.4
1.2 +15 -14 logging-log4cxx/tests/src/util/threadfilter.h
http://cvs.apache.org/viewcvs/logging-log4cxx/tests/src/util/threadfilter.h.diff?r1=1.1&r2=1.2
1.4 +15 -14 logging-log4cxx/tests/src/util/transformer.cpp
http://cvs.apache.org/viewcvs/logging-log4cxx/tests/src/util/transformer.cpp.diff?r1=1.3&r2=1.4
1.2 +15 -14 logging-log4cxx/tests/src/util/transformer.h
http://cvs.apache.org/viewcvs/logging-log4cxx/tests/src/util/transformer.h.diff?r1=1.1&r2=1.2
1.2 +15 -14 logging-log4cxx/tests/src/util/xmllineattributefilter.cpp
http://cvs.apache.org/viewcvs/logging-log4cxx/tests/src/util/xmllineattributefilter.cpp.diff?r1=1.1&r2=1.2
1.2 +15 -14 logging-log4cxx/tests/src/util/xmllineattributefilter.h
http://cvs.apache.org/viewcvs/logging-log4cxx/tests/src/util/xmllineattributefilter.h.diff?r1=1.1&r2=1.2
1.2 +15 -14 logging-log4cxx/tests/src/util/xmlthreadfilter.cpp
http://cvs.apache.org/viewcvs/logging-log4cxx/tests/src/util/xmlthreadfilter.cpp.diff?r1=1.1&r2=1.2
1.2 +15 -14 logging-log4cxx/tests/src/util/xmlthreadfilter.h
http://cvs.apache.org/viewcvs/logging-log4cxx/tests/src/util/xmlthreadfilter.h.diff?r1=1.1&r2=1.2
1.2 +15 -14 logging-log4cxx/tests/src/util/xmltimestampfilter.cpp
http://cvs.apache.org/viewcvs/logging-log4cxx/tests/src/util/xmltimestampfilter.cpp.diff?r1=1.1&r2=1.2
1.2 +15 -14 logging-log4cxx/tests/src/util/xmltimestampfilter.h
http://cvs.apache.org/viewcvs/logging-log4cxx/tests/src/util/xmltimestampfilter.h.diff?r1=1.1&r2=1.2
1.2 +15 -14 logging-log4cxx/tests/src/varia/errorhandlertestcase.cpp
http://cvs.apache.org/viewcvs/logging-log4cxx/tests/src/varia/errorhandlertestcase.cpp.diff?r1=1.1&r2=1.2
1.2 +15 -14
logging-log4cxx/tests/src/varia/levelmatchfiltertestcase.cpp
http://cvs.apache.org/viewcvs/logging-log4cxx/tests/src/varia/levelmatchfiltertestcase.cpp.diff?r1=1.1&r2=1.2
1.2 +15 -14
logging-log4cxx/tests/src/varia/levelrangefiltertestcase.cpp
http://cvs.apache.org/viewcvs/logging-log4cxx/tests/src/varia/levelrangefiltertestcase.cpp.diff?r1=1.1&r2=1.2
1.2 +15 -13 logging-log4cxx/tests/src/xml/customleveltestcase.cpp
http://cvs.apache.org/viewcvs/logging-log4cxx/tests/src/xml/customleveltestcase.cpp.diff?r1=1.1&r2=1.2
1.2 +15 -13 logging-log4cxx/tests/src/xml/domtestcase.cpp
http://cvs.apache.org/viewcvs/logging-log4cxx/tests/src/xml/domtestcase.cpp.diff?r1=1.1&r2=1.2
1.3 +15 -14 logging-log4cxx/tests/src/xml/xlevel.cpp
http://cvs.apache.org/viewcvs/logging-log4cxx/tests/src/xml/xlevel.cpp.diff?r1=1.2&r2=1.3
1.3 +15 -14 logging-log4cxx/tests/src/xml/xlevel.h
http://cvs.apache.org/viewcvs/logging-log4cxx/tests/src/xml/xlevel.h.diff?r1=1.2&r2=1.3
1.2 +15 -14 logging-log4cxx/tests/src/xml/xmllayouttestcase.cpp
http://cvs.apache.org/viewcvs/logging-log4cxx/tests/src/xml/xmllayouttestcase.cpp.diff?r1=1.1&r2=1.2
