aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-06-04add some commentsBen Burdette
2020-06-03update error grepBen Burdette
2020-06-03Merge remote-tracking branch 'upstream/master' into errors-phase-2Ben Burdette
2020-06-03newline-as-prefix; no final newline in output.Ben Burdette
2020-06-03Missing `#include <cassert>` in `lru-cache.hh` (#3654)John Ericson
2020-06-02remove extra space in SysErrorsBen Burdette
2020-06-02elide the 'ErrorInfo' in logError and logWarning callsBen Burdette
2020-06-02Merge pull request #3639 from obsidiansystems/do-fixme-store-removesEelco Dolstra
2020-06-02Merge branch 'lru-tests' of https://github.com/gilligan/nixEelco Dolstra
2020-06-02src/libutil/tests/lru-cache.cc: Check erase()Eelco Dolstra
2020-06-02Merge pull request #3642 from knl/improve-ref-validity-checking-in-fetchgitEelco Dolstra
2020-05-31Add tests for lru-cache.hhTobias Pflug
2020-05-30Ensure we restrict refspec interpretation while fetchingNikola Knezevic
2020-05-30Improve ref validity checking in fetchGitNikola Knezevic
2020-05-29Remove addToStore variant as requested by `FIXME`John Ericson
2020-05-29Merge remote-tracking branch 'upstream/master' into errors-phase-2Ben Burdette
2020-05-28Merge pull request #3631 from andir/libutil-config-testsEelco Dolstra
2020-05-28Merge pull request #3455 from Ericson2314/enum-FileIngestionMethodEelco Dolstra
2020-05-28Merge pull request #3632 from LnL7/darwin-xzEelco Dolstra
2020-05-27Use `FileIngestionMethod` for `nix hash`John Ericson
2020-05-27installer: don't require xz on darwinDaiderd Jordan
2020-05-27Rename some variables named “recursive” to “method”Matthew Bauer
2020-05-27Don’t use FileIngestionMethod for StorePathsCommandMatthew Bauer
2020-05-27config.hh: Add documentationAndreas Rammhold
2020-05-27tests/config.cc: add tests for Config::applyConfigAndreas Rammhold
2020-05-27config.cc: extract parts of applyConfigFile into applyConfigAndreas Rammhold
2020-05-27Add unit tests for config.ccAndreas Rammhold
2020-05-27Merge pull request #3608 from surajbarkale/patch-1Eelco Dolstra
2020-05-27Merge pull request #3621 from gilligan/add-json-testsEelco Dolstra
2020-05-27Merge pull request #3625 from gilligan/xml-writer-testsEelco Dolstra
2020-05-27Merge pull request #3620 from gilligan/hash-testsEelco Dolstra
2020-05-26Change remaining bools with FileIngestionMethodCarlo Nucera
2020-05-26Merge remote-tracking branch 'origin/master' into enum-FileIngestionMethodCarlo Nucera
2020-05-26installer: fix unused variableDomen Kožar
2020-05-26Fix installer script bugsDomen Kožar
2020-05-25Add unit tests for xml-writerTobias Pflug
2020-05-25Merge pull request #3375 from domenkozar/multi-user-countDomen Kožar
2020-05-25Merge pull request #3623 from domenkozar/installer-pass-nix-confDomen Kožar
2020-05-25Allow passing extra nix.conf to installerDomen Kožar
2020-05-25install-multi-user: allow overriding user countDomen Kožar
2020-05-25Add unit tests for "json.hh"Tobias Pflug
2020-05-25Add unit tests for hashing functionsTobias Pflug
2020-05-23Merge pull request #3611 from nomeata/joachim/nix-env-manDomen Kožar
2020-05-23Merge pull request #3610 from LnL7/hydra-build-productsDomen Kožar
2020-05-23Manpages: Do not refer to nixpkgs-channelsJoachim Breitner
2020-05-23fix hydra build productsDaiderd Jordan
2020-05-23Merge pull request #3212 from LnL7/darwin-10.15-installDomen Kožar
2020-05-23scripts/create-darwin-volume.sh: remove unused variableDomen Kožar
2020-05-22Merge pull request #3606 from tweag/unquoted-urlsEelco Dolstra
2020-05-22Use /etc/zshenv instead of /etc/zshrc for profileSuraj Barkale