aboutsummaryrefslogtreecommitdiff

butil/util.cc?id=d1c9684753ff3a6adf1bb9ab397a73a5c23010c1'>util.cc
AgeCommit message (Expand)Author
2019-08-30daemon: Don't reply on 'st_blocks'....Ported by Ludovic Courtès <ludo@gnu.org> from <https://github.com/NixOS/nix/commit/a2c4fcd5e9782dc8d2998773380c7171ee53b813>. * nix/libstore/gc.cc (LocalStore::removeUnusedLinks): Use 'st.st_size' instead of 'st.st_blocks * 512'. * nix/libutil/util.cc (_deletePath): Likewise. Eelco Dolstra
2017-08-18nix: Remove unused function....* nix/libutil/util.hh: * nix/libutil/util.cc (decodeOctalEscaped): Remove unused and buggy function. Andy Wingo
2015-12-02daemon: int2String -> std::to_string.Eelco Dolstra