[GitHub] commons-compress pull request #70: Use Java 7 Files.createTempDirectory inst...

2018-10-03 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/commons-compress/pull/70 ---

[GitHub] commons-compress pull request #70: Use Java 7 Files.createTempDirectory inst...

2018-09-28 Thread DaGeRe
GitHub user DaGeRe opened a pull request: https://github.com/apache/commons-compress/pull/70 Use Java 7 Files.createTempDirectory instead of creating file, deleti… …ng it and create directory The self-written mkdir deletes a temporary file with a prefix, deletes it and

[GitHub] commons-compress pull request #69: Correctly track compression level change ...

2018-09-07 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/commons-compress/pull/69 ---

[GitHub] commons-compress pull request #69: Correctly track compression level change ...

2018-09-06 Thread jaikiran
GitHub user jaikiran opened a pull request: https://github.com/apache/commons-compress/pull/69 Correctly track compression level change in ZipArchiveOutputStream https://bz.apache.org/bugzilla/show_bug.cgi?id=62686 describes a bug in Ant project's `ZipOutputStream`. The same bug is

[GitHub] commons-compress pull request #66: fix typo in javadoc

2018-08-30 Thread ArneBab
Github user ArneBab closed the pull request at: https://github.com/apache/commons-compress/pull/66 ---

[GitHub] commons-compress pull request #68: Allow specifying Zstandard compression le...

2018-07-28 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/commons-compress/pull/68 ---

[GitHub] commons-compress pull request #68: Allow specifying Zstandard compression le...

2018-07-24 Thread cgrushko
GitHub user cgrushko opened a pull request: https://github.com/apache/commons-compress/pull/68 Allow specifying Zstandard compression level ZstdCompressorOutputStream allows data compression using Zstandard, but the default compression level of 3 is hard-coded. Programs that wis

[GitHub] commons-compress pull request #67: [COMPRESS-459] Fix reading of multibyte n...

2018-07-11 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/commons-compress/pull/67 ---

[GitHub] commons-compress pull request #67: [COMPRESS-459] Fix reading of multibyte n...

2018-07-09 Thread ctron
GitHub user ctron opened a pull request: https://github.com/apache/commons-compress/pull/67 [COMPRESS-459] Fix reading of multibyte name entries This fixes COMPRESS-459 by using the name number of bytes from the field in the stream instead of relying on the assumption that each c

[GitHub] commons-compress pull request #66: fix typo in javadoc

2018-07-07 Thread ArneBab
GitHub user ArneBab opened a pull request: https://github.com/apache/commons-compress/pull/66 fix typo in javadoc You can merge this pull request into a Git repository by running: $ git pull https://github.com/ArneBab/commons-compress patch-1 Alternatively you can review and

[GitHub] commons-compress pull request #65: fix typo in syntax

2018-07-01 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/commons-compress/pull/65 ---

[GitHub] commons-compress pull request #65: fix typo in syntax

2018-07-01 Thread boyarsky
GitHub user boyarsky opened a pull request: https://github.com/apache/commons-compress/pull/65 fix typo in syntax Files.newInputStream is a static method so the "new" keyword shouldn't be here. You can merge this pull request into a Git repository by running: $ git pull https:

[GitHub] commons-compress pull request #:

2018-06-15 Thread bodewig
Github user bodewig commented on the pull request: https://github.com/apache/commons-compress/commit/97867f6fa3634c77dfafd76c89ecb1087f5cd1ae#commitcomment-29383221 In src/main/java/org/apache/commons/compress/archivers/Expander.java: In src/main/java/org/apache/commons/compress/ar

[GitHub] commons-compress pull request #:

2018-06-15 Thread DidierLoiseau
Github user DidierLoiseau commented on the pull request: https://github.com/apache/commons-compress/commit/97867f6fa3634c77dfafd76c89ecb1087f5cd1ae#commitcomment-29378554 In src/main/java/org/apache/commons/compress/archivers/Expander.java: In src/main/java/org/apache/commons/compr

[GitHub] commons-compress pull request #64: Fix typo

2018-06-06 Thread yishaigalatzer
GitHub user yishaigalatzer opened a pull request: https://github.com/apache/commons-compress/pull/64 Fix typo Change Craete -> Create You can merge this pull request into a Git repository by running: $ git pull https://github.com/yishaigalatzer/commons-compress patch-2 Alterna

