index
:
lix
main
User &
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libutil
Age
Commit message (
Expand
)
Author
2023-04-11
Nitpicks
Eelco Dolstra
2023-04-06
Describe active experimental features in the contributing guide
John Ericson
2023-04-06
Link the new general documentation on xp features on the setting
John Ericson
2023-04-06
Fix typo in `no-url-literals` experimental feature docs
Noah Snelson
2023-04-06
Expand documentation for `experimental-features`
Noah Snelson
2023-04-04
Assemble experimental feature docs outside of Nix itself
John Ericson
2023-04-04
Merge remote-tracking branch 'upstream/master' into list-experimental-features
John Ericson
2023-04-04
Apply suggestions from code review
John Ericson
2023-04-03
Merge pull request #8157 from hercules-ci/switch-bugs
Théophane Hufschmitt
2023-04-03
Enable -Werror=switch-enum
Robert Hensing
2023-04-03
Add explicit case statements where -Wswitch-enum would report them
Robert Hensing
2023-04-03
Fix systemd logging for lvlNotice: eqv to lvlInfo, not lvlVomit
Robert Hensing
2023-04-03
Stuctured command stability
John Ericson
2023-04-02
Add more API docs to `experimental-features.hh`
John Ericson
2023-04-02
Rework a few things with the experimental features list
John Ericson
2023-04-02
Merge remote-tracking branch 'upstream/master' into list-experimental-features
John Ericson
2023-03-31
Ensure all headers have `#pragma once` and are in API docs
John Ericson
2023-03-31
Extend internal API docs, part 2
John Ericson
2023-03-31
Indentation
Eelco Dolstra
2023-03-31
Add CanonPath::makeRelative()
Eelco Dolstra
2023-03-31
Merge pull request #8018 from tweag/ssh-password-prompt
Théophane Hufschmitt
2023-03-29
Allow `@` in git refs
figsoda
2023-03-29
avoid a string copy in printHash16
Vaci Koblizek
2023-03-29
return string_view from printHashType rather than string
Vaci Koblizek
2023-03-28
Avoid a string copy during Hash::to_string
Vaci Koblizek
2023-03-27
Documentation: list experimental features in manual
Noah Snelson
2023-03-27
Merge pull request #7609 from obsidiansystems/hide-experimental-settings
John Ericson
2023-03-23
error.cc: Only suggest show-trace when truncated trace items would be printed
Robert Hensing
2023-03-22
Logger, ProgressBar: add a way to pause/resume
Alexander Bantyev
2023-03-20
Cleanup
Eelco Dolstra
2023-03-20
Open slave pseudoterminal before CLONE_NEWUSER
Eelco Dolstra
2023-03-20
Fix handling of experimental features mid-parse
John Ericson
2023-03-20
Mark experimental features on settings
John Ericson
2023-03-20
Move enabled experimental feature to libutil struct
John Ericson
2023-03-16
Merge pull request #8049 from edolstra/unexpected-eof
Eelco Dolstra
2023-03-15
Make command infra less stateful and more regular
John Ericson
2023-03-14
Simplify commonChildInit()
Eelco Dolstra
2023-03-13
Fix macOS warning
Eelco Dolstra
2023-03-08
Revert "Disable GC during coroutine execution + test"
Théophane Hufschmitt
2023-03-08
Merge pull request #7725 from yorickvP/check-coro-gc
Théophane Hufschmitt
2023-03-03
Merge pull request #7918 from zimbatm/fix-empty-nix-store-env
Eelco Dolstra
2023-03-03
fixup: use same style as getEnv
zimbatm
2023-03-03
fixup: remove warning entirely
zimbatm
2023-03-02
Update src/libutil/util.cc
Jonas Chevalier
2023-03-02
Remove FormatOrString and remaining uses of format()
Eelco Dolstra
2023-03-02
Logger::cout: Use fmt()
Eelco Dolstra
2023-03-02
Logger::writeToStdout(): Use writeFull()
Eelco Dolstra
2023-03-01
Treat empty env var paths as unset
Félix Baylac Jacqué
2023-03-01
Always disable GC in a coroutine unless the patch is applied
Yorick van Pelt
2023-03-01
DisableGC: replace by CoroutineContext, std::shared_ptr<void>
Yorick van Pelt
[next]