summaryrefslogtreecommitdiffstats
path: root/deluge/core/core.py
Commit message (Expand)AuthorAge
* Increase libtorrent alert queue size. refs #2204Chase Sterling2012-12-07
* Fix 2160 : Disable use of python bindings for libtorrent extensions and repla...Calum Lind2012-09-29
* Preserve order when moving multiple torrents in the queueJohn Garland2012-03-12
* Add get_queue_position & use it for sorting idsJohn Garland2012-03-12
* Remove unnecessary migration function as this default value should be picked ...Andrew Resch2012-02-19
* Fix issue in saving libtorrent session stateCalum Lind2012-01-07
* Update windows settingAndrew Resch2011-07-19
* Fix #1869: Set the disk io read/write to bypass OS cache in Windows as sugges...Andrew Resch2011-05-31
* Add libtorrent version to user_agent stringfuhry2011-05-22
* Moved core.conf config upgrade to core instead of pref's manager.Pedro Algarvio2011-05-10
* Implemented sequential downloads on core.Pedro Algarvio2011-05-08
* On some "race" conditions, the torrent is removed before it's status could be...Pedro Algarvio2011-05-08
* Sorry for the noise. Email change.Pedro Algarvio2011-05-02
* Fix trying to load the AutoAdd component as it no longer exists in coreAndrew Resch2011-04-27
* Fixed 2 bugs regarding torrent ownership change.Pedro Algarvio2011-04-26
* Account Management Implemented.Pedro Algarvio2011-04-24
* Some account management work. Not yet complete.Pedro Algarvio2011-04-22
* Now, when the authentication dialog appears, user fills in the password and h...Pedro Algarvio2011-04-22
* Allow changing ownership of torrents. In order to achieve this, added `deluge...Pedro Algarvio2011-04-22
* Handle redirection when adding a torrent by urlJohn Garland2011-03-09
* Handle partial downloads due to incorrect headers (fixes #1517)John Garland2011-03-09
* Remove some imports that are no longer neccessaryAndrew Resch2011-02-23
* Fix #1513: Unhandled Twisted Error in test_listen_portCalum Lind2011-02-11
* Fix #1507 - Temporary file race condition in core/core.py:add_torrent_urlgeoffk2011-02-05
* Swhiched the old style logging, ie, a single logger for all logging output to...Pedro Algarvio2010-12-06
* Use a temp filename with add_torrent_urlJohn Garland2010-08-31
* Use basestring instead of str and unicodeJohn Garland2010-07-02
* Return 0 in get_free_space if the download_location is invalidAndrew Resch2010-05-08
* Close #1205 add free space icon to gtkuiAndrew Resch2010-03-31
* Fix creating remote torrentsAndrew Resch2010-03-30
* PEP-8 and seed/peer sorting support.Pedro Algarvio, aka, s0undt3ch2010-03-08
* Use torrent status diffs in the TorrentView to reduce the amount of rpc Andrew Resch2010-01-25
* #496: Remove deprecated functions in favour of get_session_status()Andrew Resch2009-12-25
* 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