[GitHub] commons-compress pull request #63: (doc) fix the error in the gzip compressi...

2018-04-01 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/commons-compress/pull/63 ---

[GitHub] commons-compress pull request #63: (doc) fix the error in the gzip compressi...

2018-03-31 Thread lazar2606
GitHub user lazar2606 opened a pull request: https://github.com/apache/commons-compress/pull/63 (doc) fix the error in the gzip compression example 1. GZipCompressorOutputStream does not exist 2. BufferedInputStream is invalid class for creating output stream You can merge this

[GitHub] commons-compress pull request #62: Code cleanups.

2018-01-25 Thread shahabkondri
Github user shahabkondri closed the pull request at: https://github.com/apache/commons-compress/pull/62 ---

[GitHub] commons-compress pull request #62: Code cleanups.

2018-01-19 Thread shahabkondri
GitHub user shahabkondri opened a pull request: https://github.com/apache/commons-compress/pull/62 Code cleanups. You can merge this pull request into a Git repository by running: $ git pull https://github.com/shahabkondri/commons-compress cleanups Alternatively you can revie

[GitHub] commons-compress pull request #61: Code Cleanup.

2018-01-18 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/commons-compress/pull/61 ---

[GitHub] commons-compress pull request #61: Code Cleanup.

2018-01-16 Thread shahabkondri
Github user shahabkondri commented on a diff in the pull request: https://github.com/apache/commons-compress/pull/61#discussion_r161861720 --- Diff: src/main/java/org/apache/commons/compress/archivers/dump/DumpArchiveEntry.java --- @@ -418,12 +418,8 @@ public boolean equals(final

[GitHub] commons-compress pull request #61: Code Cleanup.

2018-01-16 Thread bodewig
Github user bodewig commented on a diff in the pull request: https://github.com/apache/commons-compress/pull/61#discussion_r161848043 --- Diff: src/main/java/org/apache/commons/compress/archivers/dump/DumpArchiveEntry.java --- @@ -418,12 +418,8 @@ public boolean equals(final Objec

[GitHub] commons-compress pull request #61: Code Cleanup.

2018-01-16 Thread bodewig
Github user bodewig commented on a diff in the pull request: https://github.com/apache/commons-compress/pull/61#discussion_r161847670 --- Diff: src/main/java/org/apache/commons/compress/archivers/ar/ArArchiveEntry.java --- @@ -179,12 +179,7 @@ public boolean equals(final Object obj

[GitHub] commons-compress pull request #61: Code Cleanup.

2018-01-16 Thread bodewig
Github user bodewig commented on a diff in the pull request: https://github.com/apache/commons-compress/pull/61#discussion_r161847721 --- Diff: src/main/java/org/apache/commons/compress/archivers/cpio/CpioArchiveEntry.java --- @@ -886,12 +886,7 @@ public boolean equals(final Objec

[GitHub] commons-compress pull request #61: Code Cleanup.

2018-01-14 Thread shahabkondri
GitHub user shahabkondri opened a pull request: https://github.com/apache/commons-compress/pull/61 Code Cleanup. You can merge this pull request into a Git repository by running: $ git pull https://github.com/shahabkondri/commons-compress cleanup Alternatively you can review

[GitHub] commons-compress pull request #60: Replace custom 'dummy' byte addition for ...

2018-01-14 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/commons-compress/pull/60 ---

[GitHub] commons-compress pull request #60: Replace custom 'dummy' byte addition for ...

2018-01-14 Thread dweiss
GitHub user dweiss opened a pull request: https://github.com/apache/commons-compress/pull/60 Replace custom 'dummy' byte addition for the odd inflater contract wi… …th a sequence input stream. Clean up the code a bit. I did not use NOSONAR flags because I don't use sonar, so it

[GitHub] commons-compress pull request #59: 10% speed improvements and decreased memo...

2018-01-12 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/commons-compress/pull/59 ---

[GitHub] commons-compress pull request #59: 10% speed improvements and decreased memo...

