index
:
lix
main
User &
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libstore
/
local-store.cc
Age
Commit message (
Expand
)
Author
2020-07-24
`queryDerivationOutputMap` no longer assumes all outputs have a mapping
John Ericson
2020-07-21
Update chunkSize to the suggested value
Carlo Nucera
2020-07-20
Merge remote-tracking branch 'upstream/master' into from-dump-stream
John Ericson
2020-07-16
Fix bug in TeeSource
John Ericson
2020-07-16
Merge remote-tracking branch 'origin/flakes'
Eelco Dolstra
2020-07-15
Revert "LocalStore::addToStoreFromDump copy in chunks"
John Ericson
2020-07-15
Get rid of `LocalStore::addToStoreCommon`
John Ericson
2020-07-15
Merge remote-tracking branch 'obsidian/fix-add-to-star-narhash' into from-dum...
John Ericson
2020-07-15
Revert "LocalStore::addToStore(srcPath): Handle the flat case"
Eelco Dolstra
2020-07-14
Rename variable `nar` -> `dump` according to TODO
John Ericson
2020-07-14
Fix localhost::addToStore(...Path...)
John Ericson
2020-07-14
LocalStore::addToStoreFromDump copy in chunks
John Ericson
2020-07-14
Dedup `LocalStore::addToStore*`
John Ericson
2020-07-14
Crudely make `addToStoreFromDump` take `Source` not string
John Ericson
2020-07-14
Merge remote-tracking branch 'origin/master' into flakes
Eelco Dolstra
2020-07-13
Remove 'accessor' from addToStore()
Eelco Dolstra
2020-07-09
LocalStore::addToStore(srcPath): Handle the flat case
Eelco Dolstra
2020-07-08
Cleanup
Eelco Dolstra
2020-07-08
Make LocalStore::addToStore(srcPath) run in constant memory
Eelco Dolstra
2020-07-06
Merge remote-tracking branch 'origin/master' into flakes
Eelco Dolstra
2020-06-26
Merge remote-tracking branch 'origin/master' into flakes
Eelco Dolstra
2020-06-24
Add a way to get all the outputs of a derivation with their label
regnat
2020-06-19
More designated initializers
John Ericson
2020-06-19
Merge remote-tracking branch 'me/no-stringly-typed-derivation-output' into va...
John Ericson
2020-06-18
Merge branch 'validPathInfo-temp' into validPathInfo-ca-proper-datatype
John Ericson
2020-06-18
Merge branch 'no-hash-type-unknown' into validPathInfo-temp
John Ericson
2020-06-18
Revert the `enum struct` change
John Ericson
2020-06-18
Merge branch 'enum-class' into no-hash-type-unknown
John Ericson
2020-06-18
Merge remote-tracking branch 'upstream/master' into enum-class
John Ericson
2020-06-17
Merge remote-tracking branch 'origin/master' into flakes
Eelco Dolstra
2020-06-17
Merge remote-tracking branch 'upstream/master' into no-stringly-typed-derivat...
John Ericson
2020-06-16
Remove StorePath::clone() and related functions
Eelco Dolstra
2020-06-16
StorePath: Rewrite in C++
Eelco Dolstra
2020-06-15
Remove trailing whitespace
Eelco Dolstra
2020-06-15
Merge branch 'errors-phase-2' of https://github.com/bburdette/nix
Eelco Dolstra
2020-06-12
Add Store::readDerivation() convenience function
Eelco Dolstra
2020-06-12
Remove Store::queryDerivationOutputNames()
Eelco Dolstra
2020-06-11
Merge remote-tracking branch 'upstream/master' into errors-phase-2
Ben Burdette
2020-06-04
Fix condition error and make test suite pass
Carlo Nucera
2020-06-04
Flip boolean
John Ericson
2020-06-04
Use some `std::optional::has_value` for clarity
John Ericson
2020-06-03
No C++ designated initializers yet with Clang 7
John Ericson
2020-06-03
Merge remote-tracking branch 'origin/master' into flakes
Eelco Dolstra
2020-06-03
libutils/hash: remove default encoding
zimbatm
2020-06-03
Merge remote-tracking branch 'obsidian/no-hash-type-unknown' into validPathIn...
John Ericson
2020-06-02
Apply suggestions from code review
John Ericson
2020-06-02
Remove `HashType::Unknown`
John Ericson
2020-06-02
Change parseCa(Opt) to parseContentAddress(Opt)
Carlo Nucera
2020-06-02
elide the 'ErrorInfo' in logError and logWarning calls
Ben Burdette
2020-06-02
WIP
John Ericson
[next]