qBittorrent/src/qtlibtorrent
Ivan Sorokin b995a9d75e Fix race condition in QAlertDispatcher
It was possible that QAlertDispatcher::dispatch() could access (lock)
mutex that was destroyed by main thread. Fix this by moving mutex into a
tag.
2014-10-12 12:25:56 +04:00
..
alertdispatcher.cpp Fix race condition in QAlertDispatcher 2014-10-12 12:25:56 +04:00
alertdispatcher.h Fix race condition in QAlertDispatcher 2014-10-12 12:25:56 +04:00
bandwidthscheduler.h Migrate everything to use the new Preferences class and not access directly the qbittorrent.ini file. 2014-08-05 02:34:21 +03:00
filterparserthread.h Fix functions and macros using to support both Qt4 and Qt5. 2014-05-02 00:00:03 +03:00
qbtsession.cpp Use std::vector instead of std::deque in QAlertDispatcher 2014-10-12 12:25:47 +04:00
qbtsession.h Work around magnet redirection in feeds 2014-09-16 00:35:46 +04:00
qtlibtorrent.pri Split ShutdownConfirmDlg into .h/.cpp files. 2014-08-23 21:55:38 +03:00
qtorrenthandle.cpp Migrate everything to use the new Preferences class and not access directly the qbittorrent.ini file. 2014-08-05 02:34:21 +03:00
qtorrenthandle.h Use the torrent_status for the queue_position too. 2014-06-04 20:26:23 +03:00
shutdownconfirm.cpp Set 'Cancel' as the default button in the shutdown confirmation dialog. 2014-08-23 23:22:47 +03:00
shutdownconfirm.h Added 'Shutdown now' button in shutdown confirmation dialog. Closes #969. 2014-08-23 22:22:03 +03:00
torrentmodel.cpp Fewer calls to torrent_handle::info_hash() 2014-10-12 12:09:52 +04:00
torrentmodel.h Added 'Ratio Limit' column. Closes #936. 2014-08-14 21:05:53 +03:00
torrentspeedmonitor.cpp Migrate everything to use the new Preferences class and not access directly the qbittorrent.ini file. 2014-08-05 02:34:21 +03:00
torrentspeedmonitor.h Fix building with Qt5 (missing QObject decl). 2014-06-04 17:38:35 +04:00
torrentstatistics.cpp Migrate everything to use the new Preferences class and not access directly the qbittorrent.ini file. 2014-08-05 02:34:21 +03:00
torrentstatistics.h extract torrent statistics from torrent speed monitor to separate file 2014-06-02 00:31:45 +04:00
trackerinfos.h Minor code clean up 2012-08-25 16:34:00 +03:00