summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-05-01Rename x-lzma to x-tor-lzmaNick Mathewson
2017-05-01Merge remote-tracking branch 'ahf/bugs/21665'Nick Mathewson
2017-05-01Bug 22114: Fix wrong values in torrc_format.txt commentsGeorg Koppen
2017-05-01Fix help message for --enable-lzmaTaylor Yu
2017-04-28Fix a brazen memleak in consdiffmgr_add_consensus()Nick Mathewson
2017-04-28Merge branch 'ticket21648'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-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