svn commit: r1447577 - in /commons/proper/codec/trunk/src: changes/ main/java/org/apache/commons/codec/binary/

2013-02-18 Thread julius
Author: julius Date: Tue Feb 19 02:45:18 2013 New Revision: 1447577 URL: http://svn.apache.org/r1447577 Log: reverting r1447443 while we discuss it Removed: commons/proper/codec/trunk/src/main/java/org/apache/commons/codec/binary/ApacheModifiedMiGBase64.java commons/proper/codec/trunk

svn commit: r1447443 - in /commons/proper/codec/trunk/src: changes/ main/java/org/apache/commons/codec/binary/

2013-02-18 Thread julius
Author: julius Date: Mon Feb 18 19:14:31 2013 New Revision: 1447443 URL: http://svn.apache.org/r1447443 Log: CODEC-166 - Base64 could be faster. Added: commons/proper/codec/trunk/src/main/java/org/apache/commons/codec/binary/ApacheModifiedMiGBase64.java commons/proper/codec/trunk/src

svn commit: r1447433 - /commons/proper/codec/trunk/src/changes/changes.xml

2013-02-18 Thread julius
Author: julius Date: Mon Feb 18 19:06:52 2013 New Revision: 1447433 URL: http://svn.apache.org/r1447433 Log: CODEC-167 - Adds JUnit to test our decode with pad character in the middle. Modified: commons/proper/codec/trunk/src/changes/changes.xml Modified: commons/proper/codec/trunk/src

svn commit: r1447431 - /commons/proper/codec/trunk/src/test/java/org/apache/commons/codec/binary/Base64Test.java

2013-02-18 Thread julius
Author: julius Date: Mon Feb 18 19:00:47 2013 New Revision: 1447431 URL: http://svn.apache.org/r1447431 Log: CODEC-167 - Test our decode with pad character in the middle Modified: commons/proper/codec/trunk/src/test/java/org/apache/commons/codec/binary/Base64Test.java Modified: commons

svn commit: r1444954 - /commons/proper/compress/trunk/src/site/xdoc/zip.xml

2013-02-11 Thread julius
Author: julius Date: Mon Feb 11 20:37:04 2013 New Revision: 1444954 URL: http://svn.apache.org/r1444954 Log: fix typos Modified: commons/proper/compress/trunk/src/site/xdoc/zip.xml Modified: commons/proper/compress/trunk/src/site/xdoc/zip.xml URL: http://svn.apache.org/viewvc/commons

svn commit: r1433156 - /commons/proper/compress/trunk/src/changes/changes.xml

2013-01-14 Thread julius
Author: julius Date: Mon Jan 14 21:47:51 2013 New Revision: 1433156 URL: http://svn.apache.org/viewvc?rev=1433156&view=rev Log: changes.xml for COMPRESS-214 Modified: commons/proper/compress/trunk/src/changes/changes.xml Modified: commons/proper/compress/trunk/src/changes/changes.xml

svn commit: r1433151 - in /commons/proper/compress/trunk/src: main/java/org/apache/commons/compress/archivers/zip/ main/java/org/apache/commons/compress/utils/ test/java/org/apache/commons/compress/ar

2013-01-14 Thread julius
Author: julius Date: Mon Jan 14 21:42:48 2013 New Revision: 1433151 URL: http://svn.apache.org/viewvc?rev=1433151&view=rev Log: COMPRESS-214 - better support for unix symlinks Added: commons/proper/compress/trunk/src/test/resources/COMPRESS-214_unix_symlinks.zip (with props) Modi

svn commit: r1430572 - in /commons/proper/compress/trunk: pom.xml src/changes/changes.xml

2013-01-08 Thread julius
Author: julius Date: Tue Jan 8 22:16:17 2013 New Revision: 1430572 URL: http://svn.apache.org/viewvc?rev=1430572&view=rev Log: added COMPRESS-210, COMPRESS-211, and COMPRESS-213 to changes.xml. Added myself to pom.xml. Modified: commons/proper/compress/trunk/pom.xml commons/pr

