[5/5] commons-compress git commit: move System.in logic back to bzip2 stream class

2017-02-04 Thread bodewig
move System.in logic back to bzip2 stream class Project: http://git-wip-us.apache.org/repos/asf/commons-compress/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-compress/commit/c1a6e38e Tree: http://git-wip-us.apache.org/repos/asf/commons-compress/tree/c1a6e38e Diff: http://git-wip-us

[4/5] commons-compress git commit: cosmetics

2017-02-04 Thread bodewig
cosmetics Project: http://git-wip-us.apache.org/repos/asf/commons-compress/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-compress/commit/2adac25c Tree: http://git-wip-us.apache.org/repos/asf/commons-compress/tree/2adac25c Diff: http://git-wip-us.apache.org/repos/asf/commons-compress

[1/5] commons-compress git commit: Move System.in functionality into BitInputStream.

2017-02-04 Thread bodewig
Repository: commons-compress Updated Branches: refs/heads/PR13 [created] c1a6e38e4 Move System.in functionality into BitInputStream. Optimize some more bit reading methods. Project: http://git-wip-us.apache.org/repos/asf/commons-compress/repo Commit: http://git-wip-us.apache.org/repos/asf/co

[3/5] commons-compress git commit: BZip2CompressorInputStream: Use BitInputStream.

2017-02-04 Thread bodewig
BZip2CompressorInputStream: Use BitInputStream. Project: http://git-wip-us.apache.org/repos/asf/commons-compress/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-compress/commit/96e34c65 Tree: http://git-wip-us.apache.org/repos/asf/commons-compress/tree/96e34c65 Diff: http://git-wip-us

[2/5] commons-compress git commit: BitInputStream: Optimize a bit to reach previous run times.

2017-02-04 Thread bodewig
BitInputStream: Optimize a bit to reach previous run times. Project: http://git-wip-us.apache.org/repos/asf/commons-compress/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-compress/commit/a0f55d9f Tree: http://git-wip-us.apache.org/repos/asf/commons-compress/tree/a0f55d9f Diff: http:

[4/7] commons-compress git commit: too much copy/paste

2017-02-04 Thread bodewig
too much copy/paste Project: http://git-wip-us.apache.org/repos/asf/commons-compress/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-compress/commit/2473e873 Tree: http://git-wip-us.apache.org/repos/asf/commons-compress/tree/2473e873 Diff: http://git-wip-us.apache.org/repos/asf/common

[6/7] commons-compress git commit: I misunderstood COMPRESS-381

2017-02-04 Thread bodewig
I misunderstood COMPRESS-381 Project: http://git-wip-us.apache.org/repos/asf/commons-compress/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-compress/commit/29c3f35b Tree: http://git-wip-us.apache.org/repos/asf/commons-compress/tree/29c3f35b Diff: http://git-wip-us.apache.org/repos/a

[3/7] commons-compress git commit: improve sentence

2017-02-04 Thread bodewig
improve sentence Project: http://git-wip-us.apache.org/repos/asf/commons-compress/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-compress/commit/43930410 Tree: http://git-wip-us.apache.org/repos/asf/commons-compress/tree/43930410 Diff: http://git-wip-us.apache.org/repos/asf/commons-c

[2/7] commons-compress git commit: len parameter of fill is no longer used

2017-02-04 Thread bodewig
len parameter of fill is no longer used Project: http://git-wip-us.apache.org/repos/asf/commons-compress/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-compress/commit/3bf5ef1b Tree: http://git-wip-us.apache.org/repos/asf/commons-compress/tree/3bf5ef1b Diff: http://git-wip-us.apache.

[7/7] commons-compress git commit: keep archiving formats and compression formats in groups

2017-02-04 Thread bodewig
keep archiving formats and compression formats in groups Project: http://git-wip-us.apache.org/repos/asf/commons-compress/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-compress/commit/3af95ce3 Tree: http://git-wip-us.apache.org/repos/asf/commons-compress/tree/3af95ce3 Diff: http://g

[5/7] commons-compress git commit: COMPRESS-381 add examples for compressing streams

2017-02-04 Thread bodewig
COMPRESS-381 add examples for compressing streams Project: http://git-wip-us.apache.org/repos/asf/commons-compress/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-compress/commit/432118a8 Tree: http://git-wip-us.apache.org/repos/asf/commons-compress/tree/432118a8 Diff: http://git-wip-

[1/7] commons-compress git commit: pacify findbugs

2017-02-04 Thread bodewig
Repository: commons-compress Updated Branches: refs/heads/master 4d490c8db -> 3af95ce3a pacify findbugs Project: http://git-wip-us.apache.org/repos/asf/commons-compress/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-compress/commit/cc0039d2 Tree: http://git-wip-us.apache.org/repo

svn commit: r1781677 - /commons/proper/validator/trunk/src/test/java/org/apache/commons/validator/routines/UrlValidatorTest.java

2017-02-04 Thread sebb
Author: sebb Date: Sat Feb 4 14:49:45 2017 New Revision: 1781677 URL: http://svn.apache.org/viewvc?rev=1781677&view=rev Log: Also test max+1 Modified: commons/proper/validator/trunk/src/test/java/org/apache/commons/validator/routines/UrlValidatorTest.java Modified: commons/proper/validato

svn commit: r1781676 - /commons/proper/validator/trunk/src/main/java/org/apache/commons/validator/routines/UrlValidator.java

2017-02-04 Thread sebb
Author: sebb Date: Sat Feb 4 14:49:00 2017 New Revision: 1781676 URL: http://svn.apache.org/viewvc?rev=1781676&view=rev Log: Use constant instead of magic number Modified: commons/proper/validator/trunk/src/main/java/org/apache/commons/validator/routines/UrlValidator.java Modified: common

