aboutsummaryrefslogtreecommitdiff
path: root/src/libmain
AgeCommit message (Expand)Author
2021-11-08Unshare mount namespace in main()Eelco Dolstra
2021-10-16preloadNSS: document the preload mechanismArthur Gautier
2021-10-15fixup macos buildArthur Gautier
2021-10-15preloadNSS: warn if unable to open nss backendArthur Gautier
2021-10-15preloadNSS: detect glibcArthur Gautier
2021-10-15preloadNSS: Drop the dns query workaroundArthur Gautier
2021-09-09Merge pull request #5224 from baloo/baloo/5089/force-nss_dns-loadEelco Dolstra
2021-09-08preloadNSS: load NSS before threads are startedArthur Gautier
2021-08-30Merge pull request #5175 from Pamplemousse/makeEelco Dolstra
2021-08-25Don't overwrite user provided `lib*_LDFLAGS`Pamplemousse
2021-08-13Install pkg-config files in the correct locationPiotr Szubiakowski
2021-07-25Fix --no-gc-warningNaïm Favier
2021-07-01Respect TERM=dumb more consistentlyYestin L. Harrison
2021-04-07restoreSignals() + restoreAffinity() -> restoreProcessContext()Eelco Dolstra
2021-04-05buildable.{cc,hh} -> derived-path.{cc,hh}John Ericson
2021-04-05Rename BuildableJohn Ericson
2021-04-05Use `BuildableReq` for `buildPaths` and `ensurePath`John Ericson
2021-03-19ProgressBar: Respect verbosity levelEelco Dolstra
2021-02-24Initialize plugins after handling initial command line flagsShea Levy
2021-01-27Remove mkFlag()Eelco Dolstra
2021-01-25Group common optionsEelco Dolstra
2021-01-13Convert option descriptions to MarkdownEelco Dolstra
2021-01-08Support binary unit prefixes in command line argumentsEelco Dolstra
2021-01-08string2Int(): Return std::optionalEelco Dolstra
2021-01-08Remove mkFlag integer specialisationEelco Dolstra
2021-01-06Make sodium a required dependencyEelco Dolstra
2021-01-06Move sodium_init() callEelco Dolstra
2020-11-26Ask for confirmation before allowing flake Nix configuration settingsEelco Dolstra
2020-10-29Fix assertion failure in tab completion for --optionEelco Dolstra
2020-10-28Capitalize JSON for consistencyMatthew Kenigsberg
2020-10-09Add a description in the completion outputsregnat
2020-10-06Factor out common showBytes()Eelco Dolstra
2020-09-26libmain/progress-bar: don't trim whitespace on the leftMaximilian Bosch
2020-08-19Change option descriptions to MarkdownEelco Dolstra
2020-08-17Merge remote-tracking branch 'origin/master' into markdownEelco Dolstra
2020-08-10Always reset ANSI colors in progress-bar lineMaximilian Bosch
2020-07-31Merge remote-tracking branch 'origin/master' into markdownEelco Dolstra
2020-07-30unsigned long long -> uint64_tEelco Dolstra
2020-07-24printVersion(): Show system typesEelco Dolstra
2020-07-06Merge remote-tracking branch 'origin/master' into flakesEelco Dolstra
2020-07-02move showTrace to new loggerSettingsBen Burdette
2020-06-30comments and cleanupBen Burdette
2020-06-29showTrace flag in loggersBen Burdette
2020-06-29Fix bash completionEelco Dolstra
2020-06-26Merge remote-tracking branch 'origin/master' into flakesEelco Dolstra
2020-06-25showTrace flag for ErrorInfo; showTrace test.Ben Burdette
2020-06-24re-enable --show-trace checkBen Burdette
2020-06-19addErrorTraceBen Burdette
2020-06-17Mention number of derivations to be build/fetched in outputJoe Hermaszewski
2020-06-17Merge remote-tracking branch 'origin/master' into flakesEelco Dolstra