Commit History

Autor SHA1 Mensaxe Data
  Alexander Færøy 8d6940814a Better error handling when trying to compress/decompress into empty buffer. %!s(int64=6) %!d(string=hai) anos
  Nick Mathewson e51e7bd38b Merge branch 'bug22502_redux_031' into maint-0.3.1 %!s(int64=7) %!d(string=hai) anos
  Nick Mathewson 9328bd524e Enforce the rule that COMPRESS_OK means progress was made. %!s(int64=7) %!d(string=hai) anos
  Nick Mathewson 945256188a mingw/windows printf lacks %zd ; use %lu and casts instead %!s(int64=7) %!d(string=hai) anos
  Nick Mathewson eb632afb17 Correct the fix to bug 22629 to permit trailing non-garbage %!s(int64=7) %!d(string=hai) anos
  teor 7d535ea9d3 Add extra logging during compression and decompression %!s(int64=7) %!d(string=hai) anos
  teor 952c9073ad Check for trailing input garbage in tor_compress_impl() when decompressing %!s(int64=7) %!d(string=hai) anos
  teor 8e1b37a4aa Check if tor_compress_new() returns NULL in tor_compress_impl() %!s(int64=7) %!d(string=hai) anos
  Alexander Færøy 3a05687c6d Add API for getting human readable descriptions of a compress_method_t %!s(int64=7) %!d(string=hai) anos
  Nick Mathewson 584ab1f29b Merge branch 'compress_none_v2_squashed' %!s(int64=7) %!d(string=hai) anos
  Nick Mathewson 1bc21111d8 Treat the identity transformation as another kind of compression. %!s(int64=7) %!d(string=hai) anos
  Nick Mathewson c486ef57a3 Rename x-lzma to x-tor-lzma %!s(int64=7) %!d(string=hai) anos
  Alexander Færøy e5122b91a9 Only compare the first 3 bytes when trying to detect LZMA compression. %!s(int64=7) %!d(string=hai) anos
  Nick Mathewson 10a4f9cd07 Merge branch 'parse_accept_encoding' %!s(int64=7) %!d(string=hai) anos
  Nick Mathewson 2903c329aa Move the "supported compression bitmask" into compress.[ch] %!s(int64=7) %!d(string=hai) anos
  Nick Mathewson 49deb1e1b8 Document and test nul-terminating behavior of tor_uncompress() %!s(int64=7) %!d(string=hai) anos
  Nick Mathewson be0557f759 Merge remote-tracking branch 'ahf/bugs/22066' %!s(int64=7) %!d(string=hai) anos
  Alexander Færøy 2aa28e7cb7 Better documentation for `tor_uncompress()`. %!s(int64=7) %!d(string=hai) anos
  Alexander Færøy 08d86e8408 Store compression overhead from `tor_compress_state_t`. %!s(int64=7) %!d(string=hai) anos
  Nick Mathewson 2655a72d89 Use x-lzma, not x-lzma2, as the identifier %!s(int64=7) %!d(string=hai) anos
  Nick Mathewson 0274ea749a Function to convert compression methods to/from strings. %!s(int64=7) %!d(string=hai) anos
  Nick Mathewson 7a37cbbea3 Whitespace fixes. %!s(int64=7) %!d(string=hai) anos
  Nick Mathewson 49868340f7 Merge branch 'unified_compress_squashed' %!s(int64=7) %!d(string=hai) anos
  Nick Mathewson 4b01b45ec1 Add a "best compression" flag. %!s(int64=7) %!d(string=hai) anos
  Nick Mathewson 880fb3e3a9 Combine all *compress/*uncompress backend function into one %!s(int64=7) %!d(string=hai) anos
  Nick Mathewson 4266ec766a Use atomic counters for compressor allocation. %!s(int64=7) %!d(string=hai) anos
  Alexander Færøy cf912259ba Remove `tor_compress_memory_level()`. %!s(int64=7) %!d(string=hai) anos
  Alexander Færøy 69a41e8bc6 Use switch-statement in tor_{compress,uncompress}. %!s(int64=7) %!d(string=hai) anos
  Alexander Færøy 6b905b38bb Add API entry-point for getting compression method version numbers. %!s(int64=7) %!d(string=hai) anos
  Alexander Færøy 1c77d8690c Add function to check if a given compression method is supported. %!s(int64=7) %!d(string=hai) anos