about summary refs log tree commit diff
path: root/src/libstore (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-11-14 nix ls-{nar,store}: Don't abort on missing filesEelco Dolstra1-1/+1
2017-11-14 nix ls-{nar,store} --json: Respect -REelco Dolstra3-5/+12
2017-11-14 nix ls-{store,nar}: Add --json flagEelco Dolstra3-34/+38
2017-11-08 Remove extraneous commentEelco Dolstra1-3/+0
2017-11-08 Merge pull request #1650 from copumpkin/darwin-sandbox-unix-socketEelco Dolstra1-1/+8
2017-11-06 Merge pull request #1632 from AmineChikhaoui/sigint-copyEelco Dolstra1-1/+9
2017-11-03 Merge pull request #1651 from LnL7/darwin-sandbox-getpwuidEelco Dolstra1-0/+3
2017-11-03 Allow getpwuid in the darwin sandbox.Daiderd Jordan1-0/+3
2017-11-03 Don't freak out if we get a 403 from S3Daniel Peebles1-2/+2
2017-11-01 Add fetchMercurial primopEelco Dolstra1-1/+1
2017-10-31 Always allow builds to use unix domain sockets in Darwin sandboxDan Peebles1-1/+8
2017-10-30 Merge pull request #1646 from copumpkin/optional-sandbox-local-networkEelco Dolstra2-5/+33
2017-10-30 Allow optional localhost network access to sandboxed derivationsDan Peebles2-5/+33
2017-10-30 Add option allowed-urisEelco Dolstra1-1/+3
2017-10-30 enable-http2 -> http2Eelco Dolstra1-1/+1
2017-10-30 fetchurl/fetchTarball: Respect name changesEelco Dolstra1-1/+3
2017-10-25 respect SIGINT in nix copy during the paths queries #1629AmineChikhaoui1-0/+1
2017-10-25 Merge branch 'master' of github.com:NixOS/nix into sigint-copyAmineChikhaoui1-2/+2
2017-10-25 Fix building on clangEelco Dolstra1-2/+2
2017-10-25 attempt to fix #1630: make the queries of store paths run in parallel using a...AmineChikhaoui1-1/+8
2017-10-25 exportReferencesGraph: Allow exporting a list of store pathsEelco Dolstra1-14/+22
2017-10-25 Fix exportReferencesGraph in the structured attrs caseEelco Dolstra1-69/+68
2017-10-25 Pass lists/attrsets to bash as (associative) arraysEelco Dolstra1-3/+93
2017-10-24 Allow shorter syntax for chroot storesEelco Dolstra2-4/+12
2017-10-24 More progress indicator improvementsEelco Dolstra1-13/+9
2017-10-24 More progress indicator improvementsEelco Dolstra2-6/+14
2017-10-24 Progress indicator: Show on what machine we're buildingEelco Dolstra1-3/+7
2017-10-24 Handle log messages from build-remoteEelco Dolstra1-114/+22
2017-10-24 nix: Respect -I, --arg, --argstrEelco Dolstra1-3/+3
2017-10-24 Remove the remote-builds optionEelco Dolstra3-6/+7
2017-10-24 Remove the builder-files optionEelco Dolstra3-16/+21
2017-10-23 Pass all settings to build-remoteEelco Dolstra1-10/+18
2017-10-23 Turn $NIX_REMOTE into a configuration optionEelco Dolstra2-2/+7
2017-10-20 Merge pull request #1616 from copumpkin/separate-darwin-sandboxEelco Dolstra2-13/+11
2017-10-19 Revert "Let's not populate the NAR cache from hydra-queue-runner for now"Eelco Dolstra1-2/+2
2017-10-18 Let's not populate the NAR cache from hydra-queue-runner for nowEelco Dolstra1-2/+2
2017-10-18 Errors writing to the NAR cache should not be fatalEelco Dolstra1-1/+5
2017-10-18 Suppress "copying 0 paths" messageEelco Dolstra1-0/+2
2017-10-17 Shift Darwin sandbox to separate installed filesDan Peebles2-13/+11
2017-10-17 BinaryCacheStore::addToStore(): Add NARs to the local cacheEelco Dolstra3-10/+26
2017-10-17 BinaryCacheStore: Support local caching of NARsEelco Dolstra4-5/+25
2017-10-17 Remove BinaryCacheStoreAccessorEelco Dolstra2-61/+4
2017-10-12 Add option to disable the seccomp filterEelco Dolstra2-0/+8
2017-10-02 Reverse retry logic to retry in all but a few casesDan Peebles1-20/+37
2017-09-18 Don't remove Content-Encoding in fetchurl / nix-prefetch-urlEelco Dolstra3-1/+4
2017-09-14 RemoteStore: Add option to drop old connections from the poolEelco Dolstra2-1/+21
2017-09-14 Show the pid of temporary rootsEelco Dolstra2-11/+16
2017-09-14 nix-store -q --roots / --gc --print-roots: Print temporary / in-memory rootsEelco Dolstra2-22/+41
2017-09-08 LegacySSHStore: Include signatures etc.Eelco Dolstra2-1/+8
2017-09-08 copyStorePath(): Fill in missing narHash regardless of checkSigsEelco Dolstra1-5/+1