1
I Use This!
Inactive

Commits : Listings

Analyzed about 22 hours ago. based on code collected about 22 hours ago.
Oct 17, 2024 — Oct 17, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
changed oraclejdk8 to openjdk8 More... about 5 years ago
Merge pull request #29 from rustyx/fix_28 More... about 5 years ago
Zero-pad numeric fields More... almost 7 years ago
Merge pull request #18 from yawkat/master More... almost 9 years ago
Merge pull request #15 from yellowant/master More... almost 9 years ago
Update README.md More... about 10 years ago
[maven-release-plugin] prepare for next development iteration More... about 10 years ago
[maven-release-plugin] prepare release jtar-2.3 More... about 10 years ago
updated travis config More... about 10 years ago
disabled doclint More... about 10 years ago
Merge pull request #20 from zamblauskas/preserve_file_permissions More... about 10 years ago
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. More... about 10 years ago
Read and preserve actual file permissions mode in `TarHeader`. More... about 10 years ago
Fix javadoc to compile with java 8 doclint More... over 10 years ago
Making TarEntry.equals a standard java equals method (with .hashCode method) More... over 11 years ago
Merge pull request #12 from Nimlhug/master More... over 11 years ago
Expose bytesRead on TarInputStream by means of getCurrentOffset(). This can be used to determine where in the tar file a specific entry is located.
Nimlhûg
as Bram
More... over 11 years ago
Wrap the FileOutputStream in a BufferedOutputStream.
Nimlhûg
as Bram
More... over 11 years ago
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.
Nimlhûg
as Bram
More... over 11 years ago
Upgrade to Java 7.
Nimlhûg
as Bram
More... over 11 years ago
Update README.md More... about 12 years ago
Update README.md More... about 12 years ago
Create .travis.yml More... about 12 years ago
Merge pull request #10 from mikeb01/read-fix More... over 12 years ago
Fix bug with reads of values > 127 More... over 12 years ago
[maven-release-plugin] prepare for next development iteration More... almost 13 years ago
[maven-release-plugin] prepare release jtar-2.2 More... almost 13 years ago
updates More... almost 13 years ago
updates More... almost 13 years ago
updates More... almost 13 years ago