2018-01-11 Thread dweiss
GitHub user dweiss opened a pull request: https://github.com/apache/commons-compress/pull/59 10% speed improvements and decreased memory allocation rate in deflate64 Just something to consider: don't reallocate the run buffer over and over (this is a very hot loop). I piggybacked re

[GitHub] commons-compress pull request #58: An example failing deflate64 zip file

2018-01-09 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/commons-compress/pull/58 ---

[GitHub] commons-compress pull request #:

2018-01-09 Thread dweiss
Github user dweiss commented on the pull request: https://github.com/apache/commons-compress/commit/32d507b028b15fd21775f25c83f41059cdc58e75#commitcomment-26736901 In src/main/java/org/apache/commons/compress/utils/BitInputStream.java: In src/main/java/org/apache/commons/compress/u

[GitHub] commons-compress pull request #56: [COMPRESS-429] Provide information about ...

2018-01-07 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/commons-compress/pull/56 ---

[GitHub] commons-compress pull request #56: [COMPRESS-429] Provide information about ...

2018-01-07 Thread bodewig
Github user bodewig commented on a diff in the pull request: https://github.com/apache/commons-compress/pull/56#discussion_r160044510 --- Diff: src/main/java/org/apache/commons/compress/archivers/zip/ZipUtil.java --- @@ -239,6 +239,7 @@ static void setNameAndCommentFromExtraFields(

[GitHub] commons-compress pull request #56: [COMPRESS-429] Provide information about ...

2018-01-07 Thread bodewig
Github user bodewig commented on a diff in the pull request: https://github.com/apache/commons-compress/pull/56#discussion_r160044269 --- Diff: src/main/java/org/apache/commons/compress/archivers/zip/ZipUtil.java --- @@ -239,6 +239,7 @@ static void setNameAndCommentFromExtraFields(

[GitHub] commons-compress pull request #58: An example failing deflate64 zip file

2018-01-06 Thread dweiss
GitHub user dweiss opened a pull request: https://github.com/apache/commons-compress/pull/58 An example failing deflate64 zip file You can merge this pull request into a Git repository by running: $ git pull https://github.com/dweiss/commons-compress COMPRESS-380 Alternativel

[GitHub] commons-compress pull request #56: [COMPRESS-429] Provide information about ...

2018-01-05 Thread dalbani
Github user dalbani commented on a diff in the pull request: https://github.com/apache/commons-compress/pull/56#discussion_r160002542 --- Diff: src/main/java/org/apache/commons/compress/archivers/zip/ZipUtil.java --- @@ -239,6 +239,7 @@ static void setNameAndCommentFromExtraFields(

[GitHub] commons-compress pull request #:

2017-12-30 Thread bodewig
Github user bodewig commented on the pull request: https://github.com/apache/commons-compress/commit/099cdc213efa00355f3b6d968423b8ef09fede47#commitcomment-26552500 In src/main/java/org/apache/commons/compress/compressors/CompressorStreamFactory.java: In src/main/java/org/apache/

[GitHub] commons-compress pull request #57: COMPRESS-430: Synchronize iteration of sy...

2017-11-25 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/commons-compress/pull/57 ---

[GitHub] commons-compress pull request #57: COMPRESS-430: Synchronize iteration of sy...

2017-11-25 Thread kinow
GitHub user kinow opened a pull request: https://github.com/apache/commons-compress/pull/57 COMPRESS-430: Synchronize iteration of synchronized list Synchronize the iteration as per Javadocs http://docs.oracle.com/javase/9/docs/api/java/util/Collections.html#synchronizedList%28java.

[GitHub] commons-compress pull request #56: Provide information about presence of Uni...

2017-11-20 Thread dalbani
GitHub user dalbani opened a pull request: https://github.com/apache/commons-compress/pull/56 Provide information about presence of Unicode name / comment in ZipArchiveEntry …ArchiveEntry You can merge this pull request into a Git repository by running: $ git pull https://gi

[GitHub] commons-compress pull request #:

2017-10-18 Thread PascalSchumacher
Github user PascalSchumacher commented on the pull request: https://github.com/apache/commons-compress/commit/099cdc213efa00355f3b6d968423b8ef09fede47#commitcomment-25059229 In src/main/java/org/apache/commons/compress/compressors/CompressorStreamFactory.java: In src/main/java/or

