Sat, 04 Jul 2009 11:26:19 -0400 Brett Smith release dtrx 6.5 trunk file | diff | annotate
Sat, 04 Jul 2009 10:49:19 -0400 Brett Smith convert more copyright symbols trunk file | diff | annotate
Sat, 04 Jul 2009 10:40:11 -0400 Brett Smith Support more .tar.whatever extensions. trunk file | diff | annotate
Sun, 31 May 2009 23:46:10 -0400 Brett Smith use a real UTF-8 copyright symbol everywhere trunk file | diff | annotate
Tue, 05 May 2009 21:04:52 -0400 Brett Smith add support for LZMA-compressed tar file extensions trunk file | diff | annotate
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 file | diff | annotate
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 file | diff | annotate
Tue, 05 May 2009 20:14:36 -0400 Brett Smith Add support for new .deb archives with data.tar.{bz2,lzma}. trunk file | diff | annotate
Sun, 12 Apr 2009 11:21:51 -0400 Brett Smith Start printing results ASAP with -l or -t. trunk file | diff | annotate
Thu, 02 Apr 2009 22:31:07 -0400 Brett Smith Make sure prompts with filenames don't break mid-filename. trunk file | diff | annotate
Wed, 25 Mar 2009 22:54:13 -0400 Brett Smith Reword one entry prompt; wrap prompt choices; better term size detection. trunk file | diff | annotate
Thu, 11 Dec 2008 21:37:03 -0500 Brett Smith Release dtrx 6.4 trunk file | diff | annotate
Thu, 11 Dec 2008 21:19:26 -0500 Brett Smith Fix crasher bug when extracting empty archives. trunk file | diff | annotate
Thu, 06 Nov 2008 21:33:15 -0500 Brett Smith Improve wrapping of interactive prompts. trunk file | diff | annotate
Thu, 06 Nov 2008 20:49:57 -0500 Brett Smith Add support for LZMA magic detection. trunk file | diff | annotate
Sun, 19 Oct 2008 22:53:32 -0400 Brett Smith merge extractor contents bugfix trunk file | diff | annotate
Sun, 19 Oct 2008 22:47:59 -0400 Brett Smith Avoid DeprecationWarning under Python 2.6. Part of the 6.3 release. trunk file | diff | annotate
Sun, 19 Oct 2008 22:42:20 -0400 Brett Smith Prepare for a 6.3 release trunk file | diff | annotate
Sun, 19 Oct 2008 22:20:50 -0400 Brett Smith Add RAR support. Thanks to Peter Kelemen for the patch. trunk file | diff | annotate
Tue, 16 Sep 2008 21:51:59 -0400 Brett Smith Make sure all extractors get self.contents defined. trunk file | diff | annotate
Sat, 26 Jul 2008 12:55:37 -0400 Brett Smith Release 6.2 trunk file | diff | annotate
Thu, 24 Jul 2008 22:49:03 -0400 Brett Smith Tidy: no need to import glob anymore. trunk file | diff | annotate
Thu, 24 Jul 2008 22:46:27 -0400 Brett Smith Be more careful on SIGINT/SIGKILL cleanup. trunk file | diff | annotate
Thu, 24 Jul 2008 22:35:38 -0400 Brett Smith Use the default action for SIGPIPE. trunk file | diff | annotate
Thu, 24 Jul 2008 22:15:19 -0400 Brett Smith Add --one-entry option to specify default handling for one-entry archives. trunk file | diff | annotate
Wed, 23 Jul 2008 12:15:45 -0400 Brett Smith Use the --quiet option for cpio -t too. trunk file | diff | annotate
Wed, 23 Jul 2008 12:01:58 -0400 Brett Smith Stop worrying about trailing newlines in get_filenames() overrides. trunk file | diff | annotate
Sun, 20 Jul 2008 22:24:49 -0400 Brett Smith Move most ExtractorBuilder constants to the top. trunk file | diff | annotate
Sun, 20 Jul 2008 21:39:39 -0400 Brett Smith Move more common extraction/listing functionality into BaseExtractor. trunk file | diff | annotate
Sun, 20 Jul 2008 21:16:08 -0400 Brett Smith Improve dtrx -l performance on misnamed files, and clean other error messages. trunk file | diff | annotate
Sun, 20 Jul 2008 20:45:54 -0400 Brett Smith Don't show errors from failed extractors unless they all fail. trunk file | diff | annotate
Sun, 20 Jul 2008 20:25:54 -0400 Brett Smith Clean the target directory if an extraction attempt failed. trunk file | diff | annotate
Tue, 15 Jul 2008 22:18:03 -0400 Brett Smith Give extraction stderr more context, and suppress normal cpio stderr junk. trunk file | diff | annotate
Sun, 13 Jul 2008 18:01:04 -0400 Brett Smith Updates for 6.1 release. trunk file | diff | annotate
Sun, 13 Jul 2008 17:54:47 -0400 Brett Smith Don't assume .exe files are Cabinet archives just by extension. trunk file | diff | annotate
Sun, 13 Jul 2008 17:47:57 -0400 Brett Smith Add support for InstallShield archives. trunk file | diff | annotate
Thu, 10 Jul 2008 20:55:09 -0400 Brett Smith Recurse better when the contents were just one file. trunk file | diff | annotate
Thu, 10 Jul 2008 20:09:12 -0400 Brett Smith Tweak wording of recursion question, and TODO. trunk file | diff | annotate
Thu, 10 Jul 2008 19:51:53 -0400 Brett Smith Count files in the archive and report that in the recursion prompt. trunk file | diff | annotate
Thu, 10 Jul 2008 18:44:06 -0400 Brett Smith Don't prompt for one entry handling with -f. trunk file | diff | annotate
Thu, 05 Jun 2008 22:54:10 -0400 Brett Smith Make the wording on the One Entry question a little clearer. trunk file | diff | annotate
Thu, 05 Jun 2008 21:24:44 -0400 Brett Smith Deal with partially extracted tarballs. trunk file | diff | annotate
Wed, 06 Feb 2008 19:38:26 -0500 brett [svn] Find self-extracting archives by their file magic only, not extension/mimetype. trunk file | diff | annotate
Sun, 20 Jan 2008 15:32:02 -0500 brett [svn] Steel FilenameChecker against race conditions. trunk file | diff | annotate
Sun, 20 Jan 2008 12:15:55 -0500 brett [svn] Stupid Python 2.3 doesn't support [].sort(reverse=True). trunk file | diff | annotate
Sun, 20 Jan 2008 12:05:14 -0500 brett [svn] Update copyright dates in the license headers. trunk file | diff | annotate
Sun, 20 Jan 2008 12:00:35 -0500 brett [svn] Add interactive option to list recursive archives when found. trunk file | diff | annotate
Sun, 20 Jan 2008 11:10:48 -0500 brett [svn] Make just one -v print a list of filenames, a la tar. trunk file | diff | annotate
Sun, 20 Jan 2008 09:47:33 -0500 brett [svn] Don't try to rmtree when overwriting just a file. trunk file | diff | annotate
Sun, 20 Jan 2008 04:02:19 -0500 brett [svn] Add a traceback when we catch a signal. trunk file | diff | annotate
Sun, 20 Jan 2008 03:53:02 -0500 brett [svn] Handle SIGINT and SIGKILL. trunk file | diff | annotate
Sun, 20 Jan 2008 01:59:42 -0500 brett [svn] Fix various bugs in the recursive extraction. trunk file | diff | annotate
Thu, 17 Jan 2008 22:44:46 -0500 brett [svn] Make dtrx -v print *something*. trunk file | diff | annotate
Thu, 17 Jan 2008 22:36:07 -0500 brett [svn] At work I was getting an unhelpful "No such file or directory" error when I trunk file | diff | annotate
Tue, 27 Nov 2007 22:04:04 -0500 brett [svn] Sadly Python 2.3 does not have an rsplit method on strings. trunk file | diff | annotate
Mon, 26 Nov 2007 22:39:29 -0500 brett [svn] Update documentation. trunk file | diff | annotate
Mon, 26 Nov 2007 22:31:25 -0500 brett [svn] Minor clean-ups. The most important of these is that we now have a better trunk file | diff | annotate
Fri, 23 Nov 2007 17:55:07 -0500 brett [svn] Be a little nicer about explaining that we can't extract to the current trunk file | diff | annotate
Fri, 23 Nov 2007 16:25:22 -0500 brett [svn] Improve the error reporting to be more user-friendly, at least in many of trunk file | diff | annotate
Fri, 23 Nov 2007 11:33:30 -0500 brett [svn] Small optimization to be nice to the system: don't try a given extractor trunk file | diff | annotate
(0) -60 tip

mercurial