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
2022-01-12
Merge pull request #5887 from pennae/avoid-streams
Théophane Hufschmitt
2022-01-12
use boost::lexical_cast for string2*
pennae
2022-01-11
Merge pull request #5898 from layus/repair-path-links
Eelco Dolstra
2022-01-11
Make --repair-path also repair corrupt optimised links
Guillaume Maudoux
2022-01-07
dump(): Use emplace()
Eelco Dolstra
2022-01-07
isInDir() / isDirOrInDir(): Use std::string_view
Eelco Dolstra
2022-01-07
avoid ostream sentries per json string character
pennae
2021-12-28
BaseError::calcWhat: take loggerSettings.showTrace into account
Alexander Bantyev
2021-12-22
Merge pull request #5821 from edolstra/remove-affinity
Eelco Dolstra
2021-12-22
Don't insert spaces when completing attribute paths
Naïm Favier
2021-12-22
Remove CPU locking
Eelco Dolstra
2021-12-16
Ignore EPERM when unsharing FS state
Eelco Dolstra
2021-12-14
Merge pull request #5702 from baloo/baloo/hide-non-reproducible-settings
Théophane Hufschmitt
2021-12-10
extract_archive: fix "Hard-link target '...'" error
Yorick van Pelt
2021-12-10
extract_archive: use copy_pathname instead of set_pathname.
Yorick van Pelt
2021-12-09
Merge pull request #5695 from obsidiansystems/tidy-logging
Eelco Dolstra
2021-12-01
src/libutil/util.hh: fix build on gcc-11
Sergei Trofimovich
2021-12-01
reproducibility: hide non-reproducible settings from manual
Arthur Gautier
2021-11-30
Tidy up the logging
John Ericson
2021-11-29
createTempFile(): Mark file as CLOEEXEC
Eelco Dolstra
2021-11-24
Fix a minor data race with _isInterrupted
Alex Shabalin
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
[next]