index
:
gistatic
main
Unnamed repository; edit this file 'description' to name the repository.
External SSH Git service user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
gistatic.h
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2021-08-22
TODOs.md: Extend description of #task-4e40832e-78cf-fc21-cbf9-2fe00fd3828d
EuAndreh
1
-0
/
+2
2021-08-22
src/tar.c: Add link to the reference specification
EuAndreh
1
-0
/
+7
2021-08-22
re 's/write_tarball_from_directory/tarball_write_from_directory/g'
EuAndreh
3
-3
/
+3
2021-08-22
src/: s/tarzify/tarball_write_from_directory/g
EuAndreh
3
-3
/
+3
2021-08-22
tests/c-lint.sh: Use grep exit status instead of empty string output
EuAndreh
1
-2
/
+3
2021-08-22
tests/dev-integration.sh: Fix calls to executable and test
EuAndreh
1
-4
/
+3
2021-08-22
src/tar.c: tarzify(): Return 0 by default for now
EuAndreh
1
-1
/
+1
2021-08-22
src/lib.c: Fix logic condition for deciding when to generate tarbalss
EuAndreh
1
-1
/
+1
2021-08-22
TODOs.md: Add #task-e51e6490-c42c-1167-2d2a-26af8b8cd654
EuAndreh
1
-0
/
+3
2021-08-22
src/lib.c: Write repo_tarballs_refs_each, calling stub tarzify() function
EuAndreh
3
-18
/
+95
2021-08-22
src/lib.c: Tweak test_start() name
EuAndreh
1
-1
/
+1
2021-08-22
src/lib.c: Add strsjoin() with tests
EuAndreh
1
-0
/
+104
2021-08-22
src/lib.c: Differentiate between -1 and other errors when looping through Git...
EuAndreh
1
-2
/
+10
2021-08-22
Rename src/gistatic.* src/lib.*
EuAndreh
5
-17
/
+18
2021-08-22
TODOs.md: Add #task-c71e7a3a-076d-3553-e245-0ad2b7a64231
EuAndreh
1
-0
/
+8
2021-08-22
src/gistatic.c: Remove unused MSGs
EuAndreh
2
-16
/
+8
2021-08-22
TODOs.md: Add #task-218e2893-c2d3-caa5-b0e3-cde70b31a3f7
EuAndreh
1
-0
/
+3
2021-08-22
aux/ci/report.sh: Fix missing close tag
EuAndreh
1
-1
/
+2
2021-08-22
Have a single top-level main for running unit-tests
EuAndreh
9
-76
/
+74
2021-08-22
src/gistatic.c: Remove .logo bogus color attribute
EuAndreh
3
-12
/
+0
2021-08-22
src/gistatic.c: Suppress "Download" and "Commit message" columns from tags ta...
EuAndreh
2
-33
/
+1
2021-08-21
src/gistatic.c: repo_refs_({tag => tags}|{branch => branches})_each
EuAndreh
1
-4
/
+4
2021-08-21
src/gistatic.c: create functions for loops; encode refs.html page dynamic con...
EuAndreh
1
-165
/
+196
2021-08-21
tests/build-sample.sh: Also build $PWD
EuAndreh
1
-1
/
+1
2021-08-21
src/gistatic.c: Use <OBJECT>_<PART>_<VERB> nomenclature for function names
EuAndreh
1
-15
/
+15
2021-08-21
Makefile: Run assert-catgets.sh for all C files
EuAndreh
1
-1
/
+1
2021-08-21
aux/: Update
EuAndreh
5
-34
/
+41
2021-08-21
src/tests-lib.c: Move testing helper function and share it with other files
EuAndreh
7
-31
/
+58
2021-08-21
TODOs.md: Add #task-a0634ded-968e-bce5-3fef-8e1c5e3aab35
EuAndreh
1
-0
/
+3
2021-08-20
TODOs.md: Add #task-9eb2fad6-359b-f221-7dec-490acebe80f5
EuAndreh
1
-0
/
+3
2021-08-20
TODOs.md: Add #task-2ac45f7a-7152-d296-ab36-b0f60e2db3cb
EuAndreh
1
-0
/
+3
2021-08-20
TODOs.md: Mark #task-07c14c08-3757-ced7-36f8-d1ec5c437633 as DONE
EuAndreh
1
-1
/
+5
2021-08-20
src/gistatic.c: Add dark mode CSS media query
EuAndreh
3
-15
/
+117
2021-08-20
Makefile: Generate build samples before running the tests
EuAndreh
1
-1
/
+1
2021-08-20
TODOs.md: Mark #task-2e2ad57f-9c31-69d8-e3d9-2708c2b73403 as DONE
EuAndreh
1
-1
/
+4
2021-08-20
TODOs.md: Mark #task-d6cab5ad-0405-5190-f918-766b81daf8c0 as DONE
EuAndreh
1
-1
/
+11
2021-08-20
TODOs.md: s/tar.xz/tar.gz/
EuAndreh
1
-1
/
+1
2021-08-20
src/gistatic.c: s/snapshots/tarballs/
EuAndreh
1
-9
/
+9
2021-08-20
TODOs.md: Mark #task-62a25249-fc96-2774-9df9-663216fc6a0c as DONE
EuAndreh
1
-1
/
+7
2021-08-20
Makefile: Copy libgistatic.a and gistatic.h on "install" target
EuAndreh
1
-3
/
+8
2021-08-20
src/gistatic.c: Handle overflow of size_t values
EuAndreh
1
-6
/
+73
2021-08-20
src/gistatic.c: Reword comment on date format
EuAndreh
1
-1
/
+1
2021-08-19
src/gistatic.c: Write actual usage and help texts
EuAndreh
2
-5
/
+30
2021-08-19
src/gistatic.c: Include usage message on -h flag
EuAndreh
1
-1
/
+1
2021-08-19
aux/workflow/: Remove unused favicon.png, make favicon.svg a symlink
EuAndreh
2
-2
/
+2
2021-08-19
.gitignore: Add libgistatic.a and src/config.h
EuAndreh
1
-2
/
+4
2021-08-19
Makefile: Adapt to multiple C sources, generate src/config.h and libgistatic.a
EuAndreh
1
-16
/
+40
2021-08-19
src/gistatic.c: Enforce fn(void) rule
EuAndreh
1
-11
/
+14
2021-08-19
src/gistatic.c: Move main() to src/main.c
EuAndreh
3
-6
/
+19
2021-08-19
src/tar.{h,c}: Add src/tar.h
EuAndreh
2
-1
/
+9
[next]