index
:
lix
main
User &
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libstore
/
nar-accessor.cc
Age
Commit message (
Expand
)
Author
2024-10-08
Fix gcc warning -Wmissing-field-initializers
Lulu
2024-09-13
archive: refactor bad mutable-state API in the NAR parse listener
Jade Lovelace
2024-09-11
archive: rename ParseSink to NARParseVisitor
Jade Lovelace
2023-04-03
Add explicit case statements where -Wswitch-enum would report them
Robert Hensing
2022-11-16
Replace src/libutil/json.cc with nlohmann json generation
Yorick van Pelt
2022-09-22
archive: check close errors when extracting nars
squalus
2022-02-25
Remove std::string alias (for real this time)
Eelco Dolstra
2022-01-18
Get rid of std::shared_ptr<std::string> and ref<std::string>
Eelco Dolstra
2020-12-15
Use the fs accessor for readInvalidDerivation
regnat
2020-12-02
read(): Use char * instead of unsigned char *
Eelco Dolstra
2020-12-02
Sink: Use std::string_view
Eelco Dolstra
2020-07-31
Merge remote-tracking branch 'origin/master' into markdown
Eelco Dolstra
2020-07-31
Enable syntax highlighting
Eelco Dolstra
2020-07-30
unsigned long long -> uint64_t
Eelco Dolstra
2020-07-30
receiveContents(): unsigned int -> size_t
Eelco Dolstra
2020-07-13
NarAccessor: Run in constant memory
Eelco Dolstra
2020-04-21
remove 'format' from Error constructor calls
Ben Burdette
2017-12-07
Provide random access to cached NARs
Eelco Dolstra
2017-12-07
nix ls-{nar,store}: Return offset of files in the NAR if known
Eelco Dolstra
2017-11-14
nix ls-{nar,store}: Don't abort on missing files
Eelco Dolstra
2017-11-14
nix ls-{nar,store} --json: Respect -R
Eelco Dolstra
2017-11-14
nix ls-{store,nar}: Add --json flag
Eelco Dolstra
2017-07-30
Replace Unicode quotes in user-facing strings by ASCII
Jörg Thalheim
2017-05-15
nar-accessor.cc: remove unused member NarIndexer::currentName
Benno Fünfstück
2017-05-15
nar-accessor: non-recursive NarMember::find
Benno Fünfstück
2017-05-15
nar-accessor: use tree, fixes readDirectory missing children
Benno Fünfstück
2016-12-08
Fix warning on 32-bit systems
Eelco Dolstra
2016-11-26
Revert "Get rid of unicode quotes (#1140)"
Eelco Dolstra
2016-11-25
Get rid of unicode quotes (#1140)
Guillaume Maudoux
2016-08-10
NarAccessor: Fix handling of non-executable files
Eelco Dolstra
2016-03-15
Fix Darwin build
Eelco Dolstra
2016-02-26
Remove bad assertion
Eelco Dolstra
2016-02-25
Add NAR / Store accessor abstraction
Eelco Dolstra