aboutsummaryrefslogtreecommitdiff
path: root/src/lib.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* src/lib.c: Remove duplicate definition of PROGNAMEEuAndreh2021-08-281-2/+0
|
* src/lib.c: Mark local FILE* variable as constEuAndreh2021-08-271-1/+1
|
* src/*.c: Add newline between function return type and its nameEuAndreh2021-08-271-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 columnsEuAndreh2021-08-241-1/+2
|
* src/lib.{c,h}: Make args to gistatic_main() constEuAndreh2021-08-241-1/+1
|
* src/lib.c: Move unit_tests_gistatic to the end of the fileEuAndreh2021-08-241-19/+19
|
* src/: Move logerr* functions to src/logerr.{c,h}; forward tarballs_fd to ↵EuAndreh2021-08-231-36/+37
| | | | src/tar.c
* 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/lib.c: Fix logic condition for deciding when to generate tarbalssEuAndreh2021-08-221-1/+1
|
* src/lib.c: Write repo_tarballs_refs_each, calling stub tarzify() functionEuAndreh2021-08-221-18/+88
|
* src/lib.c: Tweak test_start() nameEuAndreh2021-08-221-1/+1
|
* src/lib.c: Add strsjoin() with testsEuAndreh2021-08-221-0/+104
|
* src/lib.c: Differentiate between -1 and other errors when looping through ↵EuAndreh2021-08-221-2/+10
| | | | Git references
* Rename src/gistatic.* src/lib.*EuAndreh2021-08-221-0/+2181