svn commit: r1369655 - in /commons/proper/compress/trunk/src: main/java/org/apache/commons/compress/archivers/tar/TarUtils.java test/java/org/apache/commons/compress/archivers/tar/TarArchiveInputStrea

2012-08-05 Thread jukka
Author: jukka Date: Sun Aug 5 19:51:15 2012 New Revision: 1369655 URL: http://svn.apache.org/viewvc?rev=1369655&view=rev Log: COMPRESS-197: Tar file for Android backup cannot be read Allow more than one or two NUL or space characters at the end of a field Added: commons/proper/comp

svn commit: r934041 - in /commons/proper/io/trunk/src/java/org/apache/commons/io: input/ProxyInputStream.java output/ProxyOutputStream.java

2010-04-14 Thread jukka
Author: jukka Date: Wed Apr 14 17:37:24 2010 New Revision: 934041 URL: http://svn.apache.org/viewvc?rev=934041&view=rev Log: IO-211: Pre- and post-processing support for proxied streams Add null protection as pointed out in IO-242 Modified: commons/proper/io/trunk/src/java/org/ap

svn commit: r934035 - in /commons/proper/io/trunk/src: java/org/apache/commons/io/input/ java/org/apache/commons/io/output/ test/org/apache/commons/io/input/ test/org/apache/commons/io/output/

2010-04-14 Thread jukka
Author: jukka Date: Wed Apr 14 17:32:23 2010 New Revision: 934035 URL: http://svn.apache.org/viewvc?rev=934035&view=rev Log: IO-242: Pre- and post-processing support for ProxyReader/Writer Protect against null arguments Modified: commons/proper/io/trunk/src/java/org/apache/commons/io/i

svn commit: r933964 - in /commons/proper/io/trunk/src/java/org/apache/commons/io: input/ProxyReader.java output/ProxyWriter.java

2010-04-14 Thread jukka
Author: jukka Date: Wed Apr 14 14:15:08 2010 New Revision: 933964 URL: http://svn.apache.org/viewvc?rev=933964&view=rev Log: IO-242: Pre- and post-processing support for ProxyReader/Writer Modified: commons/proper/io/trunk/src/java/org/apache/commons/io/input/ProxyReader.java com

svn commit: r890110 - in /commons/proper/compress/trunk/src: main/java/org/apache/commons/compress/archivers/zip/ZipArchiveInputStream.java test/java/org/apache/commons/compress/archivers/ZipTestCase.

2009-12-13 Thread jukka
Author: jukka Date: Sun Dec 13 20:07:59 2009 New Revision: 890110 URL: http://svn.apache.org/viewvc?rev=890110&view=rev Log: COMPRESS-93: Support for alternative ZIP compression methods Fix the Maven221MultiVolumeTest failure by not using skip() to skip bytes. The FileInputStream implementa

svn commit: r890104 - /commons/proper/compress/trunk/src/main/java/org/apache/commons/compress/archivers/zip/ZipArchiveInputStream.java

2009-12-13 Thread jukka
Author: jukka Date: Sun Dec 13 19:44:37 2009 New Revision: 890104 URL: http://svn.apache.org/viewvc?rev=890104&view=rev Log: COMPRESS-93: Support for alternative ZIP compression methods Allow entries with unsupported compression methods to be safely skipped if the compressed size of the e

svn commit: r890091 - /commons/proper/compress/trunk/

2009-12-13 Thread jukka
Author: jukka Date: Sun Dec 13 18:37:54 2009 New Revision: 890091 URL: http://svn.apache.org/viewvc?rev=890091&view=rev Log: compress: Ignore hidden files Modified: commons/proper/compress/trunk/ (props changed) Propchange: commons/proper/compress/t

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

2009-12-13 Thread jukka
Author: jukka Date: Sun Dec 13 18:31:55 2009 New Revision: 890088 URL: http://svn.apache.org/viewvc?rev=890088&view=rev Log: COMPRESS-93: Support for alternative ZIP compression methods Override the ZipEntry compression method getter and setter in ZipArchiveEntry. This prevents

svn commit: r805160 - in /commons/proper/io/trunk/src/java/org/apache/commons/io: input/BrokenInputStream.java output/BrokenOutputStream.java

2009-08-17 Thread jukka
Author: jukka Date: Mon Aug 17 21:46:59 2009 New Revision: 805160 URL: http://svn.apache.org/viewvc?rev=805160&view=rev Log: IO-193: Broken input and output streams Next release version is 2.0 Modified: commons/proper/io/trunk/src/java/org/apache/commons/io/input/BrokenInputStream.

