summaryrefslogtreecommitdiffstats
path: root/deluge/core/core.py
Commit message (Expand)AuthorAge
* Fix typodeluge-1.2.1Andrew Resch2010-02-20
* Make Deluge dependent on libtorrent 0.14.9 or greater. This is due to an ove...andrew2010-02-20
* fix the upload_plugin method as it wasn't upgraded to deluge-rpc specDamien Churchill2009-12-10
* Fix unbound local error when adding a torrent fails.John Garland2009-09-26
* Remove 'state_location' and 'config_location' preferences and all references ...Andrew Resch2009-09-25
* Update the about dialog and have it show the core version and libtorrent versionAndrew Resch2009-09-19
* Print libtorrent version in the logAndrew Resch2009-08-12
* Use the proper download_location when adding a newly created torrent to the s...Andrew Resch2009-07-30
* Fix up some docstringsAndrew Resch2009-07-30
* Move the VersionSplit class to deluge.commonAndrew Resch2009-07-30
* make the deprecation warning on get_stats say that its coming from get_statsDamien Churchill2009-07-28
* Add a deluge._libtorrent module to handle importing libtorrentAndrew Resch2009-07-26
* download_file now returns the filename of the downloaded fileJohn Garland2009-07-25
* Use the deferred returned by getPage in test_listen_port.John Garland2009-07-25
* Change core.test_listen_port to use twisted instead of urllibAndrew Resch2009-07-25
* Move the InvalidTorrentError check to torrentmanager.removeAndrew Resch2009-07-24
* Add get_free_space() to coreAndrew Resch2009-07-24
* Fix up some docstringsAndrew Resch2009-07-23
* Update some docstringsAndrew Resch2009-07-23
* Change core.remove_torrent to only accept one torrent_id, not a listAndrew Resch2009-07-23
* update the doc string for add_torrent_urlDamien Churchill2009-07-22
* Updated docstring in add_torrent_url.John Garland2009-07-21
* add_torrent_url now uses httpdownloader's download_file.John Garland2009-07-20
* Fix typos in blocklist core.John Garland2009-07-05
* Change add_torrent_magnets to add_torrent_magnetAndrew Resch2009-07-05
* Modify add_torrent_url to return a deferred that returns the torrent_id as a ...Andrew Resch2009-07-04
* Have add_torrent_file return a torrent_id on successful addAndrew Resch2009-07-04
* Add a Cache preferences page to adjust cache settings and examine cache statusAndrew Resch2009-06-25
* Get the blocklist plugin kind of working.. Still needs some lovin'.Andrew Resch2009-06-10
* Torrent creation fixes in regards to web seedsAndrew Resch2009-06-08
* Remove GeoIP.dat from treeAndrew Resch2009-06-04
* Fix some issues with creating torrent files, was putting the announce list in...Andrew Resch2009-06-04
* Add some command line options to the daemon to set the listen Andrew Resch2009-05-30
* This should have been in the last commit..Andrew Resch2009-05-28
* Add OpenSSL exception to all GPL headersAndrew Resch2009-05-18
* Fix some config file locations when using a non-default config directoryAndrew Resch2009-05-15
* Fix per-torrent move on completed stuff - patch from PliskAndrew Resch2009-05-02
* Fix issue where cannot resume torrent after doing a 'Pause All'Andrew Resch2009-04-20
* tidy up importsDamien Churchill2009-04-04
* remove the now redundant callsDamien Churchill2009-03-17
* Remove the plugin hooks from the Core.. These are replaced by EventsAndrew Resch2009-03-15
* Add EventManager to the CoreAndrew Resch2009-02-26
* Catch exceptions while loading the geoip dbAndrew Resch2009-02-23
* Revert last change. Hiding the exception isn't a good idea and the error sho...Andrew Resch2009-02-11
* show easy to understand error message on twisted importerror for the not so b...Marcos Pinto2009-02-11
* Fix queue order changingAndrew Resch2009-02-04
* Remove signalmanagerAndrew Resch2009-02-04
* Implement Events (formerly Signals) which are emitted from the daemon to inte...Andrew Resch2009-02-03
* Fix adding torrentsAndrew Resch2009-01-29
* Rename the daemons PluginManager component to CorePluginManager to not Andrew Resch2009-01-28