Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | src/*.c: Add newline between function return type and its name | EuAndreh | 2021-08-27 | 1 | -6/+11 |
* | src/: Move logerr* functions to src/logerr.{c,h}; forward tarballs_fd to src/... | EuAndreh | 2021-08-23 | 1 | -2/+82 |
* | src/tar.c: Add link to the reference specification | EuAndreh | 2021-08-22 | 1 | -0/+7 |
* | re 's/write_tarball_from_directory/tarball_write_from_directory/g' | EuAndreh | 2021-08-22 | 1 | -1/+1 |
* | src/: s/tarzify/tarball_write_from_directory/g | EuAndreh | 2021-08-22 | 1 | -1/+1 |
* | src/tar.c: tarzify(): Return 0 by default for now | EuAndreh | 2021-08-22 | 1 | -1/+1 |
* | src/lib.c: Write repo_tarballs_refs_each, calling stub tarzify() function | EuAndreh | 2021-08-22 | 1 | -0/+5 |
* | Have a single top-level main for running unit-tests | EuAndreh | 2021-08-22 | 1 | -31/+1 |
* | src/tests-lib.c: Move testing helper function and share it with other files | EuAndreh | 2021-08-21 | 1 | -4/+20 |
* | src/tar.{h,c}: Add src/tar.h | EuAndreh | 2021-08-19 | 1 | -1/+6 |
* | Add stub src/tar.c | EuAndreh | 2021-08-07 | 1 | -0/+15 |