| 3 weeks | Brett Smith | Download and then extract archives that are specified by URL. |
| 3 weeks | Brett Smith | Use 7z as a backup extractor for zip files. |
| 6 months | Brett Smith | release dtrx 6.6 |
| 6 months | Brett Smith | add support for xz compression |
| 6 months | Brett Smith | use the PyYAML library for tests, instead of Syck |
| 8 months | Brett Smith | release dtrx 6.5 |
| 8 months | Brett Smith | add missing tools that you might need for .deb packages |
| 8 months | Brett Smith | add more metadata for Cheese Shop et al. |
| 8 months | Brett Smith | consistency nit in header capitalization |
| 8 months | Brett Smith | convert more copyright symbols |
| 8 months | Brett Smith | add missing changes to NEWS |
| 8 months | Brett Smith | Support more .tar.whatever extensions. |
| 9 months | Brett Smith | use a real UTF-8 copyright symbol everywhere |
| 9 months | Brett Smith | more reformatting for better manpageification |
| 9 months | Brett Smith | Make README more like a man page, so it can be converted into one |
| 10 months | Brett Smith | add support for LZMA-compressed tar file extensions |
| 10 months | Brett Smith | Use string.rindex (which is in Python 2.3) instead of my own version. |
| 10 months | Brett Smith | Don't use str.rindex (not in Python 2.3); instead provide my own cheap version. |
| 10 months | Brett Smith | Add support for new .deb archives with data.tar.{bz2,lzma}. |
| 11 months | Brett Smith | Support multiple greps and antigreps per test. |
| 11 months | Brett Smith | Start printing results ASAP with -l or -t. |
| 11 months | Brett Smith | Make sure prompts with filenames don't break mid-filename. |
| 11 months | Brett Smith | Added one entry options a while ago. |
| 11 months | Brett Smith | Reword one entry prompt; wrap prompt choices; better term size detection. |
| 11 months | Brett Smith | add missing test archive |
| 15 months | Brett Smith | Release dtrx 6.4 |
| 15 months | Brett Smith | Fix crasher bug when extracting empty archives. |
| 16 months | Brett Smith | Improve wrapping of interactive prompts. |
| 16 months | Brett Smith | Add support for LZMA magic detection. |
| 16 months | Brett Smith | update sha1sum |
| 16 months | Brett Smith | merge extractor contents bugfix |
| 16 months | Brett Smith | Include the NEWS file in source distributions |
| 16 months | Brett Smith | Avoid DeprecationWarning under Python 2.6. Part of the 6.3 release. |
| 16 months | Brett Smith | Prepare for a 6.3 release |
| 16 months | Brett Smith | Add RAR support. Thanks to Peter Kelemen for the patch. |
| 17 months | Brett Smith | Make sure all extractors get self.contents defined. |
| 19 months | Brett Smith | Fix TODO merge conflicts, I hope. |
| 19 months | Brett Smith | Release 6.2 |
| 20 months | Brett Smith | Update TODO |
| 19 months | Brett Smith | Tidy: no need to import glob anymore. |
| 19 months | Brett Smith | Be more careful on SIGINT/SIGKILL cleanup. |
| 19 months | Brett Smith | Use the default action for SIGPIPE. |
| 19 months | Brett Smith | Add --one-entry option to specify default handling for one-entry archives. |
| 19 months | Brett Smith | Use the --quiet option for cpio -t too. |
| 19 months | Brett Smith | Stop worrying about trailing newlines in get_filenames() overrides. |
| 19 months | Brett Smith | Move most ExtractorBuilder constants to the top. |
| 19 months | Brett Smith | Move more common extraction/listing functionality into BaseExtractor. |
| 19 months | Brett Smith | Improve dtrx -l performance on misnamed files, and clean other error messages. |
| 19 months | Brett Smith | Don't show errors from failed extractors unless they all fail. |
| 19 months | Brett Smith | Clean the target directory if an extraction attempt failed. |
| 20 months | Brett Smith | Give extraction stderr more context, and suppress normal cpio stderr junk. |
| 20 months | Brett Smith | Update for 6.1, plus some tweaks here and there. |
| 20 months | Brett Smith | Updates for 6.1 release. |
| 20 months | Brett Smith | Don't assume .exe files are Cabinet archives just by extension. |
| 20 months | Brett Smith | Add support for InstallShield archives. |
| 20 months | Brett Smith | Recurse better when the contents were just one file. |
| 20 months | Brett Smith | Tweak wording of recursion question, and TODO. |
| 20 months | Brett Smith | Count files in the archive and report that in the recursion prompt. |
| 20 months | Brett Smith | more TODO updates |
| 20 months | Brett Smith | Update TODO: remove complete tasks, add new items. |