index
:
lix
main
User &
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libmain
/
shared.cc
Age
Commit message (
Expand
)
Author
2020-07-30
unsigned long long -> uint64_t
Eelco Dolstra
2020-07-02
move showTrace to new loggerSettings
Ben Burdette
2020-06-30
comments and cleanup
Ben Burdette
2020-06-29
showTrace flag in loggers
Ben Burdette
2020-06-25
showTrace flag for ErrorInfo; showTrace test.
Ben Burdette
2020-06-24
re-enable --show-trace check
Ben Burdette
2020-06-19
addErrorTrace
Ben Burdette
2020-06-17
Mention number of derivations to be build/fetched in output
Joe Hermaszewski
2020-06-15
Include only the base name of the program in error messages
Eelco Dolstra
2020-06-11
Merge remote-tracking branch 'upstream/master' into errors-phase-2
Ben Burdette
2020-06-08
Unify the printing of the logs between bar-with-logs and raw
regnat
2020-05-11
Merge branch 'master' into errors-phase-2
Ben Burdette
2020-05-04
Flag: Use designated initializers
Eelco Dolstra
2020-05-04
separate msgs instead of appending to what()
Ben Burdette
2020-05-03
convert some printError calls to logError
Ben Burdette
2020-04-24
all things error to error.hh
Ben Burdette
2020-04-21
remove 'format' from Error constructor calls
Ben Burdette
2020-04-15
Merge pull request #3458 from zimbatm/nix-user-conf-dir
Eelco Dolstra
2020-04-14
add NIX_USER_CONF_FILES
zimbatm
2020-04-12
never use /var/folders for TMPDIR on darwin
Daiderd Jordan
2019-12-10
Make the Store API more type-safe
Eelco Dolstra
2019-11-26
Fix macOS build
Eelco Dolstra
2019-09-04
Disable OpenSSL lock callback on OpenSSL >= 1.1.1
Eelco Dolstra
2019-08-28
Merge pull request #2921 from matthewbauer/handle-sigwinch
Eelco Dolstra
2019-06-15
nix: Support -j flag
Eelco Dolstra
2019-06-05
Just enable hack on macOS
Matthew Bauer
2019-06-05
Handle SIGWINCH in main thread
Matthew Bauer
2018-05-30
Modularize config settings
Eelco Dolstra
2018-03-21
shared.cc: style: prefer "nullptr" over '(char *)NULL'
Will Dietz
2018-03-20
execl: cast NULL sentinel to (char *), per man page and compiler warning
Will Dietz
2018-02-15
Set backup MANPATH in case man path isn’t set correctly.
Matthew Bauer
2018-01-16
Make show-trace a config setting
Eelco Dolstra
2017-11-14
anchor nix::Exit exception
Will Dietz
2017-10-24
Add --store argument to legacy commands
Eelco Dolstra
2017-10-24
nix: Respect -I, --arg, --argstr
Eelco Dolstra
2017-10-24
Remove the remote-builds option
Eelco Dolstra
2017-09-01
Fix verbosity level for nix build --dry-run
Eelco Dolstra
2017-08-31
Rename a few configuration options
Eelco Dolstra
2017-07-30
Replace Unicode quotes in user-facing strings by ASCII
Jörg Thalheim
2017-07-26
nix-build/nix-shell: Eliminate call to nix-instantiate / nix-store
Eelco Dolstra
2017-06-12
On macOS, don't use /var/folders for TMPDIR
Eelco Dolstra
2017-04-21
add helper function to set 'interruptThrown'
David McFarland
2017-04-14
Minor cleanup
Eelco Dolstra
2017-04-13
Convert Settings to the new config system
Eelco Dolstra
2017-04-13
Initialise logger
Eelco Dolstra
2017-03-16
Remove "killing process <pid>" messages
Eelco Dolstra
2017-02-28
Support auto-configuration of build-max-jobs
Eelco Dolstra
2017-02-16
Move netrcFile to Settings
Eelco Dolstra
2017-02-08
Include config.h implicitly with '-include config.h' in CFLAGS
Tuomas Tynkkynen
2017-02-01
Restore default signal handling in child processes
Eelco Dolstra
[next]