index
:
lix
main
User &
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libstore
Age
Commit message (
Expand
)
Author
2020-04-14
Merge remote-tracking branch 'origin/master' into flakes
Eelco Dolstra
2020-04-10
Fix nix-build --check -K in sandbox w/o root
Bruce Toll
2020-04-10
Merge pull request #2689 from tollb/fix/delete_tmp_dir_when_build_check_ok
Domen Kožar
2020-04-09
Delete temporary directory on successful build
Bruce Toll
2020-04-09
gc.cc: Ignore hidden files in temproots
Philipp Middendorf
2020-04-09
Merge remote-tracking branch 'origin/master' into flakes
Eelco Dolstra
2020-04-08
datatransfer.{cc,hh} -> filetransfer.{cc,hh}
Nikola Knezevic
2020-04-08
DataTransfer -> FileTransfer
Nikola Knezevic
2020-04-08
Add upload method
Nikola Knezevic
2020-04-08
actDownload -> actDataTransfer
Nikola Knezevic
2020-04-08
DownloadError -> DataTransferError
Nikola Knezevic
2020-04-08
DownloadItem -> TransferItem
Nikola Knezevic
2020-04-08
{get,make,new}Downloader -> DataTransfer
Nikola Knezevic
2020-04-08
enqueueDownload -> enqueueDataTransfer
Nikola Knezevic
2020-04-08
DownloadResult -> DataTransferResult
Nikola Knezevic
2020-04-08
DownloadSettings -> DataTransferSettings
Nikola Knezevic
2020-04-08
Rename src/lib/download.* to src/lib/datatransfer.*
Nikola Knezevic
2020-04-08
DownloadRequest -> DataTransferRequest
Nikola Knezevic
2020-04-08
build.cc: improve message if home directory exists
Domen Kožar
2020-04-08
Downloader: Only write data to the sink on a 200 response
Eelco Dolstra
2020-04-07
Merge remote-tracking branch 'origin/master' into flakes
Eelco Dolstra
2020-04-07
Cleanup
Eelco Dolstra
2020-04-07
Backport libfetchers from the flakes branch
Eelco Dolstra
2020-04-05
Don't retry on "unsupported protocol" error
Cole Helbling
2020-04-01
Merge remote-tracking branch 'origin/master' into flakes
Eelco Dolstra
2020-03-31
fix placeholder not substituted in passAsFile
mlatus
2020-03-30
Makefile cleanup
Eelco Dolstra
2020-03-30
Remove global -I flags
Eelco Dolstra
2020-03-30
Remove global -I flags
Eelco Dolstra
2020-03-30
Move fetchers from libstore to libfetchers
Eelco Dolstra
2020-03-30
Fix segfault
Eelco Dolstra
2020-03-28
nix flake info: Show flake subdirectory
Eelco Dolstra
2020-03-24
Misc changes from the flakes branch
Eelco Dolstra
2020-03-24
nix path-info --json: Print hash in SRI format
Eelco Dolstra
2020-03-24
buildenv: Eliminate global variables, other cleanup
Eelco Dolstra
2020-03-24
Add function for quoting strings
Eelco Dolstra
2020-03-24
Use std::string_view
Eelco Dolstra
2020-03-23
Merge remote-tracking branch 'origin/master' into flakes
Eelco Dolstra
2020-03-23
Merge pull request #3429 from LnL7/darwin-sandbox
Eelco Dolstra
2020-03-20
sandbox: fix /bin/sh on catalina
Daiderd Jordan
2020-03-20
sandbox: allow pty devices
Daiderd Jordan
2020-03-20
libstore: relax default sandbox-paths on darwin
Daiderd Jordan
2020-03-20
libstore: disable resolve-system-dependencies hook
Daiderd Jordan
2020-03-19
Register flake-registry.json as a GC root again
Eelco Dolstra
2020-03-19
downloadFile(): Use expired file if the download fails
Eelco Dolstra
2020-03-18
Get rid of downloadCached()
Eelco Dolstra
2020-03-18
tarball.cc: Use ETags
Eelco Dolstra
2020-03-18
tarball / github fetchers: Use generic caching system
Eelco Dolstra
2020-03-17
Git: Use unified caching system
Eelco Dolstra
2020-03-17
Require shallow clones to be requested explicitly
Eelco Dolstra
[next]