aboutsummaryrefslogtreecommitdiff
path: root/src/libstore
AgeCommit message (Expand)Author
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
2013-11-23Allow (dynamic) libraries to depend on other librariesEelco Dolstra
2013-11-22Drop the dependency on AutomakeEelco Dolstra
2013-11-22Rename $(here) to $(d) for brevity, and remove trailing slashEelco Dolstra
2013-11-22Add ‘make dist’ supportEelco Dolstra
2013-11-22New non-recursive, plain Make-based build systemEelco Dolstra
2013-11-22Include <cstring> for memsetEelco Dolstra
2013-11-14Remove nix-setuid-helperEelco Dolstra
2013-11-12Make function calls show up in stack traces againEelco Dolstra
2013-10-22For auto roots, show the intermediate linkEelco Dolstra
2013-10-16Retry all SQLite operationsEelco Dolstra
2013-10-16Fix a race in registerFailedPath()Eelco Dolstra
2013-10-16Convenience macros for retrying a SQLite transactionEelco Dolstra
2013-10-16Don't wrap read-only queries in a transactionEelco Dolstra
2013-10-16Print a distinct warning for SQLITE_PROTOCOLEelco Dolstra
2013-10-16Treat SQLITE_PROTOCOL as SQLITE_BUSYEelco Dolstra
2013-09-06Don't apply the CPU affinity hack to nix-shell (and other Perl programs)Eelco Dolstra
2013-09-02Only show trace messages when tracing is enabledEelco Dolstra
2013-09-02Add an option to limit the log output of buildersEelco Dolstra
2013-08-26Fix typos, especially those that end up in the Nix manualIvan Kozik
2013-08-26Fix personality switching from x86_64 to i686Gergely Risko
2013-08-07Run the daemon worker on the same CPU as the clientEelco Dolstra
2013-07-18Revert "build-remote.pl: Enforce timeouts locally"Eelco Dolstra
2013-07-15Allow bind-mounting regular files into the chrootShea Levy
2013-07-12Garbage collector: Don't follow symlinks arbitrarilyEelco Dolstra
2013-06-20Don't set $preferLocalBuild and $requiredSystemFeatures in buildersEelco Dolstra
2013-06-20Don't substitute derivations that have preferLocalBuild setEelco Dolstra
2013-06-20Increase SQLite's auto-checkpoint intervalEelco Dolstra
2013-06-20Disable the copy-from-other-stores substituterEelco Dolstra
2013-06-20Don't keep "disabled" substituters runningEelco Dolstra
2013-06-13Allow hard links between the outputs of a derivationEelco Dolstra
2013-06-13Fix a security bug in hash rewritingEelco Dolstra
2013-06-13Fix assertion failure in canonicalisePathMetaData() after hash rewritingEelco Dolstra
2013-06-13computeFSClosure: Only process the missing/corrupt pathsEelco Dolstra
2013-06-13In repair mode, update the hash of rebuilt pathsEelco Dolstra
2013-06-07Remove obsolete EOF checksEelco Dolstra
2013-06-07Process stderr from substituters while doing have/info queriesEelco Dolstra
2013-06-07Buffer reads from the substituterEelco Dolstra
2013-05-23nix-store --export: Export paths in topologically sorted orderEelco Dolstra
2013-05-10In trace messages, don't print the output pathEelco Dolstra
2013-05-09Communicate build timeouts to HydraEelco Dolstra