| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix installation for thumbnail | Xavier Del Campo Romero | 2025-10-09 | 2 | -0/+5 |
| | | |||||
| * | Allow building thumbnail from the top-level build | Xavier Del Campo Romero | 2025-10-08 | 2 | -4/+5 |
| | | |||||
| * | thumbnail/main.c: Fix memory leak on failure | Xavier Del Campo Romero | 2025-09-24 | 1 | -1/+1 |
| | | |||||
| * | thumbnail/main.c: Use new cftw interface | Xavier Del Campo Romero | 2025-09-24 | 1 | -4/+21 |
| | | | | | | | | | | | | | | | | | | | | | | This was a leftover from the following commit: commit 173528aef50a4b452acdd8ec9aff13f25c3e092c Author: Xavier Del Campo Romero Date: Wed Sep 24 11:01:31 2025 +0200 Make search non-blocking Thanks to a new feature in libweb, it is now possible to generate HTTP responses asynchronously i.e., without blocking other clients if the response takes a long time to generate. This now allow users to search for files or directories without blocking other users, regardless how much time the search operation takes. This required cftw to deviate from the POSIX-like, blocking interface it had so far, and has been replaced now with a non-blocking interface, so that directories are inspected one entry at a time. | ||||
| * | README.md: Update according to thumbnail generation | Xavier Del Campo Romero | 2025-09-24 | 1 | -0/+66 |
| | | |||||
| * | Add thumbnail generation tool | Xavier Del Campo Romero | 2025-09-24 | 7 | -0/+802 |
| 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/. | |||||
