aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2017-05-01Merge remote-tracking branch 'ahf/bugs/21665'Nick Mathewson
2017-04-28Fix a brazen memleak in consdiffmgr_add_consensus()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-27Pre-compress consensus diffs with supported consensus methods.Nick Mathewson
2017-04-27Store archived consensuses compressed on disk.Nick Mathewson
2017-04-27Functionality to ensure there is space to add files to cache.Nick Mathewson
2017-04-27New force-delete option on consensus_cache_delete_pending()Nick Mathewson
2017-04-27Lower the file limit in consdiffmgr, to support seccomp2Nick Mathewson
2017-04-27Pass incoming consensus documents to the consdiffmgr codeNick Mathewson
2017-04-27Fix use-after-free bug in storage_dir sandbox code.Nick Mathewson
2017-04-27Clean the consdiffmgr cache and launch new diffs as needed.Nick Mathewson
2017-04-27Initialize consdiffmgr when running as (or becoming) a server.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-27Use a cast to try to avoid a tautalogical comparison warningNick Mathewson
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-27whitespace fixNick Mathewson
2017-04-27Re-enable the partial-input test for zstd.Nick Mathewson
2017-04-27Fix handling of "final" flag in zstd decompressionNick Mathewson
2017-04-27Have a separate entry point for each compresion testNick Mathewson
2017-04-27Merge remote-tracking branch 'ahf/bugs/22085'Nick Mathewson
2017-04-27Merge branch 'dirreq'Nick Mathewson
2017-04-27Test support for multiple compression backends in the buffer code.Alexander Færøy
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-27Improve control flow in authority_certs_fetch_resource_implNick Mathewson
2017-04-27Include UPLOAD_RENDDESC_V2 in PURPOSE_IS_UPLOADNick 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-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-25Configure sandbox using consdiffmgr; free cdm on exit.Nick Mathewson
2017-04-25Bitmask out the compression methods that we do not supportNick Mathewson
2017-04-25Tests for parse_accept_encodingNick Mathewson
2017-04-25Parse recognized entries from the Accept-Encoding header.Nick Mathewson
2017-04-25Use x-lzma, not x-lzma2, as the identifierNick Mathewson
2017-04-25Teach consdiffmgr to remember two digests: one compressed, one not.Nick Mathewson
2017-04-25Function to convert compression methods to/from strings.Nick Mathewson
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