index
:
lix
main
User &
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libutil
/
compression.cc
Age
Commit message (
Expand
)
Author
2024-03-11
util.hh: split out signals stuff
Jade Lovelace
2023-04-07
Rename and protect `BufferedSink::write`
Théophane Hufschmitt
2022-01-18
Get rid of std::shared_ptr<std::string> and ref<std::string>
Eelco Dolstra
2021-10-13
Style tweaks
Eelco Dolstra
2021-10-12
Add compression level for NARs
Tom Bereknyei
2021-08-10
15f4d4f follow up
Pamplemousse
2021-04-22
Remove makeDecompressionSource()
Eelco Dolstra
2021-04-22
libutil: allow decompression with none/empty method
Luke Granger-Brown
2021-04-20
Fix brotli compression of files > 128 KiB
Eelco Dolstra
2021-04-15
Drop libbz2 / zlib / lzma dependency + style fixes
Eelco Dolstra
2021-03-10
Use libarchive for all compression
Yorick van Pelt
2020-12-02
Sink: Use std::string_view
Eelco Dolstra
2020-04-21
remove 'format' from Error constructor calls
Ben Burdette
2019-12-13
Improve gzip error message
Eelco Dolstra
2019-12-13
Initial gzip support
Tom Bereknyei
2018-09-17
Fix build failure if parallel xz is not available
Eelco Dolstra
2018-08-21
Fix warnings in compression.cc
Eelco Dolstra
2018-08-06
Fix Brotli decompression in 'nix log'
Eelco Dolstra
2018-08-06
Require libbrotli
Eelco Dolstra
2018-05-02
Fix bzip2 compression of files > 4 GiB
Eelco Dolstra
2018-03-22
Fix build
Eelco Dolstra
2018-03-16
decompress(): Use a Source and Sink
Eelco Dolstra
2018-02-11
compression: make parallel sink separate class
Will Dietz
2018-02-11
compression: print warning if parallel requested but not supported
Will Dietz
2018-02-09
configure.ac: check if lzma has MT support, fix deb build/etc.
Will Dietz
2018-02-07
make multi threaded compression configurable and use single threaded
AmineChikhaoui
2018-02-07
set block size to 0 to let the lzma lib choose the right one, add
AmineChikhaoui
2018-02-06
support multi threaded xz encoder, this might be particularly useful in
AmineChikhaoui
2017-12-30
use libbrotli directly when available
Will Dietz
2017-07-30
Replace Unicode quotes in user-facing strings by ASCII
Jörg Thalheim
2017-03-22
Fix xz decompression
Eelco Dolstra
2017-03-21
LocalFSStore::getBuildLog(): Handle corrupted logs
Eelco Dolstra
2017-03-21
Don't hang in decompression if bzip2 data ends prematurely
Eelco Dolstra
2017-03-15
runProgram(): Distinguish between empty input and no input
Eelco Dolstra
2017-03-15
S3BinaryCacheStore: Support compression of narinfo and log files
Eelco Dolstra
2017-03-15
Fix assertion failure on SIGINT
Eelco Dolstra
2017-03-15
Add support for brotli compression
Eelco Dolstra
2016-11-26
Revert "Get rid of unicode quotes (#1140)"
Eelco Dolstra
2016-11-25
Get rid of unicode quotes (#1140)
Guillaume Maudoux
2016-05-04
Do compression in a sink
Eelco Dolstra
2016-05-04
Add a Store::addToStore() variant that accepts a NAR
Eelco Dolstra
2016-05-04
Fix segfault in xz compression/decompression
Eelco Dolstra
2016-04-29
BinaryCacheStore: Support bzip2 compression
Eelco Dolstra
2016-04-29
BinaryCacheStore: Support "none" compression method
Eelco Dolstra
2016-04-22
Make compression interruptible
Eelco Dolstra
2016-04-15
BinaryCacheStore::readFile(): Return a shared_ptr to a string
Eelco Dolstra
2016-02-15
Add xz compression function
Eelco Dolstra
2016-02-15
decompressXZ: Ensure that lzma_end() is called
Eelco Dolstra
2016-01-05
Fixed unresolved 'BUFSIZ'
FrankHB
2015-10-30
<nix/fetchurl.nix>: Support xz-compressed NARs
Eelco Dolstra