Files
lix/src/libutil
Eelco Dolstra d3761f5f8b Fix Brotli decompression in 'nix log'
This didn't work anymore since decompression was only done in the
non-coroutine case.

Decompressors are now sinks, just like compressors.

Also fixed a bug in bzip2 API handling (we have to handle BZ_RUN_OK
rather than BZ_OK), which we didn't notice because there was a missing
'throw':

  if (ret != BZ_OK)
      CompressionError("error while compressing bzip2 file");
2018-08-06 15:40:29 +02:00
..
2018-05-30 13:28:01 +02:00
2018-05-30 13:28:01 +02:00
2017-10-24 12:58:34 +02:00
2017-10-24 12:58:34 +02:00
2018-05-30 13:28:01 +02:00
2018-05-30 13:28:01 +02:00
2016-11-07 14:35:47 +01:00
2018-05-02 13:56:34 +02:00
2017-07-26 17:29:10 +02:00
2018-02-14 18:26:37 -05:00
2017-10-09 15:41:09 +02:00
2017-10-09 15:41:09 +02:00