Commit Graph

  • 9f8c941e2a Improved MIME test Bastian Kleineidam 2010-03-03 20:10:10 +0100
  • 8f33b01cbf Add ability to pass format and encoding as arguments to the archive handler function. Bastian Kleineidam 2010-03-03 17:35:17 +0100
  • 92eb057bcd Added MIME regocnition test. Bastian Kleineidam 2010-03-03 11:34:48 +0100
  • ac2d30322a Memoize function return values of mime type guessing and program finding. Bastian Kleineidam 2010-03-01 16:42:39 +0100
  • 0849e9aaa2 Added support for windows systems. Bastian Kleineidam 2010-03-01 16:29:54 +0100
  • 6b7a339b30 Bump up version Bastian Kleineidam 2010-03-01 16:21:13 +0100
  • a6c723eddc Ensure that a given program name is absolute. Bastian Kleineidam 2010-03-01 16:19:48 +0100
  • 56e103ce01 Renamed find_codec() to has_coded() to reflect that the function does not find, but only check if the codec is available. Bastian Kleineidam 2010-03-01 16:18:36 +0100
  • 3982c133be Improved format listing and added a test case for this command. Bastian Kleineidam 2010-03-01 16:17:14 +0100
  • f7e3fded29 Fix bug listing available formats when only a default program could be found. Bastian Kleineidam 2010-03-01 16:14:33 +0100
  • 8f5bc190f8 Added more missing file extensions for the Python mimetypes module. Bastian Kleineidam 2010-03-01 16:13:57 +0100
  • ae8a796fdd Only call file(1) program if it is available. Bastian Kleineidam 2010-03-01 16:11:44 +0100
  • 9a80938e0a Add and use find_program() utility method instead of calling distutils find_executable directly. Bastian Kleineidam 2010-03-01 16:10:17 +0100
  • fdb1f398bf Moved p7zip_supports_rar() function to util package where it belongs. Bastian Kleineidam 2010-03-01 16:05:32 +0100
  • 90f4d607df Added missing documentation strings. Bastian Kleineidam 2010-03-01 16:03:31 +0100
  • a4dcaf0f4c Added .bat files to test and build under Windows systems; adjusted ignore, setup and Makefiles for this platform. Bastian Kleineidam 2010-03-01 16:01:23 +0100
  • f93e24a280 Bump up version Bastian Kleineidam 2010-02-23 19:37:25 +0100
  • c647f65a87 Test if encoding is supported by the archive program. Bastian Kleineidam 2010-02-23 19:31:14 +0100
  • ff82c2a100 Test .tgz and .taz files. Bastian Kleineidam 2010-02-23 19:30:58 +0100
  • a59ae7c03b List xz archives with echo. Bastian Kleineidam 2010-02-23 19:30:20 +0100
  • 6f6a614dc3 Updated chcnagelog Bastian Kleineidam 2010-02-23 07:37:50 +0100
  • 28cdd06b95 Compute sha1sum for released archives Bastian Kleineidam 2010-02-23 07:37:42 +0100
  • 9275d6ca47 Ensure archive program supports a given encoding before trying to handle archive commands. Bastian Kleineidam 2010-02-23 07:32:45 +0100
  • 017f9a155c Ensure executable exists when checking encoding for a program Bastian Kleineidam 2010-02-23 07:32:13 +0100
  • ef668ddc94 Added check for supported tar and 7z codecs Bastian Kleineidam 2010-02-22 21:55:29 +0100
  • 30c58834bd Improved format listing Bastian Kleineidam 2010-02-22 21:55:16 +0100
  • f29b31ec42 Use instance variable for program to run; and rename cmd to program Bastian Kleineidam 2010-02-22 21:30:47 +0100
  • 7ccccfc456 move comment to correct place Bastian Kleineidam 2010-02-22 21:30:26 +0100
  • 3b2b5573a5 Updated documentation and version Bastian Kleineidam 2010-02-22 18:28:07 +0100
  • 3c01a64a16 Added support for lzma or xz encoded tar files (ie. t.tar.lzma and t.tar.xz) Bastian Kleineidam 2010-02-22 18:22:49 +0100
  • 8742abafe9 Added XZ format support Bastian Kleineidam 2010-02-22 17:34:08 +0100
  • 82a85abb33 Updated documentation for new LZMA support. Bastian Kleineidam 2010-02-22 17:26:33 +0100
  • bc7e99b35b Added support for LZMA archives Bastian Kleineidam 2010-02-22 17:21:55 +0100
  • ed10997ce3 Updated todo file. Bastian Kleineidam 2010-02-22 16:40:13 +0100
  • 6ee30cb426 Fix dist make target Bastian Kleineidam 2010-02-21 20:18:08 +0100
  • d03b4fe1e0 Added deb target to Makefile Bastian Kleineidam 2010-02-21 19:38:22 +0100
  • bb2f527d45 Fixed old conflict patool.1 man page Bastian Kleineidam 2010-02-21 19:04:13 +0100
  • f952c4d9bf Added changelog. Bastian Kleineidam 2010-02-21 19:01:15 +0100
  • 138bf8805a Install man page; add configuration and bash-completion file Bastian Kleineidam 2010-02-21 17:50:52 +0100
  • 8a3d685e3b Re-add todo file Bastian Kleineidam 2010-02-21 16:05:56 +0100
  • 077275eb32 Fix formats command Bastian Kleineidam 2010-02-21 16:04:09 +0100
  • c08b69d9f3 Added new python module package to setup.py Bastian Kleineidam 2010-02-21 16:00:51 +0100
  • de4dd49e33 Move program handlers into own python module package. Bastian Kleineidam 2010-02-21 15:56:45 +0100
  • 6790380c70 Implemented create command Bastian Kleineidam 2010-02-21 15:48:52 +0100
  • dde435cc16 Do not run file(1) on non-existing files. Bastian Kleineidam 2010-02-21 14:30:26 +0100
  • bb7347b03d Merged master Bastian Kleineidam 2010-02-21 13:45:41 +0100
  • 2587bfda86 Added test archive command. Bastian Kleineidam 2010-02-21 13:40:42 +0100
  • c1ada5cc39 Show error for unknown commands. Bastian Kleineidam 2010-02-21 13:01:06 +0100
  • ed244c1338 Improved error message for unknown commands. Bastian Kleineidam 2010-02-21 13:00:21 +0100
  • 314e6805aa Added the baker module locally because it is small, not widely known and I have patched it. Bastian Kleineidam 2010-02-21 12:56:13 +0100
  • 1f1896b175 initial framework for creation of archives Bastian Kleineidam 2010-02-21 12:53:00 +0100
  • 1e9d656d70 Better names for some functions and values Bastian Kleineidam 2010-02-21 12:28:20 +0100
  • 1b38fff5ce Better names for some functions and values Bastian Kleineidam 2010-02-21 12:20:47 +0100
  • 82e97a62a6 Remove unused imports Bastian Kleineidam 2010-02-21 12:19:14 +0100
  • a6b3c6aa30 Clean distutils build directory. Bastian Kleineidam 2010-02-21 12:16:07 +0100
  • 1e3a72bdaa Initial commit Bastian Kleineidam 2010-02-21 12:14:57 +0100