about summary refs log tree commit diff
path: root/pkgs/tools/compression
Commit message (Collapse)AuthorAge
* Merge pull request #12525 from knupfer/ngx_brotliLuca Bruno2016-03-11
|\ | | | | add nginxModules.brotli
| * brotliUnstable: init at bed93862knupfer2016-01-21
| |
* | Merge pull request #13124 from FRidh/buildPythonApplicationFrederik Rietdijk2016-02-23
|\ \ | | | | | | buildPythonApplication: use new function for Python applications
| * | buildPythonApplication: use new function for Python applicationsFrederik Rietdijk2016-02-19
| | |
* | | zstd: 0.5.0 -> 0.5.1Tobias Geerinckx-Rice2016-02-22
|/ / | | | | | | | | | | | | | | | | Changes: - New: Optimal parsing => Very high compression modes, thanks to @inikep - Changed: Dictionary builder integrated into libzstd and zstd cli - Changed (!): zstd cli now uses "multiple input files" as default mode. See zstd -h. - Fix: high compression modes for big-endian platforms (#123) - New: zstd cli : -t | --test command
* | Merge branch 'master' into stagingVladimír Čunát2016-02-17
|\ \
| * | zstd: 0.4.7 -> 0.5.0Tobias Geerinckx-Rice2016-02-08
| | | | | | | | | | | | | | | | | | “New: dictionary builder tool Changed: advanced API for streaming and dictionary compression Improved: better compression of small data.”
* | | bzip2: fix shared library generation on darwinDan Peebles2016-02-13
| | | | | | | | | This fixes #6504
* | | bzip2: Fix cross-compilationBojan Nikolic2016-02-11
|/ / | | | | | | | | | | The cross-compiling the "patchPhase" from the parent attribute set was preventing application of patches specified in the crossDrv. Fix by turning patchPhase into postPatch.
* | zstd: init at 0.4.7Tobias Geerinckx-Rice2016-01-27
| |
* | Revert "lz4: be just a bit more reproducible"Tobias Geerinckx-Rice2016-01-26
| | | | | | | | | | | | | | This reverts commit efc359c23135ebccc2835b37513f01adf73e2dac, as it is no longer needed. See: https://github.com/NixOS/nixpkgs/commit/efc359c23135ebccc2835b37513f01adf73e2dac#commitcomment-15680107
* | lz4: be just a bit more reproducibleTobias Geerinckx-Rice2016-01-26
| |
* | More version attribute tidying where maintainers |= nckxTobias Geerinckx-Rice2016-01-25
| |
* | Add version attribute where maintainers |= nckxTobias Geerinckx-Rice2016-01-25
|/ | | | | | | This will probably be mandatory soon, and is a step in the right direction. Removes the deprecated meta.version, and move some meta sections to the end of the file where I should have put them in the first place.
* brotli: init at 0.3.0Vladimír Čunát2016-01-20
|
* Merge branch 'master' into stagingVladimír Čunát2016-01-15
|\
| * xdelta: add longDescriptionTobias Geerinckx-Rice2016-01-11
| |
| * xdeltaUnstable: init at 3.1.0Tobias Geerinckx-Rice2016-01-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This will eventually become the new stable branch (as unstable ones are wont to do), but is worth having if you want to patch yesterday's ‘large’ files today, or need to apply patches already created with it. “First release of the 3.1.x series. This is taken from the "64bithash" branch. - Adds support for -B values greater than 2GB, enabled by -DXD3_USE_LARGESIZET=1 variable. [Enabled in nixpkgs.] - Adds new performance and speed regression test, written in #Golang. [Not enabled in nixpkgs.] When compiled for large sizes, xdelta3 uses a 64bit checksum function. This impacts both compression and speed. Relative to 3.0.11, the new branch is currently 3-5% slower and has 1-2% worse compression. Performance will be addressed in future 3.1.x releases.”
| * xdelta: add lzmaSupport; enable by defaultTobias Geerinckx-Rice2016-01-11
| |
| * xdelta: 3.0.10 -> 3.0.11Tobias Geerinckx-Rice2016-01-11
| |
* | Merge branch 'master' into stagingVladimír Čunát2016-01-05
|\|
| * zopfli: build & install zopflipng, shared libraries, READMEsTobias Geerinckx-Rice2016-01-03
| |
| * zopfli: 1.0.0 -> 1.0.1 + bug fixesTobias Geerinckx-Rice2016-01-03
| | | | | | | | Maintain & tidy up `meta` while we're here.
* | FreeBSD: patch expat, kerberos, libedit, ossp-uuid, lz4, sharutils, add ↵janus2016-01-01
| | | | | | | | libelf-freebsd
* | FreeBSD supportjanus2016-01-01
|/
* lz4: mark as working on all unixesDan Peebles2015-12-30
| | | I've only tested on darwin, but it looks like a pretty vanilla package
* pixz: init at 1.0.6Michael Raskin2015-12-12
|
* Merge recent staging built on HydraVladimír Čunát2015-12-05
|\ | | | | | | | | | | http://hydra.nixos.org/eval/1231884 Only Darwin jobs seem to be queued now, but we can't afford to wait for that single build slave.
| * bzip2: fix cross build on mingw by using autoconf patchMatthias C. M. Troffaes2015-11-23
| |
| * Revert "bzip2: fix cross build on mingw by using autoconf patch"Matthias C. M. Troffaes2015-11-23
| | | | | | | | This reverts commit 094c374941e68bf667719da15c655f148840ebab.
| * bzip2: fix cross build on mingw by using autoconf patchMatthias C. M. Troffaes2015-11-18
| |
| * Merge branch 'master.upstream' into staging.upstreamWilliam A. Kennington III2015-11-18
| |\
| * | bzip2: Get rid of the custom builder.sh.aszlig2015-11-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Everything the builder.sh did can be done with the generic builder which makes it easier to override attributes and also easier to read. The reason I've done this is because of #10820, which tries to override the preBuild hook, but the latter is hardcoded in the builder.sh of bzip2. I have compared the output of this against the previous version and the only things that were different were timestamps in libbz2.a. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* | | Convert some *Flags from strings to listsTobias Geerinckx-Rice2015-11-26
| | |
* | | pbzip2: fix a problem due to my bad refactoringVladimír Čunát2015-11-24
| | |
* | | pbzip2: maintenance updates 1.1.9 -> 1.1.12Vladimír Čunát2015-11-24
| | |
* | | pbzip2: g++ -> c++ to fix on darwin (close #11212)Mitch Tishmack2015-11-24
| |/ |/| | | | | | | vcunat made it apply unconditionally, as it works OK on Linux at least. /cc maintainer @viric.
* | Replace 'with plaforms; platform' with 'platforms.platform'Pascal Wittmann2015-11-17
|/
* xz: Update to 5.2.2Eelco Dolstra2015-10-30
|
* xdelta: tidy upTobias Geerinckx-Rice2015-08-03
|
* lz4: remove test restrictionsTobias Geerinckx-Rice2015-07-31
| | | | Tests are still disabled by default.
* xdelta: 3.0.9 -> 3.0.10Tobias Geerinckx-Rice2015-07-27
|
* lz4 130 -> 131Tobias Geerinckx-Rice2015-06-30
| | | | | | | | Changes: - liblz4: xxhash symbols are dynamically changed (namespace emulation) to avoid symbol conflict - liblz4.a (static library) no longer compiled with -fPIC by default
* lz4: Don't test by default as it takes foreverWilliam A. Kennington III2015-06-24
|
* Separate nativeBuildInputs where maintainers |= nckxTobias Geerinckx-Rice2015-06-17
|
* Fixed some licensesPascal Wittmann2015-06-10
|
* zopfli: removed roconnor as a maintainerBob van der Linden2015-06-08
| | | | roconnor was added as a maintainer by accident
* Merge pull request #8199 from bobvanderlinden/zopfliArseniy Seroka2015-06-07
|\ | | | | added zopfli package
| * added zopfli packageBob van der Linden2015-06-06
| |
* | lz4: fix `make test`Tobias Geerinckx-Rice2015-05-30
| | | | | | | | | | I'll assume this is an oversight due to hasty releasing and can be reverted in version 131.