aboutsummaryrefslogtreecommitdiff
path: root/src/libstore
AgeCommit message (Expand)Author
2020-05-04Flag: Use designated initializersEelco Dolstra
2020-05-02remote-store: don't log raw stderr by defaultDaiderd Jordan
2020-04-29Only call grantpt on MacOS systemsAntoine Eiche
2020-04-21Replace select() with poll() to allow waiting on more than FD_SETSIZE fdsDustin DeWeese
2020-04-15Merge pull request #3458 from zimbatm/nix-user-conf-dirEelco Dolstra
2020-04-14add NIX_USER_CONF_FILESzimbatm
2020-04-10Fix nix-build --check -K in sandbox w/o rootBruce Toll
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-09gc.cc: Ignore hidden files in temprootsPhilipp Middendorf
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
2020-04-08DownloadSettings -> DataTransferSettingsNikola Knezevic
2020-04-08Rename src/lib/download.* to src/lib/datatransfer.*Nikola Knezevic
2020-04-08DownloadRequest -> DataTransferRequestNikola Knezevic
2020-04-08build.cc: improve message if home directory existsDomen Kožar
2020-04-08Downloader: Only write data to the sink on a 200 responseEelco Dolstra
2020-04-07CleanupEelco Dolstra
2020-04-07Backport libfetchers from the flakes branchEelco Dolstra
2020-04-05Don't retry on "unsupported protocol" errorCole Helbling
2020-03-31fix placeholder not substituted in passAsFilemlatus
2020-03-30Remove global -I flagsEelco Dolstra
2020-03-24Misc changes from the flakes branchEelco Dolstra
2020-03-24nix path-info --json: Print hash in SRI formatEelco Dolstra
2020-03-24buildenv: Eliminate global variables, other cleanupEelco Dolstra
2020-03-24Add function for quoting stringsEelco Dolstra
2020-03-24Use std::string_viewEelco Dolstra
2020-03-23Merge pull request #3429 from LnL7/darwin-sandboxEelco Dolstra
2020-03-20sandbox: fix /bin/sh on catalinaDaiderd Jordan
2020-03-20sandbox: allow pty devicesDaiderd Jordan
2020-03-20libstore: relax default sandbox-paths on darwinDaiderd Jordan
2020-03-20libstore: disable resolve-system-dependencies hookDaiderd Jordan
2020-03-13Fix ca-references feature checkEelco Dolstra
2020-03-12pathInfoCache: Respect disk cache TTLs #3398Robert Hensing
2020-03-04nix-build: Fix !<output> handlingEelco Dolstra
2020-03-04Optimise Derivation::unparse()Eelco Dolstra
2020-02-28Fix GC failures on bad store path namesEelco Dolstra
2020-02-19Merge pull request #3353 from tbsmoest/priv_tobias_pr_set_deathsig-1.4Eelco Dolstra
2020-02-18LocalStore::checkDerivationOutputs(): Improve error messageEelco Dolstra
2020-02-14Fix PR_SET_PDEATHSIG results in Broken pipe (#2395)Tobias Möst
2020-02-13Prevent uninitialized StorePath creationEelco Dolstra
2020-02-07Fix segfault in gcc on i686-linuxEelco Dolstra
2020-02-04Merge pull request #3344 from LnL7/ssh-ng-remote-paramsEelco Dolstra