aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-04-25nix-env: refactor uninstallDerivationsLinus Heckemann
2020-04-22Don't include error.hh in util.hh to prevent header bloatEelco Dolstra
2020-04-22Don't install error-demoEelco Dolstra
2020-04-22Merge branch 'error-format' of https://github.com/bburdette/nixEelco Dolstra
2020-04-22Path fetcher: Fix store path nameEelco Dolstra
2020-04-22Merge pull request #3522 from HackerFoo/replace-select-with-pollEelco Dolstra
2020-04-21Replace select() with poll() to allow waiting on more than FD_SETSIZE fdsDustin DeWeese
2020-04-18Merge pull request #3502 from NixOS/more-posDomen Kožar
2020-04-16iomanip no longer neededBen Burdette
2020-04-16Use Logger::stdout()Eelco Dolstra
2020-04-16Logger: Add method for writing to stdoutEelco Dolstra
2020-04-16Use RootValueEelco Dolstra
2020-04-16switch to structs, which don't need public:Ben Burdette
2020-04-16JSONSax: Use a RootValueEelco Dolstra
2020-04-16ValueMap, VectorVector: Use traceable_allocatorEelco Dolstra
2020-04-16Add function to allocate a Value in traceable memoryEelco Dolstra
2020-04-16fetchMercurial: Use inputFromAttrs()Eelco Dolstra
2020-04-16pass Pos to forceValue to improve infinite recursion errorDomen Kožar
2020-04-15move implementation to ccBen Burdette
2020-04-15Merge branch 'initializer-style' into error-formatBen Burdette
2020-04-15Merge pull request #3492 from andir/nix-build-gc-freeEelco Dolstra
2020-04-15Merge pull request #3458 from zimbatm/nix-user-conf-dirEelco Dolstra
2020-04-14add NIX_USER_CONF_FILESzimbatm
2020-04-13SourceExprCommand: allocate the vSourceExpr via uncollectable memoryAndreas Rammhold
2020-04-12Merge pull request #3488 from LnL7/darwin-tmpdirEelco Dolstra
2020-04-12never use /var/folders for TMPDIR on darwinDaiderd Jordan
2020-04-11Merge pull request #2688 from tollb/fix/build_check_keep_failed_sandbox_permsDomen Kožar
2020-04-11Merge pull request #3447 from DavHau/improve-tofile-error-msgDomen Kožar
2020-04-11improve toFile error message when containing potential drv pathDavHau
2020-04-10Add test case for temporary directories on darwinBruce Toll
2020-04-10Fix nix-build --check -K in sandbox w/o rootBruce Toll
2020-04-10Update release scriptEelco Dolstra
2020-04-10Merge pull request #2689 from tollb/fix/delete_tmp_dir_when_build_check_okDomen Kožar
2020-04-09Delete temporary directory on successful buildBruce Toll
2020-04-09Merge pull request #3482 from pmiddend/ignore-hidden-files-in-temprootsEelco Dolstra
2020-04-09gc.cc: Ignore hidden files in temprootsPhilipp Middendorf
2020-04-09README: add github actions badgeDomen Kožar
2020-04-09remote .travis.yml as we migrated to github actionsDomen Kožar
2020-04-09Attach pos to if expression errorsDomen Kožar
2020-04-09Merge pull request #3476 from knl/rename-download-to-filetransferDomen Kožar
2020-04-08after flake rebaseNikola Knezevic
2020-04-08datatransfer.{cc,hh} -> filetransfer.{cc,hh}Nikola Knezevic
2020-04-08DataTransfer -> FileTransferNikola Knezevic
2020-04-08Add upload methodNikola Knezevic
2020-04-08actDownload -> actDataTransferNikola Knezevic
2020-04-08DownloadError -> DataTransferErrorNikola Knezevic
2020-04-08DownloadItem -> TransferItemNikola Knezevic
2020-04-08{get,make,new}Downloader -> DataTransferNikola Knezevic
2020-04-08enqueueDownload -> enqueueDataTransferNikola Knezevic
2020-04-08DownloadResult -> DataTransferResultNikola Knezevic