index
:
lix
main
User &
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libstore
Age
Commit message (
Expand
)
Author
2022-02-25
refactor: remove verbose-build from docs
Kevin Amado
2022-02-21
Remove std::string alias
Eelco Dolstra
2022-02-21
Remove std::set alias
Eelco Dolstra
2022-02-21
Remove std::list alias
Eelco Dolstra
2022-02-19
path-info: use full store paths when we have them
Linus Heckemann
2022-02-16
addToStoreFromDump(): Take std::string_view
Eelco Dolstra
2022-02-12
Fix using sandbox without user namespaces
Sebastian Ullrich
2022-02-07
Fix 'basic_string::_M_construct null not valid' in interrupted download
Eelco Dolstra
2022-02-02
Merge branch 'more-stringviews' of https://github.com/pennae/nix
Eelco Dolstra
2022-01-30
fix spelling mistakes reported by Debian's lintian tool
Thomas Koch
2022-01-27
return string_views from forceString*
pennae
2022-01-27
convert a for more utilities to string_view
pennae
2022-01-25
nix store ping: Report Nix daemon version
Eelco Dolstra
2022-01-24
Merge pull request #5875 from hercules-ci/fix-large-drv-field-stack-overflow
Eelco Dolstra
2022-01-21
derivations.cc: Use larger buffer in printString
Robert Hensing
2022-01-21
Merge pull request #5949 from obsidiansystems/old-copyClosure
Eelco Dolstra
2022-01-20
Add back `copyClosure` for plain `StorePath`s
John Ericson
2022-01-19
Replace withBuffer by boost small_vector
Robert Hensing
2022-01-19
withBuffer: avoid allocating a std::function
Robert Hensing
2022-01-19
Add withBuffer
Robert Hensing
2022-01-19
Fix segfault or stack overflow caused by large derivation fields
Robert Hensing
2022-01-19
Fix the build with nlohmann/json 3.10.4+
regnat
2022-01-18
allow modifying lockfile commit msg with nix config option
lincoln auster [they/them]
2022-01-18
BinaryCacheStore: Implement addBuildLog()
Eelco Dolstra
2022-01-18
Add command 'nix store copy-log'
Eelco Dolstra
2022-01-18
Doh
Eelco Dolstra
2022-01-18
Doh
Eelco Dolstra
2022-01-18
Get rid of std::shared_ptr<std::string> and ref<std::string>
Eelco Dolstra
2022-01-17
serialise.hh: Use std::string_view
Eelco Dolstra
2022-01-11
Merge pull request #5898 from layus/repair-path-links
Eelco Dolstra
2022-01-11
Prefer RepairFlag over bool when applicable
Guillaume Maudoux
2022-01-11
Make --repair-path also repair corrupt optimised links
Guillaume Maudoux
2022-01-10
'target' points to 'source'
Eelco Dolstra
2022-01-10
Merge branch 'recursive-nix-fix' of https://github.com/L-as/nix
Eelco Dolstra
2022-01-07
DerivationGoal::loadDerivation(): Don't use derivationFromPath()
Eelco Dolstra
2022-01-06
Merge pull request #5749 from GavinRay97/patch-1
Domen Kožar
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 #5769 from NixOS/ca/get-build-stats
Eelco Dolstra
2021-12-14
Merge pull request #5702 from baloo/baloo/hide-non-reproducible-settings
Théophane Hufschmitt
2021-12-14
Merge pull request #5366 from trofi/speedup-ca-query
Théophane Hufschmitt
2021-12-13
queryMissing(): Use a bigger thread pool
Eelco Dolstra
2021-12-13
Simplify
Eelco Dolstra
2021-12-13
Merge branch 'arm32-personality' of https://github.com/cleverca22/nix
Eelco Dolstra
2021-12-13
More debug info
Eelco Dolstra
2021-12-13
Retry on ECONNREFUSED
Eelco Dolstra
2021-12-13
Explicitly make GC roots client sockets blocking
Eelco Dolstra
2021-12-13
Add a crude tracing mechansim for the build results
regnat
2021-12-13
More properly track the status of CA builds
regnat
2021-12-10
Incorporate suggestions from @edolstra
Gavin Ray
[next]