.. |
core
|
Fix 2160 : Disable use of python bindings for libtorrent extensions and replace with session flag
|
2012-09-29 15:02:55 +01:00 |
i18n
|
Localize the Desktop file
|
2011-07-13 21:49:25 +01:00 |
plugins
|
Fix copy pasta fail :(
|
2012-09-19 22:24:10 +10:00 |
scripts
|
Now that the plugin's namespace is in use, make the plugins get their own logger instead of using `getPluginLogger()`
|
2011-06-03 23:10:43 +01:00 |
tests
|
Don't use deprecated twisted imports (fixes #2164)
|
2012-09-16 17:19:46 +10:00 |
ui
|
Fix 2163 : Cannot add torrent file with empty (0:) encoding tag
|
2012-09-29 15:03:13 +01:00 |
__init__.py
|
Drop pkutil and simply use pkg_resources.
|
2010-12-09 22:18:59 +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
|
Fix #2071 : KeyError in gtkui when file priority set to value '3'
|
2012-04-18 12:58:09 +01:00 |
component.py
|
Alternative fix for re-enabling plugin issue
|
2012-03-02 13:19:23 +00:00 |
config.py
|
Modify log message from Error to Warning level
|
2011-11-29 19:02:20 +00: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
|
Wrap non deluge exceptions so that they can also be sent to the client.
|
2011-06-05 22:44:01 +01:00 |
event.py
|
Create torrent remotely progress information.
|
2011-07-06 16:45:02 +01:00 |
httpdownloader.py
|
Fix httpdownloader error with existing filename
|
2011-07-07 00:11:00 +01:00 |
log.py
|
Start with a bigger width.
|
2011-07-07 20:48:02 +01:00 |
main.py
|
Add optparse custom version to prevent unnecessary loading of libtorrent
|
2012-03-02 13:31:38 +00:00 |
maketorrent.py
|
Remove some imports that are no longer neccessary
|
2011-02-23 11:21:47 -08:00 |
metafile.py
|
Create torrent remotely progress information.
|
2011-07-06 16:45:02 +01:00 |
pluginmanagerbase.py
|
Change component.deregister to take the object as the parameter, not the name
|
2011-06-06 14:19:51 -07:00 |
rencode.py
|
Fix exception handling in rencode
|
2012-09-29 15:03:05 +01:00 |
transfer.py
|
Added a protocol for the network traffic between client and daemon.
|
2012-07-02 02:09:14 +02:00 |