aboutsummaryrefslogtreecommitdiff
path: root/src/tar.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Cleanup repo, reinit in shEuAndreh2023-04-141-103/+0
* src/*.c: Add newline between function return type and its nameEuAndreh2021-08-271-6/+11
* src/: Move logerr* functions to src/logerr.{c,h}; forward tarballs_fd to src/...EuAndreh2021-08-231-2/+82
* src/tar.c: Add link to the reference specificationEuAndreh2021-08-221-0/+7
* re 's/write_tarball_from_directory/tarball_write_from_directory/g'EuAndreh2021-08-221-1/+1
* src/: s/tarzify/tarball_write_from_directory/gEuAndreh2021-08-221-1/+1
* src/tar.c: tarzify(): Return 0 by default for nowEuAndreh2021-08-221-1/+1
* src/lib.c: Write repo_tarballs_refs_each, calling stub tarzify() functionEuAndreh2021-08-221-0/+5
* Have a single top-level main for running unit-testsEuAndreh2021-08-221-31/+1
* src/tests-lib.c: Move testing helper function and share it with other filesEuAndreh2021-08-211-4/+20
* src/tar.{h,c}: Add src/tar.hEuAndreh2021-08-191-1/+6
* Add stub src/tar.cEuAndreh2021-08-071-0/+15