Commit Graph

  • b18499211d Support entries larger than 8GiB master 1.1.0 topjohnwu 2024-03-14 16:37:14 -0700
  • 79d0698a9f Update gradle topjohnwu 2024-03-14 16:11:38 -0700
  • ddd6be5f19
    Update README.md John Wu 2019-04-02 01:36:28 -0400
  • fa6a9b04b8 Use GNU USTAR header 1.0.0 topjohnwu 2019-04-02 01:26:34 -0400
  • 4ebcc8fede Remove tests topjohnwu 2019-04-02 01:21:46 -0400
  • 35bdb657b6 More suitiable for Android topjohnwu 2019-04-01 23:52:32 -0400
  • 219e8b25f1 Formating topjohnwu 2019-04-01 23:47:22 -0400
  • 4662a4286b Convert to gradle project topjohnwu 2019-04-01 23:03:38 -0400
  • aace0a3c8a Merge pull request #18 from yawkat/master Kamran 2016-11-16 12:12:55 +0000
  • 8f25838636 Merge pull request #15 from yellowant/master Kamran 2016-11-16 12:12:43 +0000
  • 59e3f7a525 Update README.md Kamran 2015-09-13 19:46:03 +0100
  • 90f19d205d [maven-release-plugin] prepare for next development iteration Kamran Zafar 2015-09-13 19:29:24 +0100
  • 6f7e96c50c [maven-release-plugin] prepare release jtar-2.3 jtar-2.3 Kamran Zafar 2015-09-13 19:29:20 +0100
  • e5a6a2f865 updated travis config Kamran Zafar 2015-09-13 19:22:24 +0100
  • a32c553227 disabled doclint Kamran Zafar 2015-09-13 19:19:01 +0100
  • 70d0b56fce Merge pull request #20 from zamblauskas/preserve_file_permissions Kamran 2015-09-06 23:18:07 +0100
  • 3fe6488324 Check if OS isPosix, if it is - use PosixFilePermission, otherwise use standard Java file methods to check permissions, e.g. canExecute. This allows to use this utility on Windows or other non-posix machine. Robertas Zamblauskas 2015-09-02 23:36:41 +0300
  • e31e92e637 Read and preserve actual file permissions mode in TarHeader. Robertas Zamblauskas 2015-08-29 12:58:01 +0300
  • 52872a151b Fix javadoc to compile with java 8 doclint Jonas Konrad 2015-05-26 20:00:32 +0200
  • 46a20204bc Making TarEntry.equals a standard java equals method (with .hashCode method) Felix Dörre 2014-06-24 23:53:54 +0200
  • e768f32bd1 Merge pull request #12 from Nimlhug/master Kamran 2014-02-12 15:33:38 +0000
  • 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. Bram 2014-01-23 17:14:03 +0100
  • a3214bd9c4 Wrap the FileOutputStream in a BufferedOutputStream. Bram 2014-01-23 12:25:04 +0100
  • 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. Bram 2014-01-23 12:16:07 +0100
  • 1c05a103e4 Upgrade to Java 7. Bram 2014-01-22 15:11:07 +0100
  • 3b77548d76 Update README.md Kamran 2013-10-17 13:37:27 +0100
  • dfad04cad5 Update README.md Kamran 2013-10-17 13:33:50 +0100
  • 7941481fa5 Create .travis.yml Kamran 2013-10-17 13:15:59 +0100
  • 51fe434aee Merge pull request #10 from mikeb01/read-fix Kamran 2013-07-03 14:01:12 -0700
  • 5fc8cdfeae Fix bug with reads of values > 127 Michael Barker (barkerm) 2013-07-02 09:56:16 +1200
  • f7220af3c6 Create gh-pages branch via GitHub gh-pages Kamran 2013-02-07 05:38:34 -0800
  • 9627709f3a Create gh-pages branch via GitHub Kamran 2013-01-23 13:54:18 -0800
  • 30f29696e1 [maven-release-plugin] prepare for next development iteration kamran 2012-11-06 19:08:40 +0000
  • 9237f6e10a [maven-release-plugin] prepare release jtar-2.2 jtar-2.2 kamran 2012-11-06 19:08:27 +0000
  • 0705ada9c6 updates kamran 2012-11-06 19:05:07 +0000
  • d8cf97b759 updates kamran 2012-11-05 22:31:41 +0000
  • 13f1c4f0e0 updates kamran 2012-11-05 22:07:10 +0000
  • 682eb03b19 updated test case kamranzafar 2012-11-05 10:26:58 +0000
  • d8c5b6a9d2 added name prefix, updated tar header and entry kamranzafar 2012-11-02 17:19:12 +0000
  • b509b362c1 updated readme kamran 2012-10-17 23:31:52 +0100
  • c7e1ce4769 updated readme kamran 2012-10-17 23:28:56 +0100
  • febf5d305a [maven-release-plugin] prepare for next development iteration kamran 2012-10-16 23:14:02 +0100
  • 8ec162224b [maven-release-plugin] prepare release jtar-2.1 jtar-2.1 kamran 2012-10-16 23:13:48 +0100
  • e777252273 Merge pull request #5 from cavorite/master Kamran 2012-10-16 14:34:48 -0700
  • 1d751b99b1 Added methods to create TarEntry objects without requiring a File object. Juan Manuel Caicedo Carvajal 2012-10-15 18:53:35 -0400
  • 9634674b7a skipped tests by default and moved gpg signing to sign-profile Kamran 2012-09-29 12:35:34 +0100
  • ac8a4c69cc updated README Kamran 2012-09-14 00:14:26 +0100
  • 5ff6991e2b updated README Kamran 2012-09-13 21:02:09 +0100
  • b4a72bf1ae updated README Kamran 2012-09-13 20:57:18 +0100
  • 112b68a26d updated README Kamran 2012-09-13 20:47:55 +0100
  • a0520e6ae2 [maven-release-plugin] prepare for next development iteration Kamran 2012-07-28 17:10:18 +0100
  • 1a500a2dc3 [maven-release-plugin] prepare release jtar-2.0.1 jtar-2.0.1 Kamran 2012-07-28 17:10:06 +0100
  • ffb189d69a fixed issue #1 Kamran 2012-07-28 17:06:41 +0100
  • 13aae2fba4 [maven-release-plugin] prepare for next development iteration Kamran 2012-07-16 22:50:09 +0100
  • ba981f7d66 [maven-release-plugin] prepare release jtar-2.0 jtar-2.0 Kamran 2012-07-16 22:49:56 +0100
  • d9187a5faf updated pom Kamran 2012-07-16 22:48:58 +0100
  • ed6f444f2a updated comment Kamran 2012-07-16 22:06:19 +0100
  • 5aa50a236d updates Kamran 2012-07-16 21:56:22 +0100
  • 5a18d206f7 first v2.0 commit Kamran 2012-05-01 16:29:50 +0100