aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-04-05Update bug report / contact info.upstream-masterLasse Collin
2024-04-05Change the home page URL back to the original one.Lasse Collin
2024-04-04Update maintainer and author info.Lasse Collin
2024-03-11Use -implicit:none so that only the requested files are built.Lasse Collin
2024-03-11Fix build.xml for multi-release JAR builds.Lasse Collin
2024-03-06Add @Override annotations.Lasse Collin
2024-03-06Require Java 8.Lasse Collin
2024-03-06Delta filter: Add a SPDX contributor tag.Lasse Collin
2024-03-06Delta filter: Coding style and comment edits.Lasse Collin
2024-03-06Delta filter: Improve performance.Brett Okken
2024-03-06Add "@since 1.10" to ARM64Options and RISCVOptions.Lasse Collin
2024-03-06Update THANKS.Lasse Collin
2024-03-06Update the attributes for the OSGi bundle.Lasse Collin
2024-03-06Update supported .xz file format version to 1.2.0.Lasse Collin
2024-03-06Add the RISC-V BCJ filter.Lasse Collin
2024-03-06Add ARM64.java and ARM64Options.java to fileset-src.txt.Lasse Collin
2024-03-06Update 7-zip.org URLs to HTTPS.Lasse Collin
2024-03-06maven/pom_template.xml: Add Jia Tan as a developer.Lasse Collin
2024-03-06Make the project compliant with the REUSE Specification 3.0.Lasse Collin
2024-03-06Switch to BSD Zero Clause License.Lasse Collin
2024-03-06Switch from CR+LF to LF newlines in maven/pom_template.xml.Lasse Collin
2024-03-06Minor comment fixes.Lasse Collin
2024-01-19Update README for bug report email address and IRC channel server.Jia Tan
2024-01-19Update docs and metadata for new project website.Jia Tan
2023-05-05XZSeekDecDemo: Use long for file offsets to support large files.Lasse Collin
2022-12-16Tweak comments in ARM64.java.Lasse Collin
2022-12-17Implements ARM64 filter described in xz spec version 1.1.0.Jia Tan
2022-12-09Removes unused imports flagged by text editor.Jia Tan
2021-03-12Bump the version number to 1.9.Lasse Collin
2021-03-12Add NEWS for 1.9.Lasse Collin
2021-03-12Fixing building of the docs.Lasse Collin
2021-03-12Add fileset-src9.txt to fileset-misc.txt.Lasse Collin
2021-03-12Update author/contributor info to package-info.java and pom_template.xml.Lasse Collin
2021-03-08Add an example to the javadoc of SeekableXZInputStream.Lasse Collin
2021-03-08Update COPYING.Lasse Collin
2021-03-08Update README.Lasse Collin
2021-03-08Fix a wrong variable name in a comment in build.properties.Lasse Collin
2021-03-08Speed optimization to LZDecoder.repeat.Lasse Collin
2021-02-05Use the slice-by-four algorithm for CRC64.Lasse Collin
2021-02-05Remove two unneeded imports.Lasse Collin
2021-02-05CRC64: Minor speed improvement.Lasse Collin
2021-02-05LZMAInputStream.enableRelaxedEndCondition(): Add missing @since tag.Lasse Collin
2021-02-02LZMA2OutputStream: Combine tiny writes into bigger writes.Lasse Collin
2021-02-02BlockInputStream: Don't allocate unneeded memory for Block Header.Lasse Collin
2021-02-01Add module-info.java as multi-release JAR.Lasse Collin
2021-02-01Silence warnings about obsolete javac options.Lasse Collin
2021-02-01For javadoc, add support for "element-list" from Java 11 and later.Lasse Collin
2021-02-01Add support for javac --release on OpenJDK 9 and later.Lasse Collin
2021-02-01Javadoc: Omit deprecated list (which is empty) and the generic help page.Lasse Collin
2021-02-01Fix javadoc errors and a few warnings, and change a HTTP URL to HTTPS.Lasse Collin