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-25 15:43:07 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
deluge
/
deluge
History
Damien Churchill
bb981127db
spaces FTW
2011-06-01 20:29:38 +01:00
..
core
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
i18n
Update translation template
2010-05-03 11:50:16 -07:00
plugins
AutoAdd plugin: Don't try to remove the same path twice!
2011-05-29 19:06:54 +01:00
scripts
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
tests
Force backwards incompatibility.
2011-05-15 22:18:38 +01:00
ui
spaces FTW
2011-06-01 20:29:38 +01:00
__init__.py
Big code clean-up and some refactoring. Added docstrings but more are
2007-08-26 14:34:50 +00:00
__rpcapi.py
remove the docs/build folder
2009-07-22 20:50:06 +00:00
_libtorrent.py
update the required libtorrent version to 0.14.9 to match 1.2-stable
2010-02-22 11:59:09 +00:00
bencode.py
Fix bdecoding some torrent files
2009-01-14 01:15:00 +00:00
common.py
pixmaps and icons moved to ui/data, all necessary references changed.
2011-05-30 17:57:39 +01:00
component.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
config.py
Late import twisted's reactor, it allows the gtk reactor to be proper installed.
2011-04-22 11:33:45 +01:00
configmanager.py
Added missing import.
2010-12-28 01:26:25 +00:00
decorators.py
Add decorators module and test file
2010-05-04 04:33:21 +10:00
error.py
Extend RPC Protocol.
2011-05-18 03:56:17 +01:00
event.py
Revert "Fixed "PluginEnabledEvent" and "PluginDisabledEvent" the argument cannot be called name since that should contain the event name."
2011-02-23 11:01:59 -08:00
httpdownloader.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
log.py
Include our custom lower log levels into python's logging.
2011-05-17 02:47:16 +01:00
main.py
add patch from
#1473
2011-02-04 19:43:27 +00:00
maketorrent.py
Remove some imports that are no longer neccessary
2011-02-23 11:21:47 -08:00
metafile.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
pluginmanagerbase.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
rencode.py
Remove some imports that are no longer neccessary
2011-02-23 11:21:47 -08:00