aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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 branch 'man2' of git://github.com/robx/nixShea Levy
2017-07-10fix buggy nix-shell man pageRobert Vollmert
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-07man page (nix-shell): Fix grouping of -p optionRobert Vollmert
2017-07-07man page (nix-prefetch-url): Add some missing optionsRobert Vollmert
2017-07-07man page (nix-instantiate): -E is optionalRobert Vollmert
2017-07-07man page (nix-instantiate): Add --json to synopsis, order variablesRobert Vollmert
2017-07-07man page (nix-instantiate): Remove non-existent nix-build argument -rRobert Vollmert
2017-07-07man pages: Consistently separate alternatives by /Robert Vollmert
2017-07-07man pages: Argument for --max-jobsRobert Vollmert
2017-07-07man pages: Grouping for option alternativesRobert Vollmert
2017-07-07glossary: Fix word orderRobert Vollmert
2017-07-07Merge pull request #1445 from matthewbauer/macos-skip-hardlinkEelco Dolstra
2017-07-07Merge pull request #1444 from robx/manEelco Dolstra
2017-07-06Don’t hardlink disallowed paths in OS X.Matthew Bauer
2017-07-06Remove unused variable from test scriptRobert Vollmert
2017-07-06Fix nix-instantiate manpage indentationRobert Vollmert
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
2017-07-04<nix/fetchurl.nix>: Support sha512 argumentEelco Dolstra
2017-07-03nix-shell: Respect --dry-runEelco Dolstra
2017-07-03Replace a few bool flags with enumsEelco Dolstra
2017-07-03processGraph(): Call getEdges in parallelEelco Dolstra
2017-06-30Merge pull request #1417 from corngood/cygwin-fixEelco Dolstra
2017-06-24Fix potential crash/wrong result two hashes of unequal length are comparedNiklas Hambüchen
2017-06-20Call SetDllDirectory("") after sqlite3 init on cygwinDavid McFarland
2017-06-20Restore thunks on any exceptionEelco Dolstra
2017-06-19Let hydra choose an alternate list of systemsShea Levy
2017-06-19Disable use of virtual hosting in aws-sdk-cppEelco Dolstra
2017-06-19Support creating S3 caches in other regions than us-east-1Eelco Dolstra
2017-06-19Handle S3Errors::RESOURCE_NOT_FOUND from aws-sdk-cppEelco Dolstra
2017-06-19Suppress "will retry in N ms" for non-retriable errorsEelco Dolstra
2017-06-19Show aws-sdk-cpp log messagesEelco Dolstra
2017-06-19macOS: Ugly hack to make the tests succeedEelco Dolstra
2017-06-19macOS: Remove flagsEelco Dolstra
2017-06-14OS X -> macOSEelco Dolstra
2017-06-14Add 1.11.10 release notesEelco Dolstra
2017-06-14Remove redundant debug lineEelco Dolstra
2017-06-14canonicalisePathMetaData(): Ignore security.selinux attributeEelco Dolstra
2017-06-12Suppress spurious "killing process N: Operation not permitted" on macOSEelco Dolstra
2017-06-12On macOS, don't use /var/folders for TMPDIREelco Dolstra
2017-06-12Provide a builtin default for $NIX_SSL_CERT_FILEEelco Dolstra
2017-06-12Don't run pre-build-hook if we don't have a derivationEelco Dolstra