aboutsummaryrefslogtreecommitdiff
path: root/src/libstore
AgeCommit message (Expand)Author
2014-05-14Use the inodes given by readdir directlyWout Mertens
2014-05-13Preload linked hashes to speed up lookupsWout Mertens
2014-05-10Shortcut already-hardlinked fileswmertens
2014-05-02Set up directories and permissions for multi-user install automaticallyEelco Dolstra
2014-05-02Set build-max-jobs to the number of available cores by defaultEelco Dolstra
2014-05-02When running as root, use build users by defaultEelco Dolstra
2014-04-08If a .drv cannot be parsed, show its pathEelco Dolstra
2014-04-03Fix compile errors on IllumosDanny Wilson
2014-04-03Make sure /dev/pts/ptmx is world-writableLudovic Courtès
2014-03-30boost::shared_ptr -> std::shared_ptrEelco Dolstra
2014-03-29Fix potential segfault in waitForInput()Eelco Dolstra
2014-03-29restoreSIGPIPE(): Fill in sa_maskEelco Dolstra
2014-03-21Make /dev/kvm optionalLudovic Courtès
2014-02-27Set up a private /dev/pts in the chrootEelco Dolstra
2014-02-27Set up a minimal /dev in chrootsEelco Dolstra
2014-02-27Fix deadlock in SubstitutionGoalEelco Dolstra
2014-02-26Only start download-via-ssh if it's enabledEelco Dolstra
2014-02-26Add use-ssh-substituter setting.Shea Levy
2014-02-18Slight simplificationEelco Dolstra
2014-02-18Add a flag ‘--check’ to verify build determinismEelco Dolstra
2014-02-17Make --repair work on DarwinEelco Dolstra
2014-02-17RefactoringEelco Dolstra
2014-02-17When using a build hook, only copy missing pathsEelco Dolstra
2014-02-17Move some code aroundEelco Dolstra
2014-02-17Heuristically detect if a build may have failed due to a full diskEelco Dolstra
2014-02-14Minor style fixesEelco Dolstra
2014-02-10Move StoreApi::serve into opServeShea Levy
2014-02-10Pass in params by const refShea Levy
2014-02-08Add download-via-ssh substituterShea Levy
2014-02-08nix-store --serve: Flush out after every loopShea Levy
2014-02-08nix-store --serve: Use dump instead of exportShea Levy
2014-02-08nix-store --serve: Don't fail if asked for info about non-valid pathShea Levy
2014-02-08nix-store --serve: Don't loop foreverShea Levy
2014-02-08Add the nix-store --serve commandShea Levy
2014-02-03Fix assertion failure in ‘nix-store --load-db’Eelco Dolstra
2014-02-01Give a friendly error message if the DB directory is not writableEelco Dolstra
2014-02-01Fix "make dist"Eelco Dolstra
2014-02-01Remove AutomakefilesEelco Dolstra
2014-02-01Update Makefile variable namesEelco Dolstra
2014-01-30Rename Makefile -> local.mkEelco Dolstra
2014-01-21Fix some clang warningsEelco Dolstra
2014-01-21Merge branch 'master' into makeEelco Dolstra
2014-01-09Generate schema.sql.hhEelco Dolstra
2014-01-09Update MakefilesEelco Dolstra
2014-01-08Fix checking of NAR hashesEelco Dolstra
2014-01-06wordingDomen Kožar
2013-12-10Garbage collector: Release locks on temporary root filesEelco Dolstra
2013-12-05Print a trace message if a build fails due to the platform being unknownEelco Dolstra
2013-11-25Rename Makefile.new -> MakefileEelco Dolstra
2013-11-23Use libnix as a prefix for all Nix librariesEelco Dolstra