| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
git-svn-id: http://svn.apache.org/repos/asf/incubator/log4cxx/trunk@1766278 13f79535-47bb-0310-9956-ffa450edef68
|
|
|
|
| |
git-svn-id: http://svn.apache.org/repos/asf/incubator/log4cxx/trunk@1755031 13f79535-47bb-0310-9956-ffa450edef68
|
|
|
|
| |
git-svn-id: http://svn.apache.org/repos/asf/incubator/log4cxx/trunk@1753033 13f79535-47bb-0310-9956-ffa450edef68
|
|
|
|
|
|
| |
other errors.
git-svn-id: http://svn.apache.org/repos/asf/incubator/log4cxx/trunk@1751863 13f79535-47bb-0310-9956-ffa450edef68
|
|
|
|
| |
git-svn-id: http://svn.apache.org/repos/asf/incubator/log4cxx/trunk@1751829 13f79535-47bb-0310-9956-ffa450edef68
|
|
|
|
| |
git-svn-id: http://svn.apache.org/repos/asf/incubator/log4cxx/trunk@1751060 13f79535-47bb-0310-9956-ffa450edef68
|
|
|
|
| |
git-svn-id: http://svn.apache.org/repos/asf/incubator/log4cxx/trunk@1751058 13f79535-47bb-0310-9956-ffa450edef68
|
|
|
|
| |
git-svn-id: http://svn.apache.org/repos/asf/incubator/log4cxx/trunk@1751050 13f79535-47bb-0310-9956-ffa450edef68
|
|
|
|
|
|
|
|
| |
what the bug author provided and is inline with the following comment, which has already been mentione din LOGCXX-400.
http://stackoverflow.com/questions/28094263/create-array-of-chars-avoiding-narrowing?rq=1#comment44564938_28094263
git-svn-id: http://svn.apache.org/repos/asf/incubator/log4cxx/trunk@1751049 13f79535-47bb-0310-9956-ffa450edef68
|
|
|
|
| |
git-svn-id: http://svn.apache.org/repos/asf/incubator/log4cxx/trunk@1750946 13f79535-47bb-0310-9956-ffa450edef68
|
|
|
|
| |
git-svn-id: http://svn.apache.org/repos/asf/incubator/log4cxx/trunk@1750941 13f79535-47bb-0310-9956-ffa450edef68
|
|
|
|
| |
git-svn-id: http://svn.apache.org/repos/asf/incubator/log4cxx/trunk@1750937 13f79535-47bb-0310-9956-ffa450edef68
|
|
|
|
|
|
| |
endings during build.
git-svn-id: http://svn.apache.org/repos/asf/incubator/log4cxx/trunk@1750929 13f79535-47bb-0310-9956-ffa450edef68
|
|
|
|
| |
git-svn-id: http://svn.apache.org/repos/asf/incubator/log4cxx/trunk@1738416 13f79535-47bb-0310-9956-ffa450edef68
|
|
|
|
|
|
| |
"append" property from the caller appender, the rollover method instead wasn't and originally used a hard coded value of "false", which was later enhanced in LOGCXX-412 to true/false depending on some macro. This looks like an error with the API itself to me so I changed rollover to need an append property as well. Originally I thought of creating a backwards compatible wrapper still providing a hard coded value of true/false depending on the macro, but because of the abstract base RollingPolicy I needed to change that and all children anyways. While the current approach might break callers implementing their own policy, to me this looks like the better approach because that way those implementers need to think of the original error and act accordingly. LOGCXX-412 shows that some users already encountered the same error and resolved it with just another hard coded value.
git-svn-id: http://svn.apache.org/repos/asf/incubator/log4cxx/trunk@1737849 13f79535-47bb-0310-9956-ffa450edef68
|
|
|
|
| |
git-svn-id: http://svn.apache.org/repos/asf/incubator/log4cxx/trunk@1737844 13f79535-47bb-0310-9956-ffa450edef68
|
|
|
|
|
|
| |
release and "site" itself doesn't use the generated project files anyway. They only need to exist for a release.
git-svn-id: http://svn.apache.org/repos/asf/incubator/log4cxx/trunk@1736647 13f79535-47bb-0310-9956-ffa450edef68
|
|
|
|
| |
git-svn-id: http://svn.apache.org/repos/asf/incubator/log4cxx/trunk@1736641 13f79535-47bb-0310-9956-ffa450edef68
|
|
|
|
|
|
| |
level is used in the release archive. But that should make the dir more easier to read anyways.
git-svn-id: http://svn.apache.org/repos/asf/incubator/log4cxx/trunk@1736640 13f79535-47bb-0310-9956-ffa450edef68
|
|
|
|
| |
git-svn-id: http://svn.apache.org/repos/asf/incubator/log4cxx/trunk@1736632 13f79535-47bb-0310-9956-ffa450edef68
|
|
|
|
|
|
| |
because depcomp seems to be comparable in its purpose, I simply added it.
git-svn-id: http://svn.apache.org/repos/asf/incubator/log4cxx/trunk@1736613 13f79535-47bb-0310-9956-ffa450edef68
|
|
|
|
|
|
| |
working dir and after comparing configure.in form an older release with current configure.ac both are almost identical, so I change to use configurae.ac in a release now. Additionally, aclocal excplicitly said that I need either configure.in or configure.ac, so should be OK to change...
git-svn-id: http://svn.apache.org/repos/asf/incubator/log4cxx/trunk@1736612 13f79535-47bb-0310-9956-ffa450edef68
|
|
|
|
|
|
| |
all of those are in autogen.sh already. Don't know how I missed that, I guess I called autogen.sh by accident very early and never removed the created aclocal file anymore.
git-svn-id: http://svn.apache.org/repos/asf/incubator/log4cxx/trunk@1736603 13f79535-47bb-0310-9956-ffa450edef68
|
|
|
|
|
|
| |
dir to improve its clarity. They are still in the generated release archives and a "mvn clear && mvn package" still passes. So it doesn't look I broke something.
git-svn-id: http://svn.apache.org/repos/asf/incubator/log4cxx/trunk@1736561 13f79535-47bb-0310-9956-ffa450edef68
|
|
|
|
| |
git-svn-id: http://svn.apache.org/repos/asf/incubator/log4cxx/trunk@1736555 13f79535-47bb-0310-9956-ffa450edef68
|
|
|
|
| |
git-svn-id: http://svn.apache.org/repos/asf/incubator/log4cxx/trunk@1736549 13f79535-47bb-0310-9956-ffa450edef68
|
|
|
|
| |
git-svn-id: http://svn.apache.org/repos/asf/incubator/log4cxx/trunk@1736548 13f79535-47bb-0310-9956-ffa450edef68
|
|
|
|
| |
git-svn-id: http://svn.apache.org/repos/asf/incubator/log4cxx/trunk@1736547 13f79535-47bb-0310-9956-ffa450edef68
|
|
|
|
| |
git-svn-id: http://svn.apache.org/repos/asf/incubator/log4cxx/trunk@1736542 13f79535-47bb-0310-9956-ffa450edef68
|
|
|
|
| |
git-svn-id: http://svn.apache.org/repos/asf/incubator/log4cxx/trunk@1736541 13f79535-47bb-0310-9956-ffa450edef68
|
|
|
|
|
|
|
|
|
| |
files which were all executable, even NOTICE and such plain text files. This is wrong of course, but shouldn't have been the case, because regarding the maven documentation, 0644 is the default unless specified otherwise. I make sure now by defining all the permissions I want.
https://maven.apache.org/plugins/maven-assembly-plugin/assembly.html
git-svn-id: http://svn.apache.org/repos/asf/incubator/log4cxx/trunk@1736497 13f79535-47bb-0310-9956-ffa450edef68
|
|
|
|
|
|
| |
libtoolize to clean up the root folder a bit.
git-svn-id: http://svn.apache.org/repos/asf/incubator/log4cxx/trunk@1736491 13f79535-47bb-0310-9956-ffa450edef68
|
|
|
|
| |
git-svn-id: http://svn.apache.org/repos/asf/incubator/log4cxx/trunk@1736458 13f79535-47bb-0310-9956-ffa450edef68
|
|
|
|
|
|
| |
files. Generating project files even fails in my env currently, while mvn site does not.
git-svn-id: http://svn.apache.org/repos/asf/incubator/log4cxx/trunk@1736455 13f79535-47bb-0310-9956-ffa450edef68
|
|
|
|
| |
git-svn-id: http://svn.apache.org/repos/asf/incubator/log4cxx/trunk@1736454 13f79535-47bb-0310-9956-ffa450edef68
|
|
|
|
| |
git-svn-id: http://svn.apache.org/repos/asf/incubator/log4cxx/trunk@1736453 13f79535-47bb-0310-9956-ffa450edef68
|
|
|
|
|
|
| |
name there. That's not the case under e.g. NTFS and from my understanding the prupose of the PRIMARY appender is simply to fail to be used because of an invalid file name and trigger FALLBACK that way. If that fails and logigng into :x.log succeeds, the test fails. So I changed the file name to use to ".", which should be invalid in most cases.
git-svn-id: http://svn.apache.org/repos/asf/incubator/log4cxx/trunk@1736451 13f79535-47bb-0310-9956-ffa450edef68
|
|
|
|
| |
git-svn-id: http://svn.apache.org/repos/asf/incubator/log4cxx/trunk@1736444 13f79535-47bb-0310-9956-ffa450edef68
|
|
|
|
|
|
| |
because we only use zip/zlib. gzip is not mentioned on this page anywhere as well, zip is.
git-svn-id: http://svn.apache.org/repos/asf/incubator/log4cxx/trunk@1736431 13f79535-47bb-0310-9956-ffa450edef68
|
|
|
|
| |
git-svn-id: http://svn.apache.org/repos/asf/incubator/log4cxx/trunk@1736429 13f79535-47bb-0310-9956-ffa450edef68
|
|
|
|
|
|
| |
to be changed for every new version.
git-svn-id: http://svn.apache.org/repos/asf/incubator/log4cxx/trunk@1736423 13f79535-47bb-0310-9956-ffa450edef68
|
|
|
|
| |
git-svn-id: http://svn.apache.org/repos/asf/incubator/log4cxx/trunk@1736418 13f79535-47bb-0310-9956-ffa450edef68
|
|
|
|
| |
git-svn-id: http://svn.apache.org/repos/asf/incubator/log4cxx/trunk@1736417 13f79535-47bb-0310-9956-ffa450edef68
|
|
|
|
|
|
| |
available in my Ubuntu 12.0.4 anymore and that's already pretty old. We can live with 1 vs. 1.0.
git-svn-id: http://svn.apache.org/repos/asf/incubator/log4cxx/trunk@1736416 13f79535-47bb-0310-9956-ffa450edef68
|
|
|
|
| |
git-svn-id: http://svn.apache.org/repos/asf/incubator/log4cxx/trunk@1736414 13f79535-47bb-0310-9956-ffa450edef68
|
|
|
|
| |
git-svn-id: http://svn.apache.org/repos/asf/incubator/log4cxx/trunk@1736413 13f79535-47bb-0310-9956-ffa450edef68
|
|
|
|
| |
git-svn-id: http://svn.apache.org/repos/asf/incubator/log4cxx/trunk@1736412 13f79535-47bb-0310-9956-ffa450edef68
|
|
|
|
| |
git-svn-id: http://svn.apache.org/repos/asf/incubator/log4cxx/trunk@1735450 13f79535-47bb-0310-9956-ffa450edef68
|
|
|
|
|
|
| |
texts using the already inlined 0 bytes.
git-svn-id: http://svn.apache.org/repos/asf/incubator/log4cxx/trunk@1735442 13f79535-47bb-0310-9956-ffa450edef68
|
|
|
|
|
|
|
|
| |
I'll apply the same workaround like for APRInitializer for now. Tests still pass in my env.
https://issues.apache.org/jira/browse/LOGCXX-430?focusedCommentId=15175254&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-15175254
git-svn-id: http://svn.apache.org/repos/asf/incubator/log4cxx/trunk@1733231 13f79535-47bb-0310-9956-ffa450edef68
|