aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-04-27Clean up mentions of 'zlib' and rename the mentions to 'compressed'.Alexander Færøy
2017-04-27Refactor compression tests into a single test.Alexander Færøy
2017-04-26Document Bridge line transport argumentsTaylor Yu
2017-04-26forward-port changelog and release notesNick Mathewson
2017-04-26Merge branch 'maint-0.3.0'Nick Mathewson
2017-04-26bump to 0.3.0.6-devNick Mathewson
2017-04-26Fix compilation when lzma or zstd is absentNick Mathewson
2017-04-26Avoid a warning from the use of floating-point in zstdNick Mathewson
2017-04-26Merge remote-tracking branch 'ahf/bugs/22066'Nick Mathewson
2017-04-26Approximate memory usage needed for the Zstandard backend.Alexander Færøy
2017-04-26Better documentation for `tor_uncompress()`.Alexander Færøy
2017-04-26Approximate memory usage needed for the LZMA backend.Alexander Færøy
2017-04-26Merge branch 'maint-0.3.0'Nick Mathewson
2017-04-26Bump version to 0.3.0.6Nick Mathewson
2017-04-26Fix coverity cid 1405509Sebastian Hahn
2017-04-26Fix coverity cid 1405510Sebastian Hahn
2017-04-26Store compression overhead from `tor_compress_state_t`.Alexander Færøy
2017-04-26Remove unused header from the Zstandard compression backend.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-25Merge branch 'bug21715_031_01_squashed'Nick Mathewson
2017-04-25man: Update Num{Directory,Entry}Guards default valueDavid Goulet
2017-04-25Add stub function for libor-trace.Alexander Færøy
2017-04-25Teach cov-exclude to detect runaway LCOV_EXCL_START linesNick Mathewson
2017-04-25Whitespace fixes.Nick Mathewson
2017-04-25Merge branch 'unified_compress_squashed'Nick Mathewson
2017-04-25zlib: Turn UINT_MAX overrun into an error, not an assert.Nick Mathewson
2017-04-25Add a "best compression" flag.Nick Mathewson
2017-04-25Combine all *compress/*uncompress backend function into oneNick Mathewson
2017-04-25Merge branch 'atomic_counters'Nick Mathewson
2017-04-25Merge remote-tracking branch 'dgoulet/bug21293_031_01'Nick Mathewson
2017-04-25More clarification on 13802Nick Mathewson
2017-04-25trace: Add a basic event-tracing infrastructure.David Goulet
2017-04-25Use atomic counters for compressor allocation.Nick Mathewson
2017-04-25relay: Change LD_BUG log to LD_PROTOCOL_WARNDavid Goulet
2017-04-25Rename shadowing variable in compress_zlib.c.Alexander Færøy
2017-04-25changes file for 21662/21663/21664Nick Mathewson
2017-04-25Merge branch 'ahf_prop278_21662_squashed'Nick Mathewson
2017-04-25Fix newlines in compression headers.Alexander Færøy
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-25Use `tor_compress_supports_method()` before printing library versions.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-25Display LZMA and Zstandard versions when starting Tor.Alexander Færøy
2017-04-25Show liblzma and libzstd versions in `tor --library-versions`.Alexander Færøy
2017-04-25Add Zstandard support.Alexander Færøy
2017-04-25Add --enable-zstd to our configure script.Alexander Færøy
2017-04-25Add LZMA support.Alexander Færøy