[GitHub] commons-compress pull request #55: COMPRESS-423 - Add ZStandard decompressio...

2017-10-17 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/commons-compress/pull/55 ---

[GitHub] commons-compress pull request #55: COMPRESS-423 - Add ZStandard decompressio...

2017-10-15 Thread trixpan
GitHub user trixpan opened a pull request: https://github.com/apache/commons-compress/pull/55 COMPRESS-423 - Add ZStandard decompression support using Zstd-JNI You can merge this pull request into a Git repository by running: $ git pull https://github.com/trixpan/commons-compr

[GitHub] commons-compress pull request #54: Let parseName stop at first NUL

2017-10-06 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/commons-compress/pull/54 ---

[GitHub] commons-compress pull request #54: Let parseName stop at first NUL

2017-10-05 Thread rspilker
GitHub user rspilker opened a pull request: https://github.com/apache/commons-compress/pull/54 Let parseName stop at first NUL Fixes COMPRESS-421 You can merge this pull request into a Git repository by running: $ git pull https://github.com/rspilker/commons-compress master Al

[GitHub] commons-compress pull request #53: Let parseName stop at first NUL

2017-10-05 Thread rspilker
Github user rspilker closed the pull request at: https://github.com/apache/commons-compress/pull/53 ---

[GitHub] commons-compress pull request #53: Let parseName stop at first NUL

2017-10-05 Thread rspilker
GitHub user rspilker opened a pull request: https://github.com/apache/commons-compress/pull/53 Let parseName stop at first NUL Fixes COMPRESS-421 You can merge this pull request into a Git repository by running: $ git pull https://github.com/rspilker/commons-compress patch-1 A

[GitHub] commons-compress pull request #52: Fix typo

2017-09-27 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/commons-compress/pull/52 ---

[GitHub] commons-compress pull request #52: Fix typo

2017-09-27 Thread apupier
GitHub user apupier opened a pull request: https://github.com/apache/commons-compress/pull/52 Fix typo You can merge this pull request into a Git repository by running: $ git pull https://github.com/apupier/commons-compress patch-1 Alternatively you can review and apply these

[GitHub] commons-compress pull request #51: add-small-code-improvements

2017-09-26 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/commons-compress/pull/51 ---

[GitHub] commons-compress pull request #51: add-small-code-improvements

2017-09-25 Thread TheRealHaui
GitHub user TheRealHaui opened a pull request: https://github.com/apache/commons-compress/pull/51 add-small-code-improvements Added small code improvements. You can merge this pull request into a Git repository by running: $ git pull https://github.com/TheRealHaui/commons-compr

[GitHub] commons-compress pull request #50: Missing Test Case for octal to binary con...

2017-08-18 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/commons-compress/pull/50 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the featur

[GitHub] commons-compress pull request #50: Missing Test Case for octal to binary con...

2017-08-02 Thread ileontiuc
GitHub user ileontiuc opened a pull request: https://github.com/apache/commons-compress/pull/50 Missing Test Case for octal to binary conversion In order to ensure that there is at least one test that will enter the octal string conversion, we added a test that for value = Long.MAX

[GitHub] commons-compress pull request #:

2017-07-06 Thread sesuncedu
Github user sesuncedu commented on the pull request: https://github.com/apache/commons-compress/commit/fde66702c33d3888b682adc7e6c35dd21cb1e8da#commitcomment-22956899 In src/main/java/org/apache/commons/compress/archivers/zip/NioZipEncoding.java: In src/main/java/org/apache/commo

[GitHub] commons-compress pull request #:

2017-07-06 Thread sesuncedu
Github user sesuncedu commented on the pull request: https://github.com/apache/commons-compress/commit/fde66702c33d3888b682adc7e6c35dd21cb1e8da#commitcomment-22956878 In src/main/java/org/apache/commons/compress/archivers/zip/NioZipEncoding.java: In src/main/java/org/apache/commo

[GitHub] commons-compress pull request #:

2017-07-06 Thread sesuncedu
Github user sesuncedu commented on the pull request: https://github.com/apache/commons-compress/commit/fde66702c33d3888b682adc7e6c35dd21cb1e8da#commitcomment-22956657 In src/main/java/org/apache/commons/compress/archivers/zip/NioZipEncoding.java: In src/main/java/org/apache/commo

