| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-11-26 | Create daemon module and use it from server | Joel Klinghed | |
| Need to run setup() after forking, otherwise each TaskRunner created in setup() will dead-lock at exit as there are now two copies of each of them but not of the threads causing the destructors to lock. This made setup a little bit more complicated as it has to forward the log and status to parent process but I turned out quite nice. | |||
| 2021-11-25 | Avoid using temporary string as ident to syslog | Joel Klinghed | |
| 2021-11-25 | Write caught signals to info log | Joel Klinghed | |
| 2021-11-23 | Make config keep the absolute root to load relative files from | Joel Klinghed | |
| This means Config::get_path will continue to work even if we change current directory in the process (when the path the config was loaded from was relative). | |||
| 2021-11-23 | Avoid warnings in logger.hh when NDEBUG is defined | Joel Klinghed | |
| 2021-11-23 | Sort trips by year | Joel Klinghed | |
| 2021-11-23 | Ignore media in backup directory | Joel Klinghed | |
| 2021-11-23 | Add close button on trip index | Joel Klinghed | |
| 2021-11-23 | Change pri-order for exit dates | Joel Klinghed | |
| Date time can be when the image was last modified while orginal and digitized are supposed to be at the time of creation. | |||
| 2021-11-23 | Avoid quirks mode by specifying doctype html | Joel Klinghed | |
| 2021-11-18 | travel: Improve trip location estimation by removing outliers | Joel Klinghed | |
| Outlier value (> 1.43 Z-score) based on what was needed for a trip I took long ago. Will have to fiddle with the value I assume. | |||
| 2021-11-18 | site & transport: Make sure to url escape Location header | Joel Klinghed | |
| 2021-11-18 | send_file: Make sure send file header value contains the right amount of slashes | Joel Klinghed | |
| 2021-11-18 | mime_types: Make extension lookup case-insensitive | Joel Klinghed | |
| Not all extensions are but for image and video I know of none that are case sensitive. | |||
| 2021-11-18 | image: Add support for newer exif date time tags | Joel Klinghed | |
| 2021-11-18 | Use svg images for download and location actions in viewer | Joel Klinghed | |
| 2021-11-18 | strutil: Add to_lower_ascii | Joel Klinghed | |
| 2021-11-17 | Travel3: Simple image and video display site | Joel Klinghed | |
| Reads the images and videos from filesystem and builds a site in memroy. | |||
