Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | src/lib.c: Mark local FILE* variable as const | EuAndreh | 2021-08-27 | 1 | -1/+1 |
| | |||||
* | src/*.c: Add newline between function return type and its name | EuAndreh | 2021-08-27 | 1 | -53/+114 |
| | | | | | | | | | | | | | The purpose of this change is two-fold: - make function and variable declarations grep-friendly (one can use a pattern /^fn_name/ to find the definition); - make the lines shorter, so less functions need to have their arguments span over many lines. This is more grep-friendly both for finding the function definition, but also for matching on the return type of the function or the variable. Update tests/c-lint.sh to enforce this. | ||||
* | src/lib.c: Stick to 80 columns | EuAndreh | 2021-08-24 | 1 | -1/+2 |
| | |||||
* | src/lib.{c,h}: Make args to gistatic_main() const | EuAndreh | 2021-08-24 | 1 | -1/+1 |
| | |||||
* | src/lib.c: Move unit_tests_gistatic to the end of the file | EuAndreh | 2021-08-24 | 1 | -19/+19 |
| | |||||
* | src/: Move logerr* functions to src/logerr.{c,h}; forward tarballs_fd to ↵ | EuAndreh | 2021-08-23 | 1 | -36/+37 |
| | | | | src/tar.c | ||||
* | 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/lib.c: Fix logic condition for deciding when to generate tarbalss | EuAndreh | 2021-08-22 | 1 | -1/+1 |
| | |||||
* | src/lib.c: Write repo_tarballs_refs_each, calling stub tarzify() function | EuAndreh | 2021-08-22 | 1 | -18/+88 |
| | |||||
* | src/lib.c: Tweak test_start() name | EuAndreh | 2021-08-22 | 1 | -1/+1 |
| | |||||
* | src/lib.c: Add strsjoin() with tests | EuAndreh | 2021-08-22 | 1 | -0/+104 |
| | |||||
* | src/lib.c: Differentiate between -1 and other errors when looping through ↵ | EuAndreh | 2021-08-22 | 1 | -2/+10 |
| | | | | Git references | ||||
* | Rename src/gistatic.* src/lib.* | EuAndreh | 2021-08-22 | 1 | -0/+2181 |