aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2018-08-06Fix Brotli decompression in 'nix log'Eelco Dolstra
2018-08-06Require libbrotliEelco Dolstra
2018-08-06Fix reporting of HTTP body size when a result callback is usedEelco Dolstra
2018-08-03Make adding paths via nix-store --serve run in constant memoryEelco Dolstra
2018-08-03cmdDumpStorePath: Support chroot storesEelco Dolstra
2018-08-03Support escaping in store URIsEelco Dolstra
2018-08-03SSHMaster: Bypass SSH when connecting to localhostEelco Dolstra
2018-08-03LegacySSHStore: Add remote-store optionEelco Dolstra
2018-08-03Merge pull request #2326 from aszlig/fix-symlink-leakEelco Dolstra
2018-08-03Merge pull request #2323 from samueldr/feature/selective-impurityEelco Dolstra
2018-08-03Fix symlink leak in restricted eval modeaszlig
2018-08-02Allows selectively adding environment variables to pure shells.Samuel Dionne-Riel
2018-08-02s3 binary cache: support specifying an endpointGraham Christensen
2018-08-01Removes unused variable from `nix-build/nix-shell`Samuel Dionne-Riel
2018-07-31Merge branch 'prim_mapAttr-fix' of https://github.com/volth/nixEelco Dolstra
2018-07-31Fix race downloading into a sinkEelco Dolstra
2018-07-31Add a check for broken Boost versionsEelco Dolstra
2018-07-24copyPathsToStore: honour keep-goingLinus Heckemann
2018-07-23Merge pull request #2303 from volth/patch-4Eelco Dolstra
2018-07-23parser.y: right-associativity of ->volth
2018-07-21parser.y: fix assoc of -> and < > <= >=volth
2018-07-21prim_foldlStrict: call forceValue() before value is copiedvolth
2018-07-12nix-prefetch-url: Download file in constant memoryEelco Dolstra
2018-07-11Fix build on 32-bit systems and macOSEelco Dolstra
2018-07-11Shup up a warningEelco Dolstra
2018-07-11Remove unused function printStats2()Eelco Dolstra
2018-07-07prim_map, prim_genList: no need to force function argument which will be stor...volth
2018-07-06prim_mapAttrs: `f' must be evaluated lazily to avoid infinite recursionvolth
2018-07-06Merge pull request #2250 from dtzWill/feature/repl-progress-bar-buildsEelco Dolstra
2018-07-05prim_concatMap: no need to force valuevolth
2018-07-05prim_mapAttrs: must be lazy to avoid infinite recursionvolth
2018-07-05prim_concatMap: allocate intermediate list on stackvolth
2018-07-05primops.cc: fix commentvolth
2018-07-05lib.concatMap and lib.mapAttrs to be builtinsvolth
2018-07-03nix-daemon: Respect --storeEelco Dolstra
2018-07-03Include cpptoml for build simplicityEelco Dolstra
2018-07-03Add a fromTOML primopEelco Dolstra
2018-07-03Store floating point numbers in double precisionEelco Dolstra
2018-07-03nix why-depends: render output into $PAGERMaximilian Bosch
2018-07-02Merge pull request #2158 from Ma27/improve-search-uxEelco Dolstra
2018-07-02search.cc: improve UX for `nix search`Maximilian Bosch
2018-06-23repl: use `nix build` for building instead of `nix-store -r`Will Dietz
2018-06-18progress-bar: re-draw last update if nothing new for 1sec.Will Dietz
2018-06-18sync.hh: return cv_status instead of dropping it, in case useful.Will Dietz
2018-06-18Detect redirect loopsEelco Dolstra
2018-06-18Merge pull request #2234 from symphorien/esrch2Eelco Dolstra
2018-06-16libstore/gc.cc: ignore ESRCH when reading symlinks in /procSymphorien Gibol
2018-06-14Fix optimise-store.cc to skip more paths on macOSMatthew Justin Bauer
2018-06-13nix: Remove special handling of .drv filesEelco Dolstra
2018-06-13hashDerivationModulo(): Handle chroot storesEelco Dolstra