index
:
lix
main
User &
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
2022-06-21
Forbid the tilde expansion in pure eval mode
Théophane Hufschmitt
2022-06-20
Merge pull request #6676 from virusdave/dnicponski/scratch/swap_homedir_check...
Théophane Hufschmitt
2022-06-17
Verify `$HOME` is owned by current user in `getHome()`, if it exists.
Dave Nicponski
2022-06-16
Merge pull request #6620 from maralorn/fix-print-missing
Théophane Hufschmitt
2022-06-13
flake.cc: Make non-flake overrides sticky
Alexander Bantyev
2022-06-13
Merge pull request #6619 from Jonpez2/patch-1
Eelco Dolstra
2022-06-13
Merge pull request #6027 from Ma27/pure-repl
Eelco Dolstra
2022-06-13
Merge pull request #6634 from lovesegfault/fix-getgrouplist
Eelco Dolstra
2022-06-13
Merge pull request #6648 from andersk/missing-rethrow
Eelco Dolstra
2022-06-13
Merge pull request #6651 from ncfavier/nix-build-stop-logger
Théophane Hufschmitt
2022-06-11
fix sourcehut brach/tag resolving regression
Gabriel Fontes
2022-06-11
nix-build: stop logger when appropriate
Naïm Favier
2022-06-10
Add missing rethrows in conditional exception handlers
Anders Kaseorg
2022-06-10
Mention that -f implies --impure for eval in docs
Yuriy Taraday
2022-06-10
Merge pull request #6643 from ncfavier/fix-git-again
Théophane Hufschmitt
2022-06-10
libfetchers/git: add missing `--git-dir` flags
Naïm Favier
2022-06-09
nix-env: A small std::move() optimization
Sidharth Kshatriya
2022-06-09
nix-store: small std::move() optimization
Sidharth Kshatriya
2022-06-08
fix(libstore/lock): support users that belong to more than 10 groups
Bernardo Meurer
2022-06-08
Fix missing ` in key manual
Lorenzo Manacorda
2022-06-08
Add security.csm to the default ignore list
Jonpez2
2022-06-07
Merge pull request #6618 from afishhh/search-exclude
Eelco Dolstra
2022-06-07
Remove redundant `std::move`s in calls to `hiliteMatches`
Fishhh
2022-06-07
Add `--exclude` flag to `nix search`
Fishhh
2022-06-07
Merge pull request #6602 from cw789/patch-2
Eelco Dolstra
2022-06-06
respect print-missing variable in new-style build command
Malte Brandy
2022-06-05
Fix incorrect comment in `hiliteMatches`
Fishhh
2022-06-03
Merge pull request #6600 from asymmetric/hash-comment
Eelco Dolstra
2022-06-02
Avoid unnecessary string copy
Eelco Dolstra
2022-06-02
Add operator for concatenating strings and string_views
Eelco Dolstra
2022-06-02
Shut up clang warnings
Eelco Dolstra
2022-06-02
Explain exactly what nix-upgrade nix does
Chris Wögi
2022-06-01
Merge branch 'master' into lto
Théophane Hufschmitt
2022-06-01
schema.sql: add comment about hash being in base16
Lorenzo Manacorda
2022-05-31
repl: `--option pure-eval true` actually enables pure eval mode
Maximilian Bosch
2022-05-31
Merge pull request #6582 from NixOS/debug-fetchgit-sigsev
Eelco Dolstra
2022-05-30
Merge pull request #6590 from edolstra/fix-noexcept
Eelco Dolstra
2022-05-30
RemoteStore::queryRealisationUncached(): Fix potential noexcept violation
Eelco Dolstra
2022-05-30
HttpBinaryCacheStore::getFile(): Don't throw an exception
Eelco Dolstra
2022-05-30
Respect the outputSpecified attribute
Eelco Dolstra
2022-05-27
Fix a segfault in the git fetcher
Théophane Hufschmitt
2022-05-27
Style fix
Eelco Dolstra
2022-05-26
src/libutil/json.cc: add missing <cstdint> include for gcc-13
Sergei Trofimovich
2022-05-26
Merge pull request #6576 from hercules-ci/daemon-increase-socket-backlog
Eelco Dolstra
2022-05-26
Remove pre-C++11 hackiness
Eelco Dolstra
2022-05-26
createUnixDomainSocket: listen(unix, 5 -> 100)
Robert Hensing
2022-05-26
Merge pull request #6570 from edolstra/eof-in-string
Eelco Dolstra
2022-05-25
remove parens from repl help
Ben Burdette
2022-05-25
Merge branch 'master' into debug-exploratory-PR
Ben Burdette
2022-05-25
back to ref<EvalState> in NixRepl
Ben Burdette
[next]