svn commit: r805156 - /commons/proper/io/trunk/src/java/org/apache/commons/io/input/ProxyInputStream.java

2009-08-17 Thread jukka
Author: jukka Date: Mon Aug 17 21:44:17 2009 New Revision: 805156 URL: http://svn.apache.org/viewvc?rev=805156&view=rev Log: IO-212: Incorrect ProxyInputStream.skip() javadoc Fixed the javadoc Modified: commons/proper/io/trunk/src/java/org/apache/commons/io/input/ProxyInputStream.

svn commit: r805151 - in /commons/proper/io/trunk/src/java/org/apache/commons/io: input/AutoCloseInputStream.java input/CountingInputStream.java input/ProxyInputStream.java output/CountingOutputStream

2009-08-17 Thread jukka
Author: jukka Date: Mon Aug 17 21:37:30 2009 New Revision: 805151 URL: http://svn.apache.org/viewvc?rev=805151&view=rev Log: IO-211: Pre- and post-processing support for proxied streams Committed the proposed patch. Modified: commons/proper/io/trunk/src/java/org/apache/commons/io/i

svn commit: r803310 - in /commons/proper/io/trunk/src: java/org/apache/commons/io/ java/org/apache/commons/io/input/ java/org/apache/commons/io/output/ test/org/apache/commons/io/ test/org/apache/comm

2009-08-11 Thread jukka
Author: jukka Date: Tue Aug 11 22:12:56 2009 New Revision: 803310 URL: http://svn.apache.org/viewvc?rev=803310&view=rev Log: IO-192: Tagged input and output streams Added static checker methods on TaggedIOException. This simplified the tagged stream classes and should make it easier to r

svn commit: r760170 - /commons/proper/compress/trunk/src/main/java/org/apache/commons/compress/archivers/ArchiveInputStream.java

2009-03-30 Thread jukka
Author: jukka Date: Mon Mar 30 21:01:48 2009 New Revision: 760170 URL: http://svn.apache.org/viewvc?rev=760170&view=rev Log: COMPRESS-66: Document null return value of ArchiveInputStream.getNextEntry Modified: commons/proper/compress/trunk/src/main/java/org/apache/commons/compress/archi

svn commit: r743438 - /commons/sandbox/xml/trunk/src/main/java/org/apache/commons/xml/ProxyContentHandler.java

2009-02-11 Thread jukka
Author: jukka Date: Wed Feb 11 18:21:13 2009 New Revision: 743438 URL: http://svn.apache.org/viewvc?rev=743438&view=rev Log: xml: No need for svn:mergeinfo here Modified: commons/sandbox/xml/trunk/src/main/java/org/apache/commons/xml/ProxyContentHandler.java (props changed) Propch

svn commit: r743430 - /commons/sandbox/xml/trunk/src/main/java/org/apache/commons/xml/TeeContentHandler.java

2009-02-11 Thread jukka
Author: jukka Date: Wed Feb 11 17:59:25 2009 New Revision: 743430 URL: http://svn.apache.org/viewvc?rev=743430&view=rev Log: xml: Added a TeeContentHandler based on the similar class in Apache Tika. Added: commons/sandbox/xml/trunk/src/main/java/org/apache/commons/xml/TeeContentHandler.

svn commit: r743418 - in /commons/sandbox/xml/trunk/src/main/java/org/apache/commons/xml: ProxyContentHandler.java SerializingContentHandler.java

2009-02-11 Thread jukka
Author: jukka Date: Wed Feb 11 17:33:42 2009 New Revision: 743418 URL: http://svn.apache.org/viewvc?rev=743418&view=rev Log: xml: Use the @Override annotation Modified: commons/sandbox/xml/trunk/src/main/java/org/apache/commons/xml/ProxyContentHandler.java commons/sandbox/xml/trunk

svn commit: r743411 - in /commons/sandbox/xml/trunk/src/main/java/org/apache/commons/xml: DefaultContentHandler.java ProxyContentHandler.java SerializingContentHandler.java

2009-02-11 Thread jukka
Author: jukka Date: Wed Feb 11 17:23:13 2009 New Revision: 743411 URL: http://svn.apache.org/viewvc?rev=743411&view=rev Log: xml: Rename and adapt DefaultContentHandler to ProxyContentHandler for consistency with concepts in Commons IO. Added: commons/sandbox/xml/trunk/src/main/java

