Commit Graph
1915 Commits
Author SHA1 Message Date
emeric 5bfd31ff8a Scan tracker: take into account MediaLibrary 2024-03-18 12:01:48 +01:00
emeric 498c6f8e2b Added option to silent useless warnings 2024-03-17 23:37:21 +01:00
emeric ed1be02aaf Added a scan tracker to speed up queries with high offset in very large database 2024-03-17 23:36:40 +01:00
emeric 14c4ac6b50 Merge branch 'develop' for release v3.51.0 2024-03-15 23:26:16 +01:00
emeric fef4a90ce0 Added build type in trace metadata 2024-03-15 23:23:12 +01:00
emeric e37337a55c Added clang-tidy conf file 2024-03-15 23:03:20 +01:00
emeric 0f37daaa30 Completely removed the transaction checker in release (which was here but as a noop checker) 2024-03-15 16:26:59 +01:00
emeric 28405bb96e Added a scope around actual write transactions 2024-03-15 12:24:25 +01:00
emeric db692260a2 Do not process the metadata parsing results till the queue is empty, to avoid starvation of the workers 2024-03-15 00:02:28 +01:00
emeric 03425f3c94 Made the last scan step (checking for removed files) faster on big libraries 2024-03-14 23:21:30 +01:00
emeric 071b86602e Added an index on track(id) as it seems to speed up things when db is cold 2024-03-14 14:17:00 +01:00
emeric e4ad0a5406 Do not attempt extra data fetch when hitting the end of a query 2024-03-14 13:51:28 +01:00
emeric a769909ebc Removed useless new line 2024-03-14 00:18:36 +01:00
emeric a37b7a42da Fixed clang warnings 2024-03-14 00:16:18 +01:00
emeric 4c4bef266a Fixed clang warnings 2024-03-14 00:16:03 +01:00
emeric 63651de4bb Fixed clang warning 2024-03-13 23:56:08 +01:00
emeric 41992f235e Reworked internal namespaces 2024-03-12 23:11:29 +01:00
emeric 17905ae952 Merge branch 'stkw0-fix-asserts' into develop 2024-03-12 13:40:46 +01:00
emeric 9da781cff6 Fixed badly reported offset when hitting the end of the collection 2024-03-12 13:40:32 +01:00
David Roman 4ea6d0dd09 use cmake lib dir instead of hardcoded name 2024-03-12 13:08:30 +01:00
David Roman 58848dfae3 make tests optional 2024-03-12 13:08:30 +01:00
emeric d876a2df0c Switched to LiteralString for keys in subsonic responses 2024-03-12 13:08:30 +01:00
emeric 181a5fadd3 Ignore vscode stuff for now 2024-03-12 13:08:30 +01:00
emeric f0d18ca2fd Merge branch 'stkw0-develop' into develop 2024-03-12 13:06:21 +01:00
emeric 4e36e033e4 Switched to LiteralString for keys in subsonic responses 2024-03-12 13:05:25 +01:00
emeric eb7b622b71 Ignore vscode stuff for now 2024-03-12 13:05:25 +01:00
emeric 4b7c4295ec Refactored namespaces 2024-03-12 08:32:08 +01:00
David Roman bc03408b99 Fix assertion
Closes: #431
2024-03-11 20:50:31 +01:00
David Roman 0e78820402 use cmake lib dir instead of hardcoded name 2024-03-11 19:27:08 +01:00
David Roman 3261cc6550 make tests optional 2024-03-11 19:25:30 +01:00
emeric 487960b413 Switched to LiteralString for keys in subsonic responses 2024-03-10 15:28:16 +01:00
emeric 377e50c525 Ignore vscode stuff for now 2024-03-10 15:27:45 +01:00
emeric c6ae3fe3fa Renamed profiling to tracing 2024-03-10 12:21:01 +01:00
emeric 47ef5f7cc7 Added some detailed profiling info into subsonic responses handlers 2024-03-09 22:39:07 +01:00
emeric fa9844810d Added some detailed profiling info for the http send queue 2024-03-09 22:23:41 +01:00
emeric 9c8844d866 Added some thread names 2024-03-09 22:23:02 +01:00
emeric 65d95060b0 Added a way to set thread name in profiling captures 2024-03-09 22:22:15 +01:00
emeric 88580a8903 Fixed race 2024-03-09 20:23:58 +01:00
emeric 15b4a4601e Removed unnecessary write access to the DB 2024-03-09 19:22:06 +01:00
emeric d6fd95ab44 Added some profiling events for subsonic API (media retrieval) 2024-03-09 19:14:13 +01:00
emeric f072f171d8 Added some profiling events for the subsonic API 2024-03-09 19:02:02 +01:00
emeric bdd678f168 Added some profiling events for scanner 2024-03-09 18:58:52 +01:00
emeric db1d95e3db Added some profiling events for cover and audio resources 2024-03-09 18:58:24 +01:00
emeric 3155be0732 Added some profiling events in DB 2024-03-09 18:57:45 +01:00
emeric aca6c00414 Instanciated the profiler + added a way to dump the export the profilin data in the UI 2024-03-09 18:55:54 +01:00
emeric f36f176a8b Added a simple profiler that uses trace event format 2024-03-09 18:45:00 +01:00
emeric 41b944040c Added LiteralString helper class 2024-03-09 18:35:36 +01:00
emeric 2e4947dd42 Always use the provided custom delimiters to split tags 2024-03-06 18:50:25 +01:00
emeric b75daf283b Merge branch 'develop' for release v3.50.1 2024-03-04 23:07:20 +01:00
emeric 71c4022820 Merge branch 'master' of github.com:epoupon/lms 2024-03-04 23:05:42 +01:00