aboutsummaryrefslogtreecommitdiff
path: root/toys/pending/compress.c
AgeCommit message (Collapse)Author
2017-05-07Fix error in writing output that was causing zcat to always fail.Mike Moreton
2017-04-30Implement zlib-based gzip/gunzip/zcat.Elliott Hughes
2015-07-10Rename a function to be more obvious, and factor out a repeated calculationRob Landley
the compiler was almost certainly retaining in a register anyway.
2014-12-03More gzip stuff: now creates -0 compression files (store only), and does so ↵Rob Landley
to stdout.
2014-12-02Start of deflate compress-side code, mostly refactoring and stubs so far.Rob Landley
2014-04-16Revert lots of half-finished local debris I didn't mean to check in with ↵Rob Landley
Isaac's roadmap update. Mercurial's "import" command is still broken, committing local tree changes to files that weren't even touched by the patch because the hg developers inisist, when I point out how stupid it is, that they meant to do that. (hg record can do hunks, but import can't even track _files_.)
2014-04-12roadmap: describe glibc commands.Isaac Dunham
Some glibc commands are irrelevant because they're for functionality that is excluded from musl (mtrace, rpc*, localedef, iconvconfig, nscd). getconf and catchsegv look like candidates for the development toolchain; locale and iconv were already triaged. getent is pretty lame, but it and the timezone stuff (tzselect zic zdump) are the only new possibly interesting commands.
2014-02-22Add crc code: zcat now works.Rob Landley
2014-02-21Update inflate code: fixed tables, bugfixes, zcat alias.Rob Landley
2014-02-13Ok, _maybe_ I'm rewriting deflate from scratch rather than cleaning up the ↵Rob Landley
existing one, but you can't prove it. I plead the fifth, third, twelvefth, twentieth, twenty-first, twenth-fith, and twenty-seventh.
2014-02-10Not buying it, eh?Rob Landley
2014-02-08Nothing to see here, move along.Rob Landley