aboutsummaryrefslogtreecommitdiff
path: root/src/common
AgeCommit message (Expand)Author
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-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-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-25Use atomic counters for compressor allocation.Nick Mathewson
2017-04-25Rename shadowing variable in compress_zlib.c.Alexander Færøy
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-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-25Add `compress_zlib.obj` to `src/common/Makefile.nmake`.Alexander Færøy
2017-04-25Rename the `torgzip` module to `compress`.Alexander Færøy
2017-04-25Move zlib compression code into its own module.Alexander Færøy
2017-04-18Expose `tor_compress_is_compression_bomb()` as part of the public compression...Alexander Færøy
2017-04-18Expose `tor_compress_memory_level()` as a public function in the compression ...Alexander Færøy
2017-04-17Refactor the streaming compression code.Alexander Færøy
2017-04-17Rename `tor_gzip_{compress,uncompress}` to `tor_{compress,uncompress}`.Alexander Færøy
2017-04-17Rename `zlib_compression_level_t` to `compression_level_t`.Alexander Færøy
2017-04-17Remove unused function `is_gzip_supported()`.Alexander Færøy
2017-04-15Expand cpuworker API to allow other work typesNick Mathewson
2017-04-15Add a config_line_prepend() functionNick Mathewson
2017-04-07Remove base64_decode_nopad()Taylor Yu
2017-04-07Make base64_decode() check actual decoded lengthTaylor Yu
2017-04-07Merge branch 'maint-0.3.0'Nick Mathewson
2017-04-07Merge remote-tracking branch 'public/bug21894_029' into maint-0.3.0Nick Mathewson
2017-04-07Merge branch 'ticket21842_squashed'Nick Mathewson
2017-04-07Remove tor-checkkey as obsoleteNick Mathewson
2017-04-07Never read off the end of a buffer in base32_encode()Nick Mathewson
2017-04-07Comment fix. (Catalyst spotted this)Nick Mathewson
2017-04-07Merge branch 'isolate_openssl'Nick Mathewson
2017-04-07Make the warnings about terminating nuls a bit strongerNick Mathewson
2017-04-06Use baseXX length macros in baseXX_encode()Taylor Yu
2017-04-06Add macros for baseXX encoding lengthsTaylor Yu
2017-04-06Make CEIL_DIV() slightly more overflow-safeTaylor Yu
2017-04-06Explain config_line_find() behavior on duplicates.Nick Mathewson
2017-04-06Add an assertion to config_line_append().Nick Mathewson
2017-04-06Add some "labeled storagedir" abstractions.Nick Mathewson
2017-04-04Move config line parsing function to confline.cNick Mathewson