svn commit: r742537 - /commons/sandbox/xml/trunk/src/main/java/org/apache/commons/xml/SerializingContentHandler.java

2009-02-09 Thread jukka
Author: jukka Date: Mon Feb 9 14:47:12 2009 New Revision: 742537 URL: http://svn.apache.org/viewvc?rev=742537&view=rev Log: xml: Upgrade SerializingContentHandler to use Java 5 features internally Modified: commons/sandbox/xml/trunk/src/main/java/org/apache/commons

svn commit: r742536 - in /commons/sandbox/xml/trunk/src: main/java/org/apache/commons/xml/DefaultContentHandler.java main/java/org/apache/commons/xml/SerializingContentHandler.java test/java/org/apach

2009-02-09 Thread jukka
Author: jukka Date: Mon Feb 9 14:42:37 2009 New Revision: 742536 URL: http://svn.apache.org/viewvc?rev=742536&view=rev Log: xml: Added the SerializingContentHandler and DefaultContentHandler classes based on earlier code from the Cocoon and Jackrabbit projects Added: commons/sandbox

svn commit: r742533 - /commons/sandbox/xml/trunk/pom.xml

2009-02-09 Thread jukka
Author: jukka Date: Mon Feb 9 14:41:03 2009 New Revision: 742533 URL: http://svn.apache.org/viewvc?rev=742533&view=rev Log: xml: Use JUnit 4.5 for unit tests Modified: commons/sandbox/xml/trunk/pom.xml Modified: commons/sandbox/xml/trunk/pom.xml URL: http://svn.apache.org/viewvc/com

svn commit: r742526 - /commons/sandbox/xml/trunk/pom.xml

2009-02-09 Thread jukka
Author: jukka Date: Mon Feb 9 14:32:25 2009 New Revision: 742526 URL: http://svn.apache.org/viewvc?rev=742526&view=rev Log: xml: Use Java 5 as the base platform Modified: commons/sandbox/xml/trunk/pom.xml Modified: commons/sandbox/xml/trunk/pom.xml URL: http://svn.apache.org/vi

svn commit: r741859 - in /commons/proper/io/trunk/src: java/org/apache/commons/io/input/ java/org/apache/commons/io/output/ test/org/apache/commons/io/input/ test/org/apache/commons/io/output/

2009-02-07 Thread jukka
Author: jukka Date: Sat Feb 7 09:00:26 2009 New Revision: 741859 URL: http://svn.apache.org/viewvc?rev=741859&view=rev Log: IO-193: Broken input and output streams Added missing svn:eol-style settings. Thanks, Rahul! Modified: commons/proper/io/trunk/src/java/org/apache/commons/io/i

svn commit: r741562 - in /commons/proper/io/trunk/src: java/org/apache/commons/io/ java/org/apache/commons/io/input/ java/org/apache/commons/io/output/ test/org/apache/commons/io/ test/org/apache/comm

2009-02-06 Thread jukka
Author: jukka Date: Fri Feb 6 13:29:06 2009 New Revision: 741562 URL: http://svn.apache.org/viewvc?rev=741562&view=rev Log: IO-192: Tagged input and output streams Added the proposed TaggedIOException, TaggedInputStream and TaggedOutputStream classes and related unit tests. A

svn commit: r741536 - /commons/proper/io/trunk/src/java/org/apache/commons/io/input/BrokenInputStream.java

2009-02-06 Thread jukka
Author: jukka Date: Fri Feb 6 11:17:00 2009 New Revision: 741536 URL: http://svn.apache.org/viewvc?rev=741536&view=rev Log: IO-193: Broken input and output streams There's no need for BrokenInputStream.reset() to be synchronized like the InputStream.reset() method it overrides.

svn commit: r741531 - in /commons/proper/io/trunk/src: java/org/apache/commons/io/input/ java/org/apache/commons/io/output/ test/org/apache/commons/io/input/ test/org/apache/commons/io/output/

2009-02-06 Thread jukka
Author: jukka Date: Fri Feb 6 11:02:37 2009 New Revision: 741531 URL: http://svn.apache.org/viewvc?rev=741531&view=rev Log: IO-193: Broken input and output streams Added the proposed BrokenInputStream and BrokenOutputStream classes. Also added simple test cases for the new code. A

