index
:
lix
main
User &
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
nix-prefetch-url
Age
Commit message (
Expand
)
Author
2020-07-13
Merge branch 'hash-always-has-type' into better-ca-parse-errors
John Ericson
2020-07-13
Merge remote-tracking branch 'upstream/master' into hash-always-has-type
John Ericson
2020-07-10
Factor out commonality between nix-prefetch-url and nix-store --add-fixed
Eelco Dolstra
2020-07-10
nix-prefetch-url: Run in constant memory when using RemoteStore
Eelco Dolstra
2020-07-01
Rename two hash constructors to proper functions
Carlo Nucera
2020-06-19
WIP: Make Hash always store a valid hash type
John Ericson
2020-06-18
Revert the `enum struct` change
John Ericson
2020-06-18
Merge branch 'enum-class' into no-hash-type-unknown
John Ericson
2020-06-18
Merge remote-tracking branch 'upstream/master' into enum-class
John Ericson
2020-06-11
Merge remote-tracking branch 'upstream/master' into errors-phase-2
Ben Burdette
2020-06-08
Move progress-bar.cc to libmain
regnat
2020-06-02
Remove `HashType::Unknown`
John Ericson
2020-05-29
Merge remote-tracking branch 'upstream/master' into errors-phase-2
Ben Burdette
2020-05-28
Merge branch 'master' of github.com:NixOS/nix into enum-class
Carlo Nucera
2020-05-26
Merge remote-tracking branch 'origin/master' into enum-FileIngestionMethod
Carlo Nucera
2020-05-11
Merge branch 'master' into errors-phase-2
Ben Burdette
2020-04-21
remove 'format' from Error constructor calls
Ben Burdette
2020-04-08
datatransfer.{cc,hh} -> filetransfer.{cc,hh}
Nikola Knezevic
2020-04-08
DataTransfer -> FileTransfer
Nikola Knezevic
2020-04-08
{get,make,new}Downloader -> DataTransfer
Nikola Knezevic
2020-04-08
Rename src/lib/download.* to src/lib/datatransfer.*
Nikola Knezevic
2020-04-08
DownloadRequest -> DataTransferRequest
Nikola Knezevic
2020-03-30
Merge remote-tracking branch 'upstream/master' into enum-FileIngestionMethod
John Ericson
2020-03-30
Remove global -I flags
Eelco Dolstra
2020-03-29
Replace some `bool recursive` with a new `FileIngestionMethod` enum
John Ericson
2020-03-29
Use `enum struct` and drop prefixes
John Ericson
2020-03-24
findAlongAttrPath(): Return position
Eelco Dolstra
2020-01-05
build: fix sandboxing on darwin
Daiderd Jordan
2019-12-19
Merge branch 'libarchive' of https://github.com/yorickvP/nix
Eelco Dolstra
2019-12-10
Make the Store API more type-safe
Eelco Dolstra
2019-12-07
libarchive proof of concept
Yorick van Pelt
2019-11-26
Drop remaining uses of external "tar"
Eelco Dolstra
2018-11-09
nix-prefetch-url: Stop progress bar before printing results
Eelco Dolstra
2018-10-26
nix-prefetch-url: progressbar
Will Dietz
2018-10-26
Merge all nix-* binaries into nix
Eelco Dolstra
2018-07-12
nix-prefetch-url: Download file in constant memory
Eelco Dolstra
2018-06-12
Move EvalState from the stack to the heap
Eelco Dolstra
2018-02-08
Add plugins to make Nix more extensible.
Shea Levy
2017-10-24
nix: Respect -I, --arg, --argstr
Eelco Dolstra
2017-09-18
Don't remove Content-Encoding in fetchurl / nix-prefetch-url
Eelco Dolstra
2017-07-30
Replace Unicode quotes in user-facing strings by ASCII
Jörg Thalheim
2017-07-04
Support base-64 hashes
Eelco Dolstra
2017-03-15
runProgram(): Distinguish between empty input and no input
Eelco Dolstra
2016-11-26
Revert "Get rid of unicode quotes (#1140)"
Eelco Dolstra
2016-11-25
Get rid of unicode quotes (#1140)
Guillaume Maudoux
2016-09-21
printMsg(lvlError, ...) -> printError(...) etc.
Eelco Dolstra
2016-09-14
Enable HTTP/2 support
Eelco Dolstra
2016-07-26
makeFixedOutputPath(): Drop superfluous HashType argument
Eelco Dolstra
2016-06-01
Make the store directory a member variable of Store
Eelco Dolstra
2016-04-15
BinaryCacheStore::readFile(): Return a shared_ptr to a string
Eelco Dolstra
[next]