Wed, 13 Jan 2010 19:39:36 +0000 Matthew Wild Add support for fetching archives from URLs trunk tip changeset | files
Sun, 30 Aug 2009 11:55:49 -0400 Brett Smith release dtrx 6.6 trunk changeset | files
Sun, 30 Aug 2009 11:46:30 -0400 Brett Smith add support for xz compression trunk changeset | files
Sun, 30 Aug 2009 11:18:32 -0400 Brett Smith use the PyYAML library for tests, instead of Syck trunk changeset | files
Sat, 04 Jul 2009 11:26:19 -0400 Brett Smith release dtrx 6.5 trunk changeset | files
Sat, 04 Jul 2009 11:18:33 -0400 Brett Smith add missing tools that you might need for .deb packages trunk changeset | files
Sat, 04 Jul 2009 11:11:10 -0400 Brett Smith add more metadata for Cheese Shop et al. trunk changeset | files
Sat, 04 Jul 2009 10:53:22 -0400 Brett Smith consistency nit in header capitalization trunk changeset | files
Sat, 04 Jul 2009 10:49:19 -0400 Brett Smith convert more copyright symbols trunk changeset | files
Sat, 04 Jul 2009 10:47:07 -0400 Brett Smith add missing changes to NEWS trunk changeset | files
Sat, 04 Jul 2009 10:40:11 -0400 Brett Smith Support more .tar.whatever extensions. trunk changeset | files
Sun, 31 May 2009 23:46:10 -0400 Brett Smith use a real UTF-8 copyright symbol everywhere trunk changeset | files
Sun, 31 May 2009 23:45:56 -0400 Brett Smith more reformatting for better manpageification trunk changeset | files
Sun, 31 May 2009 22:51:00 -0400 Brett Smith Make README more like a man page, so it can be converted into one trunk changeset | files
Tue, 05 May 2009 21:04:52 -0400 Brett Smith add support for LZMA-compressed tar file extensions trunk changeset | files
Tue, 05 May 2009 20:31:53 -0400 Brett Smith Use string.rindex (which is in Python 2.3) instead of my own version. trunk changeset | files
Tue, 05 May 2009 20:27:58 -0400 Brett Smith Don't use str.rindex (not in Python 2.3); instead provide my own cheap version. trunk changeset | files
Tue, 05 May 2009 20:14:36 -0400 Brett Smith Add support for new .deb archives with data.tar.{bz2,lzma}. trunk changeset | files
Sun, 12 Apr 2009 11:22:42 -0400 Brett Smith Support multiple greps and antigreps per test. trunk changeset | files
Sun, 12 Apr 2009 11:21:51 -0400 Brett Smith Start printing results ASAP with -l or -t. trunk changeset | files
Thu, 02 Apr 2009 22:31:07 -0400 Brett Smith Make sure prompts with filenames don't break mid-filename. trunk changeset | files
Wed, 25 Mar 2009 22:58:57 -0400 Brett Smith Added one entry options a while ago. trunk changeset | files
Wed, 25 Mar 2009 22:54:13 -0400 Brett Smith Reword one entry prompt; wrap prompt choices; better term size detection. trunk changeset | files
Wed, 25 Mar 2009 21:34:55 -0400 Brett Smith add missing test archive trunk changeset | files
Thu, 11 Dec 2008 21:37:03 -0500 Brett Smith Release dtrx 6.4 trunk changeset | files
Thu, 11 Dec 2008 21:19:26 -0500 Brett Smith Fix crasher bug when extracting empty archives. trunk changeset | files
Thu, 06 Nov 2008 21:33:15 -0500 Brett Smith Improve wrapping of interactive prompts. trunk changeset | files
Thu, 06 Nov 2008 20:49:57 -0500 Brett Smith Add support for LZMA magic detection. trunk changeset | files
Sun, 19 Oct 2008 23:05:00 -0400 Brett Smith update sha1sum trunk changeset | files
Sun, 19 Oct 2008 22:53:32 -0400 Brett Smith merge extractor contents bugfix trunk changeset | files
Sun, 19 Oct 2008 22:50:47 -0400 Brett Smith Include the NEWS file in source distributions trunk changeset | files
Sun, 19 Oct 2008 22:47:59 -0400 Brett Smith Avoid DeprecationWarning under Python 2.6. Part of the 6.3 release. trunk changeset | files
Sun, 19 Oct 2008 22:42:20 -0400 Brett Smith Prepare for a 6.3 release trunk changeset | files
Sun, 19 Oct 2008 22:20:50 -0400 Brett Smith Add RAR support. Thanks to Peter Kelemen for the patch. trunk changeset | files
Tue, 16 Sep 2008 21:51:59 -0400 Brett Smith Make sure all extractors get self.contents defined. trunk changeset | files
Sat, 26 Jul 2008 13:02:53 -0400 Brett Smith Fix TODO merge conflicts, I hope. trunk changeset | files
Sat, 26 Jul 2008 12:55:37 -0400 Brett Smith Release 6.2 trunk changeset | files
Thu, 10 Jul 2008 21:00:51 -0400 Brett Smith Update TODO trunk changeset | files
Thu, 24 Jul 2008 22:49:03 -0400 Brett Smith Tidy: no need to import glob anymore. trunk changeset | files
Thu, 24 Jul 2008 22:46:27 -0400 Brett Smith Be more careful on SIGINT/SIGKILL cleanup. trunk changeset | files
Thu, 24 Jul 2008 22:35:38 -0400 Brett Smith Use the default action for SIGPIPE. trunk changeset | files
Thu, 24 Jul 2008 22:15:19 -0400 Brett Smith Add --one-entry option to specify default handling for one-entry archives. trunk changeset | files
Wed, 23 Jul 2008 12:15:45 -0400 Brett Smith Use the --quiet option for cpio -t too. trunk changeset | files
Wed, 23 Jul 2008 12:01:58 -0400 Brett Smith Stop worrying about trailing newlines in get_filenames() overrides. trunk changeset | files
Sun, 20 Jul 2008 22:24:49 -0400 Brett Smith Move most ExtractorBuilder constants to the top. trunk changeset | files
Sun, 20 Jul 2008 21:39:39 -0400 Brett Smith Move more common extraction/listing functionality into BaseExtractor. trunk changeset | files
Sun, 20 Jul 2008 21:16:08 -0400 Brett Smith Improve dtrx -l performance on misnamed files, and clean other error messages. trunk changeset | files
Sun, 20 Jul 2008 20:45:54 -0400 Brett Smith Don't show errors from failed extractors unless they all fail. trunk changeset | files
Sun, 20 Jul 2008 20:25:54 -0400 Brett Smith Clean the target directory if an extraction attempt failed. trunk changeset | files
Tue, 15 Jul 2008 22:18:03 -0400 Brett Smith Give extraction stderr more context, and suppress normal cpio stderr junk. trunk changeset | files
Sun, 13 Jul 2008 18:11:08 -0400 Brett Smith Update for 6.1, plus some tweaks here and there. trunk changeset | files
Sun, 13 Jul 2008 18:01:04 -0400 Brett Smith Updates for 6.1 release. trunk changeset | files
Sun, 13 Jul 2008 17:54:47 -0400 Brett Smith Don't assume .exe files are Cabinet archives just by extension. trunk changeset | files
Sun, 13 Jul 2008 17:47:57 -0400 Brett Smith Add support for InstallShield archives. trunk changeset | files
Thu, 10 Jul 2008 20:55:09 -0400 Brett Smith Recurse better when the contents were just one file. trunk changeset | files
Thu, 10 Jul 2008 20:09:12 -0400 Brett Smith Tweak wording of recursion question, and TODO. trunk changeset | files
Thu, 10 Jul 2008 19:51:53 -0400 Brett Smith Count files in the archive and report that in the recursion prompt. trunk changeset | files
Thu, 10 Jul 2008 19:31:23 -0400 Brett Smith more TODO updates trunk changeset | files
Thu, 10 Jul 2008 18:48:09 -0400 Brett Smith Update TODO: remove complete tasks, add new items. trunk changeset | files
Thu, 10 Jul 2008 18:44:06 -0400 Brett Smith Don't prompt for one entry handling with -f. trunk changeset | files
(0) -100 -60 tip

mercurial