Commit Graph

38 Commits

Author SHA1 Message Date
Felix Dörre
46a20204bc Making TarEntry.equals a standard java equals method (with .hashCode method) 2014-06-24 23:53:54 +02:00
Kamran
e768f32bd1 Merge pull request #12 from Nimlhug/master
Allow appending to existing tar files.
2014-02-12 15:33:38 +00:00
Bram
7d9ab32e4d Expose bytesRead on TarInputStream by means of getCurrentOffset(). This
can be used to determine where in the tar file a specific entry is
located.
2014-01-23 17:14:03 +01:00
Bram
a3214bd9c4 Wrap the FileOutputStream in a BufferedOutputStream. 2014-01-23 12:25:04 +01:00
Bram
83b72b4269 Allow TarOutputStream to append to an existing tar file. This is
achieved by positioning the file pointer before the EOF-padding bytes
and overwriting them.

Additionally, the existing tests were broken and only executable on
kamranzafar's machine. The tests should now work on any machine.
2014-01-23 12:16:07 +01:00
Bram
1c05a103e4 Upgrade to Java 7.
JDK 5 has been EOL'd for a good while. Same with JDK 6.
2014-01-22 15:11:07 +01:00
Kamran
3b77548d76 Update README.md 2013-10-17 13:37:27 +01:00
Kamran
dfad04cad5 Update README.md 2013-10-17 13:33:50 +01:00
Kamran
7941481fa5 Create .travis.yml 2013-10-17 13:15:59 +01:00
Kamran
51fe434aee Merge pull request #10 from mikeb01/read-fix
Fix bug with reads of values > 127
2013-07-03 14:01:12 -07:00
Michael Barker (barkerm)
5fc8cdfeae Fix bug with reads of values > 127 2013-07-02 09:56:16 +12:00
kamran
30f29696e1 [maven-release-plugin] prepare for next development iteration 2012-11-06 19:08:40 +00:00
kamran
9237f6e10a [maven-release-plugin] prepare release jtar-2.2 2012-11-06 19:08:27 +00:00
kamran
0705ada9c6 updates 2012-11-06 19:05:07 +00:00
kamran
d8cf97b759 updates 2012-11-05 22:31:41 +00:00
kamran
13f1c4f0e0 updates 2012-11-05 22:07:10 +00:00
kamranzafar
682eb03b19 updated test case 2012-11-05 10:26:58 +00:00
kamranzafar
d8c5b6a9d2 added name prefix, updated tar header and entry 2012-11-02 17:19:12 +00:00
kamran
b509b362c1 updated readme 2012-10-17 23:31:52 +01:00
kamran
c7e1ce4769 updated readme 2012-10-17 23:28:56 +01:00
kamran
febf5d305a [maven-release-plugin] prepare for next development iteration 2012-10-16 23:14:02 +01:00
kamran
8ec162224b [maven-release-plugin] prepare release jtar-2.1 2012-10-16 23:13:48 +01:00
Kamran
e777252273 Merge pull request #5 from cavorite/master
Create TarEntry objects without requiring File objects
2012-10-16 14:34:48 -07:00
Juan Manuel Caicedo Carvajal
1d751b99b1 Added methods to create TarEntry objects without requiring a File object. 2012-10-15 18:53:35 -04:00
Kamran
9634674b7a skipped tests by default and moved gpg signing to sign-profile 2012-09-29 12:35:34 +01:00
Kamran
ac8a4c69cc updated README 2012-09-14 00:14:26 +01:00
Kamran
5ff6991e2b updated README 2012-09-13 21:02:09 +01:00
Kamran
b4a72bf1ae updated README 2012-09-13 20:57:18 +01:00
Kamran
112b68a26d updated README 2012-09-13 20:47:55 +01:00
Kamran
a0520e6ae2 [maven-release-plugin] prepare for next development iteration 2012-07-28 17:10:18 +01:00
Kamran
1a500a2dc3 [maven-release-plugin] prepare release jtar-2.0.1 2012-07-28 17:10:06 +01:00
Kamran
ffb189d69a fixed issue #1 2012-07-28 17:06:41 +01:00
Kamran
13aae2fba4 [maven-release-plugin] prepare for next development iteration 2012-07-16 22:50:09 +01:00
Kamran
ba981f7d66 [maven-release-plugin] prepare release jtar-2.0 2012-07-16 22:49:56 +01:00
Kamran
d9187a5faf updated pom 2012-07-16 22:48:58 +01:00
Kamran
ed6f444f2a updated comment 2012-07-16 22:06:19 +01:00
Kamran
5aa50a236d updates 2012-07-16 21:56:22 +01:00
Kamran
5a18d206f7 first v2.0 commit 2012-05-01 16:29:50 +01:00