aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2017-08-16Progress indicator: Unify "copying" and "substituting"Eelco Dolstra
2017-08-16Improve substitution progress indicatorEelco Dolstra
2017-08-16nix copy: Improve progress indicatorEelco Dolstra
2017-08-16nix copy: Revive progress barEelco Dolstra
2017-08-16nix copy: Add --no-check-sigs flagEelco Dolstra
2017-08-16Disallow SSH host names starting with a dashEelco Dolstra
2017-08-10Style fixEelco Dolstra
2017-08-09Use /proc/self/fd to efficiently close all FDs on LinuxEelco Dolstra
2017-08-09nix repl: Support printing floating-point numbersEelco Dolstra
2017-08-03Include missing <cstdlib> for abort()Brian McKenna
2017-07-31Merge branch 'macOS' of https://github.com/davidak/nixEelco Dolstra
2017-07-30Replace Unicode quotes in user-facing strings by ASCIIJörg Thalheim
2017-07-30replace "OS X" with "macOS"davidak
2017-07-30replace "Mac OS X" with "macOS"davidak
2017-07-28nix-build: Fix regression causing all outputs to be builtEelco Dolstra
2017-07-28nix-prefetch-url: Fix regression in hash printingEelco Dolstra
2017-07-27builtins.fetchgit: Support specifying commit hashesEelco Dolstra
2017-07-27builtins.fetchgit: Respect tarball-ttlEelco Dolstra
2017-07-27builtins.fetchgit: Use proper refs locallyEelco Dolstra
2017-07-27builtins.fetchgit: Cache hash -> store path mappingsEelco Dolstra
2017-07-26nix search: Add a cacheEelco Dolstra
2017-07-26nix-build/nix-shell: Eliminate call to nix-instantiate / nix-storeEelco Dolstra
2017-07-20nix-shell: Use bashInteractive from <nixpkgs>Eelco Dolstra
2017-07-20nix search: Ignore top-level eval errorsEelco Dolstra
2017-07-20FD_SETSIZE check: BuildError -> ErrorEelco Dolstra
2017-07-20nix search: Add --json flagEelco Dolstra
2017-07-20Add "nix search" commandEelco Dolstra
2017-07-18Do not try to fill fd_set with fd>=FD_SETSIZEDmitry Kalinkin
2017-07-17Always use base-16 for hashed mirror lookupsEelco Dolstra
2017-07-17Make the hashes mirrors used by builtins.fetchurl configurableEelco Dolstra
2017-07-17Fix accidental printErrorEelco Dolstra
2017-07-14nix path-info: Show download sizes for binary cache storesEelco Dolstra
2017-07-14Avoid a call to derivationFromPath()Eelco Dolstra
2017-07-14nix path-info: Don't barf on invalid pathsEelco Dolstra
2017-07-14StorePathsCommand: Don't build installablesEelco Dolstra
2017-07-14nix: Show help when no arguments are givenEelco Dolstra
2017-07-14Shut up a memory leak warningEelco Dolstra
2017-07-11replaceSymlink(): Handle the case where the temporary file already existsEelco Dolstra
2017-07-11fetchTarball: Prevent concurrent downloads of the same fileEelco Dolstra
2017-07-10Merge pull request #1422 from nh2/fix-potential-hash-comparison-crashEelco Dolstra
2017-07-10Merge pull request #1428 from rimmington/clearer-regex-space-errorEelco Dolstra
2017-07-10Clearer error message when regex exceeds space limitRhys
2017-07-07Merge pull request #1445 from matthewbauer/macos-skip-hardlinkEelco Dolstra
2017-07-06Don’t hardlink disallowed paths in OS X.Matthew Bauer
2017-07-04Add X32 to the seccomp filterEelco Dolstra
2017-07-04Sort substituters by priorityEelco Dolstra
2017-07-04getDefaultSubstituters(): Simplify initialisationEelco Dolstra
2017-07-04Add allow-new-privileges optionEelco Dolstra
2017-07-04Fix handling of expression installables with a / in themEelco Dolstra
2017-07-04Support base-64 hashesEelco Dolstra