[GitHub] commons-compress pull request #:

2017-07-06 Thread sesuncedu
Github user sesuncedu commented on the pull request: https://github.com/apache/commons-compress/commit/fde66702c33d3888b682adc7e6c35dd21cb1e8da#commitcomment-22956623 In src/main/java/org/apache/commons/compress/archivers/zip/NioZipEncoding.java: In src/main/java/org/apache/commo

[GitHub] commons-compress pull request #44: Misc Coverage checks

2017-07-06 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/commons-compress/pull/44 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the featur

[GitHub] commons-compress pull request #47: Add additional unit tests

2017-07-06 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/commons-compress/pull/47 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the featur

[GitHub] commons-compress pull request #49: COMPRESS-413 set execute back on mvnw

2017-07-06 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/commons-compress/pull/49 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the featur

[GitHub] commons-compress pull request #37: COMPRESS-410 - cherry picked to fix mergi...

2017-07-05 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/commons-compress/pull/37 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the featur

[GitHub] commons-compress pull request #49: COMPRESS-413 set execute back on mvnw

2017-07-04 Thread sesuncedu
GitHub user sesuncedu opened a pull request: https://github.com/apache/commons-compress/pull/49 COMPRESS-413 set execute back on mvnw mvnw seems to have lost it's execute mode bits. Merge asap You can merge this pull request into a Git repository by running: $ git pul

[GitHub] commons-compress pull request #48: COMPRESS-416 Extended times for Zip shoul...

2017-07-04 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/commons-compress/pull/48 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the featur

[GitHub] commons-compress pull request #48: COMPRESS-416 Extended times for Zip shoul...

2017-07-03 Thread sesuncedu
GitHub user sesuncedu opened a pull request: https://github.com/apache/commons-compress/pull/48 COMPRESS-416Extended times for Zip should be signed values This has fixed code, and almost fixed tests (fixed for jdk9; haven't removed all the invalid checks for jdk8). You can me

[GitHub] commons-compress pull request #43: COMPRESS-413 : Improved build performance...

2017-06-30 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/commons-compress/pull/43 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the featur

[GitHub] commons-compress pull request #43: COMPRESS-413 : Improved build performance...

2017-06-30 Thread garydgregory
Github user garydgregory commented on a diff in the pull request: https://github.com/apache/commons-compress/pull/43#discussion_r125108952 --- Diff: .travis.yml --- @@ -13,17 +13,26 @@ # See the License for the specific language governing permissions and # limitations unde

[GitHub] commons-compress pull request #47: Add additional unit tests

2017-06-26 Thread TheRealHaui
GitHub user TheRealHaui opened a pull request: https://github.com/apache/commons-compress/pull/47 Add additional unit tests Added additional Unit Tests to increase coverage. You can merge this pull request into a Git repository by running: $ git pull https://github.com/TheRealH

[GitHub] commons-compress pull request #45: execute-Unit-Tests-parallel-with-Maven

2017-06-26 Thread TheRealHaui
Github user TheRealHaui closed the pull request at: https://github.com/apache/commons-compress/pull/45 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the f

[GitHub] commons-compress pull request #31: COMPRESS-400 It should be possible for us...

2017-06-26 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/commons-compress/pull/31 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the featur

[GitHub] commons-compress pull request #46: COMPRESS-400 : Squashed version of COMPRE...

2017-06-26 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/commons-compress/pull/46 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the featur

[GitHub] commons-compress pull request #46: COMPRESS-400 : Squashed version of COMPRE...

2017-06-25 Thread sesuncedu
GitHub user sesuncedu opened a pull request: https://github.com/apache/commons-compress/pull/46 COMPRESS-400 : Squashed version of COMPRESS-400-REDUX. Add support for extra PAX headers (local and global). This PR has a single squash commit to simplify final review Signed-of

[GitHub] commons-compress pull request #45: execute-Unit-Tests-parallel-with-Maven

2017-06-25 Thread TheRealHaui
GitHub user TheRealHaui opened a pull request: https://github.com/apache/commons-compress/pull/45 execute-Unit-Tests-parallel-with-Maven Maven surefire plugin executes Unit Tests in parallel now. Further information if desired: https://dzone.com/articles/running-junit-tests-para

