- Jul 05, 2024
-
-
- Jun 28, 2024
-
-
Steve Lhomme authored
-
Steve Lhomme authored
-
Steve Lhomme authored
-
- Mar 27, 2024
-
-
Alaric Senat authored
Allow the library users not to provide an implementation for the cacher.
-
Alaric Senat authored
Queueing a task can fail. The next commits will introduce queue failure when no cache implementation is provided.
-
- Feb 16, 2024
-
-
Duncan McNamara authored
This caused the the addRoot to fail because of the missing trailing '/', the folder would not match any mountpoint, and isn't added in db, failing any attempt at discovery / reload.
-
- Feb 13, 2024
-
-
Alaric Senat authored
-
Alaric Senat authored
-
Alaric Senat authored
10 artists was creating DB files way to bigs for the test case (near 500Kb). We don't need that much dummy data to validate the migrations.
-
- Feb 12, 2024
-
-
Alaric Senat authored
Those values are only used in debug assertions.
-
Alaric Senat authored
Work around a GCC `-Wignored-attributes` warning that was triggered due to `fclose` being tagged as `__nonnull((1))`.
-
Alaric Senat authored
We should not succeed if `fclose` fails for the target file.
-
Alaric Senat authored
The RAII wrapper here does not improve readability or shorten the code. Removing it works around a GCC `-Wignored-attributes` warning that was triggered due to `fclose` being tagged as `__nonnull((1))`.
-
Alaric Senat authored
It should not be assumed that the playlist was saved properly when `fclose` fails. The RAII wrapper here does not improve readability or shorten the code. Removing it also works around a GCC `-Wignored-attributes` warning that was triggered due to `fclose` being tagged as `__nonnull((1))`.
-
Co-Authored-by:
Alaric Senat <dev.asenat@posteo.net>
-
Co-Authored-by:
Alaric Senat <dev.asenat@posteo.net>
-
Co-Authored-by:
Alaric Senat <dev.asenat@posteo.net>
-
Co-Authored-by:
Alaric Senat <dev.asenat@posteo.net>
-
Co-Authored-by:
Alaric Senat <dev.asenat@posteo.net>
-
Co-Authored-by:
Alaric Senat <dev.asenat@posteo.net>
-
- Feb 06, 2024
-
-
Alaric Senat authored
-
- Feb 02, 2024
-
-