svn commit: r741353 - in /commons/sandbox/xml/trunk: ./ src/ src/main/ src/main/java/ src/main/java/org/ src/main/java/org/apache/ src/main/java/org/apache/commons/ src/main/java/org/apache/commons/xm

2009-02-05 Thread jukka
Author: jukka Date: Fri Feb 6 00:21:24 2009 New Revision: 741353 URL: http://svn.apache.org/viewvc?rev=741353&view=rev Log: xml: Added initial Maven 2 build Added: commons/sandbox/xml/trunk/pom.xml (with props) commons/sandbox/xml/trunk/src/ commons/sandbox/xml/trunk/src/

svn commit: r741351 - /commons/sandbox/xml/trunk/README.txt

2009-02-05 Thread jukka
Author: jukka Date: Fri Feb 6 00:12:04 2009 New Revision: 741351 URL: http://svn.apache.org/viewvc?rev=741351&view=rev Log: xml: Added a README file. Added: commons/sandbox/xml/trunk/README.txt (with props) Added: commons/sandbox/xml/trunk/README.txt URL: http://svn.apache.org/vi

svn commit: r741349 - /commons/sandbox/xml/trunk/PROPOSAL.txt

2009-02-05 Thread jukka
Author: jukka Date: Fri Feb 6 00:04:45 2009 New Revision: 741349 URL: http://svn.apache.org/viewvc?rev=741349&view=rev Log: xml: Added the PROPOSAL file. (I assume .txt is fine) Added: commons/sandbox/xml/trunk/PROPOSAL.txt (with props) Added: commons/sandbox/xml/trunk/PROPOSAL.txt

svn commit: r741332 - in /commons/sandbox/xml/trunk: LICENSE.txt NOTICE.txt

2009-02-05 Thread jukka
Author: jukka Date: Thu Feb 5 22:44:51 2009 New Revision: 741332 URL: http://svn.apache.org/viewvc?rev=741332&view=rev Log: xml: Added LICENSE and NOTICE files Added: commons/sandbox/xml/trunk/LICENSE.txt - copied unchanged from r741326, infrastructure/site/trunk/xdocs/lice

svn commit: r741321 - in /commons/sandbox/xml: branches/ tags/ trunk/

2009-02-05 Thread jukka
Author: jukka Date: Thu Feb 5 22:36:12 2009 New Revision: 741321 URL: http://svn.apache.org/viewvc?rev=741321&view=rev Log: xml: Created the trunk,branches,tags structure for the proposed Commons XML component. Added: commons/sandbox/xml/branches/ commons/sandbox/xml/tags/ com

svn commit: r741320 - /commons/sandbox/xml/

2009-02-05 Thread jukka
Author: jukka Date: Thu Feb 5 22:34:39 2009 New Revision: 741320 URL: http://svn.apache.org/viewvc?rev=741320&view=rev Log: xml: Create a folder for the proposed Commons XML component. Added: commons/sandbox/xml/

svn commit: r736507 - /commons/proper/io/trunk/src/java/org/apache/commons/io/HexDump.java

2009-01-21 Thread jukka
Author: jukka Date: Wed Jan 21 16:52:15 2009 New Revision: 736507 URL: http://svn.apache.org/viewvc?rev=736507&view=rev Log: IO-189: update javadoc on HexDump.dump method Modified: commons/proper/io/trunk/src/java/org/apache/commons/io/HexDump.java Modified: commons/proper/io/trunk/src/

svn commit: r609421 - in /commons/proper/io/trunk/src: java/org/apache/commons/io/output/ByteArrayOutputStream.java test/org/apache/commons/io/output/ByteArrayOutputStreamTestCase.java

2008-01-06 Thread jukka
Author: jukka Date: Sun Jan 6 13:57:24 2008 New Revision: 609421 URL: http://svn.apache.org/viewvc?rev=609421&view=rev Log: IO-152 - Add ByteArrayOutputStream.write(InputStream) Modified: commons/proper/io/trunk/src/java/org/apache/commons/io/output/ByteArrayOutputStream.java com

svn commit: r608744 - /commons/proper/io/trunk/src/java/org/apache/commons/io/input/AutoCloseInputStream.java

2008-01-04 Thread jukka
Author: jukka Date: Thu Jan 3 20:50:11 2008 New Revision: 608744 URL: http://svn.apache.org/viewvc?rev=608744&view=rev Log: IO-122 - Helper classes for controlling closing of streams - Added a finalizer to AutoCloseInputStream Modified: commons/proper/io/trunk/src/java/org/ap