aboutsummaryrefslogtreecommitdiffstats
path: root/src/cmd/compress.cpp
Commit message (Expand)AuthorAgeFilesLines
* Make Botan compile when only some modules are enabledSimon Warta2015-07-031-0/+4
* Get rid of 3 unused warnings for argcSimon Warta2015-06-231-0/+6
* Merge pull request #130 from webmaster128/fstreamSimon Warta2015-06-231-4/+4
|\
| * ifstream/ostream take std::stringSimon Warta2015-06-231-4/+4
* | Replace \n by std::endl in /src/cmdSimon Warta2015-06-231-5/+5
|/
* 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