| Commit message (Expand) | Author | Age | Files | Lines |
| * | .gitignore: Add libgistatic.a and src/config.h | EuAndreh | 2021-08-19 | 1 | -2/+4 |
| * | Makefile: Adapt to multiple C sources, generate src/config.h and libgistatic.a | EuAndreh | 2021-08-19 | 1 | -16/+40 |
| * | src/gistatic.c: Enforce fn(void) rule | EuAndreh | 2021-08-19 | 1 | -11/+14 |
| * | src/gistatic.c: Move main() to src/main.c | EuAndreh | 2021-08-19 | 3 | -6/+19 |
| * | src/tar.{h,c}: Add src/tar.h | EuAndreh | 2021-08-19 | 2 | -1/+9 |
| * | tests/c-lint.sh: Add more strict linting rules | EuAndreh | 2021-08-19 | 1 | -0/+22 |
| * | tests/build-sample.sh: Add, to be included in the "check" target | EuAndreh | 2021-08-19 | 1 | -0/+9 |
| * | tests/assert-catgets.sh: Mark as executable | EuAndreh | 2021-08-19 | 1 | -0/+0 |
| * | aux/ci/ci-build.sh: Remove git-annex call | EuAndreh | 2021-08-19 | 1 | -1/+0 |
| * | aux/workflow/installcheck.sh: Remove in favor of repocheck.sh•••Adjust Makefile accordingly, alre removing "installcheck" and
"uninstallcheck" targets.
| EuAndreh | 2021-08-19 | 3 | -69/+184 |
| * | TODOs.md: Add #task-62a25249-fc96-2774-9df9-663216fc6a0c | EuAndreh | 2021-08-19 | 1 | -0/+3 |
| * | TODOs.md: Add #task-4e40832e-78cf-fc21-cbf9-2fe00fd3828d | EuAndreh | 2021-08-19 | 1 | -0/+7 |
| * | TODOs.md: Add #task-ab32196c-88e9-f329-f9a1-63499a29a47c | EuAndreh | 2021-08-18 | 1 | -0/+7 |
| * | Makefile: rm src/tar.t in "clean" target | EuAndreh | 2021-08-17 | 1 | -1/+1 |
| * | TODOs.md: Add #task-b690c658-67ac-6390-ac37-1dc961503ea2 | EuAndreh | 2021-08-17 | 1 | -0/+7 |
| * | TODOs.md: Add #task-d6cab5ad-0405-5190-f918-766b81daf8c0 | EuAndreh | 2021-08-17 | 1 | -0/+8 |
| * | TODOs.md: Add #question-93d85890-41dd-f856-a6f9-801d948f76ce | EuAndreh | 2021-08-17 | 1 | -0/+9 |
| * | TODOs.md: Add #decision-c725e140-99fb-802d-f5ad-44577593212a | EuAndreh | 2021-08-17 | 1 | -0/+14 |
| * | tests/: Move refs.html to sub-directory | EuAndreh | 2021-08-17 | 4 | -3/+136 |
| * | src/gistatic.c: Add <meta name="description" .../> to HTML <head> | EuAndreh | 2021-08-17 | 4 | -4/+14 |
| * | src/gistatic.c: Split alt messages of index and repository pages | EuAndreh | 2021-08-17 | 3 | -50/+58 |
| * | TODOs.md: Add #question-87b2068f-85dd-25e9-b0c6-5e41fbbb04ca | EuAndreh | 2021-08-17 | 1 | -0/+15 |
| * | Makefile: Use CFLAGS_FINAL and LDLIBS_FINAL•••This allows the caller to not only provide $(CFLAGS), but also override
$(FINAL_CFLAGS).
This accomplishes a similar behaviour to "CFLAGS += ...", but now
allowing the caller to discard the appended flags too.
| EuAndreh | 2021-08-17 | 1 | -6/+4 |
| * | Makefile: Fix $(MANPREFIX) path | EuAndreh | 2021-08-17 | 1 | -1/+1 |
| * | src/gistatic.c: Keep default <a> underline look•••This is more accessible, as the links have the extra visual queue that
they're links.
| EuAndreh | 2021-08-17 | 2 | -10/+0 |
| * | aux/, tests/lib.sh: Update | EuAndreh | 2021-08-17 | 7 | -14/+23 |
| * | TODOs.md: Add #task-e99fa50b-75ea-21fb-6b4d-84447646cdea | EuAndreh | 2021-08-13 | 1 | -0/+3 |
| * | aux/workflow/: Update | EuAndreh | 2021-08-09 | 2 | -1/+5 |
| * | Add stub src/tar.c | EuAndreh | 2021-08-07 | 3 | -1/+18 |
| * | TODOs.md: Add #task-2e2ad57f-9c31-69d8-e3d9-2708c2b73403 | EuAndreh | 2021-08-06 | 1 | -0/+8 |
| * | Remove old unused Cargo.toml and Cargo.lock files | EuAndreh | 2021-08-06 | 2 | -64/+0 |
| * | tests/dev-integration.sh: Use a single "disable" declaration | EuAndreh | 2021-08-06 | 1 | -5/+1 |
| * | TODOs.md: Add link to Milu to #task-a6bdaeb0-7099-c728-2b7c-b080aa2fba33 | EuAndreh | 2021-08-06 | 1 | -0/+2 |
| * | mv aux/assert-catgets.sh tests/assert-catgets.sh | EuAndreh | 2021-08-06 | 2 | -1/+1 |
| * | tests/dev-integration.sh: Address ShellCheck offenses | EuAndreh | 2021-08-06 | 1 | -2/+9 |
| * | mv aux/workflow/manpages.sh doc/manpages.sh | EuAndreh | 2021-08-06 | 2 | -3/+3 |
| * | src/gistatic.c: trim_newline() => strtrim(), trim more chars and a sequence o... | EuAndreh | 2021-08-06 | 1 | -14/+116 |
| * | src/gistatic.c: Trim trailing newline of description files | EuAndreh | 2021-08-05 | 3 | -2/+55 |
| * | tests/: Add integration tests, also test with Valgrind | EuAndreh | 2021-08-05 | 9 | -14/+553 |
| * | Move tests/resources{ => /repositories}/repo* | EuAndreh | 2021-08-05 | 65 | -9/+12 |
| * | Makefile: Add "c-dev-check" target with Valgrind | EuAndreh | 2021-08-05 | 1 | -1/+12 |
| * | Use .git symlink to simplify testing of embedded repositories | EuAndreh | 2021-08-05 | 2 | -5/+10 |
| * | .gitignore: Add tmp/ | EuAndreh | 2021-08-05 | 1 | -0/+1 |
| * | TODOs.md: Mark #question-5414aee2-031a-5759-2a22-d572ee899ac0 as DONE | EuAndreh | 2021-08-04 | 1 | -1/+8 |
| * | tests/resources/*: Embed Git repositories directly•••Implements #question-5414aee2-031a-5759-2a22-d572ee899ac0.
| EuAndreh | 2021-08-04 | 64 | -3/+2943 |
| * | Remove submodules | EuAndreh | 2021-08-04 | 3 | -6/+0 |
| * | TODOs.md: Add links to Resources | EuAndreh | 2021-08-04 | 1 | -0/+7 |
| * | src/gistatic.c: Use "loop_cleanup" goto tag | EuAndreh | 2021-08-04 | 1 | -10/+16 |
| * | src/gistatic.c: Mark test helper functions as static | EuAndreh | 2021-08-02 | 1 | -3/+3 |
| * | src/gistatic.c: Use <th> over <tr> inside <thead> | EuAndreh | 2021-08-02 | 1 | -26/+25 |