svn commit: r1781672 - /commons/proper/validator/trunk/src/main/java/org/apache/commons/validator/routines/UrlValidator.java

2017-02-04 Thread sebb
Author: sebb Date: Sat Feb 4 14:22:22 2017 New Revision: 1781672 URL: http://svn.apache.org/viewvc?rev=1781672&view=rev Log: VALIDATOR-411 - decided to use parseInt instead of Long and forgot to change variable Modified: commons/proper/validator/trunk/src/main/java/org/apache/commons/valid

svn commit: r1781671 - /commons/proper/validator/trunk/src/main/java/org/apache/commons/validator/routines/UrlValidator.java

2017-02-04 Thread sebb
Author: sebb Date: Sat Feb 4 14:19:48 2017 New Revision: 1781671 URL: http://svn.apache.org/viewvc?rev=1781671&view=rev Log: VALIDATOR-411 UrlValidator accepts ports above max limit of 16-bit unsigned integer - oops left off change Modified: commons/proper/validator/trunk/src/main/java/org

commons-compress git commit: unused imports

2017-02-04 Thread bodewig
Repository: commons-compress Updated Branches: refs/heads/master 7088ab0a8 -> 4d490c8db unused imports Project: http://git-wip-us.apache.org/repos/asf/commons-compress/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-compress/commit/4d490c8d Tree: http://git-wip-us.apache.org/repos

svn commit: r1781670 - in /commons/proper/validator/trunk/src: changes/changes.xml main/java/org/apache/commons/validator/routines/UrlValidator.java test/java/org/apache/commons/validator/routines/Url

2017-02-04 Thread sebb
Author: sebb Date: Sat Feb 4 14:01:24 2017 New Revision: 1781670 URL: http://svn.apache.org/viewvc?rev=1781670&view=rev Log: VALIDATOR-411 UrlValidator accepts ports above max limit of 16-bit unsigned integer Modified: commons/proper/validator/trunk/src/changes/changes.xml commons/prop

commons-compress git commit: javadoc fixes

2017-02-04 Thread bodewig
Repository: commons-compress Updated Branches: refs/heads/master ed3c605fc -> 7088ab0a8 javadoc fixes Project: http://git-wip-us.apache.org/repos/asf/commons-compress/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-compress/commit/7088ab0a Tree: http://git-wip-us.apache.org/repos/

[3/3] commons-compress git commit: COMPRESS-381 working in memory only may improve performance

2017-02-04 Thread bodewig
COMPRESS-381 working in memory only may improve performance Project: http://git-wip-us.apache.org/repos/asf/commons-compress/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-compress/commit/ed3c605f Tree: http://git-wip-us.apache.org/repos/asf/commons-compress/tree/ed3c605f Diff: http:

[2/3] commons-compress git commit: mention LZ4 support coming in 1.14

2017-02-04 Thread bodewig
mention LZ4 support coming in 1.14 Project: http://git-wip-us.apache.org/repos/asf/commons-compress/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-compress/commit/6497dcf3 Tree: http://git-wip-us.apache.org/repos/asf/commons-compress/tree/6497dcf3 Diff: http://git-wip-us.apache.org/r

[1/3] commons-compress git commit: Google Code is dead

2017-02-04 Thread bodewig
Repository: commons-compress Updated Branches: refs/heads/master 33993cde7 -> ed3c605fc Google Code is dead Project: http://git-wip-us.apache.org/repos/asf/commons-compress/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-compress/commit/906d212e Tree: http://git-wip-us.apache.org/

svn commit: r1781666 - /commons/proper/validator/trunk/src/test/java/org/apache/commons/validator/routines/DomainValidatorTest.java

2017-02-04 Thread sebb
Author: sebb Date: Sat Feb 4 13:15:35 2017 New Revision: 1781666 URL: http://svn.apache.org/viewvc?rev=1781666&view=rev Log: Add test to show how to fix VALIDATOR-412 Modified: commons/proper/validator/trunk/src/test/java/org/apache/commons/validator/routines/DomainValidatorTest.java Modif

svn commit: r1781665 - /commons/proper/validator/trunk/src/changes/changes.xml

2017-02-04 Thread sebb
Author: sebb Date: Sat Feb 4 13:13:00 2017 New Revision: 1781665 URL: http://svn.apache.org/viewvc?rev=1781665&view=rev Log: Recent changes Modified: commons/proper/validator/trunk/src/changes/changes.xml Modified: commons/proper/validator/trunk/src/changes/changes.xml URL: http://svn.apac

svn commit: r1781663 - /commons/proper/validator/trunk/src/main/java/org/apache/commons/validator/routines/DomainValidator.java

2017-02-04 Thread sebb
Author: sebb Date: Sat Feb 4 12:25:03 2017 New Revision: 1781663 URL: http://svn.apache.org/viewvc?rev=1781663&view=rev Log: Updated to Version 2017020400, Last Updated Sat Feb 4 07:07:01 2017 UTC Modified: commons/proper/validator/trunk/src/main/java/org/apache/commons/validator/routines/

svn commit: r1781661 - /commons/proper/validator/trunk/src/test/java/org/apache/commons/validator/routines/DomainValidatorTest.java

2017-02-04 Thread sebb
Author: sebb Date: Sat Feb 4 12:09:56 2017 New Revision: 1781661 URL: http://svn.apache.org/viewvc?rev=1781661&view=rev Log: Use https since it's available Modified: commons/proper/validator/trunk/src/test/java/org/apache/commons/validator/routines/DomainValidatorTest.java Modified: commo