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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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.
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
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
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
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
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
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
22 matches
Mail list logo