summary refs log tree commit diff
path: root/pkgs/tools/compression
Commit message (Collapse)AuthorAge
* lhasa: init at 0.3.1Sander van der Burg2016-10-10
|
* lz4: Don't install static libraryEelco Dolstra2016-09-05
|
* zstd: 0.7.5 -> 1.0.0Susan Potter2016-09-03
| | | | Also updated to use the new repository location under facebook organization.
* treewide: Shuffle outputsTuomas Tynkkynen2016-08-29
| | | | Make either 'bin' or 'out' the first output.
* Merge remote-tracking branch 'upstream/master' into hardened-stdenvRobin Gloster2016-08-12
|\
| * zstd: 0.7.3 -> 0.7.5Tobias Geerinckx-Rice2016-08-03
| |
* | Merge remote-tracking branch 'upstream/master' into hardened-stdenvRobin Gloster2016-08-03
|\|
| * treewide: Add lots of meta.platformsTuomas Tynkkynen2016-08-02
| | | | | | | | Build-tested on x86_64 Linux & Mac.
| * treewide: Lots of meta.hydraPlatforms -> meta.platformsTuomas Tynkkynen2016-08-02
| | | | | | | | | | | | In all of these files, there is no meta.platforms but only meta.hydraPlatforms, which doesn't seem to have any purpose except being inconsistent.
* | Merge remote-tracking branch 'upstream/master' into hardened-stdenvRobin Gloster2016-07-15
|\|
| * zstd: 0.7.2 -> 0.7.3Tobias Geerinckx-Rice2016-07-08
| | | | | | | | | | | | | | | | | | | | | | | | New: - compression format specification zstd_compression_format.md - -- separator, stating that all following arguments are file names - ZSTD_getDecompressedSize() Fixes: - dictBuilder using HC levels - legacy support from ZSTD_decompress_usingDDict() - multi-blocks decoding with intermediate uncompressed blocks
| * lzfse: init at 2016-06-21Ram Kromberg2016-07-08
| |
| * zstd: 0.7.1 -> 0.7.2Tobias Geerinckx-Rice2016-07-03
| | | | | | | | | | | | | | | | | | Fixes: - ZSTD_decompressBlock() using multiple consecutive blocks. - potential segfault on very large files (many gigabytes). - CLI displays system error message when destination file cannot be created. - potential leak in zdict.
| * zstd: set meta.platforms to unixFlorian2016-06-23
| |
| * zstd: 0.7.0 -> 0.7.1Tobias Geerinckx-Rice2016-06-23
| | | | | | | | | | | | | | | | | | | | | | Fixes: - ZBUFF_compressEnd() called multiple times with too small dst buffer - dictBuilder fails if first sample is too small - corruption issue - cli breaks during destination file overwrite confirmation Changes: - frame checksum enabled by default in command line mode
| * Captialize meta.description of all packagesBjørn Forsman2016-06-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In line with the Nixpkgs manual. A mechanical change, done with this command: find pkgs -name "*.nix" | \ while read f; do \ sed -e 's/description\s*=\s*"\([a-z]\)/description = "\u\1/' -i "$f"; \ done I manually skipped some: * Descriptions starting with an abbreviation, a user name or package name * Frequently generated expressions (haskell-packages.nix)
| * zstd: 0.6.1 -> 0.7.0Tobias Geerinckx-Rice2016-06-16
| | | | | | | | Changes: https://github.com/Cyan4973/zstd/releases/tag/v0.7.0
| * lrzip: 0.621 -> 0.630Tobias Geerinckx-Rice2016-06-12
| | | | | | | | Changes: http://ck-hack.blogspot.com/2016/06/lrzip-0630.html
* | Merge remote-tracking branch 'origin/master' into hardened-stdenvFranz Pletz2016-05-18
|\|
| * Bring my stdenv.lib.maintainers user name in line with my github nick.Peter Simons2016-05-16
| |
| * zstd: 0.6.0 -> 0.6.1Tobias Geerinckx-Rice2016-05-14
| |
| * bzip2: greatly simplify by using autoconfiscated versionVladimír Čunát2016-05-05
| | | | | | | | | | I don't know there's still need for linkStatic or cygwin special-casing, but I left it there for now.
| * Merge #14920: windows improvements, mainly mingwVladimír Čunát2016-05-05
| |\
| | * Merge branch 'master' to resolve conflictsVladimír Čunát2016-05-05
| | |\
| | * | bzip2: fix on mingwVladimír Čunát2016-04-23
| | | | | | | | | | | | | | | | | | | | The whole expression is rather a mess, mainly due to upstream often behaving badly with non-standard configurations.
| * | | Merge remote-tracking branch 'upstream/master' into stagingTuomas Tynkkynen2016-05-03
| |\ \ \ | | | |/ | | |/| | | | | | | | | | | | | Conflicts: pkgs/applications/networking/browsers/vivaldi/default.nix pkgs/misc/emulators/wine/base.nix
| | * | lzip: 1.16 -> 1.17Franz Pletz2016-05-03
| | |/
| * / pkgs.gzip: 1.7 -> 1.8Lancelot SIX2016-04-28
| |/ | | | | | | See http://lists.gnu.org/archive/html/info-gnu/2016-04/msg00012.html
* | Merge remote-tracking branch 'upstream/master' into hardened-stdenvRobin Gloster2016-05-02
|\|
| * gzip: 1.6 -> 1.7 (close #14828)Aneesh Agrawal2016-04-20
| |
* | Merge remote-tracking branch 'upstream/master' into hardened-stdenvRobin Gloster2016-04-18
|\|
| * zstd: 0.5.1 -> 0.6.0Tobias Geerinckx-Rice2016-04-14
| | | | | | | | | | | | | | | | | | | | | | Changes: - Stronger high compression modes - Changed : highest compression modes require --ultra command to remove memory restrictions - API: ZSTD_getFrameParams() provides size of decompressed content - Fixed: zstd cli return error code > 0 and removes dst file artifact when decompression fails - Various fixes and small performance improvements
| * Merge branch 'staging', containing closure-size #7701Vladimír Čunát2016-04-13
| |\
| | * Merge branch 'master' into closure-sizeVladimír Čunát2016-04-01
| | |\ | | | | | | | | | | | | | | | | Beware that stdenv doesn't build. It seems something more will be needed than just resolution of merge conflicts.
| | * \ Merge master into closure-sizeVladimír Čunát2016-03-08
| | |\ \ | | | | | | | | | | | | | | | | | | | | The kde-5 stuff still didn't merge well. I hand-fixed what I saw, but there may be more problems.
| | * \ \ Merge branch 'master' into closure-sizeVladimír Čunát2016-02-14
| | |\ \ \
| | * | | | bzip2: fix shared library generation on darwinDan Peebles2016-02-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This fixes #6504 (cherry picked from commit 31ab7d38f23e556fd4e25508bed02455474b6c97)
| | * | | | Merge #12779: Mass replace `pkg}/bin`-style stringsVladimír Čunát2016-02-03
| | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | ... to refer to correct outputs
| | | * | | | treewide: Mass replace 'xz}/bin' to refer the 'bin' outputTuomas Tynkkynen2016-02-01
| | | | | | |
| | * | | | | Merge recent 'staging' into closure-sizeVladimír Čunát2016-02-03
| | |\ \ \ \ \ | | | |/ / / / | | |/| | | | | | | | | | | Let's get rid of those merge conflicts.
| | * | | | | Merge branch 'staging' into closure-sizeVladimír Čunát2016-01-19
| | |\ \ \ \ \
| | * \ \ \ \ \ Merge branch 'master' into closure-sizeVladimír Čunát2015-12-31
| | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | TODO: there was more significant refactoring of qtbase and plasma 5.5 on master, and I'm deferring pointing to correct outputs to later.
| | * \ \ \ \ \ \ Merge branch 'master' into closure-sizeLuca Bruno2015-12-11
| | |\ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ Merge branch 'master' into closure-sizeLuca Bruno2015-11-29
| | |\ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ Merge remote-tracking branch 'origin/master' into closure-sizeLuca Bruno2015-11-25
| | |\ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ Merge staging into closure-sizeVladimír Čunát2015-11-20
| | |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The most complex problems were from dealing with switches reverted in the meantime (gcc5, gmp6, ncurses6). It's likely that darwin is (still) broken nontrivially.
| | * | | | | | | | | | | gzip: split man and info outputsVladimír Čunát2015-10-28
| | | | | | | | | | | | |
| | * | | | | | | | | | | Merge commit staging+systemd into closure-sizeVladimír Čunát2015-10-03
| | |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Many non-conflict problems weren't (fully) resolved in this commit yet.
| | * | | | | | | | | | | | fix "libc}/lib" and similar referencesVladimír Čunát2015-05-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Done mostly without any verification. I didn't bother with libc}/include, as the path is still correct.
| | * | | | | | | | | | | | Merge staging into closure-sizeVladimír Čunát2015-05-05
| | |\ \ \ \ \ \ \ \ \ \ \ \