index
:
delta/log4cxx.git
LOGCXX-421%20fixed%20cpptasks
latest_stable
master
svn.apache.org: repos/asf/incubator/log4cxx
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
main
/
cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
LOGCXX-484: Spelling error s/excute/execute
HEAD
master
tschoening
2016-10-23
1
-14
/
+14
*
Remove blank line to make comparing easier.
tschoening
2016-08-03
1
-1
/
+0
*
If the child zip-process fails, throw an IOException, like with all the other...
tschoening
2016-07-08
1
-1
/
+3
*
Cleaning up the code a bit.
tschoening
2016-07-07
1
-54
/
+60
*
wcstombs was not available even if it was defined to be.
tschoening
2016-07-02
1
-0
/
+6
*
LOGCXX-482: I never liked the static_cast<char>-approach and so changed to wh...
tschoening
2016-07-02
3
-65
/
+64
*
LOGCXX-464: TimeBasedRollingPolicy::initialize was able to forward an "append...
tschoening
2016-04-05
3
-89
/
+98
*
LOGCXX-400: Tried to make the code more readable by seperating blocks of text...
tschoening
2016-03-17
1
-12
/
+15
*
LOGCXX-430: Multithreaded applications may crash when calling ~Hierarchy, so ...
tschoening
2016-03-02
1
-2
/
+6
*
LOGCXX-322: TODO added
tschoening
2016-03-01
1
-1
/
+1
*
LOGCXX-456: I just made a really stupid mistake and forgot to add LOG4CXX_STA...
tschoening
2016-02-18
8
-70
/
+5
*
LOGCXX-461: OOS already flushes implicitly in reset.
tschoening
2015-12-22
1
-1
/
+0
*
LOGCXX-461: SocketAppender creates memory issue for log4j server.
tschoening
2015-12-15
2
-4
/
+13
*
LOGCXX-461: hopefully improved readability
tschoening
2015-12-15
2
-177
/
+229
*
LOGCXX-322: I applied some changes to address the issue that multi threaded a...
tschoening
2015-10-13
2
-2
/
+12
*
clang warned about logical AND with a constant operator and this line looks m...
tschoening
2015-10-11
1
-1
/
+1
*
APR may include stdint.h already, which itself may provide INT64_C. So I swap...
tschoening
2015-10-08
1
-4
/
+1
*
LOGCXX-456: My C++-Builder 10 Seattle seems to wrongly remove getters and set...
tschoening
2015-10-08
8
-5
/
+70
*
Removed warning about unreachable code by making it reachable. Normally I do ...
tschoening
2015-10-08
1
-3
/
+5
*
LOGCXX-426: Let APR deal with windows.h and WIN32_LEAN_AND_MEAN and that stuf...
tschoening
2015-10-08
1
-8
/
+6
*
Corrected indentation
tschoening
2015-05-17
1
-37
/
+58
*
LOGCXX-442:Using non standard ports with syslog.Credits to 'Ulrik'.
chand
2015-01-29
2
-7
/
+18
*
LOGCXX-434 : The attached patch fixes some cppcheck warnings. Credits to 'Chr...
chand
2015-01-07
5
-7
/
+6
*
LOGCXX-428: Wildcards in Makefile.am break either VPATH or non-VPATH installs
rhys
2014-12-12
1
-2
/
+0
*
LOGCXX-430: My patch didn't work, against my expactations I seem to have intr...
tschoening
2014-09-07
1
-8
/
+11
*
LOGCXX-430: LogManager::getRootLogger is not thread-safe
tschoening
2014-03-14
1
-11
/
+8
*
LOGCXX-425: exceptions in CachedDateFormatTestCase after LOGCXX-420
tschoening
2014-02-19
1
-20
/
+5
*
LOGCXX-425: Changed the calculation of millis in a formatted string again and...
tschoening
2014-02-18
1
-23
/
+33
*
LOGCXX-425: I added a test for LOGCXX-420 which failed in the former codebase...
tschoening
2014-02-18
1
-10
/
+13
*
LOGCXX-367: Use C++ headers instead of C-ones.
tschoening
2014-02-18
2
-2
/
+4
*
LOGCXX-390
joseph
2014-02-17
3
-5
/
+40
*
LOGCXX-390
joseph
2014-02-17
1
-20
/
+33
*
LOGCXX-342
joseph
2014-02-17
1
-20
/
+25
*
LOGCXX-426
joseph
2014-02-17
1
-0
/
+1
*
Remove +x on .{cpp,h,xml,properties} and witnesses
rhys
2014-02-12
8
-0
/
+0
*
LOG4CXX-337 Attempt to get threadcxx.cpp compiling
rhys
2014-02-12
1
-25
/
+19
*
LOG4CXX-320: Correct apr_threadkey_private_delete
rhys
2014-02-12
1
-1
/
+1
*
LOGCXX-320: TLS memory of APR is not freed in destructor of APRInitializer
tschoening
2014-02-10
1
-0
/
+1
*
LOGCXX-394: Levels are not thread safe
tschoening
2014-02-10
1
-16
/
+8
*
LOGCXX-368: method and class name functions not properly implemented
tschoening
2014-02-10
1
-6
/
+10
*
LOGCXX-337: Suggested fix for socketappender not reconnecting multiple times
tschoening
2014-02-10
2
-11
/
+25
*
LOGCXX-313: Build process fails in case of absence of iconv support in apr-util
tschoening
2014-02-10
2
-12
/
+12
*
LOGCXX-317: Log4cxx triggers locking inversion, which can result in a deadlock
tschoening
2014-02-10
1
-1
/
+0
*
LOGCXX-305: Property/DOMConfigurator::configureAndWatch can continue to run a...
tschoening
2014-02-10
6
-7
/
+45
*
LOGCXX-353: When a client disconnects the SocketHubAppender crashes on the ne...
tschoening
2014-02-10
1
-2
/
+3
*
LOGCXX-388: Hierarchy::updateParents loops forever on illegal logger-name lik...
tschoening
2014-02-09
1
-1
/
+1
*
spelling
tschoening
2014-02-09
1
-7
/
+7
*
LOGCXX-358: SMTPAppender generating Emails with an empty body
tschoening
2014-02-09
1
-0
/
+6
*
LOGCXX-412: Log4cxx doesn't roll normally when working under multiple process...
tschoening
2014-02-09
6
-95
/
+452
*
LOGCXX-331: DailyRollingFileAppender should roll if program doesn't run at ro...
tschoening
2014-02-09
1
-1
/
+3
[next]