index
:
lix
main
User &
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libmain
Age
Commit message (
Expand
)
Author
2017-11-14
anchor nix::Exit exception
Will Dietz
2017-11-14
Make config options available to legacy commands
Eelco Dolstra
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
src/libmain/stack.cc: fix 'ucontext' usage on glibc-2.26
Sergei Trofimovich
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-07-14
Shut up a memory leak warning
Eelco Dolstra
2017-06-12
On macOS, don't use /var/folders for TMPDIR
Eelco Dolstra
2017-06-07
Don't show flags from config settings in "nix --help"
Eelco Dolstra
2017-04-24
Factor out --json
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
2017-01-26
Fix interrupt handling
Eelco Dolstra
2017-01-19
Kill builds when we get EOF on the log FD
Eelco Dolstra
2017-01-17
Handle SIGINT etc. via a sigwait() signal handler thread
Eelco Dolstra
2016-11-26
Revert "Get rid of unicode quotes (#1140)"
Eelco Dolstra
2016-11-25
Get rid of unicode quotes (#1140)
Guillaume Maudoux
2016-10-12
Shut up some warnings
Eelco Dolstra
2016-09-21
printMsg(lvlError, ...) -> printError(...) etc.
Eelco Dolstra
2016-08-10
Remove $NIX_DB_DIR
Eelco Dolstra
2016-07-11
Modernize AutoCloseFD
Shea Levy
2016-04-25
Show the log tail when a build fails
Eelco Dolstra
2016-04-25
Remove --print-build-trace
Eelco Dolstra
2016-04-25
Improved logging abstraction
Eelco Dolstra
2016-03-29
Improve SIGINT handling in multi-threaded programs
Eelco Dolstra
2016-03-29
Re-enable sync_with_stdio
Eelco Dolstra
2016-02-25
Merge branch 'master' into new-cli
Eelco Dolstra
2016-02-23
Pool<T>: Allow a maximum pool size
Eelco Dolstra
2016-02-22
Doh
Eelco Dolstra
2016-02-22
Make OpenSSL usage thread-safe
Eelco Dolstra
2016-02-12
Merge pull request #762 from ctheune/ctheune-floats
Eelco Dolstra
2016-02-09
Start of new Nix command-line interface
Eelco Dolstra
2016-02-09
New command line parsing infrastructure
Eelco Dolstra
2016-02-04
StoreAPI -> Store
Eelco Dolstra
2016-02-04
Eliminate the "store" global variable
Eelco Dolstra
2016-01-28
printMissing(): Propagate store argument
Eelco Dolstra
2016-01-06
@eelco's feedback: downgrade to regular float for size, remove unused function.
Christian Theune
2016-01-05
First hit at providing support for floats in the language.
Christian Theune
2015-09-18
Shut up clang warnings
Eelco Dolstra
[next]