mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-13 03:38:51 +00:00
upgrade to libtorrent 0.12 ...yay!
This commit is contained in:
parent
c9d4c59249
commit
38e241c379
215 changed files with 14247 additions and 8030 deletions
5
setup.py
5
setup.py
|
@ -127,13 +127,17 @@ deluge_core = Extension('deluge_core',
|
|||
sources = ['src/deluge_core.cpp',
|
||||
'libtorrent/src/alert.cpp',
|
||||
'libtorrent/src/allocate_resources.cpp',
|
||||
'libtorrent/src/bandwidth_manager.cpp',
|
||||
'libtorrent/src/bt_peer_connection.cpp',
|
||||
'libtorrent/src/entry.cpp',
|
||||
'libtorrent/src/escape_string.cpp',
|
||||
'libtorrent/src/file.cpp',
|
||||
'libtorrent/src/file_pool.cpp',
|
||||
'libtorrent/src/http_tracker_connection.cpp',
|
||||
'libtorrent/src/identify_client.cpp',
|
||||
'libtorrent/src/ip_filter.cpp',
|
||||
'libtorrent/src/logger.cpp',
|
||||
'libtorrent/src/metadata_transfer.cpp',
|
||||
'libtorrent/src/peer_connection.cpp',
|
||||
'libtorrent/src/piece_picker.cpp',
|
||||
'libtorrent/src/policy.cpp',
|
||||
|
@ -147,6 +151,7 @@ deluge_core = Extension('deluge_core',
|
|||
'libtorrent/src/torrent_info.cpp',
|
||||
'libtorrent/src/tracker_manager.cpp',
|
||||
'libtorrent/src/udp_tracker_connection.cpp',
|
||||
'libtorrent/src/ut_pex.cpp',
|
||||
'libtorrent/src/web_peer_connection.cpp',
|
||||
'libtorrent/src/kademlia/closest_nodes.cpp',
|
||||
'libtorrent/src/kademlia/dht_tracker.cpp',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue