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
2021-11-17
Fix XDG_CONFIG_DIRS fallback
Jan Tojnar
2021-11-16
Ignore errors unsharing/restoring the mount namespace
Eelco Dolstra
2021-11-08
Merge branch 'fix-writable-shell' of https://github.com/yorickvP/nix
Eelco Dolstra
2021-10-29
Merge branch 'master' of https://github.com/alekswn/nix
Eelco Dolstra
2021-10-28
Merge remote-tracking branch 'origin/master' into non-blocking-gc
Eelco Dolstra
2021-10-27
Style
Eelco Dolstra
2021-10-26
parseExperimentalFeature(): Initialize atomically
Eelco Dolstra
2021-10-26
Make experimental-features a proper type
regnat
2021-10-17
Fix error detection in 'base64Decode()'
Alexey Novikov
2021-10-15
Restore parent mount namespace in restoreProcessContext
Yorick van Pelt
2021-10-14
Make the canReachRoots() traversal non-recursive
Eelco Dolstra
2021-10-13
fix build with gcc11
kvtb
2021-10-13
strcpy -> memcpy
Eelco Dolstra
2021-10-13
Use a thread per connection
Eelco Dolstra
2021-10-13
Non-blocking garbage collector
Eelco Dolstra
2021-10-13
Style tweaks
Eelco Dolstra
2021-10-12
Add compression level for NARs
Tom Bereknyei
2021-10-06
Don't reset the logger in a vfork
Eelco Dolstra
2021-10-05
Show failing PID
Eelco Dolstra
2021-10-05
Typo
Eelco Dolstra
2021-10-05
Connect/bind Unix domain sockets in a child process
Eelco Dolstra
2021-10-02
fix creation of NAR files >4GB on 32-bit platforms
kvtb
2021-09-27
Fix 'error: reading a line: Input/output error' in startBuilder()
Eelco Dolstra
2021-09-22
Make setDefault() typed
Eelco Dolstra
2021-09-14
Add "nix profile rollback" command
Eelco Dolstra
2021-09-14
Merge pull request #5245 from edolstra/warnings
Eelco Dolstra
2021-09-14
Merge pull request #5240 from edolstra/builtin-help
Eelco Dolstra
2021-09-14
Change warnings from yellow to magenta
Eelco Dolstra
2021-09-14
ANSI_YELLOW -> ANSI_WARNING
Eelco Dolstra
2021-09-14
Fix macOS build
Eelco Dolstra
2021-09-14
Fix clang warning
Eelco Dolstra
2021-09-13
RunOptions: Use designated initializers
Eelco Dolstra
2021-09-13
nix --help: Display help using lowdown instead of man
Eelco Dolstra
2021-09-08
Add missing include in util.cc
Naïm Favier
2021-08-30
TarArchive: Small refactoring
Eelco Dolstra
2021-08-30
Don't segfault if archive_entry_pathname() returns null
Eelco Dolstra
2021-08-30
Merge pull request #5175 from Pamplemousse/make
Eelco Dolstra
2021-08-29
Force all Pos* to be non-null
Robert Hensing
2021-08-25
Don't overwrite user provided `lib*_LDFLAGS`
Pamplemousse
2021-08-22
Replace invalid characters in json logger
Yaroslav Bolyukin
2021-08-10
15f4d4f follow up
Pamplemousse
2021-07-30
libutil: initialize the base64 decode array only once
Andreas Rammhold
2021-07-24
libutil: use uniform initialization in _deletePath
Alyssa Ross
2021-07-20
deletePath(): Return ENFILE instead of EBADF when out of file descriptors
Eelco Dolstra
2021-07-15
Forward the whole Nix config to the post-build-hook
regnat
2021-07-09
ref: Add equality operators
Eelco Dolstra
2021-07-03
Merge pull request #4967 from Pamplemousse/specific_errors
Domen Kožar
2021-07-02
Add $NO_COLOR check to ANSI escape conditions
Yestin L. Harrison
2021-07-01
Respect TERM=dumb more consistently
Yestin L. Harrison
2021-07-01
Prefer to throw specific errors
Pamplemousse
[next]