1
0
mirror of https://github.com/d47081/qBittorrent.git synced 2025-01-12 07:48:04 +00:00
qBittorrent/src/base
2018-12-01 20:39:20 +08:00
..
bittorrent Merge pull request #9892 from Chocobo1/progress 2018-11-29 01:16:07 +08:00
http Send Cache-Control header in WebUI responses 2018-06-04 20:50:08 +08:00
net Fix wrong locale used in log message 2018-12-01 20:39:20 +08:00
private Fix coding style 2018-07-03 08:38:32 +03:00
rss Fix signed/unsigned integers comparison warning 2018-11-27 16:55:44 +03:00
search Only instantiate SearchPluginManager as needed 2018-11-21 16:59:38 -05:00
utils Merge pull request #9562 from dzmat/round_speed_labels 2018-11-01 09:46:26 +03:00
algorithm.h Don't create temporary containers just to iterate over them 2018-03-18 16:22:12 +03:00
asyncfilestorage.cpp Redesign RSS subsystem 2017-04-23 09:03:46 +03:00
asyncfilestorage.h Fix coding style 2018-05-09 17:06:22 +03:00
base.pri Move related functions to Utils::Python 2018-06-24 06:21:15 +08:00
CMakeLists.txt Move related functions to Utils::Python 2018-06-24 06:21:15 +08:00
exceptions.cpp Implement Qt wrapper for std::runtime_error 2018-01-23 11:08:41 +03:00
exceptions.h Implement Qt wrapper for std::runtime_error 2018-01-23 11:08:41 +03:00
filesystemwatcher.cpp Add isNetworkFileSystem() detection on Windows 2018-10-12 00:03:12 +08:00
filesystemwatcher.h Add isNetworkFileSystem() detection on Windows 2018-10-12 00:03:12 +08:00
global.h Prevent possible c++11 range-loop container detach 2018-02-20 19:28:51 +00:00
iconprovider.cpp Replace png icons with svg 2018-08-14 17:03:14 +08:00
iconprovider.h Add const to function signature 2018-08-01 01:40:50 +08:00
indexrange.h Add constexpr to IndexInterval class 2018-05-23 14:30:56 +08:00
logger.cpp Fix coding style 2018-05-09 17:06:22 +03:00
logger.h Fix coding style 2018-05-09 17:06:22 +03:00
preferences.cpp Add option for WebUI Host header validation 2018-11-19 11:05:04 +08:00
preferences.h Add option for WebUI Host header validation 2018-11-19 11:05:04 +08:00
profile.cpp Fix coding style 2018-05-09 17:06:22 +03:00
profile.h Fix coding style 2018-07-03 08:38:32 +03:00
scanfoldersmodel.cpp Avoid binding constant reference to returned object 2018-07-23 13:40:25 +08:00
scanfoldersmodel.h Fix coding style 2018-07-03 08:38:32 +03:00
settingsstorage.cpp Revert email address changes in copyright notices 2018-07-10 00:37:44 +03:00
settingsstorage.h Revert email address changes in copyright notices 2018-07-10 00:37:44 +03:00
settingvalue.h Fix coding style 2018-05-09 17:06:22 +03:00
torrentfileguard.cpp Implement enum support in CachedSettingValue 2017-07-05 12:41:58 +02:00
torrentfileguard.h Fix coding style 2018-05-09 17:06:22 +03:00
torrentfilter.cpp Add const to function parameters 2018-07-30 02:23:51 +08:00
torrentfilter.h Add const to function parameters 2018-07-30 02:23:51 +08:00
tristatebool.cpp Add constexpr to TriStateBool class 2018-05-23 14:30:56 +08:00
tristatebool.h Add constexpr to TriStateBool class 2018-05-23 14:30:56 +08:00
types.h Rename enum 2016-04-14 14:50:59 +08:00
unicodestrings.h Add include guard to headers 2018-09-26 23:49:33 +08:00