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-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
2021-01-27
Remove mkFlag()
Eelco Dolstra
2021-01-25
Group common options
Eelco Dolstra
2021-01-25
Group subcommands by category
Eelco Dolstra
2021-01-25
Make '--help' do the same as 'help' (i.e. show a manpage)
Eelco Dolstra
2021-01-25
Merge pull request #4467 from edolstra/error-formatting
Eelco Dolstra
2021-01-22
Add FIXME
Eelco Dolstra
2021-01-21
Change error position formatting
Eelco Dolstra
2021-01-21
Remove trailing whitespace
Eelco Dolstra
2021-01-21
Improve error formatting
Eelco Dolstra
2021-01-18
Merge branch 'slashes-in-github-branches' of https://github.com/Ma27/nix
Eelco Dolstra
2021-01-15
Merge pull request #4240 from bburdette/2259-error-message
Domen Kožar
2021-01-08
Fix tests
Eelco Dolstra
2021-01-08
Support binary unit prefixes in command line arguments
Eelco Dolstra
2021-01-08
string2Int(): Return std::optional
Eelco Dolstra
2021-01-08
Remove unused mkFlag1
Eelco Dolstra
2021-01-08
Remove mkFlag integer specialisation
Eelco Dolstra
2021-01-08
Remove mkIntFlag
Eelco Dolstra
2020-12-23
Merge pull request #4336 from NixOS/manpages
Eelco Dolstra
2020-12-23
Command: Remove examples()
Eelco Dolstra
2020-12-22
Fix tests
Eelco Dolstra
2020-12-22
Don't log from inside the logger
Eelco Dolstra
2020-12-21
Move doc() to Args
Eelco Dolstra
2020-12-10
Add lvlNotice log level
Eelco Dolstra
2020-12-09
libstore/openStore: fix stores with IPv6 addresses
Maximilian Bosch
2020-12-03
Add deprecated aliases for renamed commands
Eelco Dolstra
2020-12-02
Add forgotten `override` annotation
regnat
2020-12-02
read(): Use char * instead of unsigned char *
Eelco Dolstra
2020-12-02
Sink: Use std::string_view
Eelco Dolstra
2020-12-02
writeFull/writeFile: Use std::string_view
Eelco Dolstra
[next]