aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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
2012-03-05Set the close-on-exec flag on file descriptorsEelco Dolstra
2012-03-05Don't leak a file descriptor in commonChildInit()Eelco Dolstra
2012-03-05nix-worker: put the pid of the caller in argv[1]Eelco Dolstra
2012-03-05Restore progress indication during nix-copy-closureEelco Dolstra
2012-03-01Remove dependency on sqlite3_table_column_metadataEelco Dolstra
2012-03-01Fix an uninitialised variableEelco Dolstra
2012-02-18Fix chroots buildsEelco Dolstra
2012-02-15On Linux, make the Nix store really read-only by using the immutable bitEelco Dolstra
2012-02-15Fix a broken guard around utime()Eelco Dolstra
2012-02-15Don't use deletePath() to delete a single fileEelco Dolstra