Age | Commit message (Expand) | Author |
---|---|---|
2017-04-27 | Enforce 16 MB upper bound of memory usage in LZMA decoder. | Alexander Færøy |
2017-04-26 | Fix compilation when lzma or zstd is absent | Nick Mathewson |
2017-04-26 | Approximate memory usage needed for the LZMA backend. | Alexander Færøy |
2017-04-25 | Whitespace fixes. | Nick Mathewson |
2017-04-25 | Merge branch 'unified_compress_squashed' | Nick Mathewson |
2017-04-25 | Add a "best compression" flag. | Nick Mathewson |
2017-04-25 | Combine all *compress/*uncompress backend function into one | Nick Mathewson |
2017-04-25 | Use atomic counters for compressor allocation. | Nick Mathewson |
2017-04-25 | Remove `tor_compress_memory_level()`. | Alexander Færøy |
2017-04-25 | Add API entry-point for getting compression method version numbers. | Alexander Færøy |
2017-04-25 | Add function to check if a given compression method is supported. | Alexander Færøy |
2017-04-25 | Add LZMA support. | Alexander Færøy |