aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2017-08-21Allow builders to create activitiesEelco Dolstra
2017-08-21Remove debug lineEelco Dolstra
2017-08-21Disallow accidental copy constructionEelco Dolstra
2017-08-18Remove unused decodeOctalEscapedAndy Wingo
2017-08-16Merge branch 'tokenize' of https://github.com/nbp/nixEelco Dolstra
2017-08-16nix verify: Restore the progress indicatorEelco Dolstra
2017-08-16nix optimise-store: Show how much space has been freedEelco Dolstra
2017-08-16nix optimise-store: AddEelco Dolstra
2017-08-16Progress indicator: CleanupEelco Dolstra
2017-08-16Progress indicator: More improvementsEelco Dolstra
2017-08-16Progress indicator: Show number of active itemsEelco Dolstra
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-15Add builtins.string function.Nicolas B. Pierron
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