Summary: | kde ktorrent folder scan plugin bug | ||
---|---|---|---|
Product: | [Applications] ktorrent | Reporter: | joshua skimerhorn <jjscribbles> |
Component: | general | Assignee: | Joris Guisson <joris.guisson> |
Status: | RESOLVED FIXED | ||
Severity: | crash | ||
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
joshua skimerhorn
2011-01-21 04:01:06 UTC
The scanfolder plugin was intended to support drop spots for torrents. It was never intended to scan your entire filesystem. Git commit 1a35758f2bcb292496020654f865d660b3768a6f by Joris Guisson. Committed on 12/05/2011 at 21:36. Pushed by guisson into branch 'master'. Revamp scanfolder plugin: - Fixes a crash - Improves performance of handling large directory structures - Some general code cleanup BUG: 263813 BUG: 271657 M +1 -0 ChangeLog M +1 -0 RoadMap M +6 -1 plugins/scanfolder/CMakeLists.txt M +29 -278 plugins/scanfolder/scanfolder.cpp M +23 -60 plugins/scanfolder/scanfolder.h M +21 -41 plugins/scanfolder/scanfolderplugin.cpp M +5 -3 plugins/scanfolder/scanfolderplugin.h A +202 -0 plugins/scanfolder/scanthread.cpp [License: GPL (v2+)] A +98 -0 plugins/scanfolder/scanthread.h [License: GPL (v2+)] A +161 -0 plugins/scanfolder/torrentloadqueue.cpp [License: UNKNOWN] * A +106 -0 plugins/scanfolder/torrentloadqueue.h [License: GPL (v2+)] The files marked with a * at the end have a non valid license. Please read: http://techbase.kde.org/Policies/Licensing_Policy and use the headers which are listed at that page. http://commits.kde.org/ktorrent/1a35758f2bcb292496020654f865d660b3768a6f |