index
:
lix
main
User &
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
2023-03-10
Merge pull request #8015 from tweag/progress-during-nix-copy
Théophane Hufschmitt
2023-03-09
Make findRuntimeRoots() more resilient to disappearing processes
Eelco Dolstra
2023-03-09
Fix another uninitialized variable
Eelco Dolstra
2023-03-09
Display progress when running copyPaths (nix copy)
Alexander Bantyev
2023-03-08
Revert "Disable GC during coroutine execution + test"
Théophane Hufschmitt
2023-03-08
Fix uninitialized readFromStdIn variable
Eelco Dolstra
2023-03-08
Merge pull request #7994 from edolstra/fix-ca-crash
Eelco Dolstra
2023-03-08
Merge pull request #7993 from tweag/fix-profile-gc
Eelco Dolstra
2023-03-08
Fix crash/hang with CA derivations
Eelco Dolstra
2023-03-08
Merge pull request #7725 from yorickvP/check-coro-gc
Théophane Hufschmitt
2023-03-07
Fix `nix-collect-garbage -d` with the new profile location
Théophane Hufschmitt
2023-03-07
Merge pull request #7889 from sidkshatriya/sorted-fetch-paths
Théophane Hufschmitt
2023-03-06
Merge pull request #7958 from amesgen/issue-7955
Eelco Dolstra
2023-03-06
Merge pull request #7975 from fricklerhandwerk/fix-fetchgit
Eelco Dolstra
2023-03-06
output paths of store derivations are now addressed explicitly
Valentin Gagarin
2023-03-05
remove indentation in `fetchGit` attribute listing
Valentin Gagarin
2023-03-05
clarify definition of "installable"
Valentin Gagarin
2023-03-05
make descriptions of each installable type an own subsection
Valentin Gagarin
2023-03-04
InstallableFlake: Apply nix config in `getCursors`
amesgen
2023-03-03
Print the store paths to be fetched sorted by StorePath name() and not baseName
Sidharth Kshatriya
2023-03-03
Merge pull request #7918 from zimbatm/fix-empty-nix-store-env
Eelco Dolstra
2023-03-03
Add talkative msg for coro gc debug
Yorick van Pelt
2023-03-03
fixup: use same style as getEnv
zimbatm
2023-03-03
fixup: remove warning entirely
zimbatm
2023-03-03
Merge pull request #7942 from edolstra/remove-format
Eelco Dolstra
2023-03-03
Merge pull request #7605 from tweag/comments
Valentin Gagarin
2023-03-02
Merge branch 'master' into paths-from-stdin
Théophane Hufschmitt
2023-03-02
Merge pull request #7940 from tweag/fix-http-errors-encoding
Eelco Dolstra
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
Get rid of some unchecked calls to std::cout
Eelco Dolstra
2023-03-02
Log the decompressed body in case of http errors
Théophane Hufschmitt
2023-03-02
Logger::cout: Use fmt()
Eelco Dolstra
2023-03-02
nix store cat: Use writeFull()
Eelco Dolstra
2023-03-02
Logger::writeToStdout(): Use writeFull()
Eelco Dolstra
2023-03-02
Merge pull request #7924 from mkenigs/valid
Eelco Dolstra
2023-03-01
Treat empty env var paths as unset
Félix Baylac Jacqué
2023-03-01
Merge pull request #7932 from obsidiansystems/remove-sameMachine
Théophane Hufschmitt
2023-03-01
Merge pull request #7854 from aameen-tulip/patch-1
Valentin Gagarin
2023-03-01
Remove dead code `RemoteStore::sameMachine`
John Ericson
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
2023-03-01
tests/coro-gc: refactor and split into 3 tests
Yorick van Pelt
2023-03-01
Disable GC inside coroutines on mac OS
Yorick van Pelt
2023-03-01
tests/coro-gc: create test for boehm stack patch
Yorick van Pelt
2023-03-01
Merge pull request #7788 from bobvanderlinden/pr-improve-nix-profile-install-...
Valentin Gagarin
2023-03-01
nix-profile: add FIXME about using C++20 std::ranges
Bob van der Linden
2023-02-28
Always set valid in path-info --json output
Matthew Kenigsberg
2023-02-28
Get rid of `.drv` special-casing for store path installables
John Ericson
2023-02-28
nix-store: read paths from standard input
Timothy DeHerrera
[next]