premiere-libtorrent/test/test_torrents
arvidn 8e23f9cc92 improve file_storage::sanitize_symlinks 2019-07-29 06:10:04 -07:00
..
absolute_filename.torrent stricten up the filename sanitization a bit 2017-10-01 20:30:02 +02:00
backslash_path.torrent merged fix from RC_0_16 2013-01-31 03:39:14 +00:00
bad_name.torrent fix issue with the name in single file torrents being sanitized away 2017-10-01 01:12:39 +02:00
base.torrent merged fix from RC_0_16 2013-01-31 03:39:14 +00:00
creation_date.torrent improve unit test coverage and fix handling of some invalid .torrent files and invalid utf-8 sequences 2013-02-25 01:54:38 +00:00
duplicate_files.torrent expand unit tests 2013-02-24 10:02:26 +00:00
duplicate_web_seeds.torrent merged fixes from RC_0_16 2013-12-23 01:40:05 +00:00
empty_httpseed.torrent merged fix from RC_0_16 2013-01-31 03:39:14 +00:00
empty_path.torrent merged fix from RC_0_16 2013-01-31 03:39:14 +00:00
empty_path_multi.torrent merged fix from RC_0_16 2013-10-24 07:22:44 +00:00
hidden_parent_path.torrent merged fix from RC_0_16 2013-01-31 03:39:14 +00:00
httpseed.torrent merged fix from RC_0_16 2013-01-31 03:39:14 +00:00
invalid_file_size.torrent more torrent parsing unit tests and fixing some previously broken by changes to parse_url_components 2013-02-26 07:32:53 +00:00
invalid_filename.torrent fix parsing of torrents with certain invalid filenames 2017-10-08 15:54:08 +02:00
invalid_filename2.torrent fix parsing of torrents with certain invalid filenames 2017-10-08 15:54:08 +02:00
invalid_info.torrent improve unit test coverage and fix handling of some invalid .torrent files and invalid utf-8 sequences 2013-02-25 01:54:38 +00:00
invalid_merkle.torrent fix error handling of merkle torrents 2018-01-13 17:33:36 -05:00
invalid_name.torrent improve unit test coverage and fix handling of some invalid .torrent files and invalid utf-8 sequences 2013-02-25 01:54:38 +00:00
invalid_name2.torrent improve unit test coverage and fix handling of some invalid .torrent files and invalid utf-8 sequences 2013-02-25 01:54:38 +00:00
invalid_name3.torrent strip trailing dots and spaces in filenames 2013-12-05 07:40:57 +00:00
invalid_path_list.torrent improve unit test coverage and fix handling of some invalid .torrent files and invalid utf-8 sequences 2013-02-25 01:54:38 +00:00
invalid_piece_len.torrent improve unit test coverage and fix handling of some invalid .torrent files and invalid utf-8 sequences 2013-02-25 01:54:38 +00:00
invalid_pieces.torrent improve unit test coverage and fix handling of some invalid .torrent files and invalid utf-8 sequences 2013-02-25 01:54:38 +00:00
invalid_root_hash.torrent more torrent parsing unit tests and fixing some previously broken by changes to parse_url_components 2013-02-26 07:32:53 +00:00
invalid_root_hash2.torrent fixed test_torrent_parse test 2013-03-05 00:32:57 +00:00
invalid_symlink.torrent make pad-file and symlink support conform to BEP47 (#992) 2016-08-07 22:37:10 -04:00
large.torrent fix regression in torrent size check 2017-10-01 16:44:58 +02:00
long_name.torrent merged unit test from RC_0_16 2013-02-06 18:51:42 +00:00
many_pieces.torrent fix some warnings and integer overflow with torrents that are too big 2017-09-28 14:59:28 -07:00
missing_path_list.torrent improve unit test coverage and fix handling of some invalid .torrent files and invalid utf-8 sequences 2013-02-25 01:54:38 +00:00
missing_piece_len.torrent improve unit test coverage and fix handling of some invalid .torrent files and invalid utf-8 sequences 2013-02-25 01:54:38 +00:00
negative_file_size.torrent improve unit test coverage and fix handling of some invalid .torrent files and invalid utf-8 sequences 2013-02-25 01:54:38 +00:00
negative_piece_len.torrent improve unit test coverage and fix handling of some invalid .torrent files and invalid utf-8 sequences 2013-02-25 01:54:38 +00:00
negative_size.torrent improve unit test coverage and fix handling of some invalid .torrent files and invalid utf-8 sequences 2013-02-25 01:54:38 +00:00
no_creation_date.torrent more torrent parsing unit tests 2013-02-26 05:57:29 +00:00
no_files.torrent improve handling of case where a torrent file has no files in it 2017-10-01 10:53:43 +02:00
no_name.torrent improve unit test coverage and fix handling of some invalid .torrent files and invalid utf-8 sequences 2013-02-25 01:54:38 +00:00
overlapping_symlinks.torrent improve file_storage::sanitize_symlinks 2019-07-29 06:10:04 -07:00
pad_file.torrent improve unit test coverage and fix handling of some invalid .torrent files and invalid utf-8 sequences 2013-02-25 01:54:38 +00:00
pad_file_no_path.torrent make pad-file and symlink support conform to BEP47 (#992) 2016-08-07 22:37:10 -04:00
parent_path.torrent merged fix from RC_0_16 2013-01-31 03:39:14 +00:00
root_hash.torrent more torrent parsing unit tests and fixing some previously broken by changes to parse_url_components 2013-02-26 07:32:53 +00:00
sample.torrent optimize copying torrent_info and file_storage objects 2014-12-17 05:33:16 +00:00
single_multi_file.torrent merged fix from RC_0_16 2013-01-31 03:39:14 +00:00
slash_path.torrent merged fix from RC_0_16 2013-01-31 03:39:14 +00:00
slash_path2.torrent merged changes from RC_1_0 2014-11-17 03:41:01 +00:00
slash_path3.torrent merged changes from RC_1_0 2014-11-17 03:41:01 +00:00
string.torrent improve unit test coverage and fix handling of some invalid .torrent files and invalid utf-8 sequences 2013-02-25 01:54:38 +00:00
symlink1.torrent update symlinks to conform to BEP 47 2019-03-19 10:05:06 +01:00
symlink2.torrent add support for creating symlinks, for torrents with symlinks in them 2019-03-05 22:53:56 +01:00
symlink_zero_size.torrent update symlinks to conform to BEP 47 2019-03-19 10:05:06 +01:00
unaligned_pieces.torrent improve unit test coverage and fix handling of some invalid .torrent files and invalid utf-8 sequences 2013-02-25 01:54:38 +00:00
unordered.torrent add support for entry::preformatted to python binding (#952) 2016-07-27 00:15:26 -04:00
url_list.torrent merged fix from RC_0_16 2013-01-31 03:39:14 +00:00
url_list2.torrent merged fix from RC_0_16 2013-01-31 03:39:14 +00:00
url_list3.torrent merged fix from RC_0_16 2013-01-31 03:39:14 +00:00
url_seed.torrent more torrent parsing unit tests 2013-02-26 05:57:29 +00:00
url_seed_multi.torrent more torrent parsing unit tests 2013-02-26 05:57:29 +00:00
url_seed_multi_single_file.torrent tweak heuristic of how to interpret url seeds in multi-file torrents 2018-12-11 12:47:43 +01:00
url_seed_multi_space.torrent more torrent parsing unit tests 2013-02-26 05:57:29 +00:00
url_seed_multi_space_nolist.torrent more torrent parsing unit tests 2013-02-26 05:57:29 +00:00
whitespace_url.torrent expand unit tests 2013-02-24 10:02:26 +00:00