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
/
libutil
Age
Commit message (
Expand
)
Author
Files
Lines
2017-04-28
Fix hash computation when importing NARs greater than 4 GiB
Eelco Dolstra
1
-1
/
+1
2017-04-26
Add Store nesting to fix import-from-derivation within filterSource
Shea Levy
1
-0
/
+16
2017-04-25
nix repl: Use $XDG_DATA_HOME for the readline history
Eelco Dolstra
2
-0
/
+15
2017-04-21
add helper function to set 'interruptThrown'
David McFarland
2
-2
/
+7
2017-04-20
Improve nix show-config --json
Eelco Dolstra
4
-38
/
+62
2017-04-20
Setting: Remove "Tag" template argument
Eelco Dolstra
2
-50
/
+51
2017-04-20
Read per-user settings from ~/.config/nix/nix.conf
Eelco Dolstra
4
-5
/
+35
2017-04-14
Fix 32-bit build
Eelco Dolstra
1
-1
/
+3
2017-04-13
Convert Settings to the new config system
Eelco Dolstra
2
-26
/
+100
2017-04-13
Support arbitrary numeric types for settings
Eelco Dolstra
1
-4
/
+17
2017-04-13
Validate Boolean settings better
Eelco Dolstra
1
-1
/
+6
2017-04-13
Add a Config class to simplify adding configuration settings
Eelco Dolstra
3
-0
/
+265
2017-04-13
canonPath(): Check against empty paths
Eelco Dolstra
1
-0
/
+2
2017-04-13
Add warn function
Eelco Dolstra
2
-1
/
+16
2017-04-13
Initialise logger
Eelco Dolstra
1
-1
/
+1
2017-04-06
Fix bogus "unexpected Nix daemon error: interrupted by the user"
Eelco Dolstra
1
-2
/
+2
2017-04-06
nix-daemon: Disable path info cache
Eelco Dolstra
2
-3
/
+6
2017-03-22
Fix xz decompression
Eelco Dolstra
1
-4
/
+1
2017-03-21
LocalFSStore::getBuildLog(): Handle corrupted logs
Eelco Dolstra
2
-12
/
+14
2017-03-21
Don't hang in decompression if bzip2 data ends prematurely
Eelco Dolstra
1
-0
/
+6
2017-03-21
Move istringstream_nocopy to a separate file
Eelco Dolstra
3
-89
/
+93
2017-03-20
Merge branch 'darwin-s3-binary-cache-store' of https://github.com/shlevy/nix
Eelco Dolstra
2
-1
/
+88
2017-03-16
Remove "killing process <pid>" messages
Eelco Dolstra
2
-4
/
+3
2017-03-15
runProgram(): Distinguish between empty input and no input
Eelco Dolstra
3
-12
/
+27
2017-03-15
S3BinaryCacheStore: Support compression of narinfo and log files
Eelco Dolstra
1
-0
/
+31
2017-03-15
Fix assertion failure on SIGINT
Eelco Dolstra
1
-2
/
+0
2017-03-15
Fix deadlock in runProgram() when input is larger than the pipe buffer size
Eelco Dolstra
1
-3
/
+9
2017-03-15
Add support for brotli compression
Eelco Dolstra
2
-0
/
+9
2017-03-08
Add missing header <sstream>
Adrien Devresse
1
-0
/
+1
2017-03-06
istringstream_nocopy: Implement in a standards-compliant way.
Shea Levy
2
-1
/
+88
2017-03-06
Revert fa125b9b28bea25a4eeb4d39a71a481563127cb9
Eelco Dolstra
1
-6
/
+0
2017-03-03
Pool: Don't hang if creating a connection fails
Eelco Dolstra
1
-0
/
+1
2017-03-03
Improve SSH handling
Eelco Dolstra
1
-1
/
+6
2017-03-01
TeeSink: Pre-reserve string space
Eelco Dolstra
1
-0
/
+13
2017-03-01
RemoteStore::addToStore(): Send NAR rather than string containing NAR
Eelco Dolstra
1
-4
/
+5
2017-03-01
readString(): Read directly into std::string
Eelco Dolstra
1
-3
/
+3
2017-03-01
Handle importing NARs containing files greater than 4 GiB
Eelco Dolstra
2
-44
/
+53
2017-02-16
Support netrc in <nix/fetchurl.nix>
Eelco Dolstra
2
-3
/
+3
2017-02-14
Add support for s3:// URIs
Eelco Dolstra
1
-0
/
+1
2017-02-08
Include config.h implicitly with '-include config.h' in CFLAGS
Tuomas Tynkkynen
4
-7
/
+0
2017-02-07
Move SavingSourceAdapter to serialise.hh
Eelco Dolstra
1
-0
/
+15
2017-02-01
Restore default signal handling in child processes
Eelco Dolstra
2
-14
/
+17
2017-01-26
Fix interrupt handling
Eelco Dolstra
3
-14
/
+33
2017-01-24
Work around a bug in clang and older versions of gcc
Eelco Dolstra
1
-1
/
+1
2017-01-19
Merge pull request #981 from shlevy/build-remote-c++
Eelco Dolstra
1
-0
/
+3
2017-01-19
Kill builds when we get EOF on the log FD
Eelco Dolstra
2
-28
/
+16
2017-01-19
Cleanup
Eelco Dolstra
1
-5
/
+4
2017-01-17
Handle SIGINT etc. via a sigwait() signal handler thread
Eelco Dolstra
2
-5
/
+82
2017-01-16
AutoCloseDir: Use std::unique_ptr
Eelco Dolstra
2
-53
/
+8
2017-01-16
AutoDeleteArray -> std::unique_ptr
Eelco Dolstra
3
-20
/
+7
[prev]
[next]