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-01
WIP more progress
John Ericson
2020-06-01
WIP
Carlo Nucera
2020-06-01
Create new file-hash files
Carlo Nucera
2020-06-01
Merge branch 'derivation-header-include-order' of github.com:Ericson2314/nix ...
Carlo Nucera
2020-06-01
Merge branch 'no-stringly-typed-derivation-output' of github.com:Ericson2314/...
Carlo Nucera
2020-05-28
Fixing the result of merge
Carlo Nucera
2020-05-28
Merge branch 'master' of github.com:NixOS/nix into enum-class
Carlo Nucera
2020-05-28
Merge remote-tracking branch 'me/more-rust-ffi' into no-stringly-typed-deriva...
John Ericson
2020-05-28
Merge remote-tracking branch 'upstream/master' into more-rust-ffi
John Ericson
2020-05-27
Rename some variables named “recursive” to “method”
Matthew Bauer
2020-05-26
Merge remote-tracking branch 'john-ericson/enum-FileIngestionMethod' into no-...
Carlo Nucera
2020-05-26
Merge remote-tracking branch 'origin/master' into more-rust-ffi
Carlo Nucera
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
[next]