[SCM] KTorrent library Debian packaging branch, experimental, updated. debian/1.3.1-5
Pino Toscano
pino at moszumanska.debian.org
Sat Jul 2 17:48:50 UTC 2016
Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/libktorrent.git;a=commitdiff;h=4c3bab6
The following commit has been merged in the experimental branch:
commit 4c3bab69cd34fad63c3c578a4d66af95ce957593
Merge: d244eb8b99b21fe9c8d2753633207224ddab02c7 423c5d8e49ad679f3fc9f046728b2ff79c941a6c
Author: Modestas Vainius <modax at debian.org>
Date: Sun Sep 30 01:07:42 2012 +0300
Merge tag 'upstream/1.3.0'
Upstream version 1.3.0
CMakeLists.txt | 2 +
ChangeLog | 16 +
po/ar/libktorrent.po | 255 +-
po/ast/libktorrent.po | 259 +-
po/be/libktorrent.po | 235 +-
po/bg/libktorrent.po | 255 +-
po/bs/libktorrent.po | 245 +-
po/ca/libktorrent.po | 247 +-
po/ca at valencia/libktorrent.po | 247 +-
po/cs/libktorrent.po | 5939 +-------------------
po/da/libktorrent.po | 247 +-
po/de/libktorrent.po | 249 +-
po/el/libktorrent.po | 247 +-
po/en_GB/libktorrent.po | 259 +-
po/eo/libktorrent.po | 255 +-
po/es/libktorrent.po | 249 +-
po/et/libktorrent.po | 245 +-
po/eu/libktorrent.po | 249 +-
po/fi/libktorrent.po | 255 +-
po/fr/libktorrent.po | 336 +-
po/ga/libktorrent.po | 245 +-
po/gl/libktorrent.po | 263 +-
po/hi/libktorrent.po | 233 +-
po/hne/libktorrent.po | 239 +-
po/hu/libktorrent.po | 247 +-
po/is/libktorrent.po | 261 +-
po/it/libktorrent.po | 249 +-
po/ja/libktorrent.po | 243 +-
po/km/libktorrent.po | 245 +-
po/ku/libktorrent.po | 233 +-
po/lt/libktorrent.po | 245 +-
po/lv/libktorrent.po | 245 +-
po/ms/libktorrent.po | 247 +-
po/nb/libktorrent.po | 249 +-
po/nds/libktorrent.po | 249 +-
po/nl/libktorrent.po | 247 +-
po/nn/libktorrent.po | 237 +-
po/oc/libktorrent.po | 231 +-
po/pl/libktorrent.po | 245 +-
po/pt/libktorrent.po | 251 +-
po/pt_BR/libktorrent.po | 249 +-
po/ro/libktorrent.po | 259 +-
po/ru/libktorrent.po | 249 +-
po/se/libktorrent.po | 213 +-
po/si/libktorrent.po | 213 +-
po/sk/libktorrent.po | 245 +-
po/sl/libktorrent.po | 263 +-
po/sr/libktorrent.po | 261 +-
po/sr at ijekavian/libktorrent.po | 261 +-
po/sr at ijekavianlatin/libktorrent.po | 263 +-
po/sr at latin/libktorrent.po | 263 +-
po/sv/libktorrent.po | 247 +-
po/tr/libktorrent.po | 247 +-
po/ug/libktorrent.po | 233 +-
po/uk/libktorrent.po | 251 +-
po/zh_CN/libktorrent.po | 263 +-
po/zh_TW/libktorrent.po | 245 +-
src/CMakeLists.txt | 46 +-
src/dht/CMakeLists.txt | 34 +
src/dht/announcereq.cpp | 90 +
.../preallocationjob.h => dht/announcereq.h} | 42 +-
.../preallocationjob.cpp => dht/announcersp.cpp} | 73 +-
.../announcersp.h} | 52 +-
src/dht/announcetask.cpp | 95 +-
src/dht/announcetask.h | 5 +-
src/dht/database.cpp | 124 +-
src/dht/database.h | 50 +-
src/dht/dht.cpp | 130 +-
src/dht/dht.h | 26 +-
src/{net/wakeuppipe.cpp => dht/errmsg.cpp} | 60 +-
src/dht/{nodelookup.h => errmsg.h} | 43 +-
src/dht/findnodereq.cpp | 99 +
src/{peer/badpeerslist.h => dht/findnodereq.h} | 42 +-
src/dht/findnodersp.cpp | 104 +
.../preallocationjob.h => dht/findnodersp.h} | 47 +-
src/dht/getpeersreq.cpp | 97 +
.../preallocationjob.h => dht/getpeersreq.h} | 47 +-
src/dht/getpeersrsp.cpp | 155 +
src/{torrent/jobqueue.h => dht/getpeersrsp.h} | 68 +-
src/dht/kbucket.cpp | 225 +-
src/dht/kbucket.h | 195 +-
src/dht/kbucketentry.cpp | 107 +
src/dht/{kbucket.h => kbucketentry.h} | 177 +-
src/dht/kbuckettable.cpp | 217 +
src/{torrent/jobqueue.h => dht/kbuckettable.h} | 63 +-
src/dht/kclosestnodessearch.cpp | 33 +-
src/dht/kclosestnodessearch.h | 29 +-
src/dht/key.cpp | 128 +-
src/dht/key.h | 62 +-
src/dht/node.cpp | 309 +-
src/dht/node.h | 44 +-
src/dht/nodelookup.cpp | 92 +-
src/dht/nodelookup.h | 6 +-
src/dht/pack.h | 6 +-
src/dht/{dhtbase.cpp => packednodecontainer.cpp} | 24 +-
.../packednodecontainer.h} | 45 +-
src/dht/{taskmanager.cpp => pingreq.cpp} | 57 +-
src/{utp/utpserverthread.h => dht/pingreq.h} | 36 +-
src/dht/{taskmanager.cpp => pingrsp.cpp} | 58 +-
src/{utp/utpserverthread.h => dht/pingrsp.h} | 36 +-
src/dht/rpccall.cpp | 16 +-
src/dht/rpccall.h | 18 +-
src/dht/rpcmsg.cpp | 659 +--
src/dht/rpcmsg.h | 246 +-
src/dht/rpcmsgfactory.cpp | 157 +
src/{torrent/jobqueue.h => dht/rpcmsgfactory.h} | 68 +-
src/dht/rpcserver.cpp | 192 +-
src/dht/rpcserver.h | 40 +-
.../rpcserverinterface.cpp} | 23 +-
.../utpserverthread.h => dht/rpcserverinterface.h} | 39 +-
src/dht/task.cpp | 4 +-
src/dht/task.h | 8 +-
src/dht/tests/CMakeLists.txt | 7 +
src/dht/tests/keytest.cpp | 114 +
src/dht/tests/rpcmsgtest.cpp | 216 +
src/diskio/cache.cpp | 68 +-
src/diskio/cache.h | 23 +-
src/diskio/cachefile.cpp | 3 +-
src/diskio/cachefile.h | 8 +-
src/diskio/chunkmanager.cpp | 12 +-
src/diskio/chunkmanager.h | 9 +-
src/diskio/dndfile.cpp | 98 +-
src/diskio/dndfile.h | 33 +-
src/diskio/multifilecache.cpp | 747 ++-
src/diskio/multifilecache.h | 44 +-
src/diskio/piecedata.cpp | 70 +-
src/diskio/piecedata.h | 56 +-
src/diskio/preallocationjob.cpp | 25 +-
src/diskio/preallocationthread.cpp | 109 +-
src/diskio/preallocationthread.h | 48 +-
src/diskio/singlefilecache.cpp | 195 +-
src/diskio/singlefilecache.h | 16 +-
src/diskio/tests/CMakeLists.txt | 7 +-
src/diskio/tests/chunkmanagertest.cpp | 7 +-
src/diskio/tests/preallocationtest.cpp | 148 +
src/download/downloader.cpp | 2 +-
src/download/httpconnection.cpp | 2 +-
src/download/httpconnection.h | 2 +-
src/download/webseed.cpp | 15 +-
src/download/webseed.h | 6 +-
src/interfaces/peerinterface.h | 6 +
src/interfaces/torrentinterface.h | 7 +
src/magnet/magnetdownloader.cpp | 3 -
src/magnet/magnetlink.cpp | 124 +-
src/net/address.cpp | 4 +-
src/net/address.h | 2 +-
src/net/downloadthread.cpp | 4 +-
src/net/socket.cpp | 11 +-
src/net/speed.cpp | 2 +-
src/net/speed.h | 4 +-
src/net/trafficshapedsocket.cpp | 16 +-
src/net/trafficshapedsocket.h | 4 +-
src/peer/CMakeLists.txt | 1 +
src/peer/connectionlimit.cpp | 107 +
src/peer/connectionlimit.h | 95 +
src/peer/packetreader.cpp | 166 +-
src/peer/packetreader.h | 42 +-
src/peer/peer.cpp | 738 +--
src/peer/peer.h | 26 +-
src/peer/peerconnector.cpp | 105 +-
src/peer/peerconnector.h | 3 +-
src/peer/peermanager.cpp | 658 +--
src/peer/peermanager.h | 159 +-
src/peer/peeruploader.cpp | 8 +-
src/peer/peeruploader.h | 2 +-
src/peer/serverauthenticate.cpp | 3 +-
src/peer/superseeder.cpp | 8 +-
src/peer/superseeder.h | 20 +-
src/peer/tests/CMakeLists.txt | 10 +-
src/peer/tests/connectionlimittest.cpp | 137 +
src/peer/tests/packetreadertest.cpp | 167 +
src/peer/tests/superseedtest.cpp | 46 +-
src/peer/utmetadata.cpp | 2 +
src/peer/utpex.cpp | 4 +-
src/peer/utpex.h | 2 +-
src/torrent/advancedchokealgorithm.cpp | 110 +-
src/torrent/advancedchokealgorithm.h | 19 +-
src/torrent/timeestimator.cpp | 127 +-
src/torrent/timeestimator.h | 155 +-
src/torrent/torrentcontrol.cpp | 780 ++-
src/torrent/torrentcontrol.h | 1 +
src/torrent/uploader.cpp | 6 +-
src/torrent/uploader.h | 3 +-
src/util/error.cpp | 4 +-
src/util/fileops.cpp | 16 +
src/util/fileops.h | 3 +
src/util/functions.cpp | 4 +-
src/util/logsystemmanager.cpp | 40 +-
src/util/logsystemmanager.h | 5 +-
src/util/signalcatcher.cpp | 57 +-
src/util/signalcatcher.h | 34 +
src/utp/utpsocket.cpp | 2 +-
src/version.h | 6 +-
testlib/CMakeLists.txt | 1 +
.../logmonitorinterface.cpp => testlib/utils.cpp | 24 +-
src/interfaces/cachefactory.cpp => testlib/utils.h | 23 +-
196 files changed, 13129 insertions(+), 17445 deletions(-)
--
KTorrent library Debian packaging
More information about the pkg-kde-commits
mailing list