aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2019-10-27Add inNixShell = true to nix-shell auto-callRobert Hensing
2019-10-27Merge branch 'tojson-tostring-fix' of https://github.com/mayflower/nixEelco Dolstra
2019-10-27builtins.toJSON: fix __toString usageRobin Gloster
2019-10-23libexpr: add findDerivationFilenamezimbatm
2019-10-23libutil: add editorFor heuristiczimbatm
2019-10-23nix repl: add :edit commandzimbatm
2019-10-21Mark content-addressable paths with references as experimentalEelco Dolstra
2019-10-21nix make-content-addressable: Add examplesEelco Dolstra
2019-10-21Fix buildEelco Dolstra
2019-10-21Allow content-addressable paths to have referencesEelco Dolstra
2019-10-21Add experimental-features settingEelco Dolstra
2019-10-21SourceExprCommand::getSourceExpr(): Allocate more spaceEelco Dolstra
2019-10-18Downloader: Warn if no trusted CA file has been configuredxbreak
2019-10-13Move tmpDirInSandbox to initTmpDirMatthew Bauer
2019-10-12Fix sandbox fallback settingsMatthew Bauer
2019-10-11ssh-ng: Don't set CPU affinity on the remoteEelco Dolstra
2019-10-10nix verify: Fix uninitialized variableEelco Dolstra
2019-10-10nix-env: Ignore failures creating ~/.nix-profile and ~/.nix-defexprEelco Dolstra
2019-10-10DohEelco Dolstra
2019-10-09Force per-user group to a known valueEelco Dolstra
2019-10-09Go back to 755 permission on per-user directoriesEelco Dolstra
2019-10-09nix-env: Create ~/.nix-defexpr automaticallyEelco Dolstra
2019-10-09nix-env: Create ~/.nix-profile automaticallyEelco Dolstra
2019-10-09Remove world-writability from per-user directoriesEelco Dolstra
2019-10-09Filter ANSI escape sequences in -L outputEelco Dolstra
2019-10-09Make std::uncaught_exception warning less noisyEelco Dolstra
2019-10-09Fix Bison 2.4 warningEelco Dolstra
2019-10-09OCD performance fix: {find,count}+insert => insertEelco Dolstra
2019-10-09getSourceExpr(): Handle channelsEelco Dolstra
2019-10-09Merge pull request #3132 from matthewbauer/handle-sandbox-shellEelco Dolstra
2019-10-09nix search: Don't quietly ignore errorsEelco Dolstra
2019-10-09nix-build: Fix compilationEelco Dolstra
2019-10-08Handle empty sandbox_shellMatthew Bauer
2019-10-08Don’t source bashrc in pure modeMatthew Bauer
2019-10-07nix search: remove verbose exampleSam Doshi
2019-10-06nix doctor: add more logging output to checksBenjamin Hipple
2019-10-04Revert "std::uncaught_exception() -> std::uncaught_exceptions()"Eelco Dolstra
2019-10-02Fix indentationEelco Dolstra
2019-10-01Fix fetchTarball with chroot storesEelco Dolstra
2019-09-30Merge pull request #2338 from bobvanderlinden/pr-cannot-delete-alive-whyDomen Kožar
2019-09-23Merge pull request #3103 from bhipple/fix/spellingEelco Dolstra
2019-09-23Merge pull request #3104 from zimbatm/no-show-trace-forwardingEelco Dolstra
2019-09-22Shut up some warningsEelco Dolstra
2019-09-22Don't catch exceptions by valueEelco Dolstra
2019-09-22libstore: don't forward --show-tracezimbatm
2019-09-21Fix spelling in commentBenjamin Hipple
2019-09-18function-trace: always show the tracezimbatm
2019-09-13std::uncaught_exception() -> std::uncaught_exceptions()Eelco Dolstra
2019-09-04Disable OpenSSL lock callback on OpenSSL >= 1.1.1Eelco Dolstra
2019-09-04BinaryCacheStore: Add index-debug-info optionEelco Dolstra