aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-19Fix the coverage buildEelco Dolstra
2012-03-19Fix the Deb buildsEelco Dolstra
2012-03-19Fix the RPMEelco Dolstra
2012-03-19Add a command "nix-build --run-env" to reproduce the environment of a derivationEelco Dolstra
2012-03-19Replace "make check" with "make installcheck"Eelco Dolstra
2012-03-19Fix the optional dependency on OpenSSLEelco Dolstra
2012-03-18Drop the externals directoryEelco Dolstra
2012-03-18Clean up when building from a working treeEelco Dolstra
2012-03-13Ensure that Perl processes delete their entry in the temproots directoryEelco Dolstra
2012-03-12Fix testsEelco Dolstra
2012-03-06Update bzip2 dependencyEelco Dolstra
2012-03-05Fix compilation on FreeBSDEelco Dolstra
2012-03-05nix-copy-closure: don't print copied path on stdoutEelco 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-05build-remote.pl: don't wait forever for the upload lockEelco 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-08Update .gitignoreEelco Dolstra
2012-02-08Remove empty ChangeLog fileEelco Dolstra
2012-02-08Set the versionSuffix to include the Git shortrevEelco Dolstra
2012-02-07* Build Nix for the latest Fedora and Ubuntu releases (and drop someEelco 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-02-02* nix-channel: fail if we don't have write permission to the manifestsEelco Dolstra
2012-01-26* Fix importing a derivation. This gave a segfault.Eelco Dolstra
2012-01-26* Add a test for importing derivations.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-19* Add a test case for comparing derivations.Eelco Dolstra
2012-01-18* Don't distribute Store.cc, it's generated automatically by xsubpp.Eelco Dolstra
2012-01-18* Pass the appropriate flags to GCC when building the Perl bindings.Eelco Dolstra
2012-01-17* Added a command ‘nix-store --print-env $drvpath’ that prints out theEelco Dolstra
2012-01-13* nix-build: put the temporary derivation symlink in a temporaryEelco Dolstra
2012-01-12* ‘-module’ causes the generated library to have an .so extension onEelco Dolstra