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
/
libmain
/
shared.cc
Age
Commit message (
Expand
)
Author
Files
Lines
2018-03-21
shared.cc: style: prefer "nullptr" over '(char *)NULL'
Will Dietz
1
-5
/
+5
2018-03-20
execl: cast NULL sentinel to (char *), per man page and compiler warning
Will Dietz
1
-5
/
+5
2018-02-15
Set backup MANPATH in case man path isn’t set correctly.
Matthew Bauer
1
-0
/
+1
2018-01-16
Make show-trace a config setting
Eelco Dolstra
1
-3
/
+0
2017-11-14
anchor nix::Exit exception
Will Dietz
1
-0
/
+1
2017-10-24
Add --store argument to legacy commands
Eelco Dolstra
1
-0
/
+6
2017-10-24
nix: Respect -I, --arg, --argstr
Eelco Dolstra
1
-55
/
+61
2017-10-24
Remove the remote-builds option
Eelco Dolstra
1
-3
/
+0
2017-09-01
Fix verbosity level for nix build --dry-run
Eelco Dolstra
1
-12
/
+12
2017-08-31
Rename a few configuration options
Eelco Dolstra
1
-4
/
+4
2017-07-30
Replace Unicode quotes in user-facing strings by ASCII
Jörg Thalheim
1
-8
/
+8
2017-07-26
nix-build/nix-shell: Eliminate call to nix-instantiate / nix-store
Eelco Dolstra
1
-1
/
+8
2017-06-12
On macOS, don't use /var/folders for TMPDIR
Eelco Dolstra
1
-0
/
+8
2017-04-21
add helper function to set 'interruptThrown'
David McFarland
1
-1
/
+1
2017-04-14
Minor cleanup
Eelco Dolstra
1
-1
/
+1
2017-04-13
Convert Settings to the new config system
Eelco Dolstra
1
-7
/
+3
2017-04-13
Initialise logger
Eelco Dolstra
1
-2
/
+0
2017-03-16
Remove "killing process <pid>" messages
Eelco Dolstra
1
-5
/
+1
2017-02-28
Support auto-configuration of build-max-jobs
Eelco Dolstra
1
-1
/
+4
2017-02-16
Move netrcFile to Settings
Eelco Dolstra
1
-1
/
+0
2017-02-08
Include config.h implicitly with '-include config.h' in CFLAGS
Tuomas Tynkkynen
1
-2
/
+0
2017-02-01
Restore default signal handling in child processes
Eelco Dolstra
1
-19
/
+10
2017-01-26
Fix interrupt handling
Eelco Dolstra
1
-0
/
+9
2017-01-19
Kill builds when we get EOF on the log FD
Eelco Dolstra
1
-1
/
+1
2017-01-17
Handle SIGINT etc. via a sigwait() signal handler thread
Eelco Dolstra
1
-17
/
+3
2016-11-26
Revert "Get rid of unicode quotes (#1140)"
Eelco Dolstra
1
-8
/
+8
2016-11-25
Get rid of unicode quotes (#1140)
Guillaume Maudoux
1
-8
/
+8
2016-09-21
printMsg(lvlError, ...) -> printError(...) etc.
Eelco Dolstra
1
-11
/
+11
2016-08-10
Remove $NIX_DB_DIR
Eelco Dolstra
1
-1
/
+0
2016-07-11
Modernize AutoCloseFD
Shea Levy
1
-2
/
+2
2016-04-25
Show the log tail when a build fails
Eelco Dolstra
1
-1
/
+1
2016-04-25
Remove --print-build-trace
Eelco Dolstra
1
-3
/
+0
2016-04-25
Improved logging abstraction
Eelco Dolstra
1
-2
/
+1
2016-03-29
Improve SIGINT handling in multi-threaded programs
Eelco Dolstra
1
-9
/
+2
2016-03-29
Re-enable sync_with_stdio
Eelco Dolstra
1
-3
/
+0
2016-02-25
Merge branch 'master' into new-cli
Eelco Dolstra
1
-4
/
+21
2016-02-23
Pool<T>: Allow a maximum pool size
Eelco Dolstra
1
-0
/
+1
2016-02-22
Make OpenSSL usage thread-safe
Eelco Dolstra
1
-4
/
+20
2016-02-09
New command line parsing infrastructure
Eelco Dolstra
1
-77
/
+71
2016-02-04
StoreAPI -> Store
Eelco Dolstra
1
-2
/
+2
2016-02-04
Eliminate the "store" global variable
Eelco Dolstra
1
-5
/
+4
2016-01-28
printMissing(): Propagate store argument
Eelco Dolstra
1
-3
/
+3
2015-07-23
--version: Print some config info
Eelco Dolstra
1
-0
/
+14
2015-07-20
Support systemd log severity prefixes
Eelco Dolstra
1
-0
/
+4
2015-05-21
nix-collect-garbage: Call collectGarbage() internally
Eelco Dolstra
1
-0
/
+15
2015-01-02
Allow $NIX_PAGER to override $PAGER
Eelco Dolstra
1
-4
/
+5
2014-12-14
Pedantry
Eelco Dolstra
1
-1
/
+1
2014-12-14
Merge branch 'cygwin-master' of https://github.com/ternaris/nix
Eelco Dolstra
1
-0
/
+1
2014-12-12
Don't abort if we get a signal while waiting for the pager
Eelco Dolstra
1
-4
/
+8
2014-12-10
Provide default pagers
Eelco Dolstra
1
-3
/
+8
[next]