Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
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 |