aboutsummaryrefslogtreecommitdiffstats
path: root/src/cmd/compress.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix build problem with recent LZMA library.lloyd2015-02-051-4/+4
* Add a runtime map of string->func() which when called returnlloyd2015-01-281-3/+15
* Ensure all files have copyright and license info.lloyd2015-01-101-0/+5
* Figure out which decompressor to use based on the input file extension.lloyd2014-12-091-5/+25
* Add gzip compression transform and compress command line prog.lloyd2014-11-191-0/+79