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-06-08
Unify the printing of the logs between bar-with-logs and raw
regnat
2020-06-04
Add error message when FileIngestionMethod is out of bounds
Matthew Bauer
2020-05-29
Remove addToStore variant as requested by `FIXME`
John Ericson
2020-05-27
Rename some variables named “recursive” to “method”
Matthew Bauer
2020-05-26
Merge remote-tracking branch 'origin/master' into enum-FileIngestionMethod
Carlo Nucera
2020-05-18
Cleanup
Eelco Dolstra
2020-05-18
Merge branch 'wait-for-builders' of https://github.com/serokell/nix
Eelco Dolstra
2020-05-14
Don't lock a user while doing remote builds
Alexander Bantyev
2020-05-12
Show hint how to enable experimental features
Eelco Dolstra
2020-05-11
Merge pull request #3568 from kolloch/outputHashModeError
Domen Kožar
2020-05-11
Update src/libstore/build.cc
Domen Kožar
2020-05-09
doc: consistently refer to 'fixed-output' with a dash
Benjamin Hipple
2020-05-08
Mention build users in the 'waiting for' message
Alexander Bantyev
2020-05-08
Don't block while waiting for build users
Alexander Bantyev
2020-05-06
Merge pull request #3546 from guibou/nix_readfile_on_0_sized_files
Eelco Dolstra
2020-05-06
libstore/build.cc: more explicit about form of output
Peter Kolloch
2020-05-06
Merge pull request #3562 from pikajude/master
Eelco Dolstra
2020-05-06
Revert "Merge pull request #3558 from LnL7/ssh-ng-stderr"
Eelco Dolstra
2020-05-05
Wait for build users when none are available
Alexander Bantyev
2020-05-04
nix auto-gc: use fragment size
Jude Taylor
2020-05-04
Flag: Use designated initializers
Eelco Dolstra
2020-05-02
remote-store: don't log raw stderr by default
Daiderd Jordan
2020-04-29
Remove the `drain` argument from `readFile`
Guillaume Bouchard
2020-04-29
Only call grantpt on MacOS systems
Antoine Eiche
2020-04-21
Replace select() with poll() to allow waiting on more than FD_SETSIZE fds
Dustin DeWeese
2020-04-15
Merge pull request #3458 from zimbatm/nix-user-conf-dir
Eelco Dolstra
2020-04-14
add NIX_USER_CONF_FILES
zimbatm
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-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
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-03-31
fix placeholder not substituted in passAsFile
mlatus
2020-03-30
Never cast `FileIngestionMethod` to or from boolean
John Ericson
[next]