aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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
2012-02-09Fix error messageEelco Dolstra
2012-02-09Use data() instead of c_str() where appropriateEelco Dolstra
2012-02-04* Inline some functions and get rid of the indirection throughEelco Dolstra
2012-02-04* Print elapsed evaluation time.Eelco Dolstra
2012-01-26* Fix importing a derivation. This gave a segfault.Eelco Dolstra
2012-01-19* Allow comparisons between derivations by comparing the outPathEelco Dolstra
2012-01-19* Add some debug output to print the derivation name once it's known.Eelco Dolstra
2012-01-17* Added a command ‘nix-store --print-env $drvpath’ that prints out theEelco Dolstra
2012-01-07* Don't create thunks for simple constants (integers, strings, paths)Eelco Dolstra
2012-01-04* Remove dead code.Eelco Dolstra
2012-01-04* Don't use dynamic_cast, it's very slow. "nix-instantiateEelco Dolstra
2012-01-03* Drop the inefficient "Path" suffix in output attribute names.Eelco Dolstra
2012-01-03* Move the implementation of the ‘derivation’ primop into a separateEelco Dolstra
2012-01-03* Sync with the trunk.Eelco Dolstra
2012-01-03* Refactoring: Get rid of a few subdirectories in corepkgs/, and someEelco Dolstra
2011-12-30* Support multiple outputs in nix-store (specifically the ‘--query’Eelco Dolstra
2011-12-30* Oops.Eelco Dolstra
2011-12-30* Move topoSortPaths() out of gc.cc.Eelco Dolstra