depot
this commit
canon
subtree-staging
monorepo for the virus lounge
The Virus Lounge
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libstore
Age
Commit message (
Expand
)
Author
Files
Lines
2019-07-13
Merge pull request #2975 from matthewbauer/fix-nsswitch-issue
Eelco Dolstra
1
-1
/
+7
2019-07-10
Resume NAR downloads
Eelco Dolstra
1
-7
/
+28
2019-07-10
HttpBinaryCacheStore: Use default number of retries for NARs
Eelco Dolstra
1
-1
/
+0
2019-07-10
Downloader: Use warn()
Eelco Dolstra
1
-3
/
+3
2019-07-10
Revert "Fix 'error 9 while decompressing xz file'"
Eelco Dolstra
5
-122
/
+125
2019-07-02
Merge pull request #2779 from LnL7/build-exit-codes
Eelco Dolstra
2
-4
/
+37
2019-07-02
Merge pull request #2974 from grahamc/invalid-name
Eelco Dolstra
1
-3
/
+10
2019-07-02
checkStoreName: give more precise/verbose error information
Graham Christensen
1
-3
/
+10
2019-07-02
build: replace 100 offset for build exit codes
Daiderd Jordan
1
-5
/
+19
2019-07-02
build: use binary mask for build status flags
Daiderd Jordan
1
-1
/
+9
2019-07-02
build: add exit code for hash and check mismatches
Daiderd Jordan
2
-4
/
+15
2019-06-28
Fix `http2 = false` having no effect. Fixes #2971.
Aniket Deshpande
1
-0
/
+2
2019-06-27
Don’t use entire /etc/nsswitch.conf file
Matthew Bauer
1
-1
/
+7
2019-06-25
nix-channel: Don't fetch binary-cache-url
Eelco Dolstra
1
-2
/
+1
2019-06-24
Fix 32-bit overflow with --no-net
Eelco Dolstra
1
-1
/
+1
2019-06-24
Refactor downloadCached() interface
Eelco Dolstra
2
-27
/
+37
2019-06-24
Add '--no-net' convenience flag
Eelco Dolstra
4
-20
/
+24
2019-06-24
Fix 'error 9 while decompressing xz file'
Eelco Dolstra
5
-125
/
+122
2019-06-24
Downloader: Propagate exceptions from decompressionSink->finish()
Eelco Dolstra
1
-2
/
+7
2019-06-24
CachedDownloadResult: Include store path
Eelco Dolstra
2
-0
/
+5
2019-06-24
downloadCached: Return ETag
Eelco Dolstra
2
-6
/
+23
2019-06-17
Another attempt at getting pseudoterminals to work on macOS
Eelco Dolstra
1
-0
/
+3
2019-06-16
Hopefully fix macOS tests
Eelco Dolstra
1
-4
/
+6
2019-06-16
Set $TERM
Eelco Dolstra
1
-0
/
+3
2019-06-16
Run builds in a pseudo-terminal
Eelco Dolstra
1
-8
/
+46
2019-06-01
Fix segfault in builtin fetchurl with hashed mirrors + SRI hashes
Eelco Dolstra
1
-1
/
+2
2019-05-13
Merge pull request #2802 from LnL7/fix-needs-hashrewrite
Eelco Dolstra
1
-12
/
+16
2019-05-12
build: make needsHashRewrite a method
Daiderd Jordan
1
-12
/
+16
2019-05-12
handleDiffHook: stop passing allowVfork
Graham Christensen
1
-3
/
+1
2019-05-12
runProgram: support gid, uid, chdir
Graham Christensen
1
-20
/
+16
2019-05-12
chdir, setgroups
Graham Christensen
1
-0
/
+4
2019-05-12
diff hook: execute as the build user, and pass the temp dir
Graham Christensen
1
-12
/
+29
2019-05-12
build: run diff-hook under --check and document diff-hook
Graham Christensen
1
-12
/
+18
2019-05-12
build: move needsHashRewrite initialization to startBuilder
Daiderd Jordan
1
-7
/
+7
2019-05-08
Merge pull request #2790 from samueldr/fix/minor-comment-NIX_ROOT_FINDER
Eelco Dolstra
1
-4
/
+3
2019-05-03
Fix "Bad system call" running i686-linux binaries on x86_64-linux
Eelco Dolstra
1
-4
/
+4
2019-04-30
findRootsNoTemp: fixes comment about findRuntimeRoots
Samuel Dionne-Riel
1
-4
/
+3
2019-04-17
build: only skip hash rewriting for sandboxing on linux
Daiderd Jordan
1
-2
/
+18
2019-04-01
primeCache(): Barf if builds are needed but not allowed
Eelco Dolstra
1
-0
/
+6
2019-04-01
getMachines(): Cache result
Eelco Dolstra
1
-4
/
+5
2019-03-25
store-api.hh: add missing include for unordered_map
Will Dietz
1
-0
/
+1
2019-03-15
Add a 5 seconds of timeouts to connect to S3.
Chaker Benhamed
1
-0
/
+1
2019-03-14
pkg-config files: Use c++17
Eelco Dolstra
1
-1
/
+1
2019-03-14
experimental/optional -> optional
Eelco Dolstra
4
-12
/
+12
2019-03-14
findRoots(): Add 'censor' parameter
Eelco Dolstra
5
-20
/
+28
2019-03-14
findRuntimeRoots: Simplify/fix handling of /proc files
Eelco Dolstra
2
-15
/
+14
2019-03-10
Unify internal findRootsXxx() api
Guillaume Maudoux
2
-24
/
+15
2019-03-10
Make roots a map of store paths to pinning links
Guillaume Maudoux
3
-23
/
+20
2019-03-10
Obfuscate memory roots for non-root users
Guillaume Maudoux
1
-7
/
+7
2019-03-10
detail memory roots
Guillaume Maudoux
2
-31
/
+32
[next]