aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2012-07-25prim_import: When importing .drvs, allocate the intermediate attrset on the h...Shea Levy
2012-07-25import: If the path is a valid .drv file, parse it and generate a derivation ...Shea Levy
2012-07-23Handle platforms that don't support linking to a symlinkEelco Dolstra
2012-07-23Unlink the right fileEelco Dolstra
2012-07-23Garbage collect unused links in /nix/store/.linksEelco Dolstra
2012-07-23Automatically optimise the Nix store when a new path is addedEelco Dolstra
2012-07-23optimiseStore(): Use a content-addressed file store in /nix/store/.linksEelco Dolstra
2012-07-23Use lutimes() if available to canonicalise the timestamp of symlinksEelco Dolstra
2012-07-18Use "#pragma once" to prevent repeated header file inclusionEelco Dolstra
2012-07-17Add function queryPathFromHashPart()Eelco Dolstra
2012-07-17Return an exit code of 100 for cached failed buildsEelco Dolstra
2012-07-17Remove dead codeEelco Dolstra
2012-07-17Update Nix 1.1 release notesEelco Dolstra
2012-07-17Allow disabling log compressionEelco Dolstra
2012-07-12builtins.storePath: resolve symlinksEelco Dolstra
2012-06-27nix-store -r: do substitutions in parallelEelco Dolstra
2012-06-27Mount an empty /dev/shm tmpfs in the chrootEelco Dolstra
2012-06-27Check the return code of the clone() callEelco Dolstra
2012-06-25When using chroots, use a private PID namespaceEelco Dolstra
2012-06-25Use a private UTS namespace to provide a deterministic host/domain name to bu...Eelco Dolstra
2012-06-23Improve error messageEelco Dolstra
2012-06-23In chroot builds, use a private SysV IPC namespaceEelco Dolstra
2012-06-23In chroot builds, use a private network namespaceEelco Dolstra
2012-06-18Support socket-based, on-demand activation of the Nix daemon with systemdEelco Dolstra
2012-05-30Compress build logs on the fly using bzip2Eelco Dolstra
2012-05-30"nix-store -l": support compressed logsEelco Dolstra
2012-05-29Reserve some disk space for the garbage collectorEelco Dolstra
2012-05-29Add option ‘build-keep-log’ to enable/disable writing of build logsEelco Dolstra
2012-04-30* Add an option ‘build-use-substitutes’, which can be set to ‘false’Eelco Dolstra
2012-04-30Handle EPERM when creating a hard link for the chrootEelco Dolstra
2012-04-23Merge pull request #2 from viric/masterEelco Dolstra
2012-04-17nix-instantiate: default to "default.nix" if no arguments are givenEelco Dolstra
2012-04-17Added utility command ‘nix-instantiate --find-file’ to look up a file in ...Eelco Dolstra
2012-04-16Fix obscure race condition in GC root creationEelco Dolstra
2012-04-15Set a few more close-on-exec flagsEelco Dolstra
2012-04-15Close almost all file descriptors in the builderEelco Dolstra
2012-04-14Remove unnecessary "system" argumentEelco Dolstra
2012-04-13Use Bison 2.5Eelco Dolstra
2012-04-05On Linux, pretend we're building on Linux 2.6Eelco Dolstra
2012-04-04Include --keep-going in --helpEelco Dolstra
2012-03-26Mac OS X fixEelco Dolstra
2012-03-26Delete non-directory valid paths right awayEelco Dolstra
2012-03-26Make the garbage collector more concurrentEelco Dolstra
2012-03-26Remove the --max-links GC optionEelco Dolstra
2012-03-22Fixing the default of sync-before-registeringLluís Batlle i Rossell
2012-03-22Adding a nix option to sync before registering a path, for non-ext*Lluís Batlle i Rossell
2012-03-20nix-store --clear-failed-paths: Clear derivation outputsEelco Dolstra
2012-03-18Drop the externals directoryEelco Dolstra
2012-03-13Ensure that Perl processes delete their entry in the temproots directoryEelco Dolstra
2012-03-05Fix compilation on FreeBSDEelco Dolstra