aboutsummaryrefslogtreecommitdiff
path: root/src/common
AgeCommit message (Expand)Author
2017-05-23Fix comments of functions that return tor_snprintfteor
2017-05-22fix two typos in commentsRoger Dingledine
2017-05-19Remove call to get_unquoted_path in config_process_include()Nick Mathewson
2017-05-19strlen() returns size_tNick Mathewson
2017-05-19Merge branch 'add_rust_squashed'Nick Mathewson
2017-05-19Add some Rust utility functions and print supportSebastian Hahn
2017-05-19Merge remote-tracking branch 'jigsaw/torrc-dir-fix-1922_squashed2'Nick Mathewson
2017-05-18Add support for %include funcionality on torrc #1922Daniel Pinto
2017-05-17Fixed error on BASEXX_NOPAD LEN and BUFSIZE macros #21872Daniel Pinto
2017-05-12Add API for getting human readable descriptions of a compress_method_tAlexander Færøy
2017-05-10In channelpadding tests that touch libevent, call event_reinit().Nick Mathewson
2017-05-08Merge branch 'maint-0.3.0'Nick Mathewson
2017-05-08Merge branch 'maint-0.2.9' into maint-0.3.0Nick Mathewson
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-05-01Merge remote-tracking branch 'ahf/bugs/21665'Nick Mathewson
2017-04-28Increase MALLOC_MP_LIM to 16MBNick Mathewson
2017-04-27Merge branches 'consdiffmgr_orig_squashed' and 'actually_compute_diffs_squashed'Nick Mathewson
2017-04-27Functionality to ensure there is space to add files to cache.Nick Mathewson
2017-04-27Fix use-after-free bug in storage_dir sandbox code.Nick Mathewson
2017-04-27Enforce 16 MB upper bound of memory usage in LZMA decoder.Alexander Færøy
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-27Fix handling of "final" flag in zstd decompressionNick 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-26Add getpid() to the seccomp2 sandbox.Nick Mathewson
2017-04-26Fix coverity cid 1405509Sebastian 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-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