| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add thumbnail generation tool | Xavier Del Campo Romero | 2023-11-24 | 1 | -0/+1 |
| | | | | | | | | | | | | This new application runs separately from slcl and communicates with it via a named pipe. When files are added/removed to/from the user directory, slcl shall write to the named pipe. Then, this new tool shall process incoming entries and generate or remove thumbnails accordingly. Such thumbnails are stored into a new directory inside the database directory, namely thumbnails/, which replicates the same structure as user/. | ||||
| * | .gitignore: Ignore only ./Makefile | Xavier Del Campo Romero | 2023-11-24 | 1 | -1/+1 |
| | | | | | | Future commits might introduce Makefiles on other directories that should not be ignored. | ||||
| * | Replace handwritten Makefile with configure script | Xavier Del Campo Romero | 2023-10-25 | 1 | -0/+1 |
| | | |||||
| * | Add .gitignore | Xavier Del Campo Romero | 2023-02-28 | 1 | -0/+4 |
