aboutsummaryrefslogtreecommitdiffstats
path: root/src/compress.cpp
Commit message (Expand)AuthorAgeFilesLines
* Pass std::string instead of .c_str()Erik Johansson2020-02-231-1/+1
* Partially revert const-ification of context parametersThomas Otto2020-02-171-2/+2
* Const-ify context parameters where appropriateJoel Rosdahl2020-02-161-2/+2
* Context: move g_configThomas Otto2020-02-161-6/+8
* Win32: Close reading file for recompression (#535)Cristian Adam2020-02-071-0/+2
* Log when starting/stopping recompressionJoel Rosdahl2020-02-051-0/+2
* Split ccache.hpp into per-.cpp file headersJoel Rosdahl2020-01-221-1/+2
* Improve functions related to (l)stat-ingJoel Rosdahl2019-10-191-11/+7
* Use #include "third_party/..." consistently to include third party codeJoel Rosdahl2019-10-191-1/+2
* Recompress in parallelJoel Rosdahl2019-10-081-7/+21
* Add -X/--recompress optionJoel Rosdahl2019-10-071-34/+140
* Rename file_size to file_size_on_disk and improve its return typeJoel Rosdahl2019-10-071-1/+1
* Refactor result/manifest reading/writingJoel Rosdahl2019-10-051-16/+14
* Use UpperCamelCase instead of snake_case for namespacesJoel Rosdahl2019-10-051-4/+4
* Add and use CacheFile::Type and CacheFile::typeJoel Rosdahl2019-10-051-3/+5
* Add progress bar for -x/--show-compressionJoel Rosdahl2019-09-051-73/+53
* C++-ify configuration handlingJoel Rosdahl2019-08-141-2/+2
* Run clang-format on all code to follow the new code styleJoel Rosdahl2019-08-141-109/+106
* C++-ify source codeJoel Rosdahl2019-08-141-0/+149