1
0
Fork 0
mirror of https://git.tukaani.org/xz.git synced 2024-04-04 12:36:23 +02:00
xz-archive/src/liblzma
Lasse Collin e572e123b5 liblzma: Fix another deadlock in the threaded encoder.
This race condition could cause a deadlock if lzma_end() was
called before finishing the encoding. This can happen with
xz with debugging enabled (non-debugging version doesn't
call lzma_end() before exiting).
2013-03-23 21:51:38 +02:00
..
api liblzma: Add lzma_block_uncomp_encode(). 2013-03-23 19:17:33 +02:00
check A few typo fixes to comments and the xz man page. 2012-08-24 16:27:31 +03:00
common liblzma: Fix another deadlock in the threaded encoder. 2013-03-23 21:51:38 +02:00
delta liblzma: Make the use of lzma_allocator const-correct. 2012-07-17 18:19:59 +03:00
lz liblzma: Make the use of lzma_allocator const-correct. 2012-07-17 18:19:59 +03:00
lzma liblzma: Make the use of lzma_allocator const-correct. 2012-07-17 18:19:59 +03:00
rangecoder liblzma: Check that the first byte of range encoded data is 0x00. 2012-06-28 10:47:49 +03:00
simple liblzma: Make the use of lzma_allocator const-correct. 2012-07-17 18:19:59 +03:00
liblzma.map liblzma: Add lzma_block_uncomp_encode(). 2013-03-23 19:17:33 +02:00
liblzma.pc.in liblzma: Fix Libs.private in liblzma.pc to include -lrt when needed. 2012-04-19 14:02:25 +03:00
liblzma_w32res.rc Added public domain notice into a few files. 2009-07-18 11:26:39 +03:00
Makefile.am Build: Include validate_map.sh in the distribution. 2012-07-05 07:28:53 +03:00
validate_map.sh liblzma: Use symbol versioning. 2011-05-28 15:55:39 +03:00