This website requires JavaScript.
Explore
Help
Sign In
logos-storage
/
deluge
Watch
1
Star
0
Fork
0
You've already forked deluge
mirror of
https://github.com/logos-storage/deluge.git
synced
2026-02-01 11:53:20 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
deluge
/
deluge
/
core
History
Pedro Algarvio
c6ee8cf39d
Do not use Ellipsis.
2011-07-08 10:03:04 +01:00
..
__init__.py
New directory structure
2007-07-12 20:02:34 +00:00
alertmanager.py
Swhiched the old style logging, ie, a single logger for all logging output to several loggers. This brings the ability to tweak the logging levels for each of the loggers, ie, we can have the "deluge" logger be at the ERROR level while having "deluge.core" at the DEBUG level, meaning we will only see log message for all of the deluge loggers above the ERROR level while still having all messages above the DEBUG level for the "deluge.core" logger and it's children. This kind of tweak can be achieved by adding a file named "logging.conf" to deluge's config dir and this is explained on the
deluge.log.tweak_logging_levels
function.
2010-12-06 11:20:22 +00:00
authmanager.py
Sorry for the noise. Email change.
2011-05-02 05:02:46 +01:00
core.py
Fix
#1869
: Set the disk io read/write to bypass OS cache in Windows as suggested in
http://code.google.com/p/libtorrent/issues/detail?id=166
2011-05-31 09:56:23 -07:00
daemon.py
Cleaner fix for
#1874
, code clean up and reusability.
2011-06-04 18:06:45 +01:00
eventmanager.py
apply patch from
#1742
2011-05-07 00:02:49 +01:00
filtermanager.py
Fix
#1239
: Translated Tracker Error text not counted in sidebar Error status
2011-07-04 21:29:58 +01:00
oldstateupgrader.py
Swhiched the old style logging, ie, a single logger for all logging output to several loggers. This brings the ability to tweak the logging levels for each of the loggers, ie, we can have the "deluge" logger be at the ERROR level while having "deluge.core" at the DEBUG level, meaning we will only see log message for all of the deluge loggers above the ERROR level while still having all messages above the DEBUG level for the "deluge.core" logger and it's children. This kind of tweak can be achieved by adding a file named "logging.conf" to deluge's config dir and this is explained on the
deluge.log.tweak_logging_levels
function.
2010-12-06 11:20:22 +00:00
pluginmanager.py
Remove some imports that are no longer neccessary
2011-02-23 11:21:47 -08:00
preferencesmanager.py
Fix
#491
: Add auto_manage_prefer_seeds to prefs manager and UIs
2011-07-02 18:44:26 +01:00
rpcserver.py
Create torrent remotely progress information.
2011-07-06 16:45:02 +01:00
torrent.py
Make sure the tracker url is of type string and not unicode. Never had this issue previously though.
2011-07-07 20:48:02 +01:00
torrentmanager.py
Do not use Ellipsis.
2011-07-08 10:03:04 +01:00