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-08-16
nix copy: Improve progress indicator
Eelco Dolstra
2
-2
/
+16
2017-08-16
nix copy: Revive progress bar
Eelco Dolstra
3
-0
/
+28
2017-08-09
Use /proc/self/fd to efficiently close all FDs on Linux
Eelco Dolstra
2
-4
/
+18
2017-08-03
Include missing <cstdlib> for abort()
Brian McKenna
1
-0
/
+1
2017-07-31
Merge branch 'macOS' of https://github.com/davidak/nix
Eelco Dolstra
1
-1
/
+1
2017-07-30
Replace Unicode quotes in user-facing strings by ASCII
Jörg Thalheim
9
-57
/
+57
2017-07-30
replace "Mac OS X" with "macOS"
davidak
1
-1
/
+1
2017-07-28
nix-prefetch-url: Fix regression in hash printing
Eelco Dolstra
1
-1
/
+1
2017-07-26
nix search: Add a cache
Eelco Dolstra
2
-11
/
+23
2017-07-20
Add "nix search" command
Eelco Dolstra
2
-2
/
+3
2017-07-14
nix: Show help when no arguments are given
Eelco Dolstra
2
-3
/
+4
2017-07-11
replaceSymlink(): Handle the case where the temporary file already exists
Eelco Dolstra
1
-4
/
+13
2017-07-10
Merge pull request #1422 from nh2/fix-potential-hash-comparison-crash
Eelco Dolstra
1
-0
/
+2
2017-07-04
Support base-64 hashes
Eelco Dolstra
2
-123
/
+113
2017-07-03
processGraph(): Call getEdges in parallel
Eelco Dolstra
1
-28
/
+47
2017-06-24
Fix potential crash/wrong result two hashes of unequal length are compared
Niklas Hambüchen
1
-0
/
+2
2017-06-12
Suppress spurious "killing process N: Operation not permitted" on macOS
Eelco Dolstra
1
-2
/
+9
2017-06-07
Don't show flags from config settings in "nix --help"
Eelco Dolstra
4
-43
/
+101
2017-06-07
nix: Add --help-config flag
Eelco Dolstra
2
-2
/
+10
2017-06-07
nix: Make all options available as flags
Eelco Dolstra
2
-0
/
+31
2017-05-29
Fix build failure on Debian/Ubuntu
Eelco Dolstra
2
-2
/
+1
2017-05-16
Improve progress indicator
Eelco Dolstra
4
-33
/
+75
2017-05-15
Make fmt() non-recursive
Eelco Dolstra
2
-12
/
+7
2017-05-05
Figure out the user's home directory if $HOME is not set
Eelco Dolstra
3
-17
/
+79
2017-05-03
Fix build on gcc 4.9
Eelco Dolstra
2
-3
/
+6
2017-05-01
Minor cleanup
Eelco Dolstra
1
-2
/
+2
2017-04-28
Hopefully fix the Darwin build
Eelco Dolstra
1
-0
/
+1
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
[next]