recognizes more clients in identify_client()

This commit is contained in:
Arvid Norberg 2010-04-28 16:14:27 +00:00
parent 2705859bb4
commit d441c7eab2
2 changed files with 22 additions and 0 deletions

View File

@ -28,6 +28,7 @@
incoming connection incoming connection
* added more detailed instrumentation of the disk I/O thread * added more detailed instrumentation of the disk I/O thread
* recognizes more clients in identify_client()
* fixed bug where trackers wouldn't be retried if they failed * fixed bug where trackers wouldn't be retried if they failed
* slight performance fix in disk elevator algorithm * slight performance fix in disk elevator algorithm
* fixed potential issue where a piece could be checked twice * fixed potential issue where a piece could be checked twice

View File

@ -150,6 +150,7 @@ namespace
{"A", "ABC"} {"A", "ABC"}
, {"AG", "Ares"} , {"AG", "Ares"}
, {"AR", "Arctic Torrent"} , {"AR", "Arctic Torrent"}
, {"AT", "Artemis"}
, {"AV", "Avicora"} , {"AV", "Avicora"}
, {"AX", "BitPump"} , {"AX", "BitPump"}
, {"AZ", "Azureus"} , {"AZ", "Azureus"}
@ -158,33 +159,49 @@ namespace
, {"BC", "BitComet"} , {"BC", "BitComet"}
, {"BF", "Bitflu"} , {"BF", "Bitflu"}
, {"BG", "BTG"} , {"BG", "BTG"}
, {"BL", "BitBlinder"}
, {"BP", "BitTorrent Pro"}
, {"BR", "BitRocket"} , {"BR", "BitRocket"}
, {"BS", "BTSlave"} , {"BS", "BTSlave"}
, {"BW", "BitWombat"}
, {"BX", "BittorrentX"} , {"BX", "BittorrentX"}
, {"CD", "Enhanced CTorrent"} , {"CD", "Enhanced CTorrent"}
, {"CT", "CTorrent"} , {"CT", "CTorrent"}
, {"DE", "Deluge"} , {"DE", "Deluge"}
, {"DP", "Propagate Data Client"}
, {"EB", "EBit"} , {"EB", "EBit"}
, {"ES", "electric sheep"} , {"ES", "electric sheep"}
, {"FC", "FileCroc"}
, {"FT", "FoxTorrent"}
, {"GS", "GSTorrent"}
, {"HK", "Hekate"}
, {"HL", "Halite"} , {"HL", "Halite"}
, {"HN", "Hydranode"} , {"HN", "Hydranode"}
, {"KG", "KGet"}
, {"KT", "KTorrent"} , {"KT", "KTorrent"}
, {"LC", "LeechCraft"} , {"LC", "LeechCraft"}
, {"LH", "LH-ABC"}
, {"LK", "Linkage"} , {"LK", "Linkage"}
, {"LP", "lphant"} , {"LP", "lphant"}
, {"LT", "libtorrent"} , {"LT", "libtorrent"}
, {"LW", "Limewire"}
, {"M", "Mainline"} , {"M", "Mainline"}
, {"ML", "MLDonkey"} , {"ML", "MLDonkey"}
, {"MO", "Mono Torrent"} , {"MO", "Mono Torrent"}
, {"MP", "MooPolice"} , {"MP", "MooPolice"}
, {"MR", "Miro"} , {"MR", "Miro"}
, {"MT", "Moonlight Torrent"} , {"MT", "Moonlight Torrent"}
, {"NX", "Net Transport"}
, {"O", "Osprey Permaseed"} , {"O", "Osprey Permaseed"}
, {"OS", "OneSwarm"}
, {"OT", "OmegaTorrent"}
, {"PD", "Pando"} , {"PD", "Pando"}
, {"Q", "BTQueue"} , {"Q", "BTQueue"}
, {"QD", "QQDownload"} , {"QD", "QQDownload"}
, {"QT", "Qt 4"} , {"QT", "Qt 4"}
, {"R", "Tribler"} , {"R", "Tribler"}
, {"RT", "Retriever"}
, {"RZ", "RezTorrent"}
, {"S", "Shadow"} , {"S", "Shadow"}
, {"SB", "Swiftbit"} , {"SB", "Swiftbit"}
, {"SD", "Xunlei"} , {"SD", "Xunlei"}
@ -200,9 +217,13 @@ namespace
, {"TT", "TuoTu"} , {"TT", "TuoTu"}
, {"U", "UPnP"} , {"U", "UPnP"}
, {"UL", "uLeecher"} , {"UL", "uLeecher"}
, {"UM", "uTorrent Mac"}
, {"UT", "uTorrent"} , {"UT", "uTorrent"}
, {"VG", "Vagaa"} , {"VG", "Vagaa"}
, {"WT", "BitLet"}
, {"WY", "FireTorrent"}
, {"XL", "Xunlei"} , {"XL", "Xunlei"}
, {"XS", "XSwifter"}
, {"XT", "XanTorrent"} , {"XT", "XanTorrent"}
, {"XX", "Xtorrent"} , {"XX", "Xtorrent"}
, {"ZT", "ZipTorrent"} , {"ZT", "ZipTorrent"}