[GitHub] commons-compress pull request #39: COMPRESS-413: Performance improvements fo...

2017-06-24 Thread sesuncedu
Github user sesuncedu closed the pull request at: https://github.com/apache/commons-compress/pull/39 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the fea

[GitHub] commons-compress pull request #44: Misc Coverage checks

2017-06-24 Thread sesuncedu
GitHub user sesuncedu opened a pull request: https://github.com/apache/commons-compress/pull/44 Misc Coverage checks Various coverage increases to pay for coveralls karma Signed-off-by: Simon Spero You can merge this pull request into a Git repository by running: $ gi

[GitHub] commons-compress pull request #43: COMPRESS-413 : Improved build performance...

2017-06-24 Thread sesuncedu
GitHub user sesuncedu opened a pull request: https://github.com/apache/commons-compress/pull/43 COMPRESS-413 : Improved build performance with travis Now without unrelated sacrifices to coveralls Signed-off-by: Simon Spero You can merge this pull request into a Git reposit

[GitHub] commons-compress pull request #42: COMPRESS-407: Allow use of invalid record...

2017-06-24 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/commons-compress/pull/42 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the featur

[GitHub] commons-compress pull request #40: COMPRESS-407 Validate Block and Record Si...

2017-06-24 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/commons-compress/pull/40 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the featur

[GitHub] commons-compress pull request #41: COMPRESS-407 - Just Warn

2017-06-24 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/commons-compress/pull/41 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the featur

[GitHub] commons-compress pull request #42: COMPRESS-407: Allow use of invalid record...

2017-06-22 Thread sesuncedu
GitHub user sesuncedu opened a pull request: https://github.com/apache/commons-compress/pull/42 COMPRESS-407: Allow use of invalid record sizes if a system property is set. I do not recommend using this approach. #40 is the preferred solution. You can merge this pull request int

[GitHub] commons-compress pull request #41: COMPRESS-407 - Just Warn

2017-06-22 Thread sesuncedu
GitHub user sesuncedu opened a pull request: https://github.com/apache/commons-compress/pull/41 COMPRESS-407 - Just Warn Warn if an invalid record size is set. I would not recommend using this approach. You can merge this pull request into a Git repository by running:

[GitHub] commons-compress pull request #40: COMPRESS-407 Validate Block and Record Si...

2017-06-22 Thread sesuncedu
GitHub user sesuncedu opened a pull request: https://github.com/apache/commons-compress/pull/40 COMPRESS-407 Validate Block and Record Sizes Original (require correct record size) Require block size >=0 that is multiple of 512 bytes. Use block size of 512 if one is not

[GitHub] commons-compress pull request #30: COMPRESS-407 - Validate Block and Record ...

2017-06-22 Thread sesuncedu
Github user sesuncedu closed the pull request at: https://github.com/apache/commons-compress/pull/30 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the fea

[GitHub] commons-compress pull request #39: COMPRESS-413: Performance improvements fo...

2017-06-22 Thread sesuncedu
GitHub user sesuncedu reopened a pull request: https://github.com/apache/commons-compress/pull/39 COMPRESS-413: Performance improvements for Travis builds Change travis configuration to - skip pre-build install (which runs the install goal). - remove after_success code.

[GitHub] commons-compress pull request #39: COMPRESS-413: Performance improvements fo...

2017-06-22 Thread sesuncedu
Github user sesuncedu closed the pull request at: https://github.com/apache/commons-compress/pull/39 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the fea

[GitHub] commons-compress pull request #39: COMPRESS-413: Performance improvements fo...

2017-06-22 Thread sesuncedu
GitHub user sesuncedu opened a pull request: https://github.com/apache/commons-compress/pull/39 COMPRESS-413: Performance improvements for Travis builds Change travis configuration to - skip pre-build install (which runs the install goal). - remove after_success code. -

[GitHub] commons-compress pull request #:

2017-06-20 Thread TheRealHaui
Github user TheRealHaui commented on the pull request: https://github.com/apache/commons-compress/commit/0960a387c00bf0409412bc283b3ee7fab963f718#commitcomment-22662961 You're welcome. I am happy that contributions get merged if I make some. --- If your project is set up for it,