guix/src/libstore
Eelco Dolstra 680ab6f83d Garbage collect unused links in /nix/store/.links
Incremental optimisation requires creating links in /nix/store/.links
to all files in the store.  However, this means that if we delete a
store path, no files are actually deleted because links in
/nix/store/.links still exists.  So we need to check /nix/store/.links
for files with a link count of 1 and delete them.
2012-07-23 17:14:16 -04:00
..
Makefile.am Compress build logs on the fly using bzip2 2012-05-30 10:12:29 -04:00
build.cc Automatically optimise the Nix store when a new path is added 2012-07-23 17:14:15 -04:00
derivations.cc
derivations.hh Use "#pragma once" to prevent repeated header file inclusion 2012-07-18 14:59:03 -04:00
gc.cc Garbage collect unused links in /nix/store/.links 2012-07-23 17:14:16 -04:00
globals.cc
globals.hh Use "#pragma once" to prevent repeated header file inclusion 2012-07-18 14:59:03 -04:00
local-store.cc Automatically optimise the Nix store when a new path is added 2012-07-23 17:14:15 -04:00
local-store.hh Garbage collect unused links in /nix/store/.links 2012-07-23 17:14:16 -04:00
misc.cc * Add an option ‘build-use-substitutes’, which can be set to ‘false’ 2012-04-30 19:15:34 -04:00
misc.hh Use "#pragma once" to prevent repeated header file inclusion 2012-07-18 14:59:03 -04:00
optimise-store.cc Automatically optimise the Nix store when a new path is added 2012-07-23 17:14:15 -04:00
pathlocks.cc Set the close-on-exec flag on file descriptors 2012-03-05 20:29:00 +01:00
pathlocks.hh Use "#pragma once" to prevent repeated header file inclusion 2012-07-18 14:59:03 -04:00
references.cc Use data() instead of c_str() where appropriate 2012-02-09 18:27:45 +01:00
references.hh Use "#pragma once" to prevent repeated header file inclusion 2012-07-18 14:59:03 -04:00
remote-store.cc Add function queryPathFromHashPart() 2012-07-17 18:55:39 -04:00
remote-store.hh Use "#pragma once" to prevent repeated header file inclusion 2012-07-18 14:59:03 -04:00
schema.sql
store-api.cc Reserve some disk space for the garbage collector 2012-05-29 22:59:12 -04:00
store-api.hh Use "#pragma once" to prevent repeated header file inclusion 2012-07-18 14:59:03 -04:00
worker-protocol.hh Use "#pragma once" to prevent repeated header file inclusion 2012-07-18 14:59:03 -04:00