svn commit: r1430562 - in /commons/proper/compress/trunk/src: main/java/org/apache/commons/compress/archivers/zip/ test/java/org/apache/commons/compress/archivers/zip/ test/resources/

2013-01-08 Thread julius
Author: julius Date: Tue Jan 8 21:54:15 2013 New Revision: 1430562 URL: http://svn.apache.org/viewvc?rev=1430562&view=rev Log: COMPRESS-210 - handle zip extra field 0x5455 - Extended Timestamp Added: commons/proper/compress/trunk/src/main/java/org/apache/commons/compress/archivers

svn commit: r1430557 - in /commons/proper/compress/trunk/src: main/java/org/apache/commons/compress/archivers/zip/X7875_NewUnix.java test/java/org/apache/commons/compress/archivers/zip/X7875_NewUnixTe

2013-01-08 Thread julius
Author: julius Date: Tue Jan 8 21:46:10 2013 New Revision: 1430557 URL: http://svn.apache.org/viewvc?rev=1430557&view=rev Log: COMPRESS-211 - handle zip extra field 0x7875. I improved code coverage a little for the unit tests. Modified: commons/proper/compress/trunk/src/main/java

svn commit: r1430102 - in /commons/proper/compress/trunk/src: main/java/org/apache/commons/compress/archivers/zip/ test/java/org/apache/commons/compress/archivers/zip/ test/resources/

2013-01-07 Thread julius
Author: julius Date: Tue Jan 8 00:13:18 2013 New Revision: 1430102 URL: http://svn.apache.org/viewvc?rev=1430102&view=rev Log: COMPRESS-211 - handle zip extra field 0x7875 - Info Zip New Unix Extra Field Added: commons/proper/compress/trunk/src/main/java/org/apache/commons/comp

svn commit: r1430097 - in /commons/proper/compress/trunk/src/main/java/org/apache/commons/compress/archivers/zip: ZipEightByteInteger.java ZipLong.java ZipShort.java

2013-01-07 Thread julius
Author: julius Date: Tue Jan 8 00:01:55 2013 New Revision: 1430097 URL: http://svn.apache.org/viewvc?rev=1430097&view=rev Log: COMPRESS-213 - ZipShort, ZipLong, ZipEightByteInteger should implement Serializable Modified: commons/proper/compress/trunk/src/main/java/org/apache/com

svn commit: r1376829 - in /commons/proper/lang/trunk/src: main/java/org/apache/commons/lang3/ObjectUtils.java test/java/org/apache/commons/lang3/ObjectUtilsTest.java

2012-08-23 Thread julius
Author: julius Date: Fri Aug 24 05:24:35 2012 New Revision: 1376829 URL: http://svn.apache.org/viewvc?rev=1376829&view=rev Log: LANG-816 - followup incorporating ggregory's doc suggestion, some doc fixes, addition of CONST_BYTE() and CONST_SHORT(), and Junit improvements to test doc

svn commit: r1376505 - in /commons/proper/lang/trunk/src: main/java/org/apache/commons/lang3/ObjectUtils.java test/java/org/apache/commons/lang3/ObjectUtilsTest.java

2012-08-23 Thread julius
Author: julius Date: Thu Aug 23 14:28:14 2012 New Revision: 1376505 URL: http://svn.apache.org/viewvc?rev=1376505&view=rev Log: [LANG-816] introduce CONST() methods to prevent Javac from inlining constants Modified: commons/proper/lang/trunk/src/main/java/org/apache/commons/l

svn commit: r1063096 - /commons/proper/codec/trunk/src/java/org/apache/commons/codec/binary/Base64.java

2011-01-24 Thread julius
Author: julius Date: Tue Jan 25 01:28:11 2011 New Revision: 1063096 URL: http://svn.apache.org/viewvc?rev=1063096&view=rev Log: CODEC-99 - Oops, I forgot to update the Javadoc. Thanks, Sebb, for pointing that out! Modified: commons/proper/codec/trunk/src/java/org/apache/commons/c

