Files
qBittorrent/src/searchengine
Chocobo1 69a829dfb0 Clean up search engine
Notable changes:
1. Prevent excessive engine module imports.
2. Replace trivial usage of `join()`.
3. Keep the output text sorted whenever possible.
4. Close handles properly.
5. Print error to stderr, not stdout.
6. Report search job exit code.
7. Print exception message to stderr if exception was thrown when
   running a search job.
8. Utilize XML library to build XML data
   And use 2 spaces as indentation.

PR #21098.
2024-07-22 16:51:57 +08:00
..
2024-07-22 16:51:57 +08:00
2021-01-11 15:11:36 +08:00
2023-06-04 12:52:06 +08:00

The search functionality is under internal review and is expected to undergo major refactor in the near future.
Therefore we will only accept patches that fix major bugs. Other minor changes, refactors will be declined.