summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Spellingtschoening2016-03-241-10/+10
* errorhandlertestcase failed in Linux, I guess because :x.log is a valid file ...tschoening2016-03-241-2/+3
* I was wrong about gzip.tschoening2016-03-241-1/+2
* libtoolize: `AC_PROG_RANLIB' is rendered obsolete by `LT_INIT'tschoening2016-03-241-3/+0
* Requirements and instructions for building from source added. gzip removed, b...tschoening2016-03-241-3/+4
* LOGCXX-433: Autoconf 2.69 needs 'ACLOCAL_AMFLAGS= -I .'tschoening2016-03-242-0/+2
* Hint for required autoconf version and removed 0.10.0 because it would need t...tschoening2016-03-241-2/+2
* LOGCXX-400 was fixedtschoening2016-03-241-0/+1
* There doesn't seem to be an action type "change" (anymore).tschoening2016-03-241-2/+2
* Removed 1.0 specialization for libapr, because those packages are not availab...tschoening2016-03-241-8/+8
* The parts about reports was available twice in the file with different report...tschoening2016-03-241-32/+0
* Spellingtschoening2016-03-241-1/+1
* Spellingtschoening2016-03-241-1/+1
* Spellingtschoening2016-03-241-1/+1
* version number added to be consistent with maven-changes-plugintschoening2016-03-241-0/+4
* LOGCXX-400: Changes of comment 2 applied.tschoening2016-03-171-9/+9
* LOGCXX-400: Tried to make the code more readable by seperating blocks of text...tschoening2016-03-171-12/+15
* LOGCXX-430: Multithreaded applications may crash when calling ~Hierarchy, so ...tschoening2016-03-021-2/+6
* LOGCXX-322: TODO addedtschoening2016-03-011-1/+1
* LOGCXX-456: I just made a really stupid mistake and forgot to add LOG4CXX_STA...tschoening2016-02-1817-89/+37
* LOGCXX-461: OOS already flushes implicitly in reset.tschoening2015-12-221-1/+0
* LOGCXX-461: SocketAppender creates memory issue for log4j server.tschoening2015-12-153-12/+25
* LOGCXX-461: hopefully improved readabilitytschoening2015-12-154-348/+395
* LOGCXX-322: I applied some changes to address the issue that multi threaded a...tschoening2015-10-132-2/+12
* clang warned about logical AND with a constant operator and this line looks m...tschoening2015-10-111-1/+1
* I always wondered why I get the folder "xyz" in my root and found the reason ...tschoening2015-10-111-9/+9
* LOGCXX-457: Changed test4, 5 and 6 to delete their generic files before runni...tschoening2015-10-091-11/+97
* LOGCXX-457: Pushing back the wait factor because it's not as important as I t...tschoening2015-10-091-13/+13
* LOGCXX-457: test5 failed because it wrongly expected .gz extension.tschoening2015-10-091-1/+1
* LOGCXX-457: Reverting my behaviour changes for test 6, because I was on the c...tschoening2015-10-091-4/+4
* LOGCXX-457: Improved debugging so the console logger output always starts on ...tschoening2015-10-091-1/+1
* LOGCXX-457: Forgot to commit some additional macros last ime.tschoening2015-10-091-27/+29
* LOGCXX-457: I think I've found the reason for at least test6 failing: The fir...tschoening2015-10-091-48/+89
* LOGCXX-457: Reworked the other tests to reduce redundant code. The same tests...tschoening2015-10-091-206/+162
* LOGCXX-457: Chaning indentation, because it wasn't really uniform before, isn...tschoening2015-10-091-289/+293
* LOGCXX-457: I've reworked test1 to reduce the amount of duplicated code: All ...tschoening2015-10-091-74/+191
* LOGCXX-457: Changed delayUntilNextSecond to delayUntilNextSecondWithMsg, beca...tschoening2015-10-091-3/+3
* LOGCXX-457: Removed hard coded 100 milliseconds to get a more uniform behaviour.tschoening2015-10-091-12/+12
* LOGCXX-457: delayUntilNextMinute is not used (anymore) and even if it will be...tschoening2015-10-091-9/+0
* Added delayUntilNextSecondWithMsg because the same msg was hard coded 3 times.tschoening2015-10-081-9/+10
* Applied the same change like for date.cpp about apr.h defining INT64_C, only ...tschoening2015-10-081-6/+2
* APR may include stdint.h already, which itself may provide INT64_C. So I swap...tschoening2015-10-081-4/+1
* LOGCXX-456: My C++-Builder 10 Seattle seems to wrongly remove getters and set...tschoening2015-10-0817-37/+89
* Foxed some lines with broken code style, comments where not properly associat...tschoening2015-10-081-9/+8
* We rely on apr anyways, so include it earlier, because APR will then detect/d...tschoening2015-10-081-2/+3
* Removed warning about unreachable code by making it reachable. Normally I do ...tschoening2015-10-081-3/+5
* LOGCXX-426: Let APR deal with windows.h and WIN32_LEAN_AND_MEAN and that stuf...tschoening2015-10-081-8/+6
* Corrected indentationtschoening2015-05-171-37/+58
* LOG4CXX_CONFIGURATION has been mentioned two times which resulted in bad expr...tschoening2015-02-191-5/+4
* LOGCXX-442:Using non standard ports with syslog.Credits to 'Ulrik'.chand2015-01-294-8/+22