aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | | | | 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.
* Makefile: Fix $(MANPREFIX) pathEuAndreh2021-08-171-1/+1
|
* src/gistatic.c: Keep default <a> underline lookEuAndreh2021-08-172-10/+0
| | | | | This is more accessible, as the links have the extra visual queue that they're links.
* 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 ↵EuAndreh2021-08-061-14/+116
| | | | of them
* 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
|
* .gitignore: Add tmp/EuAndreh2021-08-051-0/+1
|
* TODOs.md: Mark #question-5414aee2-031a-5759-2a22-d572ee899ac0 as DONEEuAndreh2021-08-041-1/+8
|
* tests/resources/*: Embed Git repositories directlyEuAndreh2021-08-0464-3/+2943
| | | | Implements #question-5414aee2-031a-5759-2a22-d572ee899ac0.
* Remove submodulesEuAndreh2021-08-043-6/+0
|
* TODOs.md: Add links to ResourcesEuAndreh2021-08-041-0/+7
|
* src/gistatic.c: Use "loop_cleanup" goto tagEuAndreh2021-08-041-10/+16
|
* src/gistatic.c: Mark test helper functions as staticEuAndreh2021-08-021-3/+3
|
* src/gistatic.c: Use <th> over <tr> inside <thead>EuAndreh2021-08-021-26/+25
|
* aux/assert-catgets.sh: Add, include in "check" target on Makefile; update ↵EuAndreh2021-08-023-0/+98
| | | | gistatic.msg
* src/gistatic.c: WIP implementation of repo_write_snapshots()EuAndreh2021-08-021-0/+67
|
* src/gistatic.c: Tweak CSS and HTML, and some libgit2 error loggingEuAndreh2021-08-021-15/+24
|
* TODOs.md: Add #task-cd214149-a183-9bd3-292a-d48b3fb85050EuAndreh2021-08-021-0/+3
|
* TODOs.md: Mark #task-ae96e5b6-ab04-3a3d-1777-b28031273a19 as DONEEuAndreh2021-08-021-1/+5
|
* TODOs.md: Mark #task-09018dd8-f1a2-4b0b-a56f-dea9fdc78d99 as CANCELLEDEuAndreh2021-08-011-1/+4
|
* TODOs.md: Delete duplicate #task-75773a97-a961-39e2-462b-1d42664c0e5a taskEuAndreh2021-08-011-4/+7
|
* src/gistatic.c: Support generating refs.html fileEuAndreh2021-08-012-252/+773
|
* src/templates/: Point to the ../static folder for CSS and logoEuAndreh2021-08-013-9/+9
|
* tests/submodules/: Add submodule repositories for unit and (future) ↵EuAndreh2021-07-314-3/+26
| | | | integration tests
* TODOs.md: Add #task-5b4b46b6-b1e8-6ba0-4f26-fab9de6a0e75EuAndreh2021-07-311-0/+3
|
* TODOs.md: Clean up Perl links from ResourcesEuAndreh2021-07-311-2/+5
|
* TODOs.md: Add #question-5414aee2-031a-5759-2a22-d572ee899ac0EuAndreh2021-07-311-0/+9
|
* TODOs.md: Clean up ScratchEuAndreh2021-07-311-12/+0
|
* TODOs.md: Add link to talk on sanitizing, fuzzing and hardeningEuAndreh2021-07-311-0/+1
|
* TODOs.md: Add #task-b3d67f87-c55a-a9b6-c9f8-c2f57d2f5803EuAndreh2021-07-311-0/+13
|
* TODOs.md: Add #task-ca8d80ae-9d31-5dfa-03de-b3cfccf2a8b2EuAndreh2021-07-311-0/+3
|