svn commit: r1063091 - in /commons/proper/codec/trunk/src: java/org/apache/commons/codec/binary/Base64.java test/org/apache/commons/codec/binary/Base64Test.java

2011-01-24 Thread julius
Author: julius Date: Tue Jan 25 01:16:49 2011 New Revision: 1063091 URL: http://svn.apache.org/viewvc?rev=1063091&view=rev Log: CODEC-110 - Add a String version of Base64.isArrayByteBase64() Modified: commons/proper/codec/trunk/src/java/org/apache/commons/codec/binary/Base64.

svn commit: r1062330 - in /commons/proper/codec/trunk/src: java/org/apache/commons/codec/binary/Base64.java test/org/apache/commons/codec/binary/Base64Test.java

2011-01-22 Thread julius
Author: julius Date: Sun Jan 23 05:52:42 2011 New Revision: 1062330 URL: http://svn.apache.org/viewvc?rev=1062330&view=rev Log: CODEC-99 - Base64.encodeBase64String() should not chunk Modified: commons/proper/codec/trunk/src/java/org/apache/commons/codec/binary/Base64.java com

svn commit: r1061980 - /commons/proper/codec/trunk/src/test/org/apache/commons/codec/binary/Base64InputStreamTest.java

2011-01-21 Thread julius
Author: julius Date: Fri Jan 21 19:39:11 2011 New Revision: 1061980 URL: http://svn.apache.org/viewvc?rev=1061980&view=rev Log: Fix for CODEC-101: java.io.InputStreamReader hates it when InputStream.read(byte[]) returns a zero. (Adding an extra JUnit Test for good luck.) Modi

svn commit: r1061974 - in /commons/proper/codec/trunk/src: java/org/apache/commons/codec/binary/Base64InputStream.java test/org/apache/commons/codec/binary/Base64InputStreamTest.java test/org/apache/c

2011-01-21 Thread julius
Author: julius Date: Fri Jan 21 19:19:51 2011 New Revision: 1061974 URL: http://svn.apache.org/viewvc?rev=1061974&view=rev Log: Fix for CODEC-101: java.io.InputStreamReader hates it when InputStream.read(byte[]) returns a zero. Modified: commons/proper/codec/trunk/src/java/org/ap

svn commit: r950796 - in /commons/proper/codec/trunk: RELEASE-NOTES-1.4.txt RELEASE-NOTES.txt

2010-06-02 Thread julius
Author: julius Date: Wed Jun 2 22:21:35 2010 New Revision: 950796 URL: http://svn.apache.org/viewvc?rev=950796&view=rev Log: putting CODEC-98 and CODEC-89 into speculative 1.4.1 release notes Added: commons/proper/codec/trunk/RELEASE-NOTES-1.4.txt - copied unchanged from r95

svn commit: r950267 - in /commons/proper/codec/trunk/src: java/org/apache/commons/codec/binary/ test/org/apache/commons/codec/binary/

2010-06-01 Thread julius
Author: julius Date: Tue Jun 1 21:52:33 2010 New Revision: 950267 URL: http://svn.apache.org/viewvc?rev=950267&view=rev Log: CODEC-98 - Base64InputStream causes NullPointerException on some input - https://issues.apache.org/jira/browse/CODEC-98 Modified: commons/proper/codec/trunk

svn commit: r950247 - /commons/proper/codec/trunk/pom.xml

2010-06-01 Thread julius
Author: julius Date: Tue Jun 1 21:04:06 2010 New Revision: 950247 URL: http://svn.apache.org/viewvc?rev=950247&view=rev Log: moving myself from to section of pom.xml Modified: commons/proper/codec/trunk/pom.xml Modified: commons/proper/codec/trunk/pom.xml URL: http://svn.apache