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
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
2016-07-11
Modernize AutoCloseFD
Shea Levy
2016-06-09
Use O_CLOEXEC in most places
Eelco Dolstra
2016-02-24
BinaryCacheStore: Implement addToStore()
Eelco Dolstra
2015-10-29
int2String() -> std::to_string()
Eelco Dolstra
2015-07-20
More cleanup
Eelco Dolstra
2014-08-20
Use proper quotes everywhere
Eelco Dolstra
2014-08-01
Make readDirectory() return inode / file type
Eelco Dolstra
2014-07-18
Better fix for strcasecmp on Darwin
Eelco Dolstra
2014-07-17
Ugly hack to fix building on old Darwin
Eelco Dolstra
2014-07-16
Get rid of a compiler warning
Eelco Dolstra
2014-07-16
Be more strict about file names in NARs
Eelco Dolstra
2014-07-16
Handle case collisions on case-insensitive systems
Eelco Dolstra
2014-04-03
Tweak error message
Eelco Dolstra
2014-02-27
Set up a minimal /dev in chroots
Eelco Dolstra
2013-09-17
RestoreSink: Slightly reduce the number of concurrent FDs
Eelco Dolstra
2010-05-04
* Revert r15436. This was a workaround for a bug in btrfs which seems
Eelco Dolstra
[next]