1
0

TODO 679 B

1234567891011121314151617181920212223
  1. Library:
  2. * Better error handling.
  3. * Extract:
  4. * Add options API to control whether permissions, timestamp are set.
  5. * Creation of parent directories on extract (+optional)
  6. * Add LHAFile convenience class.
  7. * Compression and LHA file generation.
  8. * Correctly handle LHmelt backwards directory ordering.
  9. * Add test archives generated by:
  10. * Microsoft LZH folder add-in for Windows (if possible?)
  11. * UNLHA32
  12. * Decompressors for obscure algorithms:
  13. * -lh2-, -lh3- (experimental LHA?)
  14. * LHark -lh7- (modified -lh5-)
  15. * -lx1- (unlha32 obscure/experimental?)
  16. Command line tool:
  17. * Create/update/modify archives.
  18. Testing:
  19. * Valgrind.
  20. * Improve coverage.