Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-08-30 | TarArchive: Small refactoring | Eelco Dolstra | |
2021-04-15 | Drop libbz2 / zlib / lzma dependency + style fixes | Eelco Dolstra | |
2021-03-10 | Use libarchive for all compression | Yorick van Pelt | |
2019-12-07 | libarchive proof of concept | Yorick van Pelt | |
2019-11-26 | Drop remaining uses of external "tar" | Eelco Dolstra | |
Also, fetchGit now runs in O(1) memory since we pipe the output of 'git archive' directly into unpackTarball() (rather than first reading it all into memory). | |||
2019-11-26 | Move code around | Eelco Dolstra | |