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
2024-10-15
treewide: consistently mark overridden settings as such
Alois Wohlschlager
2024-10-01
Split ignoreException to avoid suppressing CTRL-C
Robert Hensing
2024-09-25
main: log stack traces for std::terminate
Jade Lovelace
2024-08-28
tree-wide: shuffle headers around for about 30s compile time
Jade Lovelace
2024-08-10
fix: check if it is a Real terminal, not just if it is a terminal
Jade Lovelace
2024-07-20
libutil: remove warnOnce macro
eldritch horrors
2024-07-02
Revert "Revert "bump the extra --version info from info to notice, -vv -> -v""
Qyriad
2024-07-01
tree-wide: unify progress bar inactive and paused states
Alois Wohlschlager
2024-06-23
libutil: return Pid from startProcess, not pid_t
eldritch horrors
2024-06-23
libutil: give Pid proper resource semantics
eldritch horrors
2024-06-23
libutil: make Pid -> pid_t operations explicit
eldritch horrors
2024-05-29
util.hh: Delete remaining file and clean up headers
Tom Hubrecht
2024-05-29
util.{hh,cc}: Split out current-process.{hh,cc}
Tom Hubrecht
2024-05-26
Revert "bump the extra --version info from info to notice, -vv -> -v"
Qyriad
2024-05-13
libutil: remove the interrupt-blocking code
Alois Wohlschlager
2024-05-10
bump the extra --version info from info to notice, -vv -> -v
Qyriad
2024-03-25
libmain: version printer uses `Lix` instead of `Nix`
Raito Bezarius
2024-03-22
build: optionally build and install with meson
Qyriad
2024-03-11
util.hh: split out signals stuff
Jade Lovelace
2024-03-09
`:quit` in the debugger should quit the whole program
eldritch horrors
2024-03-09
libexpr: Support structured error classes
eldritch horrors
2024-03-04
Merge pull request #8887 from obsidiansystems/bsd-cross-ci
John Ericson
2023-04-07
Move initLibUtil() from initNix to initLibStore
Robert Hensing
2023-04-07
libmain: Clarify the lack of initLibExpr()
Robert Hensing
2023-04-07
Move macOS TMPDIR hack from initNix to initLibStore
Robert Hensing
2023-04-07
Move preloadNSS() from initNix to initLibStore
Robert Hensing
2023-04-07
Move sodium_init() to initLibStore()
Robert Hensing
2023-04-07
Move initLibStore() immediately after initLibUtil()
Robert Hensing
2023-04-07
Move loadConfFile() to initLibStore
Robert Hensing
2023-04-07
Move OpenSSL init to initLibUtil
Robert Hensing
2023-03-07
Merge pull request #7889 from sidkshatriya/sorted-fetch-paths
Théophane Hufschmitt
2023-03-03
Print the store paths to be fetched sorted by StorePath name() and not baseName
Sidharth Kshatriya
2023-03-02
Remove FormatOrString and remaining uses of format()
Eelco Dolstra
2023-01-19
Revert "Revert "Merge pull request #6204 from layus/coerce-string""
Guillaume Maudoux
2023-01-18
Revert "Merge pull request #6204 from layus/coerce-string"
Robert Hensing
2023-01-03
nix --version: Print the data directory
Eelco Dolstra
2023-01-02
Put the --show-trace hint in the logical place
Eelco Dolstra
2022-12-24
libstore: Make sure that initNix has been called
Robert Hensing
2022-10-28
Move savedArgv into libmain
Jean-François Roche
2022-09-13
RunPager: Stop the progress bar
Eelco Dolstra
2022-09-06
Remove some signals
Matthew Bauer
2022-09-03
Add more signals
Matthew Bauer
2022-09-03
Disable SA_RESTART for some signals on macOS
Matthew Bauer
2022-04-19
Avoid `fmt` when constructor already does it
John Ericson
2022-03-03
Factor out a `GcStore` interface
John Ericson
2022-03-02
Remove stray debug line
Eelco Dolstra
2022-02-25
Remove std::string alias (for real this time)
Eelco Dolstra
2021-12-13
Respect /etc/hosts
Eelco Dolstra
2021-12-06
RunPager: restore stdout upon pager exit
Alexander Bantyev
2021-10-16
preloadNSS: document the preload mechanism
Arthur Gautier
[next]