index
:
lix
main
User &
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libutil
/
archive.cc
Age
Commit message (
Expand
)
Author
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
2024-08-04
tree-wide: fix various lint warnings
Jade Lovelace
2024-07-16
libstore: rewrite the nar parser as a contents generator
eldritch horrors
2024-07-11
libstore: turn copyNAR into a generator
eldritch horrors
2024-07-11
libstore: turn the NAR parser into a passthrough generator
eldritch horrors
2024-07-05
libstore: convert dumpPath to a generator
eldritch horrors
2024-05-29
util.hh: Delete remaining file and clean up headers
Tom Hubrecht
2024-05-29
util.{hh,cc}: Split out file-system.{hh,cc}
Tom Hubrecht
2024-05-22
libstore: remove unused copyPath function
eldritch horrors
2024-03-18
libutil: make AutoCloseFD a better resource
eldritch horrors
2024-03-11
util.hh: split out signals stuff
Jade Lovelace
2024-03-04
Merge pull request #9673 from pennae/drv-parse-opts
eldritch horrors
2023-03-02
Remove FormatOrString and remaining uses of format()
Eelco Dolstra
2022-12-07
Trivial changes from the lazy-trees branch
Eelco Dolstra
2022-09-22
archive: check close errors when extracting nars
squalus
2022-03-15
libfetchers/path: set `lastModified` to path's mtime
Maximilian Bosch
2022-02-25
Remove std::string alias (for real this time)
Eelco Dolstra
2022-01-07
dump(): Use emplace()
Eelco Dolstra
2021-10-02
fix creation of NAR files >4GB on 32-bit platforms
kvtb
2020-12-02
read(): Use char * instead of unsigned char *
Eelco Dolstra
2020-12-02
Sink: Use std::string_view
Eelco Dolstra
2020-11-26
archive: disable preallocate-contents by default
Dominique Martinet
2020-10-06
Remove static variable name clashes
Eelco Dolstra
2020-09-23
Merge pull request #4054 from edolstra/fix-4021
Eelco Dolstra
2020-09-23
lstat() cleanup
Eelco Dolstra
2020-09-23
libutil/archive: add preallocate-contents option
Dominique Martinet
2020-08-13
Use `TeeSink` and `TeeSouce` in a few more places
John Ericson
2020-07-30
unsigned long long -> uint64_t
Eelco Dolstra
2020-07-30
receiveContents(): unsigned int -> size_t
Eelco Dolstra
2020-06-29
NAR parser: Fix missing name field check
Eelco Dolstra
2020-04-21
remove 'format' from Error constructor calls
Ben Burdette
2019-10-27
Add O(1)-memory copyPath() function
Eelco Dolstra
2019-03-01
archive.cc: ignore more posix_fallocate "not supported" error codes
Will Dietz
2018-09-26
Make NAR header check more robust
Eelco Dolstra
2018-05-30
Modularize config settings
Eelco Dolstra
2018-03-22
Tweak
Eelco Dolstra
2018-03-22
Merge branch 'fix/avoid-large-stack-buffers' of https://github.com/dtzWill/nix
Eelco Dolstra
2018-03-21
Make 'nix copy --from ssh://...' run in constant memory
Eelco Dolstra
2018-03-02
don't allocate large buffers on the stack
Will Dietz
2017-10-30
builtins.fetchgit: Support importing a working tree
Eelco Dolstra
2017-08-16
nix copy: Revive progress bar
Eelco Dolstra
2017-07-31
Merge branch 'macOS' of https://github.com/davidak/nix
Eelco Dolstra
2017-07-30
Replace Unicode quotes in user-facing strings by ASCII
Jörg Thalheim
2017-07-30
replace "Mac OS X" with "macOS"
davidak
2017-02-08
Include config.h implicitly with '-include config.h' in CFLAGS
Tuomas Tynkkynen
2016-11-26
Revert "Get rid of unicode quotes (#1140)"
Eelco Dolstra
2016-11-25
Get rid of unicode quotes (#1140)
Guillaume Maudoux
2016-10-19
Fix Darwin build
Eelco Dolstra
2016-09-21
printMsg(lvlError, ...) -> printError(...) etc.
Eelco Dolstra
[next]