summaryrefslogtreecommitdiff
path: root/src/main/cpp
Commit message (Expand)AuthorAgeFilesLines
* LOGCXX-484: Spelling error s/excute/executeHEADmastertschoening2016-10-231-14/+14
* Remove blank line to make comparing easier.tschoening2016-08-031-1/+0
* If the child zip-process fails, throw an IOException, like with all the other...tschoening2016-07-081-1/+3
* Cleaning up the code a bit.tschoening2016-07-071-54/+60
* wcstombs was not available even if it was defined to be.tschoening2016-07-021-0/+6
* LOGCXX-482: I never liked the static_cast<char>-approach and so changed to wh...tschoening2016-07-023-65/+64
* LOGCXX-464: TimeBasedRollingPolicy::initialize was able to forward an "append...tschoening2016-04-053-89/+98
* 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-188-70/+5
* LOGCXX-461: OOS already flushes implicitly in reset.tschoening2015-12-221-1/+0
* LOGCXX-461: SocketAppender creates memory issue for log4j server.tschoening2015-12-152-4/+13
* LOGCXX-461: hopefully improved readabilitytschoening2015-12-152-177/+229
* 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
* 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-088-5/+70
* 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
* LOGCXX-442:Using non standard ports with syslog.Credits to 'Ulrik'.chand2015-01-292-7/+18
* LOGCXX-434 : The attached patch fixes some cppcheck warnings. Credits to 'Chr...chand2015-01-075-7/+6
* LOGCXX-428: Wildcards in Makefile.am break either VPATH or non-VPATH installsrhys2014-12-121-2/+0
* LOGCXX-430: My patch didn't work, against my expactations I seem to have intr...tschoening2014-09-071-8/+11
* LOGCXX-430: LogManager::getRootLogger is not thread-safetschoening2014-03-141-11/+8
* LOGCXX-425: exceptions in CachedDateFormatTestCase after LOGCXX-420tschoening2014-02-191-20/+5
* LOGCXX-425: Changed the calculation of millis in a formatted string again and...tschoening2014-02-181-23/+33
* LOGCXX-425: I added a test for LOGCXX-420 which failed in the former codebase...tschoening2014-02-181-10/+13
* LOGCXX-367: Use C++ headers instead of C-ones.tschoening2014-02-182-2/+4
* LOGCXX-390joseph2014-02-173-5/+40
* LOGCXX-390joseph2014-02-171-20/+33
* LOGCXX-342joseph2014-02-171-20/+25
* LOGCXX-426joseph2014-02-171-0/+1
* Remove +x on .{cpp,h,xml,properties} and witnessesrhys2014-02-128-0/+0
* LOG4CXX-337 Attempt to get threadcxx.cpp compilingrhys2014-02-121-25/+19
* LOG4CXX-320: Correct apr_threadkey_private_deleterhys2014-02-121-1/+1
* LOGCXX-320: TLS memory of APR is not freed in destructor of APRInitializertschoening2014-02-101-0/+1
* LOGCXX-394: Levels are not thread safetschoening2014-02-101-16/+8
* LOGCXX-368: method and class name functions not properly implementedtschoening2014-02-101-6/+10
* LOGCXX-337: Suggested fix for socketappender not reconnecting multiple timestschoening2014-02-102-11/+25
* LOGCXX-313: Build process fails in case of absence of iconv support in apr-utiltschoening2014-02-102-12/+12
* LOGCXX-317: Log4cxx triggers locking inversion, which can result in a deadlocktschoening2014-02-101-1/+0
* LOGCXX-305: Property/DOMConfigurator::configureAndWatch can continue to run a...tschoening2014-02-106-7/+45
* LOGCXX-353: When a client disconnects the SocketHubAppender crashes on the ne...tschoening2014-02-101-2/+3
* LOGCXX-388: Hierarchy::updateParents loops forever on illegal logger-name lik...tschoening2014-02-091-1/+1
* spellingtschoening2014-02-091-7/+7
* LOGCXX-358: SMTPAppender generating Emails with an empty bodytschoening2014-02-091-0/+6
* LOGCXX-412: Log4cxx doesn't roll normally when working under multiple process...tschoening2014-02-096-95/+452
* LOGCXX-331: DailyRollingFileAppender should roll if program doesn't run at ro...tschoening2014-02-091-1/+3