Age | Commit message (Expand) | Author |
---|---|---|
2017-04-25 | Whitespace fixes. | Nick Mathewson |
2017-04-25 | Merge branch 'unified_compress_squashed' | Nick Mathewson |
2017-04-25 | zlib: Turn UINT_MAX overrun into an error, not an assert. | 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 | Rename shadowing variable in compress_zlib.c. | Alexander Færøy |
2017-04-25 | Remove `tor_compress_memory_level()`. | 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 | Rename the `torgzip` module to `compress`. | Alexander Færøy |
2017-04-25 | Move zlib compression code into its own module. | Alexander Færøy |