aboutsummaryrefslogtreecommitdiff
path: root/src/libstore
AgeCommit message (Expand)Author
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
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