summaryrefslogtreecommitdiffstats
path: root/deluge/core
Commit message (Expand)AuthorAge
* Merge remote-tracking branch 'bro/master-daemon-optimize-speed'Chase Sterling2013-02-10
|\
| * Fixed bug in torrentmanager.separate_keysbendikro2013-01-25
| * Removed debug printbendikro2013-01-16
| * Improvements and bug fixesbendikro2013-01-15
| * Optimizations to daemon and rpc messages.bendikro2013-01-14
* | Fix #2258 : Potential runtimeError when emiting eventCalum Lind2013-02-05
* | Added decode_string on all calls to alert.message()bendikro2013-01-19
* | Don't deliver empty resume_data parameter to session.add_torrentChase Sterling2013-01-17
|/
* Improved the speed of set_prioritize_first_last in torrent.pybendikro2013-01-02
* Fix issue when saving resume data fails.Chase Sterling2012-12-10
* fix error in #2085 commit 3ca886ac7ad5: value may be a tupleCalum Lind2012-12-11
* Fix #2085 : WebUI: Does not show torrents in sidebar for categories other tha...Calum Lind2012-12-10
* Use try-except instead of if statement to gain a little performanceCalum Lind2012-12-09
* Small tweak to make sure writing fastresume is not skipped when torrents are ...Chase Sterling2012-12-08
* Update folder rename to use deferreds.Chase Sterling2012-12-07
* Remove unneeded import from torrentmanager.Chase Sterling2012-12-07
* Increase libtorrent alert queue size. refs #2204Chase Sterling2012-12-07
* Make sure dependent components are stopped before their dependencies.Chase Sterling2012-12-07
* Refactor resume data saving to not read and write fastresume unnecessarily.Chase Sterling2012-12-07
* Remove some backwards compatibility code for libtorrent 0.14.Chase Sterling2012-12-03
* Fix torrent names on libtorrent 0.16 on windows.Chase Sterling2012-11-29
* Make sure queue order is preserved when restarting daemon.Chase Sterling2012-11-26
* Fix file renaming and moving with unicode characters on libtorrent 0.16Chase Sterling2012-11-26
* Fix #2201 : auth fails if auth file has extra newlinesCalum Lind2012-11-26
* Fix bug in prioritize_first_last, also fixes selective downloading. refs #2211Chase Sterling2012-11-13
* Make path separators in Torrent.get_files consistent across platforms.Chase Sterling2012-11-12
* Replaced WMI process enumeration with the EnumProcesses API call. (Shorter, f...Nikita Nemkin2012-11-06
* Fix 2160 : Disable use of python bindings for libtorrent extensions and repla...Calum Lind2012-09-29
* Fix previous commitAndrew Resch2012-09-18
* Only convert the move path to unicode if on windowsAndrew Resch2012-09-14
* Don't clobber filename when adding torrents with mapped_filesAndrew Resch2012-08-21
* Added a protocol for the network traffic between client and daemon.bendikro2012-07-02
* Fix #1943 - invalid session id when calling a rpc exported function from a pl...Andrew Resch2012-06-10
* Catch & log KeyError when removing a torrent from the queued torrents setJohn Garland2012-04-18
* Preserve order when moving multiple torrents in the queueJohn Garland2012-03-12
* Add get_queue_position & use it for sorting idsJohn Garland2012-03-12
* Fix not properly detecting when torrent is at end of queueJohn Garland2012-03-12
* Fix adding magnet error in webui when started from classic modeCalum Lind2012-03-03
* Ensure is_finished value is correct after state changed alertCalum Lind2012-03-02
* Fix #2021 : Share ratio limit not obeyed for torrents downloaded outside delugeCalum Lind2012-03-02
* Properly wait for the component.shutdown deferred on shutdown. This should p...Andrew Resch2012-03-01
* Remove setting torrent.is_finished in the resume alertAndrew Resch2012-02-29
* Fix setting daemon listen interface from command lineCalum Lind2012-02-23
* Remove unnecessary migration function as this default value should be picked ...Andrew Resch2012-02-19
* Fix stored file priorities settingsCalum Lind2012-01-19
* Fix issue in saving libtorrent session stateCalum Lind2012-01-07
* Revert "Fix #1338 Seeds and Peers totals not updating"Calum Lind2011-11-29
* Fix #1964 : Unhandled UnpicklingError with corrupt state fileCalum Lind2011-11-29
* Fix #1944 : Use errno constants for portabilityCristian Greco2011-11-29
* Fix #1928 : Crash when dragging column headerCalum Lind2011-11-29