rev 10448 - in kde-extras/ktorrent: . libbtcore libbtcore/debian libbtcore/debian/patches

Modestas Vainius modax-guest at alioth.debian.org
Fri May 2 19:44:51 UTC 2008


Author: modax-guest
Date: 2008-05-02 19:44:50 +0000 (Fri, 02 May 2008)
New Revision: 10448

Added:
   kde-extras/ktorrent/libbtcore/
   kde-extras/ktorrent/libbtcore/debian/
   kde-extras/ktorrent/libbtcore/debian/changelog
   kde-extras/ktorrent/libbtcore/debian/compat
   kde-extras/ktorrent/libbtcore/debian/control
   kde-extras/ktorrent/libbtcore/debian/copyright
   kde-extras/ktorrent/libbtcore/debian/copyright.manual
   kde-extras/ktorrent/libbtcore/debian/libbtcore4-dev.install
   kde-extras/ktorrent/libbtcore/debian/libbtcore4.install
   kde-extras/ktorrent/libbtcore/debian/libbtcore4.symbols.amd64
   kde-extras/ktorrent/libbtcore/debian/patches/
   kde-extras/ktorrent/libbtcore/debian/patches/01_libbtcore_export.diff
   kde-extras/ktorrent/libbtcore/debian/patches/97_fix_link_interface_libraries.diff
   kde-extras/ktorrent/libbtcore/debian/patches/series
   kde-extras/ktorrent/libbtcore/debian/rules
Log:
Commiting libbtcore. 95% ready.


Property changes on: kde-extras/ktorrent/libbtcore/debian
___________________________________________________________________
Name: svn:externals
   + cdbs svn://svn.debian.org/pkg-kde/branches/kde4/cdbs/


Added: kde-extras/ktorrent/libbtcore/debian/changelog
===================================================================
--- kde-extras/ktorrent/libbtcore/debian/changelog	                        (rev 0)
+++ kde-extras/ktorrent/libbtcore/debian/changelog	2008-05-02 19:44:50 UTC (rev 10448)
@@ -0,0 +1,13 @@
+libbtcore (3.1~beta1-1~pre6) experimental; urgency=low
+
+  +++ Changes by Modestas Vainius:
+
+  * Initial release in its own tarball (split off from KTorrent). The
+    rationale behind this move is that KTorrent is moving way faster than
+    kdenetwork which also needs this library. Hence probably the day will come
+    when kget 4.1 from kdenetwork still needs libbtore4 whereas ktorrent
+    3.2 or later depends on libbtcore5 or later. Therefore, this split was
+    done to untie KTorrent from kdenetwork.
+
+ -- Debian KDE Extras Team <pkg-kde-extras at lists.alioth.debian.org>  Fri, 02 May 2008 16:02:55 +0300
+

Added: kde-extras/ktorrent/libbtcore/debian/compat
===================================================================
--- kde-extras/ktorrent/libbtcore/debian/compat	                        (rev 0)
+++ kde-extras/ktorrent/libbtcore/debian/compat	2008-05-02 19:44:50 UTC (rev 10448)
@@ -0,0 +1 @@
+6

Added: kde-extras/ktorrent/libbtcore/debian/control
===================================================================
--- kde-extras/ktorrent/libbtcore/debian/control	                        (rev 0)
+++ kde-extras/ktorrent/libbtcore/debian/control	2008-05-02 19:44:50 UTC (rev 10448)
@@ -0,0 +1,47 @@
+Source: libbtcore
+Section: libs
+Priority: optional
+Maintainer: Debian KDE Extras Team <pkg-kde-extras at lists.alioth.debian.org>
+Uploaders: Modestas Vainius <modestas at vainius.eu>
+DM-Upload-Allowed: yes
+Build-Depends: cmake, debhelper (>= 6.0.0), cdbs (>= 0.4.51), quilt, kdelibs5-dev (>= 4:4.0.72), libgmp3-dev, libqca2-dev, pkg-config
+Standards-Version: 3.7.3.0
+Homepage: http://ktorrent.org/
+
+Package: libbtcore4
+Architecture: any
+Depends: ${shlibs:Depends}
+Description: BitTorrent Core Library (BTCore) for C++/Qt4/KDE4
+ BitTorrent Core Library (BTCore) is a C++/Qt4/KDE4 based implementation of the
+ BitTorrent protocol. In addition, it provides many powerful BitTorrent network
+ client features including but not limited to torrent downloading and seeding,
+ torrent creation and downloaded data verification, advanced peer management,
+ IP blocking lists, HTTP, UDP tracker and mainline DHT support.
+ .
+ This public library is the core of KTorrent, Bittorent Client for KDE.
+
+Package: libbtcore4-dev
+Architecture: all
+Section: libdevel
+Depends: libbtcore4 (>= ${source:Version}), libqt4-dev, kdelibs5-dev
+Conflicts: libbtcore-dev
+Description: BitTorrent Core Library (BTCore) - development files
+ BitTorrent Core Library (BTCore) is a C++/Qt4/KDE4 based implementation of the
+ BitTorrent protocol. In addition, it provides many powerful BitTorrent network
+ client features including but not limited to torrent downloading and seeding,
+ torrent creation and downloaded data verification, advanced peer management,
+ IP blocking lists, HTTP, UDP tracker and mainline DHT support.
+ .
+ This package contains header files and CMake modules needed for developing and
+ compiling/linking applications which use libbtcore.
+
+Package: libbtcore-dbg
+Architecture: any
+Depends: libbtcore4 (= ${binary:Version})
+Description: debugging symbols for BTCore, BitTorrent Core Library
+ BitTorrent Core Library (BTCore) is a C++/Qt4/KDE4 based implementation of the
+ BitTorrent protocol.
+ .
+ This package contains debugging symbols for BTCore library. It is usually
+ needed to get a useful backtrace when applications using the BTCore library
+ crashes.

