summaryrefslogtreecommitdiff
path: root/src/common/compress_lzma.h
AgeCommit message (Expand)Author
2017-12-08Replace all FREE_AND_NULL* uses to take a type and a free function.Nick Mathewson
2017-12-08Switch to a safer FREE_AND_NULL implementationNick Mathewson
2017-12-08Convert the rest of src/common's headers to use FREE_AND_NULLNick Mathewson
2017-09-15Run our #else/#endif annotator on our source code.Nick Mathewson
2017-04-25Merge branch 'unified_compress_squashed'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-25Fix newlines in compression headers.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