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
Fri, 23 Nov 2007 11:24:58 -0500 brett [svn] Add support for extracting CAB archives. Because the CAB archive I was trunk file | diff | annotate
Thu, 22 Nov 2007 22:37:40 -0500 brett [svn] Add support for LZMA compression. Holy crap that was easy. trunk file | diff | annotate
Thu, 22 Nov 2007 22:24:04 -0500 brett [svn] Fix some bugs and make things a little more user-friendly now that we can trunk file | diff | annotate
Thu, 22 Nov 2007 22:21:34 -0500 brett [svn] Oops, finish adding 7z support. trunk file | diff | annotate
Thu, 22 Nov 2007 22:20:39 -0500 brett [svn] Refactor actions (extract the archive, vs. list the contents) into their trunk file | diff | annotate
Fri, 19 Oct 2007 23:06:53 -0400 brett [svn] If we can't figure out what the file is by mimetype, try using the file trunk file | diff | annotate
Fri, 19 Oct 2007 23:03:17 -0400 brett [svn] Add support for Ruby Gems, and extracting metadata from .deb/.gem files. trunk file | diff | annotate
Fri, 19 Oct 2007 22:46:20 -0400 brett [svn] Change all the license notices from GPLv2 to GPLv3. trunk file | diff | annotate
Sun, 29 Apr 2007 15:30:01 -0400 brett [svn] Really small cleanliness bit. trunk file | diff | annotate
Sun, 29 Apr 2007 15:25:04 -0400 brett [svn] Little DRY cleanups. trunk file | diff | annotate
Sun, 29 Apr 2007 15:12:02 -0400 brett [svn] Move policy-handling code into a dedicated set of classes. This makes trunk file | diff | annotate
Sat, 28 Apr 2007 23:52:36 -0400 brett [svn] If an archive contains other archives, and the user didn't specify that trunk file | diff | annotate
Sat, 21 Apr 2007 13:09:58 -0400 brett [svn] Improve the way we check archive contents. If all the entries look like trunk file | diff | annotate
Sat, 10 Feb 2007 20:43:00 -0500 brett [svn] If the archive contains one directory with the "wrong" name, ask the user trunk file | diff | annotate
Sat, 10 Feb 2007 16:43:44 -0500 brett [svn] Rename the program to dtrx. trunk file | diff | annotate | base
(0) tip

mercurial