Age | Commit message (Expand) | Author |
---|---|---|
2017-04-25 | Remove `tor_compress_memory_level()`. | Alexander Færøy |
2017-04-25 | Use switch-statement in tor_{compress,uncompress}. | 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 `tor_compress_get_total_allocation()` function. | Alexander Færøy |
2017-04-25 | Add Zstandard support. | Alexander Færøy |
2017-04-25 | Add LZMA support. | Alexander Færøy |
2017-04-25 | Use a switch-statement when checking for compression method. | Alexander Færøy |
2017-04-25 | Rename the `torgzip` module to `compress`. | Alexander Færøy |