aboutsummaryrefslogtreecommitdiff
path: root/src/common/compress_lzma.c
AgeCommit message (Expand)Author
2017-12-08Convert the rest of src/common's headers to use FREE_AND_NULLNick Mathewson
2017-09-28Move around some LCOV_EXCLs in src/commonNick Mathewson
2017-09-15Run our #else/#endif annotator on our source code.Nick Mathewson
2017-08-08Remove some LCOV_EXCL stuff that I think may be testable after all.Nick Mathewson
2017-05-17Add coverage markers in Zstd + LZMA compression backends.Alexander Færøy
2017-04-27Enforce 16 MB upper bound of memory usage in LZMA decoder.Alexander Færøy
2017-04-26Fix compilation when lzma or zstd is absentNick Mathewson
2017-04-26Approximate memory usage needed for the LZMA backend.Alexander Færøy
2017-04-25Whitespace fixes.Nick Mathewson
2017-04-25Merge branch 'unified_compress_squashed'Nick Mathewson
2017-04-25Add a "best compression" flag.Nick Mathewson
2017-04-25Combine all *compress/*uncompress backend function into oneNick Mathewson
2017-04-25Use atomic counters for compressor allocation.Nick Mathewson
2017-04-25Remove `tor_compress_memory_level()`.Alexander Færøy
2017-04-25Add API entry-point for getting compression method version numbers.Alexander Færøy
2017-04-25Add function to check if a given compression method is supported.Alexander Færøy
2017-04-25Add LZMA support.Alexander Færøy