Commit Graph

107 Commits

Author SHA1 Message Date
Bastian Kleineidam 3fd52ed508 Updated package description. 2012-05-12 09:05:20 +02:00
Bastian Kleineidam e7f8e00bc5 Support TAR file handling with the Python tarfile module. 2012-05-12 09:00:55 +02:00
Bastian Kleineidam ac76a91d2d Support creation of ZIP files with Python modules. 2012-05-11 23:30:46 +02:00
Bastian Kleineidam 547bd75fd6 Support extraction of GZIP files with the Python gzip module. 2012-05-11 22:56:44 +02:00
Bastian Kleineidam 45a5f7e841 Support extraction of BZIP2 files with the Python bz2 module. 2012-05-11 22:08:00 +02:00
Bastian Kleineidam bae89f9c67 Document convenience functions. 2012-05-11 21:09:32 +02:00
Bastian Kleineidam 96be0020ea Add more checks. 2012-05-11 20:07:50 +02:00
Bastian Kleineidam 6917ab17bb Support plzip. 2012-05-11 07:14:49 +02:00
Bastian Kleineidam 1cb76a9633 Support plbzip2. 2012-05-11 07:08:50 +02:00
Bastian Kleineidam f41259ad1a Updated changelog. 2012-04-11 18:22:27 +02:00
Bastian Kleineidam 8a35ea2d9f Remove local todo file. 2012-04-11 18:20:39 +02:00
Bastian Kleineidam aa04cd9086 Reformat changelog. 2012-04-09 12:24:57 +02:00
Bastian Kleineidam 8987927edb Added convenience library functions for handling archives. 2012-04-09 12:23:02 +02:00
Bastian Kleineidam 9904c8872d Document the --outdir option. 2012-04-09 11:56:35 +02:00
Bastian Kleineidam 822b650c79 Bump up version. 2012-04-09 11:54:20 +02:00
Bastian Kleineidam 29bebdd10c Python 2.4 is required, not 2.7. 2012-04-09 08:37:59 +02:00
Bastian Kleineidam 28cbbc4087 Add release. 2012-04-08 18:54:24 +02:00
Bastian Kleineidam 021626aa82 Added support for the pigz program handling GZIP archives. 2012-04-06 12:59:52 +02:00
Bastian Kleineidam 0ce0e92ac0 Add install instructions. 2012-03-12 21:32:53 +01:00
Bastian Kleineidam 37f0daf18f Print error when archive files do not exist. 2012-02-13 21:05:48 +01:00
Bastian Kleineidam 81ab40ab45 Bump up version. 2012-02-12 09:18:17 +01:00
Bastian Kleineidam 6d94cca388 Updated version and changelog. 2012-01-30 20:54:08 +01:00
Bastian Kleineidam ba6d138615 Xz supports all archive commands. 2011-10-19 09:10:17 +02:00
Bastian Kleineidam b264064ca8 Release name and date. 2011-01-25 07:00:02 -06:00
Bastian Kleineidam 14641f8ea3 Updated copyright. 2011-01-25 06:57:30 -06:00
Bastian Kleineidam e48b95f9f1 Support DMS (.dms) files. 2011-01-24 14:28:29 -06:00
Bastian Kleineidam 80916bc335 Added support for the orange CAB extracting program. 2011-01-24 12:24:34 -06:00
Bastian Kleineidam 55f3716eb6 Fall back to file extension detection for MIME type when the uncompressor file(1) uses for compressed TAR archives is not installed. 2011-01-23 09:30:11 -06:00
Bastian Kleineidam cf9264ebe1 Fix typos. 2011-01-17 13:51:51 -06:00
Bastian Kleineidam d39e1c6750 Support ZIP (.zip) file creation with 7z. 2011-01-17 13:38:53 -06:00
Bastian Kleineidam 296283bf9e Added support for pdlzip. 2011-01-17 13:27:54 -06:00
Bastian Kleineidam 85f592b8ea Added support for clzip. 2011-01-17 13:11:02 -06:00
Bastian Kleineidam e0a661d7ae Added MIME type detected on Debian platform for cpio archives. 2011-01-17 12:39:21 -06:00
Bastian Kleineidam b11339bd2f Fix command argument order when extracting cpio archives. 2011-01-17 12:37:10 -06:00
Bastian Kleineidam cc0e90648f Bump up version. 2010-11-20 21:06:07 +01:00
Bastian Kleineidam 015ac11581 Updated changelog 2010-11-20 14:18:22 +01:00
Bastian Kleineidam b6ef1a7638 Deactivate broken test 2010-11-20 13:56:34 +01:00
Bastian Kleineidam 895197e120 Fix rar extraction unpack directory. 2010-11-10 19:50:19 +01:00
Bastian Kleineidam dc7a1a033c Show commands that are run. 2010-11-10 19:34:25 +01:00
Bastian Kleineidam a715a7c16b Bump up version. 2010-11-10 19:33:56 +01:00
Bastian Kleineidam 1eddb60c85 Name the release. 2010-10-04 20:31:48 +02:00
Bastian Kleineidam d91ebebc0a Comment out test failures for now. 2010-10-04 19:24:15 +02:00
Bastian Kleineidam 09c59ab3f0 Added support for the standalone 7za archiver in addition to 7z. 2010-10-04 19:21:01 +02:00
Bastian Kleineidam 23c9c09da8 Add release date. 2010-04-10 22:01:39 +02:00
Bastian Kleineidam 1e83fc3594 Added changelog entry for the rmtree error function. 2010-04-05 02:58:09 +02:00
Bastian Kleineidam 04fb6ec5e5 Bump up version. 2010-04-05 02:57:05 +02:00
Bastian Kleineidam c9ecddafc9 Updated patool.txt from man page. 2010-03-26 21:06:29 +01:00
Bastian Kleineidam defdede049 Release date added. 2010-03-26 16:13:30 +01:00
Bastian Kleineidam 554d273b08 Added support for ZOO (.zoo) archives. 2010-03-21 15:39:02 +01:00
Bastian Kleineidam 82708b74fa Added support for RZIP (.rz) archives. 2010-03-20 11:34:40 +01:00