summaryrefslogtreecommitdiff
path: root/src/hashutil.hpp
Commit message (Expand)AuthorAgeFilesLines
* fix: Hash time information on inode cache hitJoel Rosdahl2022-08-031-11/+16
* chore: Replace nonstd::string_view with std::string_viewJoel Rosdahl2022-05-231-4/+3
* Remove system.hpp, including what’s needed insteadJoel Rosdahl2021-07-071-2/+1
* Use .clang-format regexes instead of comments to group system includesJoel Rosdahl2021-06-291-2/+0
* Revise include file order to work with new directory structureJoel Rosdahl2021-06-271-1/+3
* Avoid mentioning __TIME__ and friends literally in header fileJoel Rosdahl2020-09-171-1/+2
* C++-ify hashutil functionsJoel Rosdahl2020-07-301-15/+39
* Remove superfluous hash_from_int functionJoel Rosdahl2020-07-291-2/+0
* C++-ify struct hashJoel Rosdahl2020-07-091-11/+7
* Add inode cache for file hashes (#577)Olle Liljenzin2020-05-311-2/+3
* Make Context a class instead of a structJoel Rosdahl2020-04-191-1/+1
* Avoid duplicate stat calls (#550)Erik Johansson2020-03-011-1/+2
* Convert stats_update(x) + failed() to failed(x) in hash_*command*()Joel Rosdahl2020-02-221-5/+3
* 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-3/+7
* Add handling of __TIMESTAMP__ macro (#488)Erik Johansson2019-11-171-0/+1
* Replace third party hashtable with std::unordered_mapJoel Rosdahl2019-09-051-2/+0
* C++-ify configuration handlingJoel Rosdahl2019-08-141-4/+5
* Clean up header includesJoel Rosdahl2019-08-141-0/+2
* Run clang-format on all code to follow the new code styleJoel Rosdahl2019-08-141-14/+19
* Use #pragma once for guarding headersJoel Rosdahl2019-08-141-4/+1
* C++-ify source codeJoel Rosdahl2019-08-141-0/+46