summaryrefslogtreecommitdiff
path: root/src/common/compress.c
AgeCommit message (Expand)Author
2017-09-28Better error handling when trying to compress/decompress into empty buffer.Alexander Færøy
2017-06-20Merge branch 'bug22502_redux_031' into maint-0.3.1Nick Mathewson
2017-06-20Enforce the rule that COMPRESS_OK means progress was made.Nick Mathewson
2017-06-20mingw/windows printf lacks %zd ; use %lu and casts insteadNick Mathewson
2017-06-20Correct the fix to bug 22629 to permit trailing non-garbageNick Mathewson
2017-06-16Add extra logging during compression and decompressionteor
2017-06-16Check for trailing input garbage in tor_compress_impl() when decompressingteor
2017-06-16Check if tor_compress_new() returns NULL in tor_compress_impl()teor
2017-05-12Add API for getting human readable descriptions of a compress_method_tAlexander Færøy
2017-05-02Merge branch 'compress_none_v2_squashed'Nick Mathewson
2017-05-02Treat the identity transformation as another kind of compression.Nick Mathewson
2017-05-01Rename x-lzma to x-tor-lzmaNick Mathewson
2017-04-27Only compare the first 3 bytes when trying to detect LZMA compression.Alexander Færøy
2017-04-27Merge branch 'parse_accept_encoding'Nick Mathewson
2017-04-27Move the "supported compression bitmask" into compress.[ch]Nick Mathewson
2017-04-27Document and test nul-terminating behavior of tor_uncompress()Nick Mathewson
2017-04-26Merge remote-tracking branch 'ahf/bugs/22066'Nick Mathewson
2017-04-26Better documentation for `tor_uncompress()`.Alexander Færøy
2017-04-26Store compression overhead from `tor_compress_state_t`.Alexander Færøy
2017-04-25Use x-lzma, not x-lzma2, as the identifierNick Mathewson
2017-04-25Function to convert compression methods to/from strings.Nick Mathewson
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-25Use switch-statement in tor_{compress,uncompress}.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 `tor_compress_get_total_allocation()` function.Alexander Færøy
2017-04-25Add Zstandard support.Alexander Færøy
2017-04-25Add LZMA support.Alexander Færøy
2017-04-25Use a switch-statement when checking for compression method.Alexander Færøy
2017-04-25Rename the `torgzip` module to `compress`.Alexander Færøy