summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAge
* Update google.ico so tracker_icons tests pass againJohn Garland2012-09-16
* Fix httpdownloader TestsCalum Lind2011-07-14
* Fix torrent file and folder renaming issuesCalum Lind2011-07-13
* Update ubuntu favicon in test_tracker_icons.pyJohn Garland2011-07-05
* Handle redirection when adding a torrent by urlJohn Garland2011-03-09
* Handle partial downloads due to incorrect headers (fixes #1517)John Garland2011-03-09
* Fix #1373 use of cyrllic pathsAndrew Resch2010-10-16
* Fix VersionSplit behavior when comparing to a dev version.Chase Sterling2010-09-11
* Update get_free_space testJohn Garland2010-08-31
* Fix #1341 issue where Config would try to cancel the save_timer when it is None.Andrew Resch2010-08-18
* Add additional test for get_torrents_status and fix the other one to properly...Andrew Resch2010-08-18
* Add test to demonstrate flaw in SessionProxy design. Need to keep track of u...Andrew Resch2010-08-18
* Add test suite for SessionProxyAndrew Resch2010-08-10
* Only use an icon if it passes some sanity checksJohn Garland2010-07-17
* Add test for tracker_icons for when requesting an icon for host that is "". ...Andrew Resch2010-05-08
* Make host_to_url support redirection and add another testJohn Garland2010-05-08
* Handle trackers with incorrect / missing icon mimetypesJohn Garland2010-05-05
* add the ubuntu iconDamien Churchill2010-05-03
* stop parsing the html page once the parser has left the <head> of the pageDamien Churchill2010-05-03
* Rewrite tracker_icons.py (#995)John Garland2010-05-04
* Add decorators module and test fileJohn Garland2010-05-04
* Fix test_add_torrent_url_with_cookiesJohn Garland2010-04-27
* Add 2 new states to Component: Starting and StoppingAndrew Resch2010-03-27
* Fix test_component to properly return deferreds from it's test methodsAndrew Resch2010-03-27
* Fix test_alertmanagerAndrew Resch2010-03-25
* Merged test_versionsplit.py into test_common.pyJohn Garland2010-03-22
* Add test case for deluge/common.pyJohn Garland2010-03-22
* Fix VersionSplit comparison to do a proper compare and not simplyAndrew Resch2010-03-21
* Fix importing libtorrentAndrew Resch2010-03-20
* Rewrite component module to handle deferreds properlyAndrew Resch2010-03-20
* Completely disable gzip decoding when allow_compression=False. Add extra test.John Garland2010-01-16
* Add another test to httpdownloader.John Garland2009-12-21
* Use filename suggested by content-disposition header.John Garland2009-10-29
* Add new maketorrent moduleAndrew Resch2009-08-12
* Move the add_torrent_url_with_cookie url to our serverAndrew Resch2009-08-04
* Revert 5619Andrew Resch2009-08-03
* Config copies the defaults dict now since it is mutableAndrew Resch2009-08-03
* Add a test for saving the configAndrew Resch2009-08-03
* Change the config format Andrew Resch2009-08-01
* Add test file for httpdownloader.John Garland2009-07-31
* Fix test_clientAndrew Resch2009-07-25
* Fix get_free_space testAndrew Resch2009-07-25
* Change core.test_listen_port to use twisted instead of urllibAndrew Resch2009-07-25
* Add get_free_space() to coreAndrew Resch2009-07-24
* Fix up some docstringsAndrew Resch2009-07-23
* Change core.remove_torrent to only accept one torrent_id, not a listAndrew Resch2009-07-23
* Updated docstring in add_torrent_url.John Garland2009-07-21
* moves tests out of the deluge packageDamien Churchill2009-07-20