Added: kde-extras/ktorrent/libbtcore/debian/copyright
===================================================================
--- kde-extras/ktorrent/libbtcore/debian/copyright	                        (rev 0)
+++ kde-extras/ktorrent/libbtcore/debian/copyright	2008-05-02 19:44:50 UTC (rev 10448)
@@ -0,0 +1,354 @@
+This package was debianized by Modestas Vainius <modestas at vainius.eu>
+on Fri, 02 May 2008 22:19:33 +0300 and has been maintained by
+Debian KDE Extras Team <pkg-kde-extras at lists.alioth.debian.org> since then.
+
+The original source can be found at
+http://ktorrent.org/index.php?page=downloads
+bundled in the libbtcore/ subdirectory of the ktorrent tarballs.
+
+Upstream Authors:
+  Joris Guisson <joris.guisson at gmail.com>
+  Ivan Vasic <ivasic at gmail.com>
+
+License for all components:
+ * GNU General Public License version 2 or later (GPL-2+)
+ -- 
+   This program is free software; you can redistribute it and/or modify
+   it under the terms of the GNU General Public License as published by
+   the Free Software Foundation; either version 2 of the License, or
+   (at your option) any later version.
+
+   This program is distributed in the hope that it will be useful,
+   but WITHOUT ANY WARRANTY; without even the implied warranty of
+   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+   GNU General Public License for more details.
+ -- 
+   On Debian systems, the complete text of the GNU General Public License
+   version 2 can be found in `/usr/share/common-licenses/GPL-2'
+
+
+Debian packaging (debian/*) is under:
+
+Copyright: © 2008 Modestas Vainius <modestas at vainius.eu>
+License: GPL-2+
+
+----------------------------------------------------------------------
+--                  Short Copyright Holders Report                  --
+--           (4 holders out of 280 copyright statements)           --
+----------------------------------------------------------------------
+
+Copyright: © 2005, 2007-2008 Joris Guisson <joris.guisson at gmail.com>
+Copyright: © 2005-2008 Ivan Vasic <ivasic at gmail.com>
+Copyright: © 2007 David Faure <faure at kde.org>
+Copyright: © 2005 Maggioni Marcello <marcello.maggioni at gmail.com>
+
+
+----------------------------------------------------------------------
+--                 Detailed Copyright Holders Report                --
+----------------------------------------------------------------------
+
+Copyright: © Joris Guisson <joris.guisson at gmail.com>
+Credited: 246 times
+Years: 2005, 2007-2008
+Used-Licenses: GPL-2+
+Copyrighted-Files-Count: 246
+Copyrighted-Files:
+  bcodec/bdecoder.cpp
+  bcodec/bdecoder.h
+  bcodec/bencoder.cpp
+  bcodec/bencoder.h
+  bcodec/bnode.cpp
+  bcodec/bnode.h
+  bcodec/value.cpp
+  bcodec/value.h
+  btversion.cpp
+  btversion.h
+  datachecker/datachecker.cpp
+  datachecker/datachecker.h
+  datachecker/datacheckerlistener.cpp
+  datachecker/datacheckerlistener.h
+  datachecker/datacheckerthread.cpp
+  datachecker/datacheckerthread.h
+  datachecker/multidatachecker.cpp
+  datachecker/multidatachecker.h
+  datachecker/singledatachecker.cpp
+  datachecker/singledatachecker.h
+  dht/announcetask.cpp
+  dht/announcetask.h
+  dht/database.cpp
+  dht/database.h
+  dht/dht.cpp
+  dht/dht.h
+  dht/dhtbase.cpp
+  dht/dhtbase.h
+  dht/dhttrackerbackend.cpp
+  dht/dhttrackerbackend.h
+  dht/kbucket.cpp
+  dht/kbucket.h
+  dht/kclosestnodessearch.cpp
+  dht/kclosestnodessearch.h
+  dht/key.cpp
+  dht/key.h
+  dht/node.cpp
+  dht/node.h
+  dht/nodelookup.cpp
+  dht/nodelookup.h
+  dht/pack.cpp
+  dht/pack.h
+  dht/rpccall.cpp
+  dht/rpccall.h
+  dht/rpcmsg.cpp
+  dht/rpcmsg.h
+  dht/rpcserver.cpp
+  dht/rpcserver.h
+  dht/task.cpp
+  dht/task.h
+  dht/taskmanager.cpp
+  dht/taskmanager.h
+  diskio/cache.cpp
+  diskio/cache.h
+  diskio/cachefile.cpp
+  diskio/cachefile.h
+  diskio/chunk.cpp
+  diskio/chunk.h
+  diskio/chunkmanager.cpp
+  diskio/chunkmanager.h
+  diskio/dndfile.cpp
+  diskio/dndfile.h
+  diskio/movedatafilesjob.cpp
+  diskio/movedatafilesjob.h
+  diskio/multifilecache.cpp
+  diskio/multifilecache.h
+  diskio/preallocationthread.cpp
+  diskio/preallocationthread.h
+  diskio/singlefilecache.cpp
+  diskio/singlefilecache.h
+  download/chunkdownload.cpp
+  download/chunkdownload.h
+  download/chunkselector.cpp
+  download/chunkselector.h
+  download/downloader.cpp
+  download/downloader.h
+  download/httpconnection.cpp
+  download/httpconnection.h
+  download/httpdownloader.cpp
+  download/httpdownloader.h
+  download/packet.cpp
+  download/packet.h
+  download/piece.cpp
+  download/piece.h
+  download/request.cpp
+  download/request.h
+  download/webseed.cpp
+  download/webseed.h
+  interfaces/cachefactory.cpp
+  interfaces/cachefactory.h
+  interfaces/chunkdownloadinterface.cpp
+  interfaces/chunkdownloadinterface.h
+  interfaces/chunkselectorinterface.cpp
+  interfaces/chunkselectorinterface.h
+  interfaces/exitoperation.cpp
+  interfaces/exitoperation.h
+  interfaces/ipblockinginterface.cpp
+  interfaces/ipblockinginterface.h
+  interfaces/logmonitorinterface.cpp
+  interfaces/logmonitorinterface.h
+  interfaces/monitorinterface.cpp
+  interfaces/monitorinterface.h
+  interfaces/peerinterface.cpp
+  interfaces/peerinterface.h
+  interfaces/peersource.cpp
+  interfaces/peersource.h
+  interfaces/piecedownloader.cpp
+  interfaces/piecedownloader.h
+  interfaces/queuemanagerinterface.cpp
+  interfaces/queuemanagerinterface.h
+  interfaces/torrentfileinterface.cpp
+  interfaces/torrentfileinterface.h
+  interfaces/torrentinterface.cpp
+  interfaces/torrentinterface.h
+  interfaces/trackerslist.cpp
+  interfaces/webseedinterface.cpp
+  interfaces/webseedinterface.h
+  migrate/cachemigrate.cpp
+  migrate/cachemigrate.h
+  migrate/ccmigrate.cpp
+  migrate/ccmigrate.h
+  migrate/migrate.cpp
+  migrate/migrate.h
+  mse/bigint.cpp
+  mse/bigint.h
+  mse/encryptedauthenticate.cpp
+  mse/encryptedauthenticate.h
+  mse/encryptedserverauthenticate.cpp
+  mse/encryptedserverauthenticate.h
+  mse/functions.cpp
+  mse/functions.h
+  mse/rc4encryptor.cpp
+  mse/rc4encryptor.h
+  mse/streamsocket.cpp
+  mse/streamsocket.h
+  net/address.cpp
+  net/address.h
+  net/bufferedsocket.cpp
+  net/bufferedsocket.h
+  net/downloadthread.cpp
+  net/downloadthread.h
+  net/networkthread.cpp
+  net/networkthread.h
+  net/portlist.cpp
+  net/portlist.h
+  net/socket.cpp
+  net/socket.h
+  net/socketgroup.cpp
+  net/socketgroup.h
+  net/socketmonitor.cpp
+  net/socketmonitor.h
+  net/socks.cpp
+  net/socks.h
+  net/speed.cpp
+  net/speed.h
+  net/uploadthread.cpp
+  net/uploadthread.h
+  peer/authenticate.cpp
+  peer/authenticate.h
+  peer/authenticatebase.cpp
+  peer/authenticatebase.h
+  peer/authenticationmonitor.cpp
+  peer/authenticationmonitor.h
+  peer/chunkcounter.cpp
+  peer/chunkcounter.h
+  peer/packetreader.cpp
+  peer/packetreader.h
+  peer/packetwriter.cpp
+  peer/packetwriter.h
+  peer/peer.cpp
+  peer/peer.h
+  peer/peerdownloader.cpp
+  peer/peerdownloader.h
+  peer/peerid.cpp
+  peer/peerid.h
+  peer/peermanager.cpp
+  peer/peermanager.h
+  peer/peeruploader.cpp
+  peer/peeruploader.h
+  peer/serverauthenticate.cpp
+  peer/serverauthenticate.h
+  peer/utpex.cpp
+  peer/utpex.h
+  torrent/advancedchokealgorithm.cpp
+  torrent/advancedchokealgorithm.h
+  torrent/choker.cpp
+  torrent/choker.h
+  torrent/globals.cpp
+  torrent/globals.h
+  torrent/ipblocklist.cpp
+  torrent/ipblocklist.h
+  torrent/peersourcemanager.cpp
+  torrent/peersourcemanager.h
+  torrent/server.cpp
+  torrent/server.h
+  torrent/statsfile.cpp
+  torrent/statsfile.h
+  torrent/torrent.cpp
+  torrent/torrent.h
+  torrent/torrentcontrol.cpp
+  torrent/torrentcontrol.h
+  torrent/torrentcreator.cpp
+  torrent/torrentcreator.h
+  torrent/torrentfile.cpp
+  torrent/torrentfile.h
+  torrent/uploader.cpp
+  torrent/uploader.h
+  tracker/httptracker.cpp
+  tracker/httptracker.h
+  tracker/tracker.cpp
+  tracker/tracker.h
+  tracker/udptracker.cpp
+  tracker/udptracker.h
+  tracker/udptrackersocket.cpp
+  tracker/udptrackersocket.h
+  util/array.cpp
+  util/array.h
+  util/autorotatelogjob.cpp
+  util/autorotatelogjob.h
+  util/bitset.cpp
+  util/bitset.h
+  util/compressfilejob.cpp
+  util/compressfilejob.h
+  util/constants.h
+  util/error.cpp
+  util/error.h
+  util/file.cpp
+  util/file.h
+  util/fileops.cpp
+  util/fileops.h
+  util/functions.cpp
+  util/functions.h
+  util/log.cpp
+  util/log.h
+  util/ptrmap.cpp
+  util/ptrmap.h
+  util/sha1hash.cpp
+  util/sha1hash.h
+  util/sha1hashgen.cpp
+  util/sha1hashgen.h
+  util/timer.cpp
+  util/timer.h
+  util/urlencoder.cpp
+  util/urlencoder.h
+  util/waitjob.cpp
+  util/waitjob.h
+
+Copyright: © Ivan Vasic <ivasic at gmail.com>
+Credited: 32 times
+Other-Names: Ivan Vasić
+Years: 2005-2008
+Used-Licenses: GPL-2+
+Copyrighted-Files-Count: 32
+Copyrighted-Files:
+  btversion.cpp
+  btversion.h
+  diskio/chunkmanager.cpp
+  download/httpconnection.cpp
+  download/httpconnection.h
+  download/httpdownloader.cpp
+  download/httpdownloader.h
+  download/webseed.cpp
+  download/webseed.h
+  interfaces/cachefactory.cpp
+  interfaces/cachefactory.h
+  interfaces/chunkselectorinterface.cpp
+  interfaces/chunkselectorinterface.h
+  interfaces/piecedownloader.cpp
+  interfaces/piecedownloader.h
+  interfaces/queuemanagerinterface.cpp
+  interfaces/queuemanagerinterface.h
+  interfaces/trackerslist.h
+  interfaces/webseedinterface.cpp
+  interfaces/webseedinterface.h
+  net/socks.cpp
+  net/socks.h
+  torrent/timeestimator.cpp
+  torrent/timeestimator.h
+  torrent/torrent.cpp
+  torrent/torrent.h
+  torrent/torrentcontrol.cpp
+  torrent/torrentcontrol.h
+  torrent/torrentfile.cpp
+  torrent/torrentfile.h
+  util/compressfilejob.cpp
+  util/compressfilejob.h
+
+Copyright: © David Faure <faure at kde.org>
+Credited: 1 time
+Years: 2007
+Copyrighted-Files:
+  btcore_export.h
+
+Copyright: © Maggioni Marcello <marcello.maggioni at gmail.com>
+Credited: 1 time
+Years: 2005
+Used-Licenses: GPL-2+
+Copyrighted-Files:
+  datachecker/multidatachecker.cpp

Added: kde-extras/ktorrent/libbtcore/debian/copyright.manual
===================================================================
--- kde-extras/ktorrent/libbtcore/debian/copyright.manual	                        (rev 0)
+++ kde-extras/ktorrent/libbtcore/debian/copyright.manual	2008-05-02 19:44:50 UTC (rev 10448)
@@ -0,0 +1,34 @@
+This package was debianized by Modestas Vainius <modestas at vainius.eu>
+on Fri, 02 May 2008 22:19:33 +0300 and has been maintained by
+Debian KDE Extras Team <pkg-kde-extras at lists.alioth.debian.org> since then.
+
+The original source can be found at
+http://ktorrent.org/index.php?page=downloads
+bundled in the libbtcore/ subdirectory of the ktorrent tarballs.
+
+Upstream Authors:
+  Joris Guisson <joris.guisson at gmail.com>
+  Ivan Vasic <ivasic at gmail.com>
+
+License for all components:
+ * GNU General Public License version 2 or later (GPL-2+)
+ -- 
+   This program is free software; you can redistribute it and/or modify
+   it under the terms of the GNU General Public License as published by
+   the Free Software Foundation; either version 2 of the License, or
+   (at your option) any later version.
+
+   This program is distributed in the hope that it will be useful,
+   but WITHOUT ANY WARRANTY; without even the implied warranty of
+   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+   GNU General Public License for more details.
+ -- 
+   On Debian systems, the complete text of the GNU General Public License
+   version 2 can be found in `/usr/share/common-licenses/GPL-2'
+
+
+Debian packaging (debian/*) is under:
+
+Copyright: © 2008 Modestas Vainius <modestas at vainius.eu>
+License: GPL-2+
+

Added: kde-extras/ktorrent/libbtcore/debian/libbtcore4-dev.install
===================================================================
--- kde-extras/ktorrent/libbtcore/debian/libbtcore4-dev.install	                        (rev 0)
+++ kde-extras/ktorrent/libbtcore/debian/libbtcore4-dev.install	2008-05-02 19:44:50 UTC (rev 10448)
@@ -0,0 +1,3 @@
+debian/tmp/usr/include/libbtcore/*
+debian/tmp/usr/lib/libbtcore.so
+debian/tmp/usr/share/kde4/apps/cmake/modules/FindBTCore.cmake

Added: kde-extras/ktorrent/libbtcore/debian/libbtcore4.install
===================================================================
--- kde-extras/ktorrent/libbtcore/debian/libbtcore4.install	                        (rev 0)
+++ kde-extras/ktorrent/libbtcore/debian/libbtcore4.install	2008-05-02 19:44:50 UTC (rev 10448)
@@ -0,0 +1,2 @@
+debian/tmp/usr/lib/libbtcore.so.4
+debian/tmp/usr/lib/libbtcore.so.4.0.0

Added: kde-extras/ktorrent/libbtcore/debian/libbtcore4.symbols.amd64
===================================================================
--- kde-extras/ktorrent/libbtcore/debian/libbtcore4.symbols.amd64	                        (rev 0)
+++ kde-extras/ktorrent/libbtcore/debian/libbtcore4.symbols.amd64	2008-05-02 19:44:50 UTC (rev 10448)
@@ -0,0 +1,1415 @@
+libbtcore.so.4 libbtcore4 #MINVER#
+ _ZN2bt10BValueNode14printDebugInfoEv at Base 3.1~beta1
+ _ZN2bt10BValueNodeC1ERKNS_5ValueEj at Base 3.1~beta1
+ _ZN2bt10BValueNodeC2ERKNS_5ValueEj at Base 3.1~beta1
+ _ZN2bt10BValueNodeD0Ev at Base 3.1~beta1
+ _ZN2bt10BValueNodeD1Ev at Base 3.1~beta1
+ _ZN2bt10BValueNodeD2Ev at Base 3.1~beta1
+ _ZN2bt10Downloader10addWebSeedERK4KUrl at Base 3.1~beta1
+ _ZN2bt10Downloader10numNonIdleEv at Base 3.1~beta1
+ _ZN2bt10Downloader10onExcludedEjj at Base 3.1~beta1
+ _ZN2bt10Downloader10onIncludedEjj at Base 3.1~beta1
+ _ZN2bt10Downloader10setMonitorEPNS_16MonitorInterfaceE at Base 3.1~beta1
+ _ZN2bt10Downloader11dataCheckedERKNS_6BitSetE at Base 3.1~beta1
+ _ZN2bt10Downloader11qt_metacallEN11QMetaObject4CallEiPPv at Base 3.1~beta1
+ _ZN2bt10Downloader11qt_metacastEPKc at Base 3.1~beta1
+ _ZN2bt10Downloader11selectWorstEPNS_15PieceDownloaderE at Base 3.1~beta1
+ _ZN2bt10Downloader11setGroupIDsEjj at Base 3.1~beta1
+ _ZN2bt10Downloader12downloadFromEPNS_15PieceDownloaderE at Base 3.1~beta1
+ _ZN2bt10Downloader12downloadFromEPNS_7WebSeedE at Base 3.1~beta1
+ _ZN2bt10Downloader12loadWebSeedsERK7QString at Base 3.1~beta1
+ _ZN2bt10Downloader12normalUpdateEv at Base 3.1~beta1
+ _ZN2bt10Downloader12onChunkReadyEPNS_5ChunkE at Base 3.1~beta1
+ _ZN2bt10Downloader12onPeerKilledEPNS_4PeerE at Base 3.1~beta1
+ _ZN2bt10Downloader12saveWebSeedsERK7QString at Base 3.1~beta1
+ _ZN2bt10Downloader13loadDownloadsERK7QString at Base 3.1~beta1
+ _ZN2bt10Downloader13pieceReceivedERKNS_5PieceE at Base 3.1~beta1
+ _ZN2bt10Downloader13removeWebSeedERK4KUrl at Base 3.1~beta1
+ _ZN2bt10Downloader13saveDownloadsERK7QString at Base 3.1~beta1
+ _ZN2bt10Downloader14clearDownloadsEv at Base 3.1~beta1
+ _ZN2bt10Downloader14maxMemoryUsageEv at Base 3.1~beta1
+ _ZN2bt10Downloader14setMemoryUsageEj at Base 3.1~beta1
+ _ZN2bt10Downloader16recalcDownloadedEv at Base 3.1~beta1
+ _ZN2bt10Downloader16staticMetaObjectE at Base 3.1~beta1
+ _ZN2bt10Downloader17findDownloadForPDEPNS_15PieceDownloaderEb at Base 3.1~beta1
+ _ZN2bt10Downloader20chunkDownloadStartedEPNS_22ChunkDownloadInterfaceE at Base 3.1~beta1
+ _ZN2bt10Downloader21chunkDownloadFinishedEPNS_22ChunkDownloadInterfaceE at Base 3.1~beta1
+ _ZN2bt10Downloader37getDownloadedBytesOfCurrentChunksFileERK7QString at Base 3.1~beta1
+ _ZN2bt10Downloader6updateEv at Base 3.1~beta1
+ _ZN2bt10Downloader7ioErrorERK7QString at Base 3.1~beta1
+ _ZN2bt10Downloader8finishedEPNS_13ChunkDownloadE at Base 3.1~beta1
+ _ZN2bt10Downloader8selectCDEPNS_15PieceDownloaderEj at Base 3.1~beta1
+ _ZN2bt10Downloader9corruptedEj at Base 3.1~beta1
+ _ZN2bt10Downloader9mem_usageE at Base 3.1~beta1
+ _ZN2bt10Downloader9onNewPeerEPNS_4PeerE at Base 3.1~beta1
+ _ZN2bt10DownloaderC1ERNS_7TorrentERNS_11PeerManagerERNS_12ChunkManagerEPNS_29ChunkSelectorFactoryInterfaceE at Base 3.1~beta1
+ _ZN2bt10DownloaderC2ERNS_7TorrentERNS_11PeerManagerERNS_12ChunkManagerEPNS_29ChunkSelectorFactoryInterfaceE at Base 3.1~beta1
+ _ZN2bt10DownloaderD0Ev at Base 3.1~beta1
+ _ZN2bt10DownloaderD1Ev at Base 3.1~beta1
+ _ZN2bt10DownloaderD2Ev at Base 3.1~beta1
+ _ZN2bt10PeerSource10peersReadyEPS0_ at Base 3.1~beta1
+ _ZN2bt10PeerSource11qt_metacallEN11QMetaObject4CallEiPPv at Base 3.1~beta1
+ _ZN2bt10PeerSource11qt_metacastEPKc at Base 3.1~beta1
+ _ZN2bt10PeerSource12manualUpdateEv at Base 3.1~beta1
+ _ZN2bt10PeerSource16staticMetaObjectE at Base 3.1~beta1
+ _ZN2bt10PeerSource17takePotentialPeerERNS_13PotentialPeerE at Base 3.1~beta1
+ _ZN2bt10PeerSource18aboutToBeDestroyedEv at Base 3.1~beta1
+ _ZN2bt10PeerSource7addPeerERK7QStringtb at Base 3.1~beta1
+ _ZN2bt10PeerSource9completedEv at Base 3.1~beta1
+ _ZN2bt10PeerSourceC1Ev at Base 3.1~beta1
+ _ZN2bt10PeerSourceC2Ev at Base 3.1~beta1
+ _ZN2bt10PeerSourceD0Ev at Base 3.1~beta1
+ _ZN2bt10PeerSourceD1Ev at Base 3.1~beta1
+ _ZN2bt10PeerSourceD2Ev at Base 3.1~beta1
+ _ZN2bt10PercentageERKNS_12TorrentStatsE at Base 3.1~beta1
+ _ZN2bt10ReadUint16EPKhj at Base 3.1~beta1
+ _ZN2bt10ReadUint32EPKhj at Base 3.1~beta1
+ _ZN2bt10ReadUint64EPKhy at Base 3.1~beta1
+ _ZN2bt10ShareRatioERKNS_12TorrentStatsE at Base 3.1~beta1
+ _ZN2bt10WriteInt16EPhjs at Base 3.1~beta1
+ _ZN2bt10WriteInt32EPhji at Base 3.1~beta1
+ _ZN2bt10WriteInt64EPhjx at Base 3.1~beta1
+ _ZN2bt11DataCheckerC1Ev at Base 3.1~beta1
+ _ZN2bt11DataCheckerC2Ev at Base 3.1~beta1
+ _ZN2bt11DataCheckerD0Ev at Base 3.1~beta1
+ _ZN2bt11DataCheckerD1Ev at Base 3.1~beta1
+ _ZN2bt11DataCheckerD2Ev at Base 3.1~beta1
+ _ZN2bt11HTTPTracker10doAnnounceERK4KUrl at Base 3.1~beta1
+ _ZN2bt11HTTPTracker10proxy_portE at Base 3.1~beta1
+ _ZN2bt11HTTPTracker10updateDataERK10QByteArray at Base 3.1~beta1
+ _ZN2bt11HTTPTracker11qt_metacallEN11QMetaObject4CallEiPPv at Base 3.1~beta1
+ _ZN2bt11HTTPTracker11qt_metacastEPKc at Base 3.1~beta1
+ _ZN2bt11HTTPTracker12manualUpdateEv at Base 3.1~beta1
+ _ZN2bt11HTTPTracker13setupMetaDataERN3KIO8MetaDataE at Base 3.1~beta1
+ _ZN2bt11HTTPTracker14onScrapeResultEP4KJob at Base 3.1~beta1
+ _ZN2bt11HTTPTracker15doAnnounceQueueEv at Base 3.1~beta1
+ _ZN2bt11HTTPTracker15setProxyEnabledEb at Base 3.1~beta1
+ _ZN2bt11HTTPTracker16onAnnounceResultEP4KJob at Base 3.1~beta1
+ _ZN2bt11HTTPTracker16staticMetaObjectE at Base 3.1~beta1
+ _ZN2bt11HTTPTracker21emitInvalidURLFailureEv at Base 3.1~beta1
+ _ZN2bt11HTTPTracker4stopEPNS_7WaitJobE at Base 3.1~beta1
+ _ZN2bt11HTTPTracker5proxyE at Base 3.1~beta1
+ _ZN2bt11HTTPTracker5startEv at Base 3.1~beta1
+ _ZN2bt11HTTPTracker6scrapeEv at Base 3.1~beta1
+ _ZN2bt11HTTPTracker8proxy_onE at Base 3.1~beta1
+ _ZN2bt11HTTPTracker8setProxyERK7QStringt at Base 3.1~beta1
+ _ZN2bt11HTTPTracker9completedEv at Base 3.1~beta1
+ _ZN2bt11HTTPTracker9doRequestEPNS_7WaitJobE at Base 3.1~beta1
+ _ZN2bt11HTTPTrackerC1ERK4KUrlPNS_16TorrentInterfaceERKNS_6PeerIDEi at Base 3.1~beta1
+ _ZN2bt11HTTPTrackerC2ERK4KUrlPNS_16TorrentInterfaceERKNS_6PeerIDEi at Base 3.1~beta1
+ _ZN2bt11HTTPTrackerD0Ev at Base 3.1~beta1
+ _ZN2bt11HTTPTrackerD1Ev at Base 3.1~beta1
+ _ZN2bt11HTTPTrackerD2Ev at Base 3.1~beta1
+ _ZN2bt11IPBlocklist11removeRangeERK7QString at Base 3.1~beta1
+ _ZN2bt11IPBlocklist12getBlocklistEv at Base 3.1~beta1
+ _ZN2bt11IPBlocklist12setBlocklistEP11QStringList at Base 3.1~beta1
+ _ZN2bt11IPBlocklist13insertRangeIPERNS_5IPKeyEi at Base 3.1~beta1
+ _ZN2bt11IPBlocklist14isBlockedLocalERK7QString at Base 3.1~beta1
+ _ZN2bt11IPBlocklist15isBlockedPluginERK7QString at Base 3.1~beta1
+ _ZN2bt11IPBlocklist21setPluginInterfacePtrEPNS_19IPBlockingInterfaceE at Base 3.1~beta1
+ _ZN2bt11IPBlocklist4selfE at Base 3.1~beta1
+ _ZN2bt11IPBlocklist6insertERK7QStringi at Base 3.1~beta1
+ _ZN2bt11IPBlocklist8addRangeERK7QString at Base 3.1~beta1
+ _ZN2bt11IPBlocklist8instanceEv at Base 3.1~beta1
+ _ZN2bt11IPBlocklist9isBlockedERK7QString at Base 3.1~beta1
+ _ZN2bt11IPBlocklistC1ERKS0_ at Base 3.1~beta1
+ _ZN2bt11IPBlocklistC1Ev at Base 3.1~beta1
+ _ZN2bt11IPBlocklistC2ERKS0_ at Base 3.1~beta1
+ _ZN2bt11IPBlocklistC2Ev at Base 3.1~beta1
+ _ZN2bt11PeerManager10createPeerEPN3mse12StreamSocketERKNS_6PeerIDEjb at Base 3.1~beta1
+ _ZN2bt11PeerManager10peerKilledEPNS_4PeerE at Base 3.1~beta1
+ _ZN2bt11PeerManager11connectedToERKNS_6PeerIDE at Base 3.1~beta1
+ _ZN2bt11PeerManager11killBadPeerEv at Base 3.1~beta1
+ _ZN2bt11PeerManager11killSeedersEv at Base 3.1~beta1
+ _ZN2bt11PeerManager11qt_metacallEN11QMetaObject4CallEiPPv at Base 3.1~beta1
+ _ZN2bt11PeerManager11qt_metacastEPKc at Base 3.1~beta1
+ _ZN2bt11PeerManager11setGroupIDsEjj at Base 3.1~beta1
+ _ZN2bt11PeerManager12loadPeerListERK7QString at Base 3.1~beta1
+ _ZN2bt11PeerManager12savePeerListERK7QString at Base 3.1~beta1
+ _ZN2bt11PeerManager13newConnectionEPN3mse12StreamSocketERKNS_6PeerIDEj at Base 3.1~beta1
+ _ZN2bt11PeerManager13onRerunChokerEv at Base 3.1~beta1
+ _ZN2bt11PeerManager13setPexEnabledEb at Base 3.1~beta1
+ _ZN2bt11PeerManager14clearDeadPeersEv at Base 3.1~beta1
+ _ZN2bt11PeerManager14connectToPeersEv at Base 3.1~beta1
+ _ZN2bt11PeerManager15killChokedPeersEj at Base 3.1~beta1
+ _ZN2bt11PeerManager15max_connectionsE at Base 3.1~beta1
+ _ZN2bt11PeerManager15peerSourceReadyEPNS_10PeerSourceE at Base 3.1~beta1
+ _ZN2bt11PeerManager16addPotentialPeerERKNS_13PotentialPeerE at Base 3.1~beta1
+ _ZN2bt11PeerManager16killUninterestedEv at Base 3.1~beta1
+ _ZN2bt11PeerManager16onBitSetReceivedERKNS_6BitSetE at Base 3.1~beta1
+ _ZN2bt11PeerManager16staticMetaObjectE at Base 3.1~beta1
+ _ZN2bt11PeerManager17onResolverResultsEN8KNetwork16KResolverResultsE at Base 3.1~beta1
+ _ZN2bt11PeerManager17peerAuthenticatedEPNS_12AuthenticateEb at Base 3.1~beta1
+ _ZN2bt11PeerManager17setMaxConnectionsEj at Base 3.1~beta1
+ _ZN2bt11PeerManager17total_connectionsE at Base 3.1~beta1
+ _ZN2bt11PeerManager19closeAllConnectionsEv at Base 3.1~beta1
+ _ZN2bt11PeerManager21max_total_connectionsE at Base 3.1~beta1
+ _ZN2bt11PeerManager21updateAvailableChunksEv at Base 3.1~beta1
+ _ZN2bt11PeerManager22setMaxTotalConnectionsEj at Base 3.1~beta1
+ _ZN2bt11PeerManager3pexERK10QByteArray at Base 3.1~beta1
+ _ZN2bt11PeerManager4stopEv at Base 3.1~beta1
+ _ZN2bt11PeerManager5startEv at Base 3.1~beta1
+ _ZN2bt11PeerManager6onHaveEPNS_4PeerEj at Base 3.1~beta1
+ _ZN2bt11PeerManager6updateEv at Base 3.1~beta1
+ _ZN2bt11PeerManager7newPeerEPNS_4PeerE at Base 3.1~beta1
+ _ZN2bt11PeerManager7stoppedEv at Base 3.1~beta1
+ _ZN2bt11PeerManager8findPeerEPNS_15PieceDownloaderE at Base 3.1~beta1
+ _ZN2bt11PeerManager8findPeerEj at Base 3.1~beta1
+ _ZN2bt11PeerManagerC1ERNS_7TorrentE at Base 3.1~beta1
+ _ZN2bt11PeerManagerC2ERNS_7TorrentE at Base 3.1~beta1
+ _ZN2bt11PeerManagerD0Ev at Base 3.1~beta1
+ _ZN2bt11PeerManagerD1Ev at Base 3.1~beta1
+ _ZN2bt11PeerManagerD2Ev at Base 3.1~beta1
+ _ZN2bt11SHA1HashGen12processChunkEPKh at Base 3.1~beta1
+ _ZN2bt11SHA1HashGen3endEv at Base 3.1~beta1
+ _ZN2bt11SHA1HashGen5startEv at Base 3.1~beta1
+ _ZN2bt11SHA1HashGen6updateEPKhj at Base 3.1~beta1
+ _ZN2bt11SHA1HashGen8generateEPKhj at Base 3.1~beta1
+ _ZN2bt11SHA1HashGenC1Ev at Base 3.1~beta1
+ _ZN2bt11SHA1HashGenC2Ev at Base 3.1~beta1
+ _ZN2bt11SHA1HashGenD1Ev at Base 3.1~beta1
+ _ZN2bt11SHA1HashGenD2Ev at Base 3.1~beta1
+ _ZN2bt11TorrentFile11qt_metacallEN11QMetaObject4CallEiPPv at Base 3.1~beta1
+ _ZN2bt11TorrentFile11qt_metacastEPKc at Base 3.1~beta1
+ _ZN2bt11TorrentFile11setPriorityENS_8PriorityE at Base 3.1~beta1
+ _ZN2bt11TorrentFile16setDoNotDownloadEb at Base 3.1~beta1
+ _ZN2bt11TorrentFile16staticMetaObjectE at Base 3.1~beta1
+ _ZN2bt11TorrentFile23downloadPriorityChangedEPS0_NS_8PriorityES2_ at Base 3.1~beta1
+ _ZN2bt11TorrentFile25emitDownloadStatusChangedEv at Base 3.1~beta1
+ _ZN2bt11TorrentFile25updateNumDownloadedChunksERNS_12ChunkManagerE at Base 3.1~beta1
+ _ZN2bt11TorrentFile4nullE at Base 3.1~beta1
+ _ZN2bt11TorrentFileC1ERKS0_ at Base 3.1~beta1
+ _ZN2bt11TorrentFileC1EjRK7QStringyyy at Base 3.1~beta1
+ _ZN2bt11TorrentFileC1Ev at Base 3.1~beta1
+ _ZN2bt11TorrentFileC2ERKS0_ at Base 3.1~beta1
+ _ZN2bt11TorrentFileC2EjRK7QStringyyy at Base 3.1~beta1
+ _ZN2bt11TorrentFileC2Ev at Base 3.1~beta1
+ _ZN2bt11TorrentFileD0Ev at Base 3.1~beta1
+ _ZN2bt11TorrentFileD1Ev at Base 3.1~beta1
+ _ZN2bt11TorrentFileD2Ev at Base 3.1~beta1
+ _ZN2bt11TorrentFileaSERKS0_ at Base 3.1~beta1
+ _ZN2bt11WriteUint16EPhjt at Base 3.1~beta1
+ _ZN2bt11WriteUint32EPhjj at Base 3.1~beta1
+ _ZN2bt11WriteUint64EPhjy at Base 3.1~beta1
+ _ZN2bt12CacheFactoryC1Ev at Base 3.1~beta1
+ _ZN2bt12CacheFactoryC2Ev at Base 3.1~beta1
+ _ZN2bt12CacheFactoryD0Ev at Base 3.1~beta1
+ _ZN2bt12CacheFactoryD1Ev at Base 3.1~beta1
+ _ZN2bt12CacheFactoryD2Ev at Base 3.1~beta1
+ _ZN2bt12ChunkCounter3decEj at Base 3.1~beta1
+ _ZN2bt12ChunkCounter3incEj at Base 3.1~beta1
+ _ZN2bt12ChunkCounter5resetEv at Base 3.1~beta1
+ _ZN2bt12ChunkCounter9decBitSetERKNS_6BitSetE at Base 3.1~beta1
+ _ZN2bt12ChunkCounter9incBitSetERKNS_6BitSetE at Base 3.1~beta1
+ _ZN2bt12ChunkCounterC1Ej at Base 3.1~beta1
+ _ZN2bt12ChunkCounterC2Ej at Base 3.1~beta1
+ _ZN2bt12ChunkCounterD0Ev at Base 3.1~beta1
+ _ZN2bt12ChunkCounterD1Ev at Base 3.1~beta1
+ _ZN2bt12ChunkCounterD2Ev at Base 3.1~beta1
+ _ZN2bt12ChunkManager10prioritiseEjjNS_8PriorityE at Base 3.1~beta1
+ _ZN2bt12ChunkManager10resetChunkEj at Base 3.1~beta1
+ _ZN2bt12ChunkManager11createFilesEb at Base 3.1~beta1
+ _ZN2bt12ChunkManager11dataCheckedERKNS_6BitSetE at Base 3.1~beta1
+ _ZN2bt12ChunkManager11qt_metacallEN11QMetaObject4CallEiPPv at Base 3.1~beta1
+ _ZN2bt12ChunkManager11qt_metacastEPKc at Base 3.1~beta1
+ _ZN2bt12ChunkManager11updateStatsEv at Base 3.1~beta1
+ _ZN2bt12ChunkManager12loadFileInfoEv at Base 3.1~beta1
+ _ZN2bt12ChunkManager12prepareChunkEPNS_5ChunkEb at Base 3.1~beta1
+ _ZN2bt12ChunkManager12releaseChunkEj at Base 3.1~beta1
+ _ZN2bt12ChunkManager12saveFileInfoEv at Base 3.1~beta1
+ _ZN2bt12ChunkManager13changeDataDirERK7QString at Base 3.1~beta1
+ _ZN2bt12ChunkManager13do_data_checkE at Base 3.1~beta1
+ _ZN2bt12ChunkManager13loadIndexFileEv at Base 3.1~beta1
+ _ZN2bt12ChunkManager13moveDataFilesERK4QMapIPNS_20TorrentFileInterfaceE7QStringE at Base 3.1~beta1
+ _ZN2bt12ChunkManager13moveDataFilesERK7QString at Base 3.1~beta1
+ _ZN2bt12ChunkManager13saveIndexFileEv at Base 3.1~beta1
+ _ZN2bt12ChunkManager15deleteDataFilesEv at Base 3.1~beta1
+ _ZN2bt12ChunkManager15dndMissingFilesEv at Base 3.1~beta1
+ _ZN2bt12ChunkManager15hasMissingFilesER11QStringList at Base 3.1~beta1
+ _ZN2bt12ChunkManager15setPreviewSizesEjj at Base 3.1~beta1
+ _ZN2bt12ChunkManager16changeOutputPathERK7QString at Base 3.1~beta1
+ _ZN2bt12ChunkManager16checkMemoryUsageEv at Base 3.1~beta1
+ _ZN2bt12ChunkManager16loadPriorityInfoEv at Base 3.1~beta1
+ _ZN2bt12ChunkManager16savePriorityInfoEv at Base 3.1~beta1
+ _ZN2bt12ChunkManager16staticMetaObjectE at Base 3.1~beta1
+ _ZN2bt12ChunkManager17doPreviewPriorityERNS_11TorrentFileE at Base 3.1~beta1
+ _ZN2bt12ChunkManager18debugPrintMemUsageEv at Base 3.1~beta1
+ _ZN2bt12ChunkManager18preview_size_audioE at Base 3.1~beta1
+ _ZN2bt12ChunkManager18preview_size_videoE at Base 3.1~beta1
+ _ZN2bt12ChunkManager19writeIndexFileEntryEPNS_5ChunkE at Base 3.1~beta1
+ _ZN2bt12ChunkManager20allFilesExistOfChunkEj at Base 3.1~beta1
+ _ZN2bt12ChunkManager20preallocateDiskSpaceEPNS_19PreallocationThreadE at Base 3.1~beta1
+ _ZN2bt12ChunkManager20recreateMissingFilesEv at Base 3.1~beta1
+ _ZN2bt12ChunkManager21downloadStatusChangedEPNS_11TorrentFileEb at Base 3.1~beta1
+ _ZN2bt12ChunkManager21moveDataFilesFinishedEP4KJob at Base 3.1~beta1
+ _ZN2bt12ChunkManager21moveDataFilesFinishedERK4QMapIPNS_20TorrentFileInterfaceE7QStringEP4KJob at Base 3.1~beta1
+ _ZN2bt12ChunkManager23downloadPriorityChangedEPNS_11TorrentFileENS_8PriorityES3_ at Base 3.1~beta1
+ _ZN2bt12ChunkManager29markExistingFilesAsDownloadedEv at Base 3.1~beta1
+ _ZN2bt12ChunkManager29max_chunk_size_for_data_checkE at Base 3.1~beta1
+ _ZN2bt12ChunkManager4stopEv at Base 3.1~beta1
+ _ZN2bt12ChunkManager5startEv at Base 3.1~beta1
+ _ZN2bt12ChunkManager7excludeEjj at Base 3.1~beta1
+ _ZN2bt12ChunkManager7includeEjj at Base 3.1~beta1
+ _ZN2bt12ChunkManager8excludedEjj at Base 3.1~beta1
+ _ZN2bt12ChunkManager8getChunkEj at Base 3.1~beta1
+ _ZN2bt12ChunkManager8includedEjj at Base 3.1~beta1
+ _ZN2bt12ChunkManager9corruptedEj at Base 3.1~beta1
+ _ZN2bt12ChunkManager9diskUsageEv at Base 3.1~beta1
+ _ZN2bt12ChunkManager9grabChunkEj at Base 3.1~beta1
+ _ZN2bt12ChunkManager9saveChunkEjb at Base 3.1~beta1
+ _ZN2bt12ChunkManagerC1ERNS_7TorrentERK7QStringS5_bPNS_12CacheFactoryE at Base 3.1~beta1
+ _ZN2bt12ChunkManagerC2ERNS_7TorrentERK7QStringS5_bPNS_12CacheFactoryE at Base 3.1~beta1
+ _ZN2bt12ChunkManagerD0Ev at Base 3.1~beta1
+ _ZN2bt12ChunkManagerD1Ev at Base 3.1~beta1
+ _ZN2bt12ChunkManagerD2Ev at Base 3.1~beta1
+ _ZN2bt12DirSeparatorEv at Base 3.1~beta1
+ _ZN2bt12MaxOpenFilesEv at Base 3.1~beta1
+ _ZN2bt12PeerIDPrefixEv at Base 3.1~beta1
+ _ZN2bt12TrackersList5mergeEPKNS_11TrackerTierE at Base 3.1~beta1
+ _ZN2bt12TrackersListC1Ev at Base 3.1~beta1
+ _ZN2bt12TrackersListC2Ev at Base 3.1~beta1
+ _ZN2bt12TrackersListD0Ev at Base 3.1~beta1
+ _ZN2bt12TrackersListD1Ev at Base 3.1~beta1
+ _ZN2bt12TrackersListD2Ev at Base 3.1~beta1
+ _ZN2bt12TruncateFileERK7QStringy at Base 3.1~beta1
+ _ZN2bt12TruncateFileEiyb at Base 3.1~beta1
+ _ZN2bt13AddLogMonitorEPNS_19LogMonitorInterfaceE at Base 3.1~beta1
+ _ZN2bt13BytesToStringEyi at Base 3.1~beta1
+ _ZN2bt13ExitOperation11qt_metacallEN11QMetaObject4CallEiPPv at Base 3.1~beta1
+ _ZN2bt13ExitOperation11qt_metacastEPKc at Base 3.1~beta1
+ _ZN2bt13ExitOperation16staticMetaObjectE at Base 3.1~beta1
+ _ZN2bt13ExitOperation17operationFinishedEPS0_ at Base 3.1~beta1
+ _ZN2bt13ExitOperationC1Ev at Base 3.1~beta1
+ _ZN2bt13ExitOperationC2Ev at Base 3.1~beta1
+ _ZN2bt13ExitOperationD0Ev at Base 3.1~beta1
+ _ZN2bt13ExitOperationD1Ev at Base 3.1~beta1
+ _ZN2bt13ExitOperationD2Ev at Base 3.1~beta1
+ _ZN2bt13FreeDiskSpaceERK7QStringRy at Base 3.1~beta1
+ _ZN2bt13SetClientInfoERK7QStringiiiNS_11VersionTypeES2_ at Base 3.1~beta1
+ _ZN2bt13TimeEstimator10estimateKTEv at Base 3.1~beta1
+ _ZN2bt13TimeEstimator11estimateCSAEv at Base 3.1~beta1
+ _ZN2bt13TimeEstimator11m_algorithmE at Base 3.1~beta1
+ _ZN2bt13TimeEstimator12estimateGASAEv at Base 3.1~beta1
+ _ZN2bt13TimeEstimator12estimateMAVGEv at Base 3.1~beta1
+ _ZN2bt13TimeEstimator12estimateWINXEv at Base 3.1~beta1
+ _ZN2bt13TimeEstimator12setAlgorithmENS0_11ETAlgorithmE at Base 3.1~beta1
+ _ZN2bt13TimeEstimator8estimateEv at Base 3.1~beta1
+ _ZN2bt13TimeEstimatorC1EPNS_14TorrentControlE at Base 3.1~beta1
+ _ZN2bt13TimeEstimatorC2EPNS_14TorrentControlE at Base 3.1~beta1
+ _ZN2bt13TimeEstimatorD1Ev at Base 3.1~beta1
+ _ZN2bt13TimeEstimatorD2Ev at Base 3.1~beta1
+ _ZN2bt14FatPreallocateERK7QStringy at Base 3.1~beta1
+ _ZN2bt14FatPreallocateEiy at Base 3.1~beta1
+ _ZN2bt14MaximizeLimitsEv at Base 3.1~beta1
+ _ZN2bt14TorrentControl10addWebSeedERK4KUrl at Base 3.1~beta1
+ _ZN2bt14TorrentControl10setMonitorEPNS_16MonitorInterfaceE at Base 3.1~beta1
+ _ZN2bt14TorrentControl10setupStatsEv at Base 3.1~beta1
+ _ZN2bt14TorrentControl11createFilesEv at Base 3.1~beta1
+ _ZN2bt14TorrentControl11handleErrorERK7QString at Base 3.1~beta1
+ _ZN2bt14TorrentControl11qt_metacallEN11QMetaObject4CallEiPPv at Base 3.1~beta1
+ _ZN2bt14TorrentControl11qt_metacastEPKc at Base 3.1~beta1
+ _ZN2bt14TorrentControl11setPriorityEi at Base 3.1~beta1
+ _ZN2bt14TorrentControl11updateStatsEv at Base 3.1~beta1
+ _ZN2bt14TorrentControl12auto_recheckE at Base 3.1~beta1
+ _ZN2bt14TorrentControl12changeTorDirERK7QString at Base 3.1~beta1
+ _ZN2bt14TorrentControl12initInternalEPNS_21QueueManagerInterfaceERK7QStringS5_S5_b at Base 3.1~beta1
+ _ZN2bt14TorrentControl12onPortPacketERK7QStringt at Base 3.1~beta1
+ _ZN2bt14TorrentControl12overMaxRatioEv at Base 3.1~beta1
+ _ZN2bt14TorrentControl13addPeerSourceEPNS_10PeerSourceE at Base 3.1~beta1
+ _ZN2bt14TorrentControl13checkExistingEPNS_21QueueManagerInterfaceE at Base 3.1~beta1
+ _ZN2bt14TorrentControl13completed_dirE at Base 3.1~beta1
+ _ZN2bt14TorrentControl13continueStartEv at Base 3.1~beta1
+ _ZN2bt14TorrentControl13loadOutputDirEv at Base 3.1~beta1
+ _ZN2bt14TorrentControl13min_diskspaceE at Base 3.1~beta1
+ _ZN2bt14TorrentControl13onPeerRemovedEPNS_4PeerE at Base 3.1~beta1
+ _ZN2bt14TorrentControl13removeWebSeedERK4KUrl at Base 3.1~beta1
+ _ZN2bt14TorrentControl13scrapeTrackerEv at Base 3.1~beta1
+ _ZN2bt14TorrentControl13updateTrackerEv at Base 3.1~beta1
+ _ZN2bt14TorrentControl14afterDataCheckEv at Base 3.1~beta1
+ _ZN2bt14TorrentControl14checkDiskSpaceEb at Base 3.1~beta1
+ _ZN2bt14TorrentControl14getTorrentFileEj at Base 3.1~beta1
+ _ZN2bt14TorrentControl14migrateTorrentERK7QString at Base 3.1~beta1
+ _ZN2bt14TorrentControl14setMaxSeedTimeEf at Base 3.1~beta1
+ _ZN2bt14TorrentControl14setUploadPropsEjj at Base 3.1~beta1
+ _ZN2bt14TorrentControl14startDataCheckEPNS_19DataCheckerListenerE at Base 3.1~beta1
+ _ZN2bt14TorrentControl15announceAllowedEv at Base 3.1~beta1
+ _ZN2bt14TorrentControl15changeOutputDirERK7QStringi at Base 3.1~beta1
+ _ZN2bt14TorrentControl15changeTextCodecEP10QTextCodec at Base 3.1~beta1
+ _ZN2bt14TorrentControl15deleteDataFilesEv at Base 3.1~beta1
+ _ZN2bt14TorrentControl15dndMissingFilesEv at Base 3.1~beta1
+ _ZN2bt14TorrentControl15getTrackersListEv at Base 3.1~beta1
+ _ZN2bt14TorrentControl15hasMissingFilesER11QStringList at Base 3.1~beta1
+ _ZN2bt14TorrentControl15overMaxSeedTimeEv at Base 3.1~beta1
+ _ZN2bt14TorrentControl15setCacheFactoryEPNS_12CacheFactoryE at Base 3.1~beta1
+ _ZN2bt14TorrentControl15updateStatusMsgEv at Base 3.1~beta1
+ _ZN2bt14TorrentControl16getAssuredSpeedsERjS1_ at Base 3.1~beta1
+ _ZN2bt14TorrentControl16getTrafficLimitsERjS1_ at Base 3.1~beta1
+ _ZN2bt14TorrentControl16isFeatureEnabledENS_14TorrentFeatureE at Base 3.1~beta1
+ _ZN2bt14TorrentControl16moveTorrentFilesERK4QMapIPNS_20TorrentFileInterfaceE7QStringE at Base 3.1~beta1
+ _ZN2bt14TorrentControl16removePeerSourceEPNS_10PeerSourceE at Base 3.1~beta1
+ _ZN2bt14TorrentControl16setAssuredSpeedsEjj at Base 3.1~beta1
+ _ZN2bt14TorrentControl16setDownloadPropsEjj at Base 3.1~beta1
+ _ZN2bt14TorrentControl16setMaxShareRatioEf at Base 3.1~beta1
+ _ZN2bt14TorrentControl16setTrafficLimitsEjj at Base 3.1~beta1
+ _ZN2bt14TorrentControl16staticMetaObjectE at Base 3.1~beta1
+ _ZN2bt14TorrentControl17resetTrackerStatsEv at Base 3.1~beta1
+ _ZN2bt14TorrentControl17setFeatureEnabledENS_14TorrentFeatureEb at Base 3.1~beta1
+ _ZN2bt14TorrentControl17trackerScrapeDoneEv at Base 3.1~beta1
+ _ZN2bt14TorrentControl18preallocThreadDoneEv at Base 3.1~beta1
+ _ZN2bt14TorrentControl19completed_datacheckE at Base 3.1~beta1
+ _ZN2bt14TorrentControl20recreateMissingFilesEv at Base 3.1~beta1
+ _ZN2bt14TorrentControl20trackerStatusChangedERK7QString at Base 3.1~beta1
+ _ZN2bt14TorrentControl21moveDataFilesFinishedEP4KJob at Base 3.1~beta1
+ _ZN2bt14TorrentControl23setChunkSelectorFactoryEPNS_29ChunkSelectorFactoryInterfaceE at Base 3.1~beta1
+ _ZN2bt14TorrentControl25num_corrupted_for_recheckE at Base 3.1~beta1
+ _ZN2bt14TorrentControl29markExistingFilesAsDownloadedEv at Base 3.1~beta1
+ _ZN2bt14TorrentControl4initEPNS_21QueueManagerInterfaceERK10QByteArrayRK7QStringS8_S8_ at Base 3.1~beta1
+ _ZN2bt14TorrentControl4initEPNS_21QueueManagerInterfaceERK7QStringS5_S5_S5_ at Base 3.1~beta1
+ _ZN2bt14TorrentControl4stopEbPNS_7WaitJobE at Base 3.1~beta1
+ _ZN2bt14TorrentControl5startEv at Base 3.1~beta1
+ _ZN2bt14TorrentControl6getETAEv at Base 3.1~beta1
+ _ZN2bt14TorrentControl6updateEv at Base 3.1~beta1
+ _ZN2bt14TorrentControl8rollbackEv at Base 3.1~beta1
+ _ZN2bt14TorrentControl9corruptedEj at Base 3.1~beta1
+ _ZN2bt14TorrentControl9doChokingEv at Base 3.1~beta1
+ _ZN2bt14TorrentControl9loadStatsEv at Base 3.1~beta1
+ _ZN2bt14TorrentControl9onIOErrorERK7QString at Base 3.1~beta1
+ _ZN2bt14TorrentControl9onNewPeerEPNS_4PeerE at Base 3.1~beta1
+ _ZN2bt14TorrentControl9saveStatsEv at Base 3.1~beta1
+ _ZN2bt14TorrentControl9setupDataERK7QString at Base 3.1~beta1
+ _ZN2bt14TorrentControl9setupDirsERK7QStringS3_ at Base 3.1~beta1
+ _ZN2bt14TorrentControlC1Ev at Base 3.1~beta1
+ _ZN2bt14TorrentControlC2Ev at Base 3.1~beta1
+ _ZN2bt14TorrentControlD0Ev at Base 3.1~beta1
+ _ZN2bt14TorrentControlD1Ev at Base 3.1~beta1
+ _ZN2bt14TorrentControlD2Ev at Base 3.1~beta1
+ _ZN2bt14TorrentCreator10savePiecesERNS_8BEncoderE at Base 3.1~beta1
+ _ZN2bt14TorrentCreator11saveTorrentERK7QString at Base 3.1~beta1
+ _ZN2bt14TorrentCreator13buildFileListERK7QString at Base 3.1~beta1
+ _ZN2bt14TorrentCreator13calcHashMultiEv at Base 3.1~beta1
+ _ZN2bt14TorrentCreator13calculateHashEv at Base 3.1~beta1
+ _ZN2bt14TorrentCreator14calcHashSingleEv at Base 3.1~beta1
+ _ZN2bt14TorrentCreator6makeTCERK7QString at Base 3.1~beta1
+ _ZN2bt14TorrentCreator8saveFileERNS_8BEncoderERKNS_11TorrentFileE at Base 3.1~beta1
+ _ZN2bt14TorrentCreator8saveInfoERNS_8BEncoderE at Base 3.1~beta1
+ _ZN2bt14TorrentCreatorC1ERK7QStringRK11QStringListRKN4KUrl4ListEjS3_S3_bb at Base 3.1~beta1
+ _ZN2bt14TorrentCreatorC2ERK7QStringRK11QStringListRKN4KUrl4ListEjS3_S3_bb at Base 3.1~beta1
+ _ZN2bt14TorrentCreatorD0Ev at Base 3.1~beta1
+ _ZN2bt14TorrentCreatorD1Ev at Base 3.1~beta1
+ _ZN2bt14TorrentCreatorD2Ev at Base 3.1~beta1
+ _ZN2bt15SynchronousWaitEj at Base 3.1~beta1
+ _ZN2bt16DurationToStringEj at Base 3.1~beta1
+ _ZN2bt16GetVersionStringEv at Base 3.1~beta1
+ _ZN2bt16IsMultimediaFileERK7QString at Base 3.1~beta1
+ _ZN2bt16MonitorInterfaceC1Ev at Base 3.1~beta1
+ _ZN2bt16MonitorInterfaceC2Ev at Base 3.1~beta1
+ _ZN2bt16MonitorInterfaceD0Ev at Base 3.1~beta1
+ _ZN2bt16MonitorInterfaceD1Ev at Base 3.1~beta1
+ _ZN2bt16MonitorInterfaceD2Ev at Base 3.1~beta1
+ _ZN2bt16MultiDataChecker5checkERK7QStringRKNS_7TorrentES3_RKNS_6BitSetE at Base 3.1~beta1
+ _ZN2bt16MultiDataChecker9loadChunkEjjRKNS_7TorrentE at Base 3.1~beta1
+ _ZN2bt16MultiDataCheckerC1Ev at Base 3.1~beta1
+ _ZN2bt16MultiDataCheckerC2Ev at Base 3.1~beta1
+ _ZN2bt16MultiDataCheckerD0Ev at Base 3.1~beta1
+ _ZN2bt16MultiDataCheckerD1Ev at Base 3.1~beta1
+ _ZN2bt16MultiDataCheckerD2Ev at Base 3.1~beta1
+ _ZN2bt16NetworkInterfaceEv at Base 3.1~beta1
+ _ZN2bt16RemoveLogMonitorEPNS_19LogMonitorInterfaceE at Base 3.1~beta1
+ _ZN2bt16TorrentInterface11qt_metacallEN11QMetaObject4CallEiPPv at Base 3.1~beta1
+ _ZN2bt16TorrentInterface11qt_metacastEPKc at Base 3.1~beta1
+ _ZN2bt16TorrentInterface12diskSpaceLowEPS0_b at Base 3.1~beta1
+ _ZN2bt16TorrentInterface13needDataCheckEPS0_ at Base 3.1~beta1
+ _ZN2bt16TorrentInterface13statusChangedEPS0_ at Base 3.1~beta1
+ _ZN2bt16TorrentInterface14stoppedByErrorEPS0_7QString at Base 3.1~beta1
+ _ZN2bt16TorrentInterface14torrentStoppedEPS0_ at Base 3.1~beta1
+ _ZN2bt16TorrentInterface15maxRatioChangedEPS0_ at Base 3.1~beta1
+ _ZN2bt16TorrentInterface16aboutToBeStartedEPS0_Rb at Base 3.1~beta1
+ _ZN2bt16TorrentInterface16staticMetaObjectE at Base 3.1~beta1
+ _ZN2bt16TorrentInterface18corruptedDataFoundEPS0_ at Base 3.1~beta1
+ _ZN2bt16TorrentInterface18seedingAutoStoppedEPS0_NS_14AutoStopReasonE at Base 3.1~beta1
+ _ZN2bt16TorrentInterface21missingFilesMarkedDNDEPS0_ at Base 3.1~beta1
+ _ZN2bt16TorrentInterface8finishedEPS0_ at Base 3.1~beta1
+ _ZN2bt16TorrentInterfaceC1Ev at Base 3.1~beta1
+ _ZN2bt16TorrentInterfaceC2Ev at Base 3.1~beta1
+ _ZN2bt16TorrentInterfaceD0Ev at Base 3.1~beta1
+ _ZN2bt16TorrentInterfaceD1Ev at Base 3.1~beta1
+ _ZN2bt16TorrentInterfaceD2Ev at Base 3.1~beta1
+ _ZN2bt16UDPTrackerSocket11handleErrorERK10QByteArray at Base 3.1~beta1
+ _ZN2bt16UDPTrackerSocket11qt_metacallEN11QMetaObject4CallEiPPv at Base 3.1~beta1
+ _ZN2bt16UDPTrackerSocket11qt_metacastEPKc at Base 3.1~beta1
+ _ZN2bt16UDPTrackerSocket11sendConnectEiRKN8KNetwork14KSocketAddressE at Base 3.1~beta1
+ _ZN2bt16UDPTrackerSocket12dataReceivedEv at Base 3.1~beta1
+ _ZN2bt16UDPTrackerSocket12sendAnnounceEiPKhRKN8KNetwork14KSocketAddressE at Base 3.1~beta1
+ _ZN2bt16UDPTrackerSocket13handleConnectERK10QByteArray at Base 3.1~beta1
+ _ZN2bt16UDPTrackerSocket14handleAnnounceERK10QByteArray at Base 3.1~beta1
+ _ZN2bt16UDPTrackerSocket15connectReceivedEix at Base 3.1~beta1
+ _ZN2bt16UDPTrackerSocket16announceReceivedEiRK10QByteArray at Base 3.1~beta1
+ _ZN2bt16UDPTrackerSocket16newTransactionIDEv at Base 3.1~beta1
+ _ZN2bt16UDPTrackerSocket16staticMetaObjectE at Base 3.1~beta1
+ _ZN2bt16UDPTrackerSocket17cancelTransactionEi at Base 3.1~beta1
+ _ZN2bt16UDPTrackerSocket4portE at Base 3.1~beta1
+ _ZN2bt16UDPTrackerSocket5errorEiRK7QString at Base 3.1~beta1
+ _ZN2bt16UDPTrackerSocket7getPortEv at Base 3.1~beta1
+ _ZN2bt16UDPTrackerSocket7setPortEt at Base 3.1~beta1
+ _ZN2bt16UDPTrackerSocketC1Ev at Base 3.1~beta1
+ _ZN2bt16UDPTrackerSocketC2Ev at Base 3.1~beta1
+ _ZN2bt16UDPTrackerSocketD0Ev at Base 3.1~beta1
+ _ZN2bt16UDPTrackerSocketD1Ev at Base 3.1~beta1
+ _ZN2bt16UDPTrackerSocketD2Ev at Base 3.1~beta1
+ _ZN2bt16WebSeedInterfaceC1ERK4KUrlb at Base 3.1~beta1
+ _ZN2bt16WebSeedInterfaceC2ERK4KUrlb at Base 3.1~beta1
+ _ZN2bt16WebSeedInterfaceD0Ev at Base 3.1~beta1
+ _ZN2bt16WebSeedInterfaceD1Ev at Base 3.1~beta1
+ _ZN2bt16WebSeedInterfaceD2Ev at Base 3.1~beta1
+ _ZN2bt17SingleDataChecker5checkERK7QStringRKNS_7TorrentES3_RKNS_6BitSetE at Base 3.1~beta1
+ _ZN2bt17SingleDataCheckerC1Ev at Base 3.1~beta1
+ _ZN2bt17SingleDataCheckerC2Ev at Base 3.1~beta1
+ _ZN2bt17SingleDataCheckerD0Ev at Base 3.1~beta1
+ _ZN2bt17SingleDataCheckerD1Ev at Base 3.1~beta1
+ _ZN2bt17SingleDataCheckerD2Ev at Base 3.1~beta1
+ _ZN2bt17UpdateCurrentTimeEv at Base 3.1~beta1
+ _ZN2bt17global_time_stampE at Base 3.1~beta1
+ _ZN2bt18BEncoderFileOutput5writeEPKcj at Base 3.1~beta1
+ _ZN2bt18BEncoderFileOutputC1EPNS_4FileE at Base 3.1~beta1
+ _ZN2bt18BEncoderFileOutputC2EPNS_4FileE at Base 3.1~beta1
+ _ZN2bt19DataCheckerListenerC1Eb at Base 3.1~beta1
+ _ZN2bt19DataCheckerListenerC2Eb at Base 3.1~beta1
+ _ZN2bt19DataCheckerListenerD0Ev at Base 3.1~beta1
+ _ZN2bt19DataCheckerListenerD1Ev at Base 3.1~beta1
+ _ZN2bt19DataCheckerListenerD2Ev at Base 3.1~beta1
+ _ZN2bt19IPBlockingInterfaceC1Ev at Base 3.1~beta1
+ _ZN2bt19IPBlockingInterfaceC2Ev at Base 3.1~beta1
+ _ZN2bt19IPBlockingInterfaceD0Ev at Base 3.1~beta1
+ _ZN2bt19IPBlockingInterfaceD1Ev at Base 3.1~beta1
+ _ZN2bt19IPBlockingInterfaceD2Ev at Base 3.1~beta1
+ _ZN2bt19LogMonitorInterfaceC1Ev at Base 3.1~beta1
+ _ZN2bt19LogMonitorInterfaceC2Ev at Base 3.1~beta1
+ _ZN2bt19LogMonitorInterfaceD0Ev at Base 3.1~beta1
+ _ZN2bt19LogMonitorInterfaceD1Ev at Base 3.1~beta1
+ _ZN2bt19LogMonitorInterfaceD2Ev at Base 3.1~beta1
+ _ZN2bt19SetNetworkInterfaceERK7QString at Base 3.1~beta1
+ _ZN2bt20BEncoderBufferOutput5writeEPKcj at Base 3.1~beta1
+ _ZN2bt20BEncoderBufferOutputC1ER10QByteArray at Base 3.1~beta1
+ _ZN2bt20BEncoderBufferOutputC2ER10QByteArray at Base 3.1~beta1
+ _ZN2bt20KBytesPerSecToStringEdi at Base 3.1~beta1
+ _ZN2bt20TorrentFileInterface11qt_metacallEN11QMetaObject4CallEiPPv at Base 3.1~beta1
+ _ZN2bt20TorrentFileInterface11qt_metacastEPKc at Base 3.1~beta1
+ _ZN2bt20TorrentFileInterface15changeTextCodecEP10QTextCodec at Base 3.1~beta1
+ _ZN2bt20TorrentFileInterface16previewAvailableEb at Base 3.1~beta1
+ _ZN2bt20TorrentFileInterface16setUnencodedPathE5QListI10QByteArrayE at Base 3.1~beta1
+ _ZN2bt20TorrentFileInterface16staticMetaObjectE at Base 3.1~beta1
+ _ZN2bt20TorrentFileInterface25downloadPercentageChangedEf at Base 3.1~beta1
+ _ZN2bt20TorrentFileInterfaceC1EjRK7QStringy at Base 3.1~beta1
+ _ZN2bt20TorrentFileInterfaceC2EjRK7QStringy at Base 3.1~beta1
+ _ZN2bt20TorrentFileInterfaceD0Ev at Base 3.1~beta1
+ _ZN2bt20TorrentFileInterfaceD1Ev at Base 3.1~beta1
+ _ZN2bt20TorrentFileInterfaceD2Ev at Base 3.1~beta1
+ _ZN2bt21AuthenticationMonitor10handleDataEv at Base 3.1~beta1
+ _ZN2bt21AuthenticationMonitor3addEPNS_16AuthenticateBaseE at Base 3.1~beta1
+ _ZN2bt21AuthenticationMonitor4selfE at Base 3.1~beta1
+ _ZN2bt21AuthenticationMonitor5clearEv at Base 3.1~beta1
+ _ZN2bt21AuthenticationMonitor6removeEPNS_16AuthenticateBaseE at Base 3.1~beta1
+ _ZN2bt21AuthenticationMonitor6updateEv at Base 3.1~beta1
+ _ZN2bt21AuthenticationMonitorC1Ev at Base 3.1~beta1
+ _ZN2bt21AuthenticationMonitorC2Ev at Base 3.1~beta1
+ _ZN2bt21AuthenticationMonitorD0Ev at Base 3.1~beta1
+ _ZN2bt21AuthenticationMonitorD1Ev at Base 3.1~beta1
+ _ZN2bt21AuthenticationMonitorD2Ev at Base 3.1~beta1
+ _ZN2bt21QueueManagerInterfaceC1Ev at Base 3.1~beta1
+ _ZN2bt21QueueManagerInterfaceC2Ev at Base 3.1~beta1
+ _ZN2bt21QueueManagerInterfaceD0Ev at Base 3.1~beta1
+ _ZN2bt21QueueManagerInterfaceD1Ev at Base 3.1~beta1
+ _ZN2bt21QueueManagerInterfaceD2Ev at Base 3.1~beta1
+ _ZN2bt22ChunkSelectorInterface11selectRangeERjS1_ at Base 3.1~beta1
+ _ZN2bt22ChunkSelectorInterfaceC1ERNS_12ChunkManagerERNS_10DownloaderERNS_11PeerManagerE at Base 3.1~beta1
+ _ZN2bt22ChunkSelectorInterfaceC2ERNS_12ChunkManagerERNS_10DownloaderERNS_11PeerManagerE at Base 3.1~beta1
+ _ZN2bt22ChunkSelectorInterfaceD0Ev at Base 3.1~beta1
+ _ZN2bt22ChunkSelectorInterfaceD1Ev at Base 3.1~beta1
+ _ZN2bt22ChunkSelectorInterfaceD2Ev at Base 3.1~beta1
+ _ZN2bt25NetworkInterfaceIPAddressERK7QString at Base 3.1~beta1
+ _ZN2bt29ChunkSelectorFactoryInterfaceC1Ev at Base 3.1~beta1
+ _ZN2bt29ChunkSelectorFactoryInterfaceC2Ev at Base 3.1~beta1
+ _ZN2bt29ChunkSelectorFactoryInterfaceD0Ev at Base 3.1~beta1
+ _ZN2bt29ChunkSelectorFactoryInterfaceD1Ev at Base 3.1~beta1
+ _ZN2bt29ChunkSelectorFactoryInterfaceD2Ev at Base 3.1~beta1
+ _ZN2bt3Log10addMonitorEPNS_19LogMonitorInterfaceE at Base 3.1~beta1
+ _ZN2bt3Log13logRotateDoneEv at Base 3.1~beta1
+ _ZN2bt3Log13removeMonitorEPNS_19LogMonitorInterfaceE at Base 3.1~beta1
+ _ZN2bt3Log13setOutputFileERK7QStringb at Base 3.1~beta1
+ _ZN2bt3Log18setOutputToConsoleEb at Base 3.1~beta1
+ _ZN2bt3Log4lockEv at Base 3.1~beta1
+ _ZN2bt3Log9setFilterEj at Base 3.1~beta1
+ _ZN2bt3LogC1Ev at Base 3.1~beta1
+ _ZN2bt3LogC2Ev at Base 3.1~beta1
+ _ZN2bt3LogD0Ev at Base 3.1~beta1
+ _ZN2bt3LogD1Ev at Base 3.1~beta1
+ _ZN2bt3LogD2Ev at Base 3.1~beta1
+ _ZN2bt3LoglsEPKc at Base 3.1~beta1
+ _ZN2bt3LoglsERK4KUrl at Base 3.1~beta1
+ _ZN2bt3LoglsERK7QString at Base 3.1~beta1
+ _ZN2bt3LoglsEx at Base 3.1~beta1
+ _ZN2bt3LoglsEy at Base 3.1~beta1
+ _ZN2bt3NowEv at Base 3.1~beta1
+ _ZN2bt3OutEj at Base 3.1~beta1
+ _ZN2bt4File4openERK7QStringS3_ at Base 3.1~beta1
+ _ZN2bt4File4readEPvj at Base 3.1~beta1
+ _ZN2bt4File4seekENS0_7SeekPosEx at Base 3.1~beta1
+ _ZN2bt4File5closeEv at Base 3.1~beta1
+ _ZN2bt4File5flushEv at Base 3.1~beta1
+ _ZN2bt4File5writeEPKvj at Base 3.1~beta1
+ _ZN2bt4FileC1Ev at Base 3.1~beta1
+ _ZN2bt4FileC2Ev at Base 3.1~beta1
+ _ZN2bt4FileD0Ev at Base 3.1~beta1
+ _ZN2bt4FileD1Ev at Base 3.1~beta1
+ _ZN2bt4FileD2Ev at Base 3.1~beta1
+ _ZN2bt4MoveERK7QStringS2_b at Base 3.1~beta1
+ _ZN2bt4endlERNS_3LogE at Base 3.1~beta1
+ _ZN2bt5BNodeC1ENS0_4TypeEj at Base 3.1~beta1
+ _ZN2bt5BNodeC2ENS0_4TypeEj at Base 3.1~beta1
+ _ZN2bt5BNodeD0Ev at Base 3.1~beta1
+ _ZN2bt5BNodeD1Ev at Base 3.1~beta1
+ _ZN2bt5BNodeD2Ev at Base 3.1~beta1
+ _ZN2bt5Cache12changeTmpDirERK7QString at Base 3.1~beta1
+ _ZN2bt5Cache13moveDataFilesERK4QMapIPNS_20TorrentFileInterfaceE7QStringE at Base 3.1~beta1
+ _ZN2bt5Cache17mappedModeAllowedEv at Base 3.1~beta1
+ _ZN2bt5Cache17preallocate_filesE at Base 3.1~beta1
+ _ZN2bt5Cache17preallocate_fullyE at Base 3.1~beta1
+ _ZN2bt5Cache21moveDataFilesFinishedERK4QMapIPNS_20TorrentFileInterfaceE7QStringEP4KJob at Base 3.1~beta1
+ _ZN2bt5Cache23preallocate_fs_specificE at Base 3.1~beta1
+ _ZN2bt5CacheC1ERNS_7TorrentERK7QStringS5_ at Base 3.1~beta1
+ _ZN2bt5CacheC2ERNS_7TorrentERK7QStringS5_ at Base 3.1~beta1
+ _ZN2bt5CacheD0Ev at Base 3.1~beta1
+ _ZN2bt5CacheD1Ev at Base 3.1~beta1
+ _ZN2bt5CacheD2Ev at Base 3.1~beta1
+ _ZN2bt5Chunk5clearEv at Base 3.1~beta1
+ _ZN2bt5Chunk7setDataEPhNS0_6StatusE at Base 3.1~beta1
+ _ZN2bt5Chunk8allocateEv at Base 3.1~beta1
+ _ZN2bt5Chunk8unmappedEv at Base 3.1~beta1
+ _ZN2bt5ChunkC1Ejj at Base 3.1~beta1
+ _ZN2bt5ChunkC2Ejj at Base 3.1~beta1
+ _ZN2bt5ChunkD0Ev at Base 3.1~beta1
+ _ZN2bt5ChunkD1Ev at Base 3.1~beta1
+ _ZN2bt5ChunkD2Ev at Base 3.1~beta1
+ _ZN2bt5ErrorC1ERK7QString at Base 3.1~beta1
+ _ZN2bt5ErrorC2ERK7QString at Base 3.1~beta1
+ _ZN2bt5ErrorD0Ev at Base 3.1~beta1
+ _ZN2bt5ErrorD1Ev at Base 3.1~beta1
+ _ZN2bt5ErrorD2Ev at Base 3.1~beta1
+ _ZN2bt5Timer6updateEv at Base 3.1~beta1
+ _ZN2bt5TimerC1ERKS0_ at Base 3.1~beta1
+ _ZN2bt5TimerC1Ev at Base 3.1~beta1
+ _ZN2bt5TimerC2ERKS0_ at Base 3.1~beta1
+ _ZN2bt5TimerC2Ev at Base 3.1~beta1
+ _ZN2bt5TimerD0Ev at Base 3.1~beta1
+ _ZN2bt5TimerD1Ev at Base 3.1~beta1
+ _ZN2bt5TimerD2Ev at Base 3.1~beta1
+ _ZN2bt5TimeraSERKS0_ at Base 3.1~beta1
+ _ZN2bt5TouchERK7QStringb at Base 3.1~beta1
+ _ZN2bt5ValueC1ERK10QByteArray at Base 3.1~beta1
+ _ZN2bt5ValueC1ERKS0_ at Base 3.1~beta1
+ _ZN2bt5ValueC1Ei at Base 3.1~beta1
+ _ZN2bt5ValueC1Ev at Base 3.1~beta1
+ _ZN2bt5ValueC1Ex at Base 3.1~beta1
+ _ZN2bt5ValueC2ERK10QByteArray at Base 3.1~beta1
+ _ZN2bt5ValueC2ERKS0_ at Base 3.1~beta1
+ _ZN2bt5ValueC2Ei at Base 3.1~beta1
+ _ZN2bt5ValueC2Ev at Base 3.1~beta1
+ _ZN2bt5ValueC2Ex at Base 3.1~beta1
+ _ZN2bt5ValueD1Ev at Base 3.1~beta1
+ _ZN2bt5ValueD2Ev at Base 3.1~beta1
+ _ZN2bt5ValueaSERK10QByteArray at Base 3.1~beta1
+ _ZN2bt5ValueaSERKS0_ at Base 3.1~beta1
+ _ZN2bt5ValueaSEi at Base 3.1~beta1
+ _ZN2bt5ValueaSEx at Base 3.1~beta1
+ _ZN2bt6BitSet4nullE at Base 3.1~beta1
+ _ZN2bt6BitSet5clearEv at Base 3.1~beta1
+ _ZN2bt6BitSet6setAllEb at Base 3.1~beta1
+ _ZN2bt6BitSet8orBitSetERKS0_ at Base 3.1~beta1
+ _ZN2bt6BitSetC1EPKhj at Base 3.1~beta1
+ _ZN2bt6BitSetC1ERKS0_ at Base 3.1~beta1
+ _ZN2bt6BitSetC1Ej at Base 3.1~beta1
+ _ZN2bt6BitSetC2EPKhj at Base 3.1~beta1
+ _ZN2bt6BitSetC2ERKS0_ at Base 3.1~beta1
+ _ZN2bt6BitSetC2Ej at Base 3.1~beta1
+ _ZN2bt6BitSetD0Ev at Base 3.1~beta1
+ _ZN2bt6BitSetD1Ev at Base 3.1~beta1
+ _ZN2bt6BitSetD2Ev at Base 3.1~beta1
+ _ZN2bt6BitSetaSERKS0_ at Base 3.1~beta1
+ _ZN2bt6BitSeteqERKS0_ at Base 3.1~beta1
+ _ZN2bt6Choker16num_upload_slotsE at Base 3.1~beta1
+ _ZN2bt6Choker6updateEbRKNS_12TorrentStatsE at Base 3.1~beta1
+ _ZN2bt6ChokerC1ERNS_11PeerManagerERNS_12ChunkManagerE at Base 3.1~beta1
+ _ZN2bt6ChokerC2ERNS_11PeerManagerERNS_12ChunkManagerE at Base 3.1~beta1
+ _ZN2bt6ChokerD0Ev at Base 3.1~beta1
+ _ZN2bt6ChokerD1Ev at Base 3.1~beta1
+ _ZN2bt6ChokerD2Ev at Base 3.1~beta1
+ _ZN2bt6DeleteERK7QStringb at Base 3.1~beta1
+ _ZN2bt6ExistsERK7QString at Base 3.1~beta1
+ _ZN2bt6PeerIDC1EPKc at Base 3.1~beta1
+ _ZN2bt6PeerIDC1ERKS0_ at Base 3.1~beta1
+ _ZN2bt6PeerIDC1Ev at Base 3.1~beta1
+ _ZN2bt6PeerIDC2EPKc at Base 3.1~beta1
+ _ZN2bt6PeerIDC2ERKS0_ at Base 3.1~beta1
+ _ZN2bt6PeerIDC2Ev at Base 3.1~beta1
+ _ZN2bt6PeerIDD0Ev at Base 3.1~beta1
+ _ZN2bt6PeerIDD1Ev at Base 3.1~beta1
+ _ZN2bt6PeerIDD2Ev at Base 3.1~beta1
+ _ZN2bt6PeerIDaSERKS0_ at Base 3.1~beta1
+ _ZN2bt6PtrMapI4KUrlNS_7TrackerEED0Ev at Base 3.1~beta1
+ _ZN2bt6PtrMapI4KUrlNS_7TrackerEED1Ev at Base 3.1~beta1
+ _ZN2bt6PtrMapIN3dht3KeyE5QListINS1_6DBItemEEED0Ev at Base 3.1~beta1
+ _ZN2bt6PtrMapIN3dht3KeyE5QListINS1_6DBItemEEED1Ev at Base 3.1~beta1
+ _ZN2bt6PtrMapIPNS_15PieceDownloaderENS_14DownloadStatusEED0Ev at Base 3.1~beta1
+ _ZN2bt6PtrMapIPNS_15PieceDownloaderENS_14DownloadStatusEED1Ev at Base 3.1~beta1
+ _ZN2bt6PtrMapIhN3dht7RPCCallEED0Ev at Base 3.1~beta1
+ _ZN2bt6PtrMapIhN3dht7RPCCallEED1Ev at Base 3.1~beta1
+ _ZN2bt6PtrMapIjN3dht4TaskEED0Ev at Base 3.1~beta1
+ _ZN2bt6PtrMapIjN3dht4TaskEED1Ev at Base 3.1~beta1
+ _ZN2bt6PtrMapIjN3net11SocketGroupEED0Ev at Base 3.1~beta1
+ _ZN2bt6PtrMapIjN3net11SocketGroupEED1Ev at Base 3.1~beta1
+ _ZN2bt6PtrMapIjNS_13ChunkDownloadEED0Ev at Base 3.1~beta1
+ _ZN2bt6PtrMapIjNS_13ChunkDownloadEED1Ev at Base 3.1~beta1
+ _ZN2bt6PtrMapIjNS_4PeerEED0Ev at Base 3.1~beta1
+ _ZN2bt6PtrMapIjNS_4PeerEED1Ev at Base 3.1~beta1
+ _ZN2bt6PtrMapIjNS_7DNDFileEED0Ev at Base 3.1~beta1
+ _ZN2bt6PtrMapIjNS_7DNDFileEED1Ev at Base 3.1~beta1
+ _ZN2bt6PtrMapIjNS_7WebSeedEED0Ev at Base 3.1~beta1
+ _ZN2bt6PtrMapIjNS_7WebSeedEED1Ev at Base 3.1~beta1
+ _ZN2bt6PtrMapIjNS_9CacheFileEED0Ev at Base 3.1~beta1
+ _ZN2bt6PtrMapIjNS_9CacheFileEED1Ev at Base 3.1~beta1
+ _ZN2bt6Server10changePortEt at Base 3.1~beta1
+ _ZN2bt6Server11qt_metacallEN11QMetaObject4CallEiPPv at Base 3.1~beta1
+ _ZN2bt6Server11qt_metacastEPKc at Base 3.1~beta1
+ _ZN2bt6Server12findInfoHashERKNS_8SHA1HashERS1_ at Base 3.1~beta1
+ _ZN2bt6Server13newConnectionEi at Base 3.1~beta1
+ _ZN2bt6Server13readyToAcceptEi at Base 3.1~beta1
+ _ZN2bt6Server14addPeerManagerEPNS_11PeerManagerE at Base 3.1~beta1
+ _ZN2bt6Server15findPeerManagerERKNS_8SHA1HashE at Base 3.1~beta1
+ _ZN2bt6Server16enableEncryptionEb at Base 3.1~beta1
+ _ZN2bt6Server16staticMetaObjectE at Base 3.1~beta1
+ _ZN2bt6Server17disableEncryptionEv at Base 3.1~beta1
+ _ZN2bt6Server17removePeerManagerEPNS_11PeerManagerE at Base 3.1~beta1
+ _ZN2bt6Server5closeEv at Base 3.1~beta1
+ _ZN2bt6ServerC1Et at Base 3.1~beta1
+ _ZN2bt6ServerC2Et at Base 3.1~beta1
+ _ZN2bt6ServerD0Ev at Base 3.1~beta1
+ _ZN2bt6ServerD1Ev at Base 3.1~beta1
+ _ZN2bt6ServerD2Ev at Base 3.1~beta1
+ _ZN2bt7CopyDirERK7QStringS2_b at Base 3.1~beta1
+ _ZN2bt7Globals10initServerEt at Base 3.1~beta1
+ _ZN2bt7Globals14shutdownServerEv at Base 3.1~beta1
+ _ZN2bt7Globals4instE at Base 3.1~beta1
+ _ZN2bt7Globals7cleanupEv at Base 3.1~beta1
+ _ZN2bt7Globals8instanceEv at Base 3.1~beta1
+ _ZN2bt7GlobalsC1Ev at Base 3.1~beta1
+ _ZN2bt7GlobalsC2Ev at Base 3.1~beta1
+ _ZN2bt7GlobalsD0Ev at Base 3.1~beta1
+ _ZN2bt7GlobalsD1Ev at Base 3.1~beta1
+ _ZN2bt7GlobalsD2Ev at Base 3.1~beta1
+ _ZN2bt7InitLogERK7QStringb at Base 3.1~beta1
+ _ZN2bt7MakeDirERK7QStringb at Base 3.1~beta1
+ _ZN2bt7SymLinkERK7QStringS2_b at Base 3.1~beta1
+ _ZN2bt7Torrent10verifyHashERKNS_8SHA1HashEj at Base 3.1~beta1
+ _ZN2bt7Torrent11loadWebSeedEPNS_10BValueNodeE at Base 3.1~beta1
+ _ZN2bt7Torrent12loadWebSeedsEPNS_9BListNodeE at Base 3.1~beta1
+ _ZN2bt7Torrent14debugPrintInfoEv at Base 3.1~beta1
+ _ZN2bt7Torrent14loadFileLengthEPNS_10BValueNodeE at Base 3.1~beta1
+ _ZN2bt7Torrent14loadTrackerURLEPNS_10BValueNodeE at Base 3.1~beta1
+ _ZN2bt7Torrent15changeTextCodecEP10QTextCodec at Base 3.1~beta1
+ _ZN2bt7Torrent15loadPieceLengthEPNS_10BValueNodeE at Base 3.1~beta1
+ _ZN2bt7Torrent16loadAnnounceListEPNS_5BNodeE at Base 3.1~beta1
+ _ZN2bt7Torrent20updateFilePercentageERNS_12ChunkManagerE at Base 3.1~beta1
+ _ZN2bt7Torrent20updateFilePercentageEjRNS_12ChunkManagerE at Base 3.1~beta1
+ _ZN2bt7Torrent30checkPathForDirectoryTraversalERK7QString at Base 3.1~beta1
+ _ZN2bt7Torrent4loadERK10QByteArrayb at Base 3.1~beta1
+ _ZN2bt7Torrent4loadERK7QStringb at Base 3.1~beta1
+ _ZN2bt7Torrent7getFileEj at Base 3.1~beta1
+ _ZN2bt7Torrent8loadHashEPNS_10BValueNodeE at Base 3.1~beta1
+ _ZN2bt7Torrent8loadInfoEPNS_9BDictNodeE at Base 3.1~beta1
+ _ZN2bt7Torrent8loadNameEPNS_10BValueNodeE at Base 3.1~beta1
+ _ZN2bt7Torrent9loadFilesEPNS_9BListNodeE at Base 3.1~beta1
+ _ZN2bt7Torrent9loadNodesEPNS_9BListNodeE at Base 3.1~beta1
+ _ZN2bt7TorrentC1Ev at Base 3.1~beta1
+ _ZN2bt7TorrentC2Ev at Base 3.1~beta1
+ _ZN2bt7TorrentD0Ev at Base 3.1~beta1
+ _ZN2bt7TorrentD1Ev at Base 3.1~beta1
+ _ZN2bt7TorrentD2Ev at Base 3.1~beta1
+ _ZN2bt7Tracker10scrapeDoneEv at Base 3.1~beta1
+ _ZN2bt7Tracker11getCustomIPEv at Base 3.1~beta1
+ _ZN2bt7Tracker11qt_metacallEN11QMetaObject4CallEiPPv at Base 3.1~beta1
+ _ZN2bt7Tracker11qt_metacastEPKc at Base 3.1~beta1
+ _ZN2bt7Tracker11setCustomIPERK7QString at Base 3.1~beta1
+ _ZN2bt7Tracker11timedDeleteEi at Base 3.1~beta1
+ _ZN2bt7Tracker13requestFailedERK7QString at Base 3.1~beta1
+ _ZN2bt7Tracker14requestPendingEv at Base 3.1~beta1
+ _ZN2bt7Tracker16staticMetaObjectE at Base 3.1~beta1
+ _ZN2bt7Tracker8stopDoneEv at Base 3.1~beta1
+ _ZN2bt7Tracker9requestOKEv at Base 3.1~beta1
+ _ZN2bt7TrackerC1ERK4KUrlPNS_16TorrentInterfaceERKNS_6PeerIDEi at Base 3.1~beta1
+ _ZN2bt7TrackerC2ERK4KUrlPNS_16TorrentInterfaceERKNS_6PeerIDEi at Base 3.1~beta1
+ _ZN2bt7TrackerD0Ev at Base 3.1~beta1
+ _ZN2bt7TrackerD1Ev at Base 3.1~beta1
+ _ZN2bt7TrackerD2Ev at Base 3.1~beta1
+ _ZN2bt7WaitJob11qt_metacallEN11QMetaObject4CallEiPPv at Base 3.1~beta1
+ _ZN2bt7WaitJob11qt_metacastEPKc at Base 3.1~beta1
+ _ZN2bt7WaitJob16addExitOperationEPNS_13ExitOperationE at Base 3.1~beta1
+ _ZN2bt7WaitJob16staticMetaObjectE at Base 3.1~beta1
+ _ZN2bt7WaitJob17operationFinishedEPNS_13ExitOperationE at Base 3.1~beta1
+ _ZN2bt7WaitJob4killEb at Base 3.1~beta1
+ _ZN2bt7WaitJob7executeEPS0_ at Base 3.1~beta1
+ _ZN2bt7WaitJob9timerDoneEv at Base 3.1~beta1
+ _ZN2bt7WaitJobC1Ej at Base 3.1~beta1
+ _ZN2bt7WaitJobC2Ej at Base 3.1~beta1
+ _ZN2bt7WaitJobD0Ev at Base 3.1~beta1
+ _ZN2bt7WaitJobD1Ev at Base 3.1~beta1
+ _ZN2bt7WaitJobD2Ev at Base 3.1~beta1
+ _ZN2bt7WebSeed10chunkReadyEPNS_5ChunkE at Base 3.1~beta1
+ _ZN2bt7WebSeed10handleDataERK10QByteArray at Base 3.1~beta1
+ _ZN2bt7WebSeed10onExcludedEjj at Base 3.1~beta1
+ _ZN2bt7WebSeed10proxy_hostE at Base 3.1~beta1
+ _ZN2bt7WebSeed10proxy_portE at Base 3.1~beta1
+ _ZN2bt7WebSeed11qt_metacallEN11QMetaObject4CallEiPPv at Base 3.1~beta1
+ _ZN2bt7WebSeed11qt_metacastEPKc at Base 3.1~beta1
+ _ZN2bt7WebSeed11setGroupIDsEjj at Base 3.1~beta1
+ _ZN2bt7WebSeed12chunkStartedEj at Base 3.1~beta1
+ _ZN2bt7WebSeed12chunkStoppedEv at Base 3.1~beta1
+ _ZN2bt7WebSeed13proxy_enabledE at Base 3.1~beta1
+ _ZN2bt7WebSeed15setProxyEnabledEb at Base 3.1~beta1
+ _ZN2bt7WebSeed16staticMetaObjectE at Base 3.1~beta1
+ _ZN2bt7WebSeed20chunkDownloadStartedEPNS_22ChunkDownloadInterfaceE at Base 3.1~beta1
+ _ZN2bt7WebSeed21chunkDownloadFinishedEPNS_22ChunkDownloadInterfaceE at Base 3.1~beta1
+ _ZN2bt7WebSeed5resetEv at Base 3.1~beta1
+ _ZN2bt7WebSeed5retryEv at Base 3.1~beta1
+ _ZN2bt7WebSeed6updateEv at Base 3.1~beta1
+ _ZN2bt7WebSeed7doChunkEjR5QListINS0_5RangeEE at Base 3.1~beta1
+ _ZN2bt7WebSeed8downloadEjj at Base 3.1~beta1
+ _ZN2bt7WebSeed8finishedEv at Base 3.1~beta1
+ _ZN2bt7WebSeed8setProxyERK7QStringt at Base 3.1~beta1
+ _ZN2bt7WebSeedC1ERK4KUrlbRKNS_7TorrentERNS_12ChunkManagerE at Base 3.1~beta1
+ _ZN2bt7WebSeedC2ERK4KUrlbRKNS_7TorrentERNS_12ChunkManagerE at Base 3.1~beta1
+ _ZN2bt7WebSeedD0Ev at Base 3.1~beta1
+ _ZN2bt7WebSeedD1Ev at Base 3.1~beta1
+ _ZN2bt7WebSeedD2Ev at Base 3.1~beta1
+ _ZN2bt8BDecoder11parseStringEv at Base 3.1~beta1
+ _ZN2bt8BDecoder6decodeEv at Base 3.1~beta1
+ _ZN2bt8BDecoder8parseIntEv at Base 3.1~beta1
+ _ZN2bt8BDecoder9parseDictEv at Base 3.1~beta1
+ _ZN2bt8BDecoder9parseListEv at Base 3.1~beta1
+ _ZN2bt8BDecoderC1ERK10QByteArraybj at Base 3.1~beta1
+ _ZN2bt8BDecoderC2ERK10QByteArraybj at Base 3.1~beta1
+ _ZN2bt8BDecoderD0Ev at Base 3.1~beta1
+ _ZN2bt8BDecoderD1Ev at Base 3.1~beta1
+ _ZN2bt8BDecoderD2Ev at Base 3.1~beta1
+ _ZN2bt8BEncoder3endEv at Base 3.1~beta1
+ _ZN2bt8BEncoder5writeEPKc at Base 3.1~beta1
+ _ZN2bt8BEncoder5writeEPKhj at Base 3.1~beta1
+ _ZN2bt8BEncoder5writeERK10QByteArray at Base 3.1~beta1
+ _ZN2bt8BEncoder5writeERK7QString at Base 3.1~beta1
+ _ZN2bt8BEncoder5writeEj at Base 3.1~beta1
+ _ZN2bt8BEncoder5writeEy at Base 3.1~beta1
+ _ZN2bt8BEncoder9beginDictEv at Base 3.1~beta1
+ _ZN2bt8BEncoder9beginListEv at Base 3.1~beta1
+ _ZN2bt8BEncoderC1EPNS_14BEncoderOutputE at Base 3.1~beta1
+ _ZN2bt8BEncoderC1EPNS_4FileE at Base 3.1~beta1
+ _ZN2bt8BEncoderC2EPNS_14BEncoderOutputE at Base 3.1~beta1
+ _ZN2bt8BEncoderC2EPNS_4FileE at Base 3.1~beta1
+ _ZN2bt8BEncoderD0Ev at Base 3.1~beta1
+ _ZN2bt8BEncoderD1Ev at Base 3.1~beta1
+ _ZN2bt8BEncoderD2Ev at Base 3.1~beta1
+ _ZN2bt8CopyFileERK7QStringS2_b at Base 3.1~beta1
+ _ZN2bt8FileSizeERK7QString at Base 3.1~beta1
+ _ZN2bt8FileSizeEi at Base 3.1~beta1
+ _ZN2bt8SHA1Hash8generateEPKhj at Base 3.1~beta1
+ _ZN2bt8SHA1HashC1EPKh at Base 3.1~beta1
+ _ZN2bt8SHA1HashC1ERKS0_ at Base 3.1~beta1
+ _ZN2bt8SHA1HashC1Ev at Base 3.1~beta1
+ _ZN2bt8SHA1HashC2EPKh at Base 3.1~beta1
+ _ZN2bt8SHA1HashC2ERKS0_ at Base 3.1~beta1
+ _ZN2bt8SHA1HashC2Ev at Base 3.1~beta1
+ _ZN2bt8SHA1HashD0Ev at Base 3.1~beta1
+ _ZN2bt8SHA1HashD1Ev at Base 3.1~beta1
+ _ZN2bt8SHA1HashD2Ev at Base 3.1~beta1
+ _ZN2bt8SHA1HashaSERKS0_ at Base 3.1~beta1
+ _ZN2bt8SeekFileEixi at Base 3.1~beta1
+ _ZN2bt9BDictNode14printDebugInfoEv at Base 3.1~beta1
+ _ZN2bt9BDictNode6insertERK10QByteArrayPNS_5BNodeE at Base 3.1~beta1
+ _ZN2bt9BDictNode7getDataERK7QString at Base 3.1~beta1
+ _ZN2bt9BDictNode7getDictERK10QByteArray at Base 3.1~beta1
+ _ZN2bt9BDictNode7getDictERK7QString at Base 3.1~beta1
+ _ZN2bt9BDictNode7getListERK7QString at Base 3.1~beta1
+ _ZN2bt9BDictNode8getValueERK7QString at Base 3.1~beta1
+ _ZN2bt9BDictNodeC1Ej at Base 3.1~beta1
+ _ZN2bt9BDictNodeC2Ej at Base 3.1~beta1
+ _ZN2bt9BDictNodeD0Ev at Base 3.1~beta1
+ _ZN2bt9BDictNodeD1Ev at Base 3.1~beta1
+ _ZN2bt9BDictNodeD2Ev at Base 3.1~beta1
+ _ZN2bt9BListNode14printDebugInfoEv at Base 3.1~beta1
+ _ZN2bt9BListNode6appendEPNS_5BNodeE at Base 3.1~beta1
+ _ZN2bt9BListNode7getDictEj at Base 3.1~beta1
+ _ZN2bt9BListNode7getListEj at Base 3.1~beta1
+ _ZN2bt9BListNode8getValueEj at Base 3.1~beta1
+ _ZN2bt9BListNodeC1Ej at Base 3.1~beta1
+ _ZN2bt9BListNodeC2Ej at Base 3.1~beta1
+ _ZN2bt9BListNodeD0Ev at Base 3.1~beta1
+ _ZN2bt9BListNodeD1Ev at Base 3.1~beta1
+ _ZN2bt9BListNodeD2Ev at Base 3.1~beta1
+ _ZN2bt9ReadInt16EPKhj at Base 3.1~beta1
+ _ZN2bt9ReadInt32EPKhj at Base 3.1~beta1
+ _ZN2bt9ReadInt64EPKhj at Base 3.1~beta1
+ _ZN2bteoERKNS_8SHA1HashES2_ at Base 3.1~beta1
+ _ZN2btlsERNS_3LogERKNS_8SHA1HashE at Base 3.1~beta1
+ _ZN2btltERKNS_8SHA1HashES2_ at Base 3.1~beta1
+ _ZN3mse12StreamSocket11onDataReadyEPhj at Base 3.1~beta1
+ _ZN3mse12StreamSocket11qt_metacallEN11QMetaObject4CallEiPPv at Base 3.1~beta1
+ _ZN3mse12StreamSocket11qt_metacastEPKc at Base 3.1~beta1
+ _ZN3mse12StreamSocket11setGroupIDsEjj at Base 3.1~beta1
+ _ZN3mse12StreamSocket12disableCryptEv at Base 3.1~beta1
+ _ZN3mse12StreamSocket14max_connectingE at Base 3.1~beta1
+ _ZN3mse12StreamSocket14num_connectingE at Base 3.1~beta1
+ _ZN3mse12StreamSocket14onReadyToWriteEPhj at Base 3.1~beta1
+ _ZN3mse12StreamSocket15setRC4EncryptorEPNS_12RC4EncryptorE at Base 3.1~beta1
+ _ZN3mse12StreamSocket15startMonitoringEPN3net12SocketReaderEPNS1_12SocketWriterE at Base 3.1~beta1
+ _ZN3mse12StreamSocket16setRemoteAddressERKN3net7AddressE at Base 3.1~beta1
+ _ZN3mse12StreamSocket16staticMetaObjectE at Base 3.1~beta1
+ _ZN3mse12StreamSocket3tosE at Base 3.1~beta1
+ _ZN3mse12StreamSocket5closeEv at Base 3.1~beta1
+ _ZN3mse12StreamSocket8readDataEPhj at Base 3.1~beta1
+ _ZN3mse12StreamSocket8reinsertEPKhj at Base 3.1~beta1
+ _ZN3mse12StreamSocket8sendDataEPKhj at Base 3.1~beta1
+ _ZN3mse12StreamSocket9connectToERK7QStringt at Base 3.1~beta1
+ _ZN3mse12StreamSocket9connectToERKN3net7AddressE at Base 3.1~beta1
+ _ZN3mse12StreamSocket9initCryptERKN2bt8SHA1HashES4_ at Base 3.1~beta1
+ _ZN3mse12StreamSocketC1Ei at Base 3.1~beta1
+ _ZN3mse12StreamSocketC1Eii at Base 3.1~beta1
+ _ZN3mse12StreamSocketC2Ei at Base 3.1~beta1
+ _ZN3mse12StreamSocketC2Eii at Base 3.1~beta1
+ _ZN3mse12StreamSocketD0Ev at Base 3.1~beta1
+ _ZN3mse12StreamSocketD1Ev at Base 3.1~beta1
+ _ZN3mse12StreamSocketD2Ev at Base 3.1~beta1
+ _ZN3net13SocketMonitor11removeGroupENS0_9GroupTypeEj at Base 3.1~beta1
+ _ZN3net13SocketMonitor12setSleepTimeEj at Base 3.1~beta1
+ _ZN3net13SocketMonitor12setUploadCapEj at Base 3.1~beta1
+ _ZN3net13SocketMonitor13setGroupLimitENS0_9GroupTypeEjj at Base 3.1~beta1
+ _ZN3net13SocketMonitor14setDownloadCapEj at Base 3.1~beta1
+ _ZN3net13SocketMonitor17signalPacketReadyEv at Base 3.1~beta1
+ _ZN3net13SocketMonitor19setGroupAssuredRateENS0_9GroupTypeEjj at Base 3.1~beta1
+ _ZN3net13SocketMonitor3addEPNS_14BufferedSocketE at Base 3.1~beta1
+ _ZN3net13SocketMonitor4lockEv at Base 3.1~beta1
+ _ZN3net13SocketMonitor4selfE at Base 3.1~beta1
+ _ZN3net13SocketMonitor6removeEPNS_14BufferedSocketE at Base 3.1~beta1
+ _ZN3net13SocketMonitor6unlockEv at Base 3.1~beta1
+ _ZN3net13SocketMonitor8newGroupENS0_9GroupTypeEjj at Base 3.1~beta1
+ _ZN3net13SocketMonitorC1Ev at Base 3.1~beta1
+ _ZN3net13SocketMonitorC2Ev at Base 3.1~beta1
+ _ZN3net13SocketMonitorD0Ev at Base 3.1~beta1
+ _ZN3net13SocketMonitorD1Ev at Base 3.1~beta1
+ _ZN3net13SocketMonitorD2Ev at Base 3.1~beta1
+ _ZN3net4PortC1ERKS0_ at Base 3.1~beta1
+ _ZN3net4PortC1EtNS_8ProtocolEb at Base 3.1~beta1
+ _ZN3net4PortC1Ev at Base 3.1~beta1
+ _ZN3net4PortC2ERKS0_ at Base 3.1~beta1
+ _ZN3net4PortC2EtNS_8ProtocolEb at Base 3.1~beta1
+ _ZN3net4PortC2Ev at Base 3.1~beta1
+ _ZN3net5Socks13onReadyToReadEv at Base 3.1~beta1
+ _ZN3net5Socks13socks_enabledE at Base 3.1~beta1
+ _ZN3net5Socks13socks_versionE at Base 3.1~beta1
+ _ZN3net5Socks14onReadyToWriteEv at Base 3.1~beta1
+ _ZN3net5Socks14socks_passwordE at Base 3.1~beta1
+ _ZN3net5Socks14socks_usernameE at Base 3.1~beta1
+ _ZN3net5Socks15handleAuthReplyEv at Base 3.1~beta1
+ _ZN3net5Socks15sendAuthRequestEv at Base 3.1~beta1
+ _ZN3net5Socks17socks_server_hostE at Base 3.1~beta1
+ _ZN3net5Socks17socks_server_portE at Base 3.1~beta1
+ _ZN3net5Socks18handleConnectReplyEv at Base 3.1~beta1
+ _ZN3net5Socks18sendConnectRequestEv at Base 3.1~beta1
+ _ZN3net5Socks20sendUsernamePasswordEv at Base 3.1~beta1
+ _ZN3net5Socks21setSocksServerAddressERK7QStringt at Base 3.1~beta1
+ _ZN3net5Socks22setSocksAuthenticationERK7QStringS3_ at Base 3.1~beta1
+ _ZN3net5Socks27handleUsernamePasswordReplyEv at Base 3.1~beta1
+ _ZN3net5Socks5setupEv at Base 3.1~beta1
+ _ZN3net5SocksC1EPN3mse12StreamSocketERKNS_7AddressE at Base 3.1~beta1
+ _ZN3net5SocksC2EPN3mse12StreamSocketERKNS_7AddressE at Base 3.1~beta1
+ _ZN3net5SocksD0Ev at Base 3.1~beta1
+ _ZN3net5SocksD1Ev at Base 3.1~beta1
+ _ZN3net5SocksD2Ev at Base 3.1~beta1
+ _ZN3net6Socket12cacheAddressEv at Base 3.1~beta1
+ _ZN3net6Socket14setNonBlockingEv at Base 3.1~beta1
+ _ZN3net6Socket17connectSuccesFullEv at Base 3.1~beta1
+ _ZN3net6Socket4bindERK7QStringtb at Base 3.1~beta1
+ _ZN3net6Socket4recvEPhi at Base 3.1~beta1
+ _ZN3net6Socket4sendEPKhi at Base 3.1~beta1
+ _ZN3net6Socket5closeEv at Base 3.1~beta1
+ _ZN3net6Socket6acceptERNS_7AddressE at Base 3.1~beta1
+ _ZN3net6Socket6sendToEPKhiRKNS_7AddressE at Base 3.1~beta1
+ _ZN3net6Socket6setTOSEh at Base 3.1~beta1
+ _ZN3net6Socket8recvFromEPhiRNS_7AddressE at Base 3.1~beta1
+ _ZN3net6Socket9connectToERKNS_7AddressE at Base 3.1~beta1
+ _ZN3net6SocketC1Ebi at Base 3.1~beta1
+ _ZN3net6SocketC1Eii at Base 3.1~beta1
+ _ZN3net6SocketC2Ebi at Base 3.1~beta1
+ _ZN3net6SocketC2Eii at Base 3.1~beta1
+ _ZN3net6SocketD0Ev at Base 3.1~beta1
+ _ZN3net6SocketD1Ev at Base 3.1~beta1
+ _ZN3net6SocketD2Ev at Base 3.1~beta1
+ _ZN3net7AddressC1ERK7QStringt at Base 3.1~beta1
+ _ZN3net7AddressC1ERKN8KNetwork18KInetSocketAddressE at Base 3.1~beta1
+ _ZN3net7AddressC1ERKS0_ at Base 3.1~beta1
+ _ZN3net7AddressC1Ev at Base 3.1~beta1
+ _ZN3net7AddressC2ERK7QStringt at Base 3.1~beta1
+ _ZN3net7AddressC2ERKN8KNetwork18KInetSocketAddressE at Base 3.1~beta1
+ _ZN3net7AddressC2ERKS0_ at Base 3.1~beta1
+ _ZN3net7AddressC2Ev at Base 3.1~beta1
+ _ZN3net7AddressD0Ev at Base 3.1~beta1
+ _ZN3net7AddressD1Ev at Base 3.1~beta1
+ _ZN3net7AddressD2Ev at Base 3.1~beta1
+ _ZN3net8PortList10addNewPortEtNS_8ProtocolEb at Base 3.1~beta1
+ _ZN3net8PortList10removePortEtNS_8ProtocolE at Base 3.1~beta1
+ _ZN3net8PortListC1Ev at Base 3.1~beta1
+ _ZN3net8PortListC2Ev at Base 3.1~beta1
+ _ZN3net8PortListD0Ev at Base 3.1~beta1
+ _ZN3net8PortListD1Ev at Base 3.1~beta1
+ _ZN3net8PortListD2Ev at Base 3.1~beta1
+ _ZNK2bt10Downloader10isFinishedEv at Base 3.1~beta1
+ _ZNK2bt10Downloader10metaObjectEv at Base 3.1~beta1
+ _ZNK2bt10Downloader12downloadRateEv at Base 3.1~beta1
+ _ZNK2bt10Downloader16areWeDownloadingEj at Base 3.1~beta1
+ _ZNK2bt10Downloader22canDownloadFromWebSeedEj at Base 3.1~beta1
+ _ZNK2bt10Downloader22numDownloadersForChunkEj at Base 3.1~beta1
+ _ZNK2bt10PeerSource10metaObjectEv at Base 3.1~beta1
+ _ZNK2bt11HTTPTracker10metaObjectEv at Base 3.1~beta1
+ _ZNK2bt11PeerManager10metaObjectEv at Base 3.1~beta1
+ _ZNK2bt11PeerManager11connectedToERK7QStringt at Base 3.1~beta1
+ _ZNK2bt11SHA1HashGen3getEv at Base 3.1~beta1
+ _ZNK2bt11TorrentFile10fileOffsetEjy at Base 3.1~beta1
+ _ZNK2bt11TorrentFile10metaObjectEv at Base 3.1~beta1
+ _ZNK2bt11TorrentFile12isMultimediaEv at Base 3.1~beta1
+ _ZNK2bt12ChunkCounter3getEj at Base 3.1~beta1
+ _ZNK2bt12ChunkManager10chunksLeftEv at Base 3.1~beta1
+ _ZNK2bt12ChunkManager10getDataDirEv at Base 3.1~beta1
+ _ZNK2bt12ChunkManager10metaObjectEv at Base 3.1~beta1
+ _ZNK2bt12ChunkManager13bytesExcludedEv at Base 3.1~beta1
+ _ZNK2bt12ChunkManager13getOutputPathEv at Base 3.1~beta1
+ _ZNK2bt12ChunkManager13haveAllChunksEv at Base 3.1~beta1
+ _ZNK2bt12ChunkManager14chunksExcludedEv at Base 3.1~beta1
+ _ZNK2bt12ChunkManager14onlySeedChunksEv at Base 3.1~beta1
+ _ZNK2bt12ChunkManager16chunksDownloadedEv at Base 3.1~beta1
+ _ZNK2bt12ChunkManager16hasExistingFilesEv at Base 3.1~beta1
+ _ZNK2bt12ChunkManager19bytesLeftToDownloadEv at Base 3.1~beta1
+ _ZNK2bt12ChunkManager21previewChunkRangeSizeERKNS_11TorrentFileE at Base 3.1~beta1
+ _ZNK2bt12ChunkManager21previewChunkRangeSizeEv at Base 3.1~beta1
+ _ZNK2bt12ChunkManager9bytesLeftEv at Base 3.1~beta1
+ _ZNK2bt12ChunkManager9completedEv at Base 3.1~beta1
+ _ZNK2bt13ExitOperation10metaObjectEv at Base 3.1~beta1
+ _ZNK2bt13TimeEstimator6sampleEv at Base 3.1~beta1
+ _ZNK2bt13TimeEstimator9bytesLeftEv at Base 3.1~beta1
+ _ZNK2bt14TorrentControl10getDHTNodeEj at Base 3.1~beta1
+ _ZNK2bt14TorrentControl10getPeerMgrEv at Base 3.1~beta1
+ _ZNK2bt14TorrentControl10getWebSeedEj at Base 3.1~beta1
+ _ZNK2bt14TorrentControl10metaObjectEv at Base 3.1~beta1
+ _ZNK2bt14TorrentControl11getInfoHashEv at Base 3.1~beta1
+ _ZNK2bt14TorrentControl11getNumFilesEv at Base 3.1~beta1
+ _ZNK2bt14TorrentControl12getOwnPeerIDEv at Base 3.1~beta1
+ _ZNK2bt14TorrentControl12getTextCodecEv at Base 3.1~beta1
+ _ZNK2bt14TorrentControl12isMultimediaEv at Base 3.1~beta1
+ _ZNK2bt14TorrentControl12updateNeededEv at Base 3.1~beta1
+ _ZNK2bt14TorrentControl13getSeederInfoERjS1_ at Base 3.1~beta1
+ _ZNK2bt14TorrentControl14getLeecherInfoERjS1_ at Base 3.1~beta1
+ _ZNK2bt14TorrentControl14getNumDHTNodesEv at Base 3.1~beta1
+ _ZNK2bt14TorrentControl14getNumWebSeedsEv at Base 3.1~beta1
+ _ZNK2bt14TorrentControl14getTorrentFileEj at Base 3.1~beta1
+ _ZNK2bt14TorrentControl14isCheckingDataERb at Base 3.1~beta1
+ _ZNK2bt14TorrentControl14statusToStringEv at Base 3.1~beta1
+ _ZNK2bt14TorrentControl15getTrackersListEv at Base 3.1~beta1
+ _ZNK2bt14TorrentControl15readyForPreviewEv at Base 3.1~beta1
+ _ZNK2bt14TorrentControl16getRunningTimeDLEv at Base 3.1~beta1
+ _ZNK2bt14TorrentControl16getRunningTimeULEv at Base 3.1~beta1
+ _ZNK2bt14TorrentControl16hasExistingFilesEv at Base 3.1~beta1
+ _ZNK2bt14TorrentControl20excludedChunksBitSetEv at Base 3.1~beta1
+ _ZNK2bt14TorrentControl20onlySeedChunksBitSetEv at Base 3.1~beta1
+ _ZNK2bt14TorrentControl21availableChunksBitSetEv at Base 3.1~beta1
+ _ZNK2bt14TorrentControl22downloadedChunksBitSetEv at Base 3.1~beta1
+ _ZNK2bt14TorrentControl26getTimeToNextTrackerUpdateEv at Base 3.1~beta1
+ _ZNK2bt16TorrentInterface10metaObjectEv at Base 3.1~beta1
+ _ZNK2bt16UDPTrackerSocket10metaObjectEv at Base 3.1~beta1
+ _ZNK2bt20TorrentFileInterface10metaObjectEv at Base 3.1~beta1
+ _ZNK2bt20TorrentFileInterface21getDownloadPercentageEv at Base 3.1~beta1
+ _ZNK2bt4File11errorStringEv at Base 3.1~beta1
+ _ZNK2bt4File3eofEv at Base 3.1~beta1
+ _ZNK2bt4File4tellEv at Base 3.1~beta1
+ _ZNK2bt5Chunk9checkHashERKNS_8SHA1HashE at Base 3.1~beta1
+ _ZNK2bt5Timer21getElapsedSinceUpdateEv at Base 3.1~beta1
+ _ZNK2bt5Value8toStringEP10QTextCodec at Base 3.1~beta1
+ _ZNK2bt6BitSet5allOnEv at Base 3.1~beta1
+ _ZNK2bt6PeerID14identifyClientEv at Base 3.1~beta1
+ _ZNK2bt6PeerID8toStringEv at Base 3.1~beta1
+ _ZNK2bt6Server10metaObjectEv at Base 3.1~beta1
+ _ZNK2bt6Server12getPortInUseEv at Base 3.1~beta1
+ _ZNK2bt6Server4isOKEv at Base 3.1~beta1
+ _ZNK2bt7Torrent12calcChunkPosEjR5QListIjE at Base 3.1~beta1
+ _ZNK2bt7Torrent12isMultimediaEv at Base 3.1~beta1
+ _ZNK2bt7Torrent17getNumTrackerURLsEv at Base 3.1~beta1
+ _ZNK2bt7Torrent7getFileEj at Base 3.1~beta1
+ _ZNK2bt7Torrent7getHashEj at Base 3.1~beta1
+ _ZNK2bt7Tracker10metaObjectEv at Base 3.1~beta1
+ _ZNK2bt7WaitJob10metaObjectEv at Base 3.1~beta1
+ _ZNK2bt7WebSeed10metaObjectEv at Base 3.1~beta1
+ _ZNK2bt7WebSeed15getDownloadRateEv at Base 3.1~beta1
+ _ZNK2bt7WebSeed4busyEv at Base 3.1~beta1
+ _ZNK2bt8SHA1Hash11toByteArrayEv at Base 3.1~beta1
+ _ZNK2bt8SHA1Hash11toURLStringEv at Base 3.1~beta1
+ _ZNK2bt8SHA1Hash8toStringEv at Base 3.1~beta1
+ _ZNK2bt8SHA1HasheqERKS0_ at Base 3.1~beta1
+ _ZNK3mse12StreamSocket10connectingEv at Base 3.1~beta1
+ _ZNK3mse12StreamSocket10metaObjectEv at Base 3.1~beta1
+ _ZNK3mse12StreamSocket13getRemotePortEv at Base 3.1~beta1
+ _ZNK3mse12StreamSocket13getUploadRateEv at Base 3.1~beta1
+ _ZNK3mse12StreamSocket14bytesAvailableEv at Base 3.1~beta1
+ _ZNK3mse12StreamSocket15getDownloadRateEv at Base 3.1~beta1
+ _ZNK3mse12StreamSocket15hasBytesToWriteEv at Base 3.1~beta1
+ _ZNK3mse12StreamSocket16getRemoteAddressEv at Base 3.1~beta1
+ _ZNK3mse12StreamSocket17connectSuccesFullEv at Base 3.1~beta1
+ _ZNK3mse12StreamSocket18getRemoteIPAddressEv at Base 3.1~beta1
+ _ZNK3mse12StreamSocket2okEv at Base 3.1~beta1
+ _ZNK3net4PorteqERKS0_ at Base 3.1~beta1
+ _ZNK3net6Socket14bytesAvailableEv at Base 3.1~beta1
+ _ZNKSt8_Rb_treeI4KUrlSt4pairIKS0_PN2bt7TrackerEESt10_Select1stIS6_ESt4lessIS0_ESaIS6_EE4findERS2_ at Base 3.1~beta1
+ _ZNKSt8_Rb_treeIN3dht3KeyESt4pairIKS1_P5QListINS0_6DBItemEEESt10_Select1stIS8_ESt4lessIS1_ESaIS8_EE4findERS3_ at Base 3.1~beta1
+ _ZNKSt8_Rb_treeIhSt4pairIKhPN3dht7RPCCallEESt10_Select1stIS5_ESt4lessIhESaIS5_EE4findERS1_ at Base 3.1~beta1
+ _ZNKSt8_Rb_treeIjSt4pairIKjN3net7AddressEESt10_Select1stIS4_ESt4lessIjESaIS4_EE4findERS1_ at Base 3.1~beta1
+ _ZNKSt8_Rb_treeIjSt4pairIKjPN2bt13ChunkDownloadEESt10_Select1stIS5_ESt4lessIjESaIS5_EE4findERS1_ at Base 3.1~beta1
+ _ZNKSt8_Rb_treeIjSt4pairIKjPN2bt7DNDFileEESt10_Select1stIS5_ESt4lessIjESaIS5_EE4findERS1_ at Base 3.1~beta1
+ _ZNKSt8_Rb_treeIjSt4pairIKjPN2bt7WebSeedEESt10_Select1stIS5_ESt4lessIjESaIS5_EE4findERS1_ at Base 3.1~beta1
+ _ZNKSt8_Rb_treeIjSt4pairIKjPN2bt9CacheFileEESt10_Select1stIS5_ESt4lessIjESaIS5_EE4findERS1_ at Base 3.1~beta1
+ _ZNKSt8_Rb_treeIjjSt9_IdentityIjESt4lessIjESaIjEE4findERKj at Base 3.1~beta1
+ _ZNSt10_List_baseIPN2bt16AuthenticateBaseESaIS2_EE8_M_clearEv at Base 3.1~beta1
+ _ZNSt10_List_baseIPN2bt6PacketESaIS2_EE8_M_clearEv at Base 3.1~beta1
+ _ZNSt10_List_baseIPN3net14BufferedSocketESaIS2_EE8_M_clearEv at Base 3.1~beta1
+ _ZNSt10_List_baseIjSaIjEE8_M_clearEv at Base 3.1~beta1
+ _ZNSt4listIPN2bt16AuthenticateBaseESaIS2_EE5eraseESt14_List_iteratorIS2_E at Base 3.1~beta1
+ _ZNSt4listIPN2bt16AuthenticateBaseESaIS2_EE6removeERKS2_ at Base 3.1~beta1
+ _ZNSt4listIPN2bt6PacketESaIS2_EE5eraseESt14_List_iteratorIS2_E at Base 3.1~beta1
+ _ZNSt4listIPN3net14BufferedSocketESaIS2_EE5eraseESt14_List_iteratorIS2_E at Base 3.1~beta1
+ _ZNSt4listIPN3net14BufferedSocketESaIS2_EE6removeERKS2_ at Base 3.1~beta1
+ _ZNSt4listIjSaIjEE4sortIN2bt7RareCmpEEEvT_ at Base 3.1~beta1
+ _ZNSt4listIjSaIjEE5eraseESt14_List_iteratorIjE at Base 3.1~beta1
+ _ZNSt4listIjSaIjEE5mergeIN2bt7RareCmpEEEvRS1_T_ at Base 3.1~beta1
+ _ZNSt4listIjSaIjEE6removeERKj at Base 3.1~beta1
+ _ZNSt6vectorI6pollfdSaIS0_EE13_M_insert_auxEN9__gnu_cxx17__normal_iteratorIPS0_S2_EERKS0_ at Base 3.1~beta1
+ _ZNSt6vectorIjSaIjEE13_M_insert_auxEN9__gnu_cxx17__normal_iteratorIPjS1_EERKj at Base 3.1~beta1
+ _ZNSt8_Rb_treeI4KUrlSt4pairIKS0_PN2bt7TrackerEESt10_Select1stIS6_ESt4lessIS0_ESaIS6_EE11lower_boundERS2_ at Base 3.1~beta1
+ _ZNSt8_Rb_treeI4KUrlSt4pairIKS0_PN2bt7TrackerEESt10_Select1stIS6_ESt4lessIS0_ESaIS6_EE16_M_insert_uniqueERKS6_ at Base 3.1~beta1
+ _ZNSt8_Rb_treeI4KUrlSt4pairIKS0_PN2bt7TrackerEESt10_Select1stIS6_ESt4lessIS0_ESaIS6_EE16_M_insert_uniqueESt17_Rb_tree_iteratorIS6_ERKS6_ at Base 3.1~beta1
+ _ZNSt8_Rb_treeI4KUrlSt4pairIKS0_PN2bt7TrackerEESt10_Select1stIS6_ESt4lessIS0_ESaIS6_EE4findERS2_ at Base 3.1~beta1
+ _ZNSt8_Rb_treeI4KUrlSt4pairIKS0_PN2bt7TrackerEESt10_Select1stIS6_ESt4lessIS0_ESaIS6_EE8_M_eraseEPSt13_Rb_tree_nodeIS6_E at Base 3.1~beta1
+ _ZNSt8_Rb_treeI4KUrlSt4pairIKS0_PN2bt7TrackerEESt10_Select1stIS6_ESt4lessIS0_ESaIS6_EE9_M_insertEPSt18_Rb_tree_node_baseSE_RKS6_ at Base 3.1~beta1
+ _ZNSt8_Rb_treeI7QStringSt4pairIKS0_N2bt13PotentialPeerEESt10_Select1stIS5_ESt4lessIS0_ESaIS5_EE11lower_boundERS2_ at Base 3.1~beta1
+ _ZNSt8_Rb_treeI7QStringSt4pairIKS0_N2bt13PotentialPeerEESt10_Select1stIS5_ESt4lessIS0_ESaIS5_EE11upper_boundERS2_ at Base 3.1~beta1
+ _ZNSt8_Rb_treeI7QStringSt4pairIKS0_N2bt13PotentialPeerEESt10_Select1stIS5_ESt4lessIS0_ESaIS5_EE15_M_insert_equalERKS5_ at Base 3.1~beta1
+ _ZNSt8_Rb_treeI7QStringSt4pairIKS0_N2bt13PotentialPeerEESt10_Select1stIS5_ESt4lessIS0_ESaIS5_EE8_M_eraseEPSt13_Rb_tree_nodeIS5_E at Base 3.1~beta1
+ _ZNSt8_Rb_treeI7QStringSt4pairIKS0_N2bt13PotentialPeerEESt10_Select1stIS5_ESt4lessIS0_ESaIS5_EE9_M_insertEPSt18_Rb_tree_node_baseSD_RKS5_ at Base 3.1~beta1
+ _ZNSt8_Rb_treeIN3dht3KeyESt4pairIKS1_NS0_12KBucketEntryEESt10_Select1stIS5_ESt4lessIS1_ESaIS5_EE11lower_boundERS3_ at Base 3.1~beta1
+ _ZNSt8_Rb_treeIN3dht3KeyESt4pairIKS1_NS0_12KBucketEntryEESt10_Select1stIS5_ESt4lessIS1_ESaIS5_EE11upper_boundERS3_ at Base 3.1~beta1
+ _ZNSt8_Rb_treeIN3dht3KeyESt4pairIKS1_NS0_12KBucketEntryEESt10_Select1stIS5_ESt4lessIS1_ESaIS5_EE16_M_insert_uniqueERKS5_ at Base 3.1~beta1
+ _ZNSt8_Rb_treeIN3dht3KeyESt4pairIKS1_NS0_12KBucketEntryEESt10_Select1stIS5_ESt4lessIS1_ESaIS5_EE5eraseERS3_ at Base 3.1~beta1
+ _ZNSt8_Rb_treeIN3dht3KeyESt4pairIKS1_NS0_12KBucketEntryEESt10_Select1stIS5_ESt4lessIS1_ESaIS5_EE5eraseESt17_Rb_tree_iteratorIS5_ESD_ at Base 3.1~beta1
+ _ZNSt8_Rb_treeIN3dht3KeyESt4pairIKS1_NS0_12KBucketEntryEESt10_Select1stIS5_ESt4lessIS1_ESaIS5_EE8_M_eraseEPSt13_Rb_tree_nodeIS5_E at Base 3.1~beta1
+ _ZNSt8_Rb_treeIN3dht3KeyESt4pairIKS1_NS0_12KBucketEntryEESt10_Select1stIS5_ESt4lessIS1_ESaIS5_EE9_M_insertEPSt18_Rb_tree_node_baseSD_RKS5_ at Base 3.1~beta1
+ _ZNSt8_Rb_treeIN3dht3KeyESt4pairIKS1_P5QListINS0_6DBItemEEESt10_Select1stIS8_ESt4lessIS1_ESaIS8_EE11lower_boundERS3_ at Base 3.1~beta1
+ _ZNSt8_Rb_treeIN3dht3KeyESt4pairIKS1_P5QListINS0_6DBItemEEESt10_Select1stIS8_ESt4lessIS1_ESaIS8_EE16_M_insert_uniqueERKS8_ at Base 3.1~beta1
+ _ZNSt8_Rb_treeIN3dht3KeyESt4pairIKS1_P5QListINS0_6DBItemEEESt10_Select1stIS8_ESt4lessIS1_ESaIS8_EE16_M_insert_uniqueESt17_Rb_tree_iteratorIS8_ERKS8_ at Base 3.1~beta1
+ _ZNSt8_Rb_treeIN3dht3KeyESt4pairIKS1_P5QListINS0_6DBItemEEESt10_Select1stIS8_ESt4lessIS1_ESaIS8_EE4findERS3_ at Base 3.1~beta1
+ _ZNSt8_Rb_treeIN3dht3KeyESt4pairIKS1_P5QListINS0_6DBItemEEESt10_Select1stIS8_ESt4lessIS1_ESaIS8_EE8_M_eraseEPSt13_Rb_tree_nodeIS8_E at Base 3.1~beta1
+ _ZNSt8_Rb_treeIN3dht3KeyESt4pairIKS1_P5QListINS0_6DBItemEEESt10_Select1stIS8_ESt4lessIS1_ESaIS8_EE9_M_insertEPSt18_Rb_tree_node_baseSG_RKS8_ at Base 3.1~beta1
+ _ZNSt8_Rb_treeIPN2bt15PieceDownloaderES2_St9_IdentityIS2_ESt4lessIS2_ESaIS2_EE16_M_insert_uniqueERKS2_ at Base 3.1~beta1
+ _ZNSt8_Rb_treeIPN2bt15PieceDownloaderES2_St9_IdentityIS2_ESt4lessIS2_ESaIS2_EE8_M_eraseEPSt13_Rb_tree_nodeIS2_E at Base 3.1~beta1
+ _ZNSt8_Rb_treeIPN2bt15PieceDownloaderES2_St9_IdentityIS2_ESt4lessIS2_ESaIS2_EE9_M_insertEPSt18_Rb_tree_node_baseSA_RKS2_ at Base 3.1~beta1
+ _ZNSt8_Rb_treeIPN2bt15PieceDownloaderESt4pairIKS2_PNS0_14DownloadStatusEESt10_Select1stIS7_ESt4lessIS2_ESaIS7_EE11lower_boundERS4_ at Base 3.1~beta1
+ _ZNSt8_Rb_treeIPN2bt15PieceDownloaderESt4pairIKS2_PNS0_14DownloadStatusEESt10_Select1stIS7_ESt4lessIS2_ESaIS7_EE16_M_insert_uniqueERKS7_ at Base 3.1~beta1
+ _ZNSt8_Rb_treeIPN2bt15PieceDownloaderESt4pairIKS2_PNS0_14DownloadStatusEESt10_Select1stIS7_ESt4lessIS2_ESaIS7_EE16_M_insert_uniqueESt17_Rb_tree_iteratorIS7_ERKS7_ at Base 3.1~beta1
+ _ZNSt8_Rb_treeIPN2bt15PieceDownloaderESt4pairIKS2_PNS0_14DownloadStatusEESt10_Select1stIS7_ESt4lessIS2_ESaIS7_EE4findERS4_ at Base 3.1~beta1
+ _ZNSt8_Rb_treeIPN2bt15PieceDownloaderESt4pairIKS2_PNS0_14DownloadStatusEESt10_Select1stIS7_ESt4lessIS2_ESaIS7_EE8_M_eraseEPSt13_Rb_tree_nodeIS7_E at Base 3.1~beta1
+ _ZNSt8_Rb_treeIPN2bt15PieceDownloaderESt4pairIKS2_PNS0_14DownloadStatusEESt10_Select1stIS7_ESt4lessIS2_ESaIS7_EE9_M_insertEPSt18_Rb_tree_node_baseSF_RKS7_ at Base 3.1~beta1
+ _ZNSt8_Rb_treeIhSt4pairIKhPN3dht7RPCCallEESt10_Select1stIS5_ESt4lessIhESaIS5_EE11lower_boundERS1_ at Base 3.1~beta1
+ _ZNSt8_Rb_treeIhSt4pairIKhPN3dht7RPCCallEESt10_Select1stIS5_ESt4lessIhESaIS5_EE16_M_insert_uniqueERKS5_ at Base 3.1~beta1
+ _ZNSt8_Rb_treeIhSt4pairIKhPN3dht7RPCCallEESt10_Select1stIS5_ESt4lessIhESaIS5_EE16_M_insert_uniqueESt17_Rb_tree_iteratorIS5_ERKS5_ at Base 3.1~beta1
+ _ZNSt8_Rb_treeIhSt4pairIKhPN3dht7RPCCallEESt10_Select1stIS5_ESt4lessIhESaIS5_EE4findERS1_ at Base 3.1~beta1
+ _ZNSt8_Rb_treeIhSt4pairIKhPN3dht7RPCCallEESt10_Select1stIS5_ESt4lessIhESaIS5_EE8_M_eraseEPSt13_Rb_tree_nodeIS5_E at Base 3.1~beta1
+ _ZNSt8_Rb_treeIhSt4pairIKhPN3dht7RPCCallEESt10_Select1stIS5_ESt4lessIhESaIS5_EE9_M_insertEPSt18_Rb_tree_node_baseSD_RKS5_ at Base 3.1~beta1
+ _ZNSt8_Rb_treeIjSt4pairIKjN3net7AddressEESt10_Select1stIS4_ESt4lessIjESaIS4_EE11lower_boundERS1_ at Base 3.1~beta1
+ _ZNSt8_Rb_treeIjSt4pairIKjN3net7AddressEESt10_Select1stIS4_ESt4lessIjESaIS4_EE11upper_boundERS1_ at Base 3.1~beta1
+ _ZNSt8_Rb_treeIjSt4pairIKjN3net7AddressEESt10_Select1stIS4_ESt4lessIjESaIS4_EE16_M_insert_uniqueERKS4_ at Base 3.1~beta1
+ _ZNSt8_Rb_treeIjSt4pairIKjN3net7AddressEESt10_Select1stIS4_ESt4lessIjESaIS4_EE5eraseERS1_ at Base 3.1~beta1
+ _ZNSt8_Rb_treeIjSt4pairIKjN3net7AddressEESt10_Select1stIS4_ESt4lessIjESaIS4_EE5eraseESt17_Rb_tree_iteratorIS4_ESC_ at Base 3.1~beta1
+ _ZNSt8_Rb_treeIjSt4pairIKjN3net7AddressEESt10_Select1stIS4_ESt4lessIjESaIS4_EE7_M_copyEPKSt13_Rb_tree_nodeIS4_EPSC_ at Base 3.1~beta1
+ _ZNSt8_Rb_treeIjSt4pairIKjN3net7AddressEESt10_Select1stIS4_ESt4lessIjESaIS4_EE8_M_eraseEPSt13_Rb_tree_nodeIS4_E at Base 3.1~beta1
+ _ZNSt8_Rb_treeIjSt4pairIKjN3net7AddressEESt10_Select1stIS4_ESt4lessIjESaIS4_EE9_M_insertEPSt18_Rb_tree_node_baseSC_RKS4_ at Base 3.1~beta1
+ _ZNSt8_Rb_treeIjSt4pairIKjN3net7AddressEESt10_Select1stIS4_ESt4lessIjESaIS4_EEaSERKSA_ at Base 3.1~beta1
+ _ZNSt8_Rb_treeIjSt4pairIKjPN2bt13ChunkDownloadEESt10_Select1stIS5_ESt4lessIjESaIS5_EE11lower_boundERS1_ at Base 3.1~beta1
+ _ZNSt8_Rb_treeIjSt4pairIKjPN2bt13ChunkDownloadEESt10_Select1stIS5_ESt4lessIjESaIS5_EE16_M_insert_uniqueERKS5_ at Base 3.1~beta1
+ _ZNSt8_Rb_treeIjSt4pairIKjPN2bt13ChunkDownloadEESt10_Select1stIS5_ESt4lessIjESaIS5_EE16_M_insert_uniqueESt17_Rb_tree_iteratorIS5_ERKS5_ at Base 3.1~beta1
+ _ZNSt8_Rb_treeIjSt4pairIKjPN2bt13ChunkDownloadEESt10_Select1stIS5_ESt4lessIjESaIS5_EE4findERS1_ at Base 3.1~beta1
+ _ZNSt8_Rb_treeIjSt4pairIKjPN2bt13ChunkDownloadEESt10_Select1stIS5_ESt4lessIjESaIS5_EE8_M_eraseEPSt13_Rb_tree_nodeIS5_E at Base 3.1~beta1
+ _ZNSt8_Rb_treeIjSt4pairIKjPN2bt13ChunkDownloadEESt10_Select1stIS5_ESt4lessIjESaIS5_EE9_M_insertEPSt18_Rb_tree_node_baseSD_RKS5_ at Base 3.1~beta1
+ _ZNSt8_Rb_treeIjSt4pairIKjPN2bt4PeerEESt10_Select1stIS5_ESt4lessIjESaIS5_EE11lower_boundERS1_ at Base 3.1~beta1
+ _ZNSt8_Rb_treeIjSt4pairIKjPN2bt4PeerEESt10_Select1stIS5_ESt4lessIjESaIS5_EE16_M_insert_uniqueERKS5_ at Base 3.1~beta1
+ _ZNSt8_Rb_treeIjSt4pairIKjPN2bt4PeerEESt10_Select1stIS5_ESt4lessIjESaIS5_EE16_M_insert_uniqueESt17_Rb_tree_iteratorIS5_ERKS5_ at Base 3.1~beta1
+ _ZNSt8_Rb_treeIjSt4pairIKjPN2bt4PeerEESt10_Select1stIS5_ESt4lessIjESaIS5_EE4findERS1_ at Base 3.1~beta1
+ _ZNSt8_Rb_treeIjSt4pairIKjPN2bt4PeerEESt10_Select1stIS5_ESt4lessIjESaIS5_EE8_M_eraseEPSt13_Rb_tree_nodeIS5_E at Base 3.1~beta1
+ _ZNSt8_Rb_treeIjSt4pairIKjPN2bt4PeerEESt10_Select1stIS5_ESt4lessIjESaIS5_EE9_M_insertEPSt18_Rb_tree_node_baseSD_RKS5_ at Base 3.1~beta1
+ _ZNSt8_Rb_treeIjSt4pairIKjPN2bt7DNDFileEESt10_Select1stIS5_ESt4lessIjESaIS5_EE11lower_boundERS1_ at Base 3.1~beta1
+ _ZNSt8_Rb_treeIjSt4pairIKjPN2bt7DNDFileEESt10_Select1stIS5_ESt4lessIjESaIS5_EE16_M_insert_uniqueERKS5_ at Base 3.1~beta1
+ _ZNSt8_Rb_treeIjSt4pairIKjPN2bt7DNDFileEESt10_Select1stIS5_ESt4lessIjESaIS5_EE16_M_insert_uniqueESt17_Rb_tree_iteratorIS5_ERKS5_ at Base 3.1~beta1
+ _ZNSt8_Rb_treeIjSt4pairIKjPN2bt7DNDFileEESt10_Select1stIS5_ESt4lessIjESaIS5_EE4findERS1_ at Base 3.1~beta1
+ _ZNSt8_Rb_treeIjSt4pairIKjPN2bt7DNDFileEESt10_Select1stIS5_ESt4lessIjESaIS5_EE8_M_eraseEPSt13_Rb_tree_nodeIS5_E at Base 3.1~beta1
+ _ZNSt8_Rb_treeIjSt4pairIKjPN2bt7DNDFileEESt10_Select1stIS5_ESt4lessIjESaIS5_EE9_M_insertEPSt18_Rb_tree_node_baseSD_RKS5_ at Base 3.1~beta1
+ _ZNSt8_Rb_treeIjSt4pairIKjPN2bt7WebSeedEESt10_Select1stIS5_ESt4lessIjESaIS5_EE11lower_boundERS1_ at Base 3.1~beta1
+ _ZNSt8_Rb_treeIjSt4pairIKjPN2bt7WebSeedEESt10_Select1stIS5_ESt4lessIjESaIS5_EE16_M_insert_uniqueERKS5_ at Base 3.1~beta1
+ _ZNSt8_Rb_treeIjSt4pairIKjPN2bt7WebSeedEESt10_Select1stIS5_ESt4lessIjESaIS5_EE16_M_insert_uniqueESt17_Rb_tree_iteratorIS5_ERKS5_ at Base 3.1~beta1
+ _ZNSt8_Rb_treeIjSt4pairIKjPN2bt7WebSeedEESt10_Select1stIS5_ESt4lessIjESaIS5_EE4findERS1_ at Base 3.1~beta1
+ _ZNSt8_Rb_treeIjSt4pairIKjPN2bt7WebSeedEESt10_Select1stIS5_ESt4lessIjESaIS5_EE8_M_eraseEPSt13_Rb_tree_nodeIS5_E at Base 3.1~beta1
+ _ZNSt8_Rb_treeIjSt4pairIKjPN2bt7WebSeedEESt10_Select1stIS5_ESt4lessIjESaIS5_EE9_M_insertEPSt18_Rb_tree_node_baseSD_RKS5_ at Base 3.1~beta1
+ _ZNSt8_Rb_treeIjSt4pairIKjPN2bt9CacheFileEESt10_Select1stIS5_ESt4lessIjESaIS5_EE11lower_boundERS1_ at Base 3.1~beta1
+ _ZNSt8_Rb_treeIjSt4pairIKjPN2bt9CacheFileEESt10_Select1stIS5_ESt4lessIjESaIS5_EE16_M_insert_uniqueERKS5_ at Base 3.1~beta1
+ _ZNSt8_Rb_treeIjSt4pairIKjPN2bt9CacheFileEESt10_Select1stIS5_ESt4lessIjESaIS5_EE16_M_insert_uniqueESt17_Rb_tree_iteratorIS5_ERKS5_ at Base 3.1~beta1
+ _ZNSt8_Rb_treeIjSt4pairIKjPN2bt9CacheFileEESt10_Select1stIS5_ESt4lessIjESaIS5_EE4findERS1_ at Base 3.1~beta1
+ _ZNSt8_Rb_treeIjSt4pairIKjPN2bt9CacheFileEESt10_Select1stIS5_ESt4lessIjESaIS5_EE8_M_eraseEPSt13_Rb_tree_nodeIS5_E at Base 3.1~beta1
+ _ZNSt8_Rb_treeIjSt4pairIKjPN2bt9CacheFileEESt10_Select1stIS5_ESt4lessIjESaIS5_EE9_M_insertEPSt18_Rb_tree_node_baseSD_RKS5_ at Base 3.1~beta1
+ _ZNSt8_Rb_treeIjSt4pairIKjPN3dht4TaskEESt10_Select1stIS5_ESt4lessIjESaIS5_EE11lower_boundERS1_ at Base 3.1~beta1
+ _ZNSt8_Rb_treeIjSt4pairIKjPN3dht4TaskEESt10_Select1stIS5_ESt4lessIjESaIS5_EE16_M_insert_uniqueERKS5_ at Base 3.1~beta1
+ _ZNSt8_Rb_treeIjSt4pairIKjPN3dht4TaskEESt10_Select1stIS5_ESt4lessIjESaIS5_EE16_M_insert_uniqueESt17_Rb_tree_iteratorIS5_ERKS5_ at Base 3.1~beta1
+ _ZNSt8_Rb_treeIjSt4pairIKjPN3dht4TaskEESt10_Select1stIS5_ESt4lessIjESaIS5_EE4findERS1_ at Base 3.1~beta1
+ _ZNSt8_Rb_treeIjSt4pairIKjPN3dht4TaskEESt10_Select1stIS5_ESt4lessIjESaIS5_EE8_M_eraseEPSt13_Rb_tree_nodeIS5_E at Base 3.1~beta1
+ _ZNSt8_Rb_treeIjSt4pairIKjPN3dht4TaskEESt10_Select1stIS5_ESt4lessIjESaIS5_EE9_M_insertEPSt18_Rb_tree_node_baseSD_RKS5_ at Base 3.1~beta1
+ _ZNSt8_Rb_treeIjSt4pairIKjPN3net11SocketGroupEESt10_Select1stIS5_ESt4lessIjESaIS5_EE11lower_boundERS1_ at Base 3.1~beta1
+ _ZNSt8_Rb_treeIjSt4pairIKjPN3net11SocketGroupEESt10_Select1stIS5_ESt4lessIjESaIS5_EE16_M_insert_uniqueERKS5_ at Base 3.1~beta1
+ _ZNSt8_Rb_treeIjSt4pairIKjPN3net11SocketGroupEESt10_Select1stIS5_ESt4lessIjESaIS5_EE16_M_insert_uniqueESt17_Rb_tree_iteratorIS5_ERKS5_ at Base 3.1~beta1
+ _ZNSt8_Rb_treeIjSt4pairIKjPN3net11SocketGroupEESt10_Select1stIS5_ESt4lessIjESaIS5_EE4findERS1_ at Base 3.1~beta1
+ _ZNSt8_Rb_treeIjSt4pairIKjPN3net11SocketGroupEESt10_Select1stIS5_ESt4lessIjESaIS5_EE8_M_eraseEPSt13_Rb_tree_nodeIS5_E at Base 3.1~beta1
+ _ZNSt8_Rb_treeIjSt4pairIKjPN3net11SocketGroupEESt10_Select1stIS5_ESt4lessIjESaIS5_EE9_M_insertEPSt18_Rb_tree_node_baseSD_RKS5_ at Base 3.1~beta1
+ _ZNSt8_Rb_treeIjjSt9_IdentityIjESt4lessIjESaIjEE11lower_boundERKj at Base 3.1~beta1
+ _ZNSt8_Rb_treeIjjSt9_IdentityIjESt4lessIjESaIjEE11upper_boundERKj at Base 3.1~beta1
+ _ZNSt8_Rb_treeIjjSt9_IdentityIjESt4lessIjESaIjEE16_M_insert_uniqueERKj at Base 3.1~beta1
+ _ZNSt8_Rb_treeIjjSt9_IdentityIjESt4lessIjESaIjEE5eraseERKj at Base 3.1~beta1
+ _ZNSt8_Rb_treeIjjSt9_IdentityIjESt4lessIjESaIjEE5eraseESt17_Rb_tree_iteratorIjES7_ at Base 3.1~beta1
+ _ZNSt8_Rb_treeIjjSt9_IdentityIjESt4lessIjESaIjEE8_M_eraseEPSt13_Rb_tree_nodeIjE at Base 3.1~beta1
+ _ZNSt8_Rb_treeIjjSt9_IdentityIjESt4lessIjESaIjEE9_M_insertEPSt18_Rb_tree_node_baseS7_RKj at Base 3.1~beta1
+ _ZSt4fillIPhcEvT_S1_RKT0_ at Base 3.1~beta1
+ _ZSt4fillIPhiEvT_S1_RKT0_ at Base 3.1~beta1
+ _ZSt6fill_nIPPN2bt5ChunkEmS2_ET_S4_T0_RKT1_ at Base 3.1~beta1
+ _ZTIN2bt10BValueNodeE at Base 3.1~beta1
+ _ZTIN2bt10DownloaderE at Base 3.1~beta1
+ _ZTIN2bt10PeerSourceE at Base 3.1~beta1
+ _ZTIN2bt11DataCheckerE at Base 3.1~beta1
+ _ZTIN2bt11HTTPTrackerE at Base 3.1~beta1
+ _ZTIN2bt11PeerManagerE at Base 3.1~beta1
+ _ZTIN2bt11TorrentFileE at Base 3.1~beta1
+ _ZTIN2bt12CacheFactoryE at Base 3.1~beta1
+ _ZTIN2bt12ChunkCounterE at Base 3.1~beta1
+ _ZTIN2bt12ChunkManagerE at Base 3.1~beta1
+ _ZTIN2bt12TrackersListE at Base 3.1~beta1
+ _ZTIN2bt13ExitOperationE at Base 3.1~beta1
+ _ZTIN2bt14BEncoderOutputE at Base 3.1~beta1
+ _ZTIN2bt14TorrentControlE at Base 3.1~beta1
+ _ZTIN2bt14TorrentCreatorE at Base 3.1~beta1
+ _ZTIN2bt16MonitorInterfaceE at Base 3.1~beta1
+ _ZTIN2bt16MultiDataCheckerE at Base 3.1~beta1
+ _ZTIN2bt16TorrentInterfaceE at Base 3.1~beta1
+ _ZTIN2bt16UDPTrackerSocketE at Base 3.1~beta1
+ _ZTIN2bt16WebSeedInterfaceE at Base 3.1~beta1
+ _ZTIN2bt17SingleDataCheckerE at Base 3.1~beta1
+ _ZTIN2bt18BEncoderFileOutputE at Base 3.1~beta1
+ _ZTIN2bt19DataCheckerListenerE at Base 3.1~beta1
+ _ZTIN2bt19IPBlockingInterfaceE at Base 3.1~beta1
+ _ZTIN2bt19LogMonitorInterfaceE at Base 3.1~beta1
+ _ZTIN2bt20BEncoderBufferOutputE at Base 3.1~beta1
+ _ZTIN2bt20TorrentFileInterfaceE at Base 3.1~beta1
+ _ZTIN2bt21AuthenticationMonitorE at Base 3.1~beta1
+ _ZTIN2bt21QueueManagerInterfaceE at Base 3.1~beta1
+ _ZTIN2bt22ChunkSelectorInterfaceE at Base 3.1~beta1
+ _ZTIN2bt29ChunkSelectorFactoryInterfaceE at Base 3.1~beta1
+ _ZTIN2bt3LogE at Base 3.1~beta1
+ _ZTIN2bt4FileE at Base 3.1~beta1
+ _ZTIN2bt5BNodeE at Base 3.1~beta1
+ _ZTIN2bt5CacheE at Base 3.1~beta1
+ _ZTIN2bt5ChunkE at Base 3.1~beta1
+ _ZTIN2bt5ErrorE at Base 3.1~beta1
+ _ZTIN2bt5TimerE at Base 3.1~beta1
+ _ZTIN2bt6BitSetE at Base 3.1~beta1
+ _ZTIN2bt6ChokerE at Base 3.1~beta1
+ _ZTIN2bt6PeerIDE at Base 3.1~beta1
+ _ZTIN2bt6PtrMapI4KUrlNS_7TrackerEEE at Base 3.1~beta1
+ _ZTIN2bt6PtrMapIN3dht3KeyE5QListINS1_6DBItemEEEE at Base 3.1~beta1
+ _ZTIN2bt6PtrMapIPNS_15PieceDownloaderENS_14DownloadStatusEEE at Base 3.1~beta1
+ _ZTIN2bt6PtrMapIhN3dht7RPCCallEEE at Base 3.1~beta1
+ _ZTIN2bt6PtrMapIjN3dht4TaskEEE at Base 3.1~beta1
+ _ZTIN2bt6PtrMapIjN3net11SocketGroupEEE at Base 3.1~beta1
+ _ZTIN2bt6PtrMapIjNS_13ChunkDownloadEEE at Base 3.1~beta1
+ _ZTIN2bt6PtrMapIjNS_4PeerEEE at Base 3.1~beta1
+ _ZTIN2bt6PtrMapIjNS_7DNDFileEEE at Base 3.1~beta1
+ _ZTIN2bt6PtrMapIjNS_7WebSeedEEE at Base 3.1~beta1
+ _ZTIN2bt6PtrMapIjNS_9CacheFileEEE at Base 3.1~beta1
+ _ZTIN2bt6ServerE at Base 3.1~beta1
+ _ZTIN2bt7GlobalsE at Base 3.1~beta1
+ _ZTIN2bt7TorrentE at Base 3.1~beta1
+ _ZTIN2bt7TrackerE at Base 3.1~beta1
+ _ZTIN2bt7WaitJobE at Base 3.1~beta1
+ _ZTIN2bt7WebSeedE at Base 3.1~beta1
+ _ZTIN2bt8BDecoderE at Base 3.1~beta1
+ _ZTIN2bt8BEncoderE at Base 3.1~beta1
+ _ZTIN2bt8SHA1HashE at Base 3.1~beta1
+ _ZTIN2bt9BDictNodeE at Base 3.1~beta1
+ _ZTIN2bt9BListNodeE at Base 3.1~beta1
+ _ZTIN3mse12StreamSocketE at Base 3.1~beta1
+ _ZTIN3net13SocketMonitorE at Base 3.1~beta1
+ _ZTIN3net5SocksE at Base 3.1~beta1
+ _ZTIN3net6SocketE at Base 3.1~beta1
+ _ZTIN3net7AddressE at Base 3.1~beta1
+ _ZTIN3net8PortListE at Base 3.1~beta1
+ _ZTSN2bt10BValueNodeE at Base 3.1~beta1
+ _ZTSN2bt10DownloaderE at Base 3.1~beta1
+ _ZTSN2bt10PeerSourceE at Base 3.1~beta1
+ _ZTSN2bt11DataCheckerE at Base 3.1~beta1
+ _ZTSN2bt11HTTPTrackerE at Base 3.1~beta1
+ _ZTSN2bt11PeerManagerE at Base 3.1~beta1
+ _ZTSN2bt11TorrentFileE at Base 3.1~beta1
+ _ZTSN2bt12CacheFactoryE at Base 3.1~beta1
+ _ZTSN2bt12ChunkCounterE at Base 3.1~beta1
+ _ZTSN2bt12ChunkManagerE at Base 3.1~beta1
+ _ZTSN2bt12TrackersListE at Base 3.1~beta1
+ _ZTSN2bt13ExitOperationE at Base 3.1~beta1
+ _ZTSN2bt14BEncoderOutputE at Base 3.1~beta1
+ _ZTSN2bt14TorrentControlE at Base 3.1~beta1
+ _ZTSN2bt14TorrentCreatorE at Base 3.1~beta1
+ _ZTSN2bt16MonitorInterfaceE at Base 3.1~beta1
+ _ZTSN2bt16MultiDataCheckerE at Base 3.1~beta1
+ _ZTSN2bt16TorrentInterfaceE at Base 3.1~beta1
+ _ZTSN2bt16UDPTrackerSocketE at Base 3.1~beta1
+ _ZTSN2bt16WebSeedInterfaceE at Base 3.1~beta1
+ _ZTSN2bt17SingleDataCheckerE at Base 3.1~beta1
+ _ZTSN2bt18BEncoderFileOutputE at Base 3.1~beta1
+ _ZTSN2bt19DataCheckerListenerE at Base 3.1~beta1
+ _ZTSN2bt19IPBlockingInterfaceE at Base 3.1~beta1
+ _ZTSN2bt19LogMonitorInterfaceE at Base 3.1~beta1
+ _ZTSN2bt20BEncoderBufferOutputE at Base 3.1~beta1
+ _ZTSN2bt20TorrentFileInterfaceE at Base 3.1~beta1
+ _ZTSN2bt21AuthenticationMonitorE at Base 3.1~beta1
+ _ZTSN2bt21QueueManagerInterfaceE at Base 3.1~beta1
+ _ZTSN2bt22ChunkSelectorInterfaceE at Base 3.1~beta1
+ _ZTSN2bt29ChunkSelectorFactoryInterfaceE at Base 3.1~beta1
+ _ZTSN2bt3LogE at Base 3.1~beta1
+ _ZTSN2bt4FileE at Base 3.1~beta1
+ _ZTSN2bt5BNodeE at Base 3.1~beta1
+ _ZTSN2bt5CacheE at Base 3.1~beta1
+ _ZTSN2bt5ChunkE at Base 3.1~beta1
+ _ZTSN2bt5ErrorE at Base 3.1~beta1
+ _ZTSN2bt5TimerE at Base 3.1~beta1
+ _ZTSN2bt6BitSetE at Base 3.1~beta1
+ _ZTSN2bt6ChokerE at Base 3.1~beta1
+ _ZTSN2bt6PeerIDE at Base 3.1~beta1
+ _ZTSN2bt6PtrMapI4KUrlNS_7TrackerEEE at Base 3.1~beta1
+ _ZTSN2bt6PtrMapIN3dht3KeyE5QListINS1_6DBItemEEEE at Base 3.1~beta1
+ _ZTSN2bt6PtrMapIPNS_15PieceDownloaderENS_14DownloadStatusEEE at Base 3.1~beta1
+ _ZTSN2bt6PtrMapIhN3dht7RPCCallEEE at Base 3.1~beta1
+ _ZTSN2bt6PtrMapIjN3dht4TaskEEE at Base 3.1~beta1
+ _ZTSN2bt6PtrMapIjN3net11SocketGroupEEE at Base 3.1~beta1
+ _ZTSN2bt6PtrMapIjNS_13ChunkDownloadEEE at Base 3.1~beta1
+ _ZTSN2bt6PtrMapIjNS_4PeerEEE at Base 3.1~beta1
+ _ZTSN2bt6PtrMapIjNS_7DNDFileEEE at Base 3.1~beta1
+ _ZTSN2bt6PtrMapIjNS_7WebSeedEEE at Base 3.1~beta1
+ _ZTSN2bt6PtrMapIjNS_9CacheFileEEE at Base 3.1~beta1
+ _ZTSN2bt6ServerE at Base 3.1~beta1
+ _ZTSN2bt7GlobalsE at Base 3.1~beta1
+ _ZTSN2bt7TorrentE at Base 3.1~beta1
+ _ZTSN2bt7TrackerE at Base 3.1~beta1
+ _ZTSN2bt7WaitJobE at Base 3.1~beta1
+ _ZTSN2bt7WebSeedE at Base 3.1~beta1
+ _ZTSN2bt8BDecoderE at Base 3.1~beta1
+ _ZTSN2bt8BEncoderE at Base 3.1~beta1
+ _ZTSN2bt8SHA1HashE at Base 3.1~beta1
+ _ZTSN2bt9BDictNodeE at Base 3.1~beta1
+ _ZTSN2bt9BListNodeE at Base 3.1~beta1
+ _ZTSN3mse12StreamSocketE at Base 3.1~beta1
+ _ZTSN3net13SocketMonitorE at Base 3.1~beta1
+ _ZTSN3net5SocksE at Base 3.1~beta1
+ _ZTSN3net6SocketE at Base 3.1~beta1
+ _ZTSN3net7AddressE at Base 3.1~beta1
+ _ZTSN3net8PortListE at Base 3.1~beta1
+ _ZTVN2bt10BValueNodeE at Base 3.1~beta1
+ _ZTVN2bt10DownloaderE at Base 3.1~beta1
+ _ZTVN2bt10PeerSourceE at Base 3.1~beta1
+ _ZTVN2bt11DataCheckerE at Base 3.1~beta1
+ _ZTVN2bt11HTTPTrackerE at Base 3.1~beta1
+ _ZTVN2bt11PeerManagerE at Base 3.1~beta1
+ _ZTVN2bt11TorrentFileE at Base 3.1~beta1
+ _ZTVN2bt12CacheFactoryE at Base 3.1~beta1
+ _ZTVN2bt12ChunkCounterE at Base 3.1~beta1
+ _ZTVN2bt12ChunkManagerE at Base 3.1~beta1
+ _ZTVN2bt12TrackersListE at Base 3.1~beta1
+ _ZTVN2bt13ExitOperationE at Base 3.1~beta1
+ _ZTVN2bt14BEncoderOutputE at Base 3.1~beta1
+ _ZTVN2bt14TorrentControlE at Base 3.1~beta1
+ _ZTVN2bt14TorrentCreatorE at Base 3.1~beta1
+ _ZTVN2bt16MonitorInterfaceE at Base 3.1~beta1
+ _ZTVN2bt16MultiDataCheckerE at Base 3.1~beta1
+ _ZTVN2bt16TorrentInterfaceE at Base 3.1~beta1
+ _ZTVN2bt16UDPTrackerSocketE at Base 3.1~beta1
+ _ZTVN2bt16WebSeedInterfaceE at Base 3.1~beta1
+ _ZTVN2bt17SingleDataCheckerE at Base 3.1~beta1
+ _ZTVN2bt18BEncoderFileOutputE at Base 3.1~beta1
+ _ZTVN2bt19DataCheckerListenerE at Base 3.1~beta1
+ _ZTVN2bt19IPBlockingInterfaceE at Base 3.1~beta1
+ _ZTVN2bt19LogMonitorInterfaceE at Base 3.1~beta1
+ _ZTVN2bt20BEncoderBufferOutputE at Base 3.1~beta1
+ _ZTVN2bt20TorrentFileInterfaceE at Base 3.1~beta1
+ _ZTVN2bt21AuthenticationMonitorE at Base 3.1~beta1
+ _ZTVN2bt21QueueManagerInterfaceE at Base 3.1~beta1
+ _ZTVN2bt22ChunkSelectorInterfaceE at Base 3.1~beta1
+ _ZTVN2bt29ChunkSelectorFactoryInterfaceE at Base 3.1~beta1
+ _ZTVN2bt3LogE at Base 3.1~beta1
+ _ZTVN2bt4FileE at Base 3.1~beta1
+ _ZTVN2bt5BNodeE at Base 3.1~beta1
+ _ZTVN2bt5CacheE at Base 3.1~beta1
+ _ZTVN2bt5ChunkE at Base 3.1~beta1
+ _ZTVN2bt5ErrorE at Base 3.1~beta1
+ _ZTVN2bt5TimerE at Base 3.1~beta1
+ _ZTVN2bt6BitSetE at Base 3.1~beta1
+ _ZTVN2bt6ChokerE at Base 3.1~beta1
+ _ZTVN2bt6PeerIDE at Base 3.1~beta1
+ _ZTVN2bt6PtrMapI4KUrlNS_7TrackerEEE at Base 3.1~beta1
+ _ZTVN2bt6PtrMapIN3dht3KeyE5QListINS1_6DBItemEEEE at Base 3.1~beta1
+ _ZTVN2bt6PtrMapIPNS_15PieceDownloaderENS_14DownloadStatusEEE at Base 3.1~beta1
+ _ZTVN2bt6PtrMapIhN3dht7RPCCallEEE at Base 3.1~beta1
+ _ZTVN2bt6PtrMapIjN3dht4TaskEEE at Base 3.1~beta1
+ _ZTVN2bt6PtrMapIjN3net11SocketGroupEEE at Base 3.1~beta1
+ _ZTVN2bt6PtrMapIjNS_13ChunkDownloadEEE at Base 3.1~beta1
+ _ZTVN2bt6PtrMapIjNS_4PeerEEE at Base 3.1~beta1
+ _ZTVN2bt6PtrMapIjNS_7DNDFileEEE at Base 3.1~beta1
+ _ZTVN2bt6PtrMapIjNS_7WebSeedEEE at Base 3.1~beta1
+ _ZTVN2bt6PtrMapIjNS_9CacheFileEEE at Base 3.1~beta1
+ _ZTVN2bt6ServerE at Base 3.1~beta1
+ _ZTVN2bt7GlobalsE at Base 3.1~beta1
+ _ZTVN2bt7TorrentE at Base 3.1~beta1
+ _ZTVN2bt7TrackerE at Base 3.1~beta1
+ _ZTVN2bt7WaitJobE at Base 3.1~beta1
+ _ZTVN2bt7WebSeedE at Base 3.1~beta1
+ _ZTVN2bt8BDecoderE at Base 3.1~beta1
+ _ZTVN2bt8BEncoderE at Base 3.1~beta1
+ _ZTVN2bt8SHA1HashE at Base 3.1~beta1
+ _ZTVN2bt9BDictNodeE at Base 3.1~beta1
+ _ZTVN2bt9BListNodeE at Base 3.1~beta1
+ _ZTVN3mse12StreamSocketE at Base 3.1~beta1
+ _ZTVN3net13SocketMonitorE at Base 3.1~beta1
+ _ZTVN3net5SocksE at Base 3.1~beta1
+ _ZTVN3net6SocketE at Base 3.1~beta1
+ _ZTVN3net7AddressE at Base 3.1~beta1
+ _ZTVN3net8PortListE at Base 3.1~beta1
+ _ZThn16_N2bt7WebSeedD0Ev at Base 3.1~beta1
+ _ZThn16_N2bt7WebSeedD1Ev at Base 3.1~beta1
+ _ZThn16_N3mse12StreamSocket11onDataReadyEPhj at Base 3.1~beta1
+ _ZThn16_N3mse12StreamSocketD0Ev at Base 3.1~beta1
+ _ZThn16_N3mse12StreamSocketD1Ev at Base 3.1~beta1
+ _ZThn16_NK2bt7WebSeed15getDownloadRateEv at Base 3.1~beta1
+ _ZThn24_N3mse12StreamSocket14onReadyToWriteEPhj at Base 3.1~beta1
+ _ZThn24_N3mse12StreamSocketD0Ev at Base 3.1~beta1
+ _ZThn24_N3mse12StreamSocketD1Ev at Base 3.1~beta1
+ _ZThn24_NK3mse12StreamSocket15hasBytesToWriteEv at Base 3.1~beta1

Added: kde-extras/ktorrent/libbtcore/debian/patches/01_libbtcore_export.diff
===================================================================
--- kde-extras/ktorrent/libbtcore/debian/patches/01_libbtcore_export.diff	                        (rev 0)
+++ kde-extras/ktorrent/libbtcore/debian/patches/01_libbtcore_export.diff	2008-05-02 19:44:50 UTC (rev 10448)
@@ -0,0 +1,191 @@
+--- libbtcore-3.1~beta1.orig/CMakeLists.txt
++++ libbtcore-3.1~beta1/CMakeLists.txt
+@@ -1,3 +1,36 @@
++project(libbtcore)
++
++find_package(KDE4 REQUIRED)
++find_package(GMP REQUIRED)
++find_package(QCA2 REQUIRED)
++
++# set some default settings
++include(KDE4Defaults)
++
++# make some more macros available
++include (MacroLibrary)
++#
++# checks for functions and stuff
++#
++include(CheckIncludeFiles)
++include(CheckFunctionExists)
++include(CheckTypeSize) #XFS
++
++add_definitions( ${KDE4_ENABLE_EXCEPTIONS} ${KDE4_DEFINITIONS} )
++
++include_directories(
++    ${KDE4_INCLUDES}
++    ${QCA2_INCLUDE_DIR}
++    ${GMP_INCLUDE_DIR}
++)
++
++option(ENABLE_DHT_SUPPORT "Whether to build BTCore library with DHT support or not" true)
++if (ENABLE_DHT_SUPPORT)
++  message(STATUS "Building BTCore library with DHT support (-DENABLE_DHT_SUPPORT=false to disable)")
++  add_definitions(-DENABLE_DHT_SUPPORT)
++endif (ENABLE_DHT_SUPPORT)
++
++
+ #XFS prealloc
+ CHECK_INCLUDE_FILES(xfs/xfs.h HAVE_XFS_XFS_H)
+ IF(HAVE_XFS_XFS_H)
+@@ -122,23 +155,6 @@
+ 	torrent/torrentcontrol.cpp
+ 	torrent/torrentcreator.cpp
+ 
+-	dht/announcetask.cpp  
+-	dht/dht.cpp                
+-	dht/kclosestnodessearch.cpp  
+-	dht/nodelookup.cpp  
+-	dht/rpcmsg.cpp     
+-	dht/taskmanager.cpp
+-	dht/database.cpp      
+-	dht/dhttrackerbackend.cpp  
+-	dht/key.cpp                  
+-	dht/pack.cpp        
+-	dht/rpcserver.cpp
+-	dht/dhtbase.cpp       
+-	dht/kbucket.cpp            
+-	dht/node.cpp                 
+-	dht/rpccall.cpp     
+-	dht/task.cpp
+-
+ 	diskio/cache.cpp      
+ 	diskio/chunk.cpp         
+ 	diskio/dndfile.cpp         
+@@ -167,6 +183,26 @@
+ 	btversion.cpp
+ )
+ 
++if (ENABLE_DHT_SUPPORT)
++    set(libbtcore_SRC ${libbtcore_SRC}
++        dht/announcetask.cpp
++        dht/dht.cpp
++        dht/kclosestnodessearch.cpp
++        dht/nodelookup.cpp
++        dht/rpcmsg.cpp
++        dht/taskmanager.cpp
++        dht/database.cpp
++        dht/dhttrackerbackend.cpp
++        dht/key.cpp
++        dht/pack.cpp
++        dht/rpcserver.cpp
++        dht/dhtbase.cpp
++        dht/kbucket.cpp
++        dht/node.cpp
++        dht/rpccall.cpp
++        dht/task.cpp
++    )
++endif (ENABLE_DHT_SUPPORT)
+ 
+ # kde4_add_ui_files(libbtcore_SRC ${libbtcore_UI})
+ # kde4_add_kcfg_files(libbtcore_SRC settings.kcfgc)
+@@ -259,11 +295,13 @@
+ 	./download/piece.h
+ 	./download/packet.h
+ 	./download/chunkselector.h
++    ./download/webseed.h
+ )
+ 
+ set (btcore_HDR 
+ 	btcore_export.h
+ 	btversion.h
++    ${CMAKE_BINARY_DIR}/config-btcore.h
+ )
+ 	
+ set (bcodec_HDR
+@@ -351,7 +389,13 @@
+ install(FILES ${util_HDR} DESTINATION ${INCLUDE_INSTALL_DIR}/libbtcore/util )
+ install(FILES ${peer_HDR} DESTINATION ${INCLUDE_INSTALL_DIR}/libbtcore/peer )
+ install(FILES ${datachecker_HDR} DESTINATION ${INCLUDE_INSTALL_DIR}/libbtcore/datachecker )
+-install(FILES ${dht_HDR} DESTINATION ${INCLUDE_INSTALL_DIR}/libbtcore/dht )
+ install(FILES ${migrate_HDR} DESTINATION ${INCLUDE_INSTALL_DIR}/libbtcore/migrate )
+ install(FILES ${download_HDR} DESTINATION ${INCLUDE_INSTALL_DIR}/libbtcore/download )
+ install(FILES ${btcore_HDR} DESTINATION ${INCLUDE_INSTALL_DIR}/libbtcore )
++
++if (ENABLE_DHT_SUPPORT)
++    install(FILES ${dht_HDR} DESTINATION ${INCLUDE_INSTALL_DIR}/libbtcore/dht )
++endif (ENABLE_DHT_SUPPORT)
++
++# Install cmake module
++add_subdirectory(cmake)
+--- libbtcore-3.1~beta1.orig/cmake/modules/FindBTCore.cmake
++++ libbtcore-3.1~beta1/cmake/modules/FindBTCore.cmake
+@@ -4,6 +4,7 @@
+ #  BTCORE_FOUND - system has BTCore
+ #  BTCORE_INCLUDE_DIR - the BTCore include directory
+ #  BTCORE_LIBRARIES - Link these to use BTCore
++#  BTCORE_DHT_SUPPORTED - whether BTCore was compiled with DHT support
+ 
+ # Copyright (c) 2007 Joris Guisson <joris.guisson at gmail.com>
+ # Copyright (c) 2007 Charles Connell <charles at connells.org> (This was based upon FindKopete.cmake)
+@@ -64,8 +65,16 @@
+   endif(MSVC)
+ 
+   if(BTCORE_FOUND)
++    # Check if DHT support is enabled
++    if (EXISTS "${BTCORE_INCLUDE_DIR}/dht/dht.h")
++        set(BTCORE_DHT_SUPPORTED TRUE CACHE BOOL "BTCore without DHT support")
++        set(_btcore_with_dht "with")
++    else (EXISTS "${BTCORE_INCLUDE_DIR}/dht/dht.h")
++        set(BTCORE_DHT_SUPPORTED FALSE CACHE BOOL "BTCore with DHT support")
++        set(_btcore_with_dht "without")
++    endif (EXISTS "${BTCORE_INCLUDE_DIR}/dht/dht.h")
+     if(NOT BTCORE_FIND_QUIETLY)
+-      message(STATUS "Found BTCore: ${BTCORE_LIBRARIES} ")
++      message(STATUS "Found BTCore: ${BTCORE_LIBRARIES} ${_btcore_with_dht} DHT support")
+     endif(NOT BTCORE_FIND_QUIETLY)
+   else(BTCORE_FOUND)
+     if(BTCORE_FIND_REQUIRED)
+--- libbtcore-3.1~beta1.orig/torrent/peersourcemanager.cpp
++++ libbtcore-3.1~beta1/torrent/peersourcemanager.cpp
+@@ -618,6 +618,7 @@
+ 	
+ 	void PeerSourceManager::addDHT()
+ 	{
++#ifdef ENABLE_DHT_SUPPORT
+ 		if(m_dht)
+ 		{
+ 			removePeerSource(m_dht);
+@@ -628,6 +629,9 @@
+ 		
+ 		// add the DHT source
+ 		addPeerSource(m_dht);
++#else
++        m_dht = 0;
++#endif
+ 	}
+ 
+ 	void PeerSourceManager::removeDHT()
+--- libbtcore-3.1~beta1.orig/torrent/globals.cpp
++++ libbtcore-3.1~beta1/torrent/globals.cpp
+@@ -33,7 +33,11 @@
+ 	{
+ 		plist = new net::PortList();
+ 		server = 0;
++#ifdef ENABLE_DHT_SUPPORT
+ 		dh_table = new dht::DHT();
++#else
++        dh_table = 0;
++#endif
+ 	}
+ 
+ 	Globals::~ Globals()
+--- libbtcore-3.1~beta1.orig/config-btcore.h.cmake
++++ libbtcore-3.1~beta1/config-btcore.h.cmake
+@@ -1,5 +1,5 @@
+-#ifndef CONFIG_KTORRENT_H
+-#define CONFIG_KTORRENT_H
++#ifndef CONFIG_CONFIG_BTCORE_H
++#define CONFIG_CONFIG_BTCORE_H
+ 
+ #cmakedefine HAVE_FOPEN64 1
+ #cmakedefine HAVE_FSEEKO64 1

Added: kde-extras/ktorrent/libbtcore/debian/patches/97_fix_link_interface_libraries.diff
===================================================================
--- kde-extras/ktorrent/libbtcore/debian/patches/97_fix_link_interface_libraries.diff	                        (rev 0)
+++ kde-extras/ktorrent/libbtcore/debian/patches/97_fix_link_interface_libraries.diff	2008-05-02 19:44:50 UTC (rev 10448)
@@ -0,0 +1,11 @@
+--- libbtcore-3.1~beta1.orig/CMakeLists.txt
++++ libbtcore-3.1~beta1/CMakeLists.txt
+@@ -208,7 +208,7 @@
+ # kde4_add_kcfg_files(libbtcore_SRC settings.kcfgc)
+ kde4_add_library(btcore SHARED ${libbtcore_SRC})
+ 
+-target_link_libraries(btcore ${KDE4_KDEUI_LIBS} ${KDE4_KIO_LIBS} ${GMP_LIBRARIES} ${QCA2_LIBRARIES})
++target_link_libraries(btcore ${KDE4_KDEUI_LIBS} ${KDE4_KIO_LIBS} ${QT_QTNETWORK_LIBRARY} ${GMP_LIBRARIES} ${QCA2_LIBRARIES})
+ set_target_properties(btcore PROPERTIES VERSION 4.0.0 SOVERSION 4 )
+ install(TARGETS btcore  DESTINATION ${LIB_INSTALL_DIR} )
+ 

Added: kde-extras/ktorrent/libbtcore/debian/patches/series
===================================================================
--- kde-extras/ktorrent/libbtcore/debian/patches/series	                        (rev 0)
+++ kde-extras/ktorrent/libbtcore/debian/patches/series	2008-05-02 19:44:50 UTC (rev 10448)
@@ -0,0 +1,2 @@
+01_libbtcore_export.diff
+97_fix_link_interface_libraries.diff

Added: kde-extras/ktorrent/libbtcore/debian/rules
===================================================================
--- kde-extras/ktorrent/libbtcore/debian/rules	                        (rev 0)
+++ kde-extras/ktorrent/libbtcore/debian/rules	2008-05-02 19:44:50 UTC (rev 10448)
@@ -0,0 +1,11 @@
+#!/usr/bin/make -f
+
+include debian/cdbs/kde.mk
+
+DEB_DH_INSTALL_SOURCEDIR =
+
+DEB_DH_SHLIBDEPS_ARGS_libbtcore4 = -- -xkdebase-runtime
+
+ifneq ($(DEB_HOST_ARCH_CPU),amd64)
+    DEB_DH_MAKESHLIBS_ARGS_libbtcore4 = -V'libbtcore4 (>= 3.1~beta1)'
+endif


Property changes on: kde-extras/ktorrent/libbtcore/debian/rules
___________________________________________________________________
Name: svn:executable
   + *




More information about the pkg-kde-commits mailing list