Commit Graph

  • 4ebc196313
    Merge pull request #4 from AppleCommander/dependabot/gradle/junit-junit-4.13.2 master A2 Geek 2023-10-28 12:52:42 -0500
  • c666b30e30
    Bump junit:junit from 4.12 to 4.13.2 dependabot[bot] 2023-10-28 17:52:10 +0000
  • 80d387277b
    Create dependabot.yml A2 Geek 2023-10-28 12:51:53 -0500
  • 7ec734be7a First round of updates. Leaving publication for later. #3 Rob Greene 2020-11-24 19:35:38 -0600
  • 932d688b36 Gradle tweaks: fix for Oracle javadoc doclint strictness; made the signing task a bit more intelligent. Rob Greene 2018-05-29 10:52:29 -0500
  • e6cddf25a7 Trying to remove signing dependencies when not signing. Rob Greene 2018-05-09 21:57:57 -0500
  • 3b04415763 Adding some version information and fixing command-line to actually report version. v1.2.2 Rob Greene 2018-04-04 21:34:04 -0500
  • aafb68f75c Bumping version. v1.2.1 Rob Greene 2018-03-11 17:34:41 -0500
  • 216c73d32b Missed this in the AC2 merge. Rob Greene 2018-03-11 17:34:28 -0500
  • b2f3a5a3e1 Bumping version. v1.2.0 Rob Greene 2018-03-11 15:13:42 -0500
  • e9469fe5a0 Merging in changes from applecommander2 project. API did change a bit on HeaderBlock. Rob Greene 2018-03-11 15:13:24 -0500
  • 8f4ca7fb9f Making NufxScan a bit more useful. Include list of directories on the command-line. Will recurse into subdirectories as well. Rob Greene 2018-03-10 22:09:27 -0600
  • e178f124ed Fixing yellow markers in test classes and switching to JUnit 4. Rob Greene 2018-03-10 21:45:24 -0600
  • e1fb963913 Cleaning up Javadoc warnings and errors. Rob Greene 2018-03-10 17:36:23 -0600
  • 3b28ad7a07 Adding Gradle config to publish to the Maven Central Repository. Rob Greene 2018-03-07 19:59:46 -0600
  • 1bd7b5f431 Merging changes that existed in AppleCommander's clone. Closes #2. v1.1.0 Rob Greene 2018-03-06 21:34:58 -0600
  • 1c54b5ac16 Migrating to Gradle; leaving the one failing Unit test as-is for now. #1. v1.0.0 Rob Greene 2018-03-05 21:48:48 -0600
  • dc9be183eb Removing embedded Eclipse settings. Rob Greene 2018-03-04 20:30:00 -0600
  • 499ffca9bb Add a little commentary 2012-07-05 19:24:34 +0000
  • 7f3acacea6 Go ahead and call this 1.0.0 2012-06-29 03:36:38 +0000
  • 92f1e321ac Add a utility class for some higher-level functions 2012-06-29 03:35:41 +0000
  • 7743e29f8a Fix up SDK operations - when they're packed inside a BXY wrapper. 2012-06-27 04:09:16 +0000
  • f5599334c5 Accomodate some disk image creation bugs 2012-06-25 15:21:02 +0000
  • 44cab7e7cb Ignore build artifacts 2012-06-25 14:03:47 +0000
  • cb19a53a1d Add a simple jar buildfile 2012-06-25 14:02:22 +0000
  • dc2fb9c23c More information in exception message for badly (?) formed ThreadKinds 2012-06-24 21:43:49 +0000
  • 252cd1607a Preserve 1.5 compatibility. John B. Matthews 2008-08-23 15:51:54 +0000
  • 005b1f4e07 LZW decompression stream. Tests aren't quite right yet. Robert Greene 2008-07-10 03:10:36 +0000
  • 264a5f6e53 Correcting typos. Robert Greene 2008-07-10 02:59:45 +0000
  • 006eadf410 Added RleOutputStream for RLE compression. Robert Greene 2008-06-30 03:53:01 +0000
  • c188bf6c2b Adding LittleEndianByteOutputStream. Robert Greene 2008-06-30 02:19:36 +0000
  • 048f640e81 Minor correction to comments. Robert Greene 2008-06-30 02:19:15 +0000
  • af85d76306 Adding BitOutputStream; moved bit mask constants into BitConstants interface for both the input and the output stream. Robert Greene 2008-06-28 15:01:26 +0000
  • 69debc0765 Adding a textual description for failures. Robert Greene 2008-06-28 15:00:39 +0000
  • fe1bfde65e Adding a test of uncompressed files just to make sure it actually works! Robert Greene 2008-06-27 19:14:23 +0000
  • f11ba01ee2 Correcting behavior when the clear dictionary code is received (0x100). Robert Greene 2008-06-27 18:42:26 +0000
  • aad7071358 Just removing a commented out line. Robert Greene 2008-06-27 18:41:34 +0000
  • d93c504165 Changed test to test byte-by-byte instead of a String, since some of the data files are binary. Robert Greene 2008-06-27 18:41:15 +0000
  • acb0912244 Removed some unit tests that took a bit of setup to get working; added a helper functions to HeaderBlock (getting filename and data or resource fork) and ThreadRecord (get correct InputStream); most LZW tests now compare to expected results. Not all test issues have been resolved. Robert Greene 2008-06-27 04:19:21 +0000
  • ac9626e9c0 Adding support for LZW/2 scheme. Fixed both LZW/1 and LZW/2 to handle "multichunk" files (that is, files more than 4K long). Renamed the NuFX-specific LZW streams to be NufxLzw[12]InputStream. Tests need to be revamped heavily. Added some sample archives with both formats that have the same answer. Robert Greene 2008-06-25 03:22:17 +0000
  • 58af449378 This adds NuFX LZW/1 decompression support. Robert Greene 2008-06-23 04:03:42 +0000
  • 0511fbfce5 Switched ByteSource to be an InputStream; renamed ByteSource LittleEndianByteInputStream. Robert Greene 2008-06-22 23:57:49 +0000
  • ec9c833f58 Adding basic LZW and RLE decompression algorithms implemented as InputStreams. The tests aren't quite test, but do verify they are functional. Robert Greene 2008-06-22 17:57:23 +0000
  • ad3558f84a Preserve 1.5 compatibility. John B. Matthews 2008-06-17 16:39:24 +0000
  • 4371c7a730 Added ability to get the CRC-16 from a ByteSource and for the MasterHeaderBlock to validate its CRC-16. Robert Greene 2008-06-17 04:09:56 +0000
  • 6c241ea036 Added some masking to prevent a byte with the high bit set (0x80 or more) to flip into negative numbers; also altered to use an int in update. Robert Greene 2008-06-17 04:09:03 +0000
  • 27ee990c43 A basic scan utility that locates archive files and dumps their file lists. Robert Greene 2008-06-17 02:54:50 +0000
  • 99cb124c45 Switched over to Java 5.0. Robert Greene 2008-06-17 02:48:26 +0000
  • 8e090c179e ThreadFormat now knows its code; changed logic of find to use the coding instead of a switch statement. Robert Greene 2008-06-17 02:47:48 +0000
  • c0c6a6a55a Add CRC16. John B. Matthews 2008-06-17 01:22:41 +0000
  • 68a5b3a5f5 Initial commit. Reads basic NuFile/NuFX archive format. Does not handle CRC-16, does not write, does not handle compressed threads. Robert Greene 2008-06-16 03:37:52 +0000