aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* src/gistatic.c: s/snapshots/tarballs/EuAndreh2021-08-201-9/+9
* TODOs.md: Mark #task-62a25249-fc96-2774-9df9-663216fc6a0c as DONEEuAndreh2021-08-201-1/+7
* Makefile: Copy libgistatic.a and gistatic.h on "install" targetEuAndreh2021-08-201-3/+8
* src/gistatic.c: Handle overflow of size_t valuesEuAndreh2021-08-201-6/+73
* src/gistatic.c: Reword comment on date formatEuAndreh2021-08-201-1/+1
* src/gistatic.c: Write actual usage and help textsEuAndreh2021-08-192-5/+30
* src/gistatic.c: Include usage message on -h flagEuAndreh2021-08-191-1/+1
* aux/workflow/: Remove unused favicon.png, make favicon.svg a symlinkEuAndreh2021-08-192-2/+2
* .gitignore: Add libgistatic.a and src/config.hEuAndreh2021-08-191-2/+4
* Makefile: Adapt to multiple C sources, generate src/config.h and libgistatic.aEuAndreh2021-08-191-16/+40
* src/gistatic.c: Enforce fn(void) ruleEuAndreh2021-08-191-11/+14
* src/gistatic.c: Move main() to src/main.cEuAndreh2021-08-193-6/+19
* src/tar.{h,c}: Add src/tar.hEuAndreh2021-08-192-1/+9
* tests/c-lint.sh: Add more strict linting rulesEuAndreh2021-08-191-0/+22
* tests/build-sample.sh: Add, to be included in the "check" targetEuAndreh2021-08-191-0/+9
* tests/assert-catgets.sh: Mark as executableEuAndreh2021-08-191-0/+0
* aux/ci/ci-build.sh: Remove git-annex callEuAndreh2021-08-191-1/+0
* aux/workflow/installcheck.sh: Remove in favor of repocheck.shEuAndreh2021-08-193-69/+184
* TODOs.md: Add #task-62a25249-fc96-2774-9df9-663216fc6a0cEuAndreh2021-08-191-0/+3
* TODOs.md: Add #task-4e40832e-78cf-fc21-cbf9-2fe00fd3828dEuAndreh2021-08-191-0/+7
* TODOs.md: Add #task-ab32196c-88e9-f329-f9a1-63499a29a47cEuAndreh2021-08-181-0/+7
* Makefile: rm src/tar.t in "clean" targetEuAndreh2021-08-171-1/+1
* TODOs.md: Add #task-b690c658-67ac-6390-ac37-1dc961503ea2EuAndreh2021-08-171-0/+7
* TODOs.md: Add #task-d6cab5ad-0405-5190-f918-766b81daf8c0EuAndreh2021-08-171-0/+8
* TODOs.md: Add #question-93d85890-41dd-f856-a6f9-801d948f76ceEuAndreh2021-08-171-0/+9
* TODOs.md: Add #decision-c725e140-99fb-802d-f5ad-44577593212aEuAndreh2021-08-171-0/+14
* tests/: Move refs.html to sub-directoryEuAndreh2021-08-174-3/+136
* src/gistatic.c: Add <meta name="description" .../> to HTML <head>EuAndreh2021-08-174-4/+14
* src/gistatic.c: Split alt messages of index and repository pagesEuAndreh2021-08-173-50/+58
* TODOs.md: Add #question-87b2068f-85dd-25e9-b0c6-5e41fbbb04caEuAndreh2021-08-171-0/+15
* Makefile: Use CFLAGS_FINAL and LDLIBS_FINALEuAndreh2021-08-171-6/+4
* Makefile: Fix $(MANPREFIX) pathEuAndreh2021-08-171-1/+1
* src/gistatic.c: Keep default <a> underline lookEuAndreh2021-08-172-10/+0
* aux/, tests/lib.sh: UpdateEuAndreh2021-08-177-14/+23
* TODOs.md: Add #task-e99fa50b-75ea-21fb-6b4d-84447646cdeaEuAndreh2021-08-131-0/+3
* aux/workflow/: UpdateEuAndreh2021-08-092-1/+5
* Add stub src/tar.cEuAndreh2021-08-073-1/+18
* TODOs.md: Add #task-2e2ad57f-9c31-69d8-e3d9-2708c2b73403EuAndreh2021-08-061-0/+8
* Remove old unused Cargo.toml and Cargo.lock filesEuAndreh2021-08-062-64/+0
* tests/dev-integration.sh: Use a single "disable" declarationEuAndreh2021-08-061-5/+1
* TODOs.md: Add link to Milu to #task-a6bdaeb0-7099-c728-2b7c-b080aa2fba33EuAndreh2021-08-061-0/+2
* mv aux/assert-catgets.sh tests/assert-catgets.shEuAndreh2021-08-062-1/+1
* tests/dev-integration.sh: Address ShellCheck offensesEuAndreh2021-08-061-2/+9
* mv aux/workflow/manpages.sh doc/manpages.shEuAndreh2021-08-062-3/+3
* src/gistatic.c: trim_newline() => strtrim(), trim more chars and a sequence o...EuAndreh2021-08-061-14/+116
* src/gistatic.c: Trim trailing newline of description filesEuAndreh2021-08-053-2/+55
* tests/: Add integration tests, also test with ValgrindEuAndreh2021-08-059-14/+553
* Move tests/resources{ => /repositories}/repo*EuAndreh2021-08-0565-9/+12
* Makefile: Add "c-dev-check" target with ValgrindEuAndreh2021-08-051-1/+12
* Use .git symlink to simplify testing of embedded repositoriesEuAndreh2021-08-052-5/+10