depot
this commit
canon
subtree-staging
monorepo for the virus lounge
The Virus Lounge
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libutil
/
compression.cc
Age
Commit message (
Expand
)
Author
Files
Lines
2018-03-16
decompress(): Use a Source and Sink
Eelco Dolstra
1
-57
/
+109
2018-02-11
compression: make parallel sink separate class
Will Dietz
1
-29
/
+34
2018-02-11
compression: print warning if parallel requested but not supported
Will Dietz
1
-1
/
+8
2018-02-09
configure.ac: check if lzma has MT support, fix deb build/etc.
Will Dietz
1
-0
/
+2
2018-02-07
make multi threaded compression configurable and use single threaded
AmineChikhaoui
1
-17
/
+25
2018-02-07
set block size to 0 to let the lzma lib choose the right one, add
AmineChikhaoui
1
-1
/
+6
2018-02-06
support multi threaded xz encoder, this might be particularly useful in
AmineChikhaoui
1
-2
/
+7
2017-12-30
use libbrotli directly when available
Will Dietz
1
-8
/
+163
2017-07-30
Replace Unicode quotes in user-facing strings by ASCII
Jörg Thalheim
1
-2
/
+2
2017-03-22
Fix xz decompression
Eelco Dolstra
1
-4
/
+1
2017-03-21
LocalFSStore::getBuildLog(): Handle corrupted logs
Eelco Dolstra
1
-12
/
+12
2017-03-21
Don't hang in decompression if bzip2 data ends prematurely
Eelco Dolstra
1
-0
/
+6
2017-03-15
runProgram(): Distinguish between empty input and no input
Eelco Dolstra
1
-1
/
+1
2017-03-15
S3BinaryCacheStore: Support compression of narinfo and log files
Eelco Dolstra
1
-0
/
+31
2017-03-15
Fix assertion failure on SIGINT
Eelco Dolstra
1
-2
/
+0
2017-03-15
Add support for brotli compression
Eelco Dolstra
1
-0
/
+7
2016-11-26
Revert "Get rid of unicode quotes (#1140)"
Eelco Dolstra
1
-2
/
+2
2016-11-25
Get rid of unicode quotes (#1140)
Guillaume Maudoux
1
-2
/
+2
2016-05-04
Do compression in a sink
Eelco Dolstra
1
-92
/
+168
2016-05-04
Add a Store::addToStore() variant that accepts a NAR
Eelco Dolstra
1
-8
/
+8
2016-05-04
Fix segfault in xz compression/decompression
Eelco Dolstra
1
-2
/
+2
2016-04-29
BinaryCacheStore: Support bzip2 compression
Eelco Dolstra
1
-34
/
+116
2016-04-29
BinaryCacheStore: Support "none" compression method
Eelco Dolstra
1
-4
/
+24
2016-04-22
Make compression interruptible
Eelco Dolstra
1
-1
/
+3
2016-04-15
BinaryCacheStore::readFile(): Return a shared_ptr to a string
Eelco Dolstra
1
-3
/
+3
2016-02-15
Add xz compression function
Eelco Dolstra
1
-0
/
+40
2016-02-15
decompressXZ: Ensure that lzma_end() is called
Eelco Dolstra
1
-12
/
+21
2016-01-05
Fixed unresolved 'BUFSIZ'
FrankHB
1
-0
/
+1
2015-10-30
<nix/fetchurl.nix>: Support xz-compressed NARs
Eelco Dolstra
1
-0
/
+46