summaryrefslogtreecommitdiff
path: root/nix/libutil
AgeCommit message (Expand)AuthorFilesLines
2023-01-09daemon: Improve error message for wrong hash sizes.Ludovic Courtès1-2/+5
2022-12-18daemon: Make "opening file" error messages distinguishable.Ludovic Courtès2-3/+3
2021-11-19daemon: Micro-optimize 'deletePath'.Ludovic Courtès1-3/+6
2020-12-08daemon: 'Agent' constructor takes a list of environment variables.Ludovic Courtès2-3/+10
2020-09-14daemon: Move 'Agent' to libutil.Ludovic Courtès2-0/+109
2020-06-27daemon: Recognize SHA3 and BLAKE2s.Ludovic Courtès2-1/+10
2020-06-27daemon: Remove OpenSSL hash compatibility wrappers.Ludovic Courtès7-270/+24
2020-06-27daemon: Map directly to gcrypt hash functions.Ludovic Courtès2-13/+12
2020-06-24nix: Tweak .gitignore files.Christopher Baines1-2/+0
2020-03-26daemon: Avoid kill -1 bug on the Hurd.Manolis Ragkousis1-0/+8
2020-01-12daemon: Account for deleted store files when deduplication is on.Ludovic Courtès2-7/+9
2019-11-29daemon: 'pathExists' uses 'statx' when available.Ludovic Courtès1-0/+5
2019-11-27daemon: 'deletePath' uses 'statx' when available.Ludovic Courtès1-0/+14
2019-08-30daemon: Don't reply on 'st_blocks'.Eelco Dolstra1-1/+1
2018-12-16daemon: Use unbranded phrases in comments and messages.Ludovic Courtès1-1/+1
2018-10-02daemon: Remove "case hack" for nars.Ludovic Courtès2-35/+1
2017-08-18nix: Remove unused function.Andy Wingo2-21/+0
2016-05-31daemon: Remove unused XML output code.Ludovic Courtès2-163/+0
2015-12-02daemon: Fix namespace issue.Eelco Dolstra1-2/+2
2015-12-02daemon: Support SHA-512 hashes.Eelco Dolstra3-2/+46
2015-12-02daemon: int2String -> std::to_string.Eelco Dolstra3-9/+2
2015-07-03Merge branch 'nix'.Ludovic Courtès2-7/+6
2015-06-03Merge branch 'nix'.Ludovic Courtès3-94/+75
2015-05-19Merge branch 'nix'.Ludovic Courtès7-172/+272
2015-05-19Revert "daemon: Fix possible use-after-free."Ludovic Courtès2-19/+6
2015-05-11daemon: Fix possible use-after-free.Ludovic Courtès2-6/+19
2015-01-04Merge commit a1dd396cc02922372314c35c8035a38bfeea08df of branch 'nix'.Ludovic Courtès3-2/+4
2014-12-19Merge branch 'nix' into 'master'.Ludovic Courtès13-0/+3064
2013-12-19daemon: Fix 'HashSink::currentHash()'.Ludovic Courtès2-3/+15
2013-09-12daemon: Use 'int' instead of the internal 'gcry_md_algo_t' type.Ludovic Courtès2-6/+6
2013-01-06Update license headers.Ludovic Courtès5-25/+25
2012-12-04daemon: Fix typo in libgcrypt bindings.Ludovic Courtès3-3/+3
2012-12-03build: Include a copy of Nix's libstore and daemon; build it.Ludovic Courtès6-0/+196