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-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
2021-05-26
Recursively substitute the realisations
regnat
2021-05-19
Extract a generic `computeClosure` function
regnat
2021-05-18
Fix extra slash in canonPath output
Matthew Bauer
2021-04-22
Remove makeDecompressionSource()
Eelco Dolstra
2021-04-22
libutil: allow decompression with none/empty method
Luke Granger-Brown
2021-04-20
Fix brotli compression of files > 128 KiB
Eelco Dolstra
2021-04-15
Merge pull request #4679 from ony/feature/one-pass-canon-path
Eelco Dolstra
2021-04-15
Drop libbz2 / zlib / lzma dependency + style fixes
Eelco Dolstra
2021-04-15
Merge branch 'libarchive-decompress' of https://github.com/serokell/nix
Eelco Dolstra
2021-04-07
Restore stack size in child processes
Eelco Dolstra
2021-04-07
restoreSignals() + restoreAffinity() -> restoreProcessContext()
Eelco Dolstra
2021-04-07
PathSubstitutionGoal: Clean up pipe
Eelco Dolstra
2021-03-31
canonPath in one pass
Mykola Orliuk
2021-03-26
Fix some typos
Eelco Dolstra
2021-03-16
Fix Nix to properly work with stores using a scoped IPv6 address
Maximilian Bosch
2021-03-10
Use libarchive for all compression
Yorick van Pelt
2021-02-26
nix flake update: Recreate the lock file
Eelco Dolstra
2021-02-26
Merge pull request #4530 from alyssais/kill
Eelco Dolstra
2021-02-24
Respect command registrations in plugins.
Shea Levy
2021-02-24
Initialize plugins after handling initial command line flags
Shea Levy
2021-02-22
Add x86_64 compute levels as additional system types
Daniël de Kok
2021-02-07
Support --no-net for backwards compatibility
Eelco Dolstra
2021-02-07
libutil: EPERM from kill(-1, ...) is fine
Alyssa Ross
2021-02-05
Move the GENERATE_CMP macro to its own file
regnat
[next]