[SCM] KTorrent library Debian packaging branch, master, updated. debian/1.1-rc1-1

Modestas Vainius modax at alioth.debian.org
Sat Feb 19 00:58:29 UTC 2011


The following commit has been merged in the master branch:
commit db5c2530d7fd464391747018b3dea2d610b07277
Merge: ef116678fd737885118c0e79d8902dbf284a4945 d95ecea04016854877c5add8b9480650fa8bd707
Author: Modestas Vainius <modestas at vainius.eu>
Date:   Sat Feb 19 00:56:52 2011 +0200

    Merge branch 'upstream' into experimental

 CMakeLists.txt                                     |   12 +-
 ChangeLog                                          |   40 +
 RoadMap                                            |    3 +
 cmake/modules/FindLibGcrypt.cmake                  |   91 +
 examples/CMakeLists.txt                            |    1 +
 examples/ktcli/CMakeLists.txt                      |    9 +
 examples/ktcli/ktcli.cpp                           |  241 +
 src/utp/timevalue.cpp => examples/ktcli/ktcli.h    |   79 +-
 src/utp/pollpipe.cpp => examples/ktcli/main.cpp    |   80 +-
 po/ar/libktorrent.po                               |  427 +-
 po/ast/libktorrent.po                              |  535 +-
 po/be/libktorrent.po                               |  421 +-
 po/bg/libktorrent.po                               |  519 +-
 po/ca/libktorrent.po                               |  416 +-
 po/ca at valencia/libktorrent.po                      |  416 +-
 po/cs/libktorrent.po                               |  479 +-
 po/da/libktorrent.po                               |  437 +-
 po/de/libktorrent.po                               |  556 +-
 po/el/libktorrent.po                               |  604 +-
 po/en_GB/libktorrent.po                            |  503 +-
 po/eo/libktorrent.po                               |  533 +-
 po/es/libktorrent.po                               |  471 +-
 po/et/libktorrent.po                               |  460 +-
 po/eu/libktorrent.po                               |  495 +-
 po/fi/libktorrent.po                               |  537 +-
 po/fr/libktorrent.po                               |  470 +-
 po/ga/libktorrent.po                               | 1231 +++-
 po/gl/libktorrent.po                               |  549 +-
 po/hi/libktorrent.po                               |  444 +-
 po/hne/libktorrent.po                              |  447 +-
 po/hr/libktorrent.po                               | 9038 +++++++++++++++++++-
 po/hu/libktorrent.po                               |  543 +-
 po/is/libktorrent.po                               |  474 +-
 po/it/libktorrent.po                               |  554 +-
 po/ja/libktorrent.po                               |  448 +-
 po/km/libktorrent.po                               |  555 +-
 po/ku/libktorrent.po                               |  404 +-
 po/lt/libktorrent.po                               |  478 +-
 po/lv/libktorrent.po                               |  544 +-
 po/ms/libktorrent.po                               | 2518 +++++-
 po/nb/libktorrent.po                               |  389 +-
 po/nds/libktorrent.po                              |  434 +-
 po/nl/libktorrent.po                               |  468 +-
 po/nn/libktorrent.po                               |  394 +-
 po/oc/libktorrent.po                               |  412 +-
 po/pl/libktorrent.po                               |  480 +-
 po/pt/libktorrent.po                               |  475 +-
 po/pt_BR/libktorrent.po                            |  487 +-
 po/ro/libktorrent.po                               |  555 +-
 po/ru/libktorrent.po                               |  464 +-
 po/se/libktorrent.po                               |  352 +-
 po/si/libktorrent.po                               |  356 +-
 po/sk/libktorrent.po                               |  452 +-
 po/sl/libktorrent.po                               |  547 +-
 po/sr/libktorrent.po                               |  449 +-
 po/sr at ijekavian/libktorrent.po                     |  449 +-
 po/sr at ijekavianlatin/libktorrent.po                |  451 +-
 po/sr at latin/libktorrent.po                         |  451 +-
 po/sv/libktorrent.po                               |  445 +-
 po/tr/libktorrent.po                               |  531 +-
 po/uk/libktorrent.po                               |  436 +-
 po/zh_CN/libktorrent.po                            |  565 +-
 po/zh_TW/libktorrent.po                            |  461 +-
 scripts/gen_pkg.rb                                 |   30 +-
 src/CMakeLists.txt                                 |  112 +-
 src/bcodec/value.h                                 |    2 +-
 src/datachecker/CMakeLists.txt                     |   11 +
 src/datachecker/datachecker.cpp                    |    2 +-
 src/datachecker/datachecker.h                      |   41 +-
 src/datachecker/datacheckerjob.cpp                 |   70 +-
 src/datachecker/datacheckerjob.h                   |   23 +-
 src/datachecker/datacheckerlistener.cpp            |   33 -
 src/datachecker/datacheckerlistener.h              |   93 -
 src/datachecker/datacheckerthread.cpp              |    1 +
 src/datachecker/datacheckerthread.h                |    3 +-
 src/datachecker/multidatachecker.cpp               |  112 +-
 src/datachecker/multidatachecker.h                 |    7 +-
 src/datachecker/singledatachecker.cpp              |   36 +-
 src/datachecker/singledatachecker.h                |    2 +-
 src/datachecker/tests/CMakeLists.txt               |    4 +
 src/datachecker/tests/datacheckertest.cpp          |  123 +
 src/dht/announcetask.cpp                           |    8 +-
 src/dht/announcetask.h                             |    2 +-
 src/dht/dht.cpp                                    |   26 +-
 src/dht/dht.h                                      |   22 +-
 src/dht/kbucket.cpp                                |    4 +-
 src/dht/kbucket.h                                  |    2 +-
 src/dht/node.cpp                                   |    4 +-
 src/dht/node.h                                     |    4 +-
 src/dht/nodelookup.cpp                             |    9 +-
 src/dht/nodelookup.h                               |    2 +-
 src/dht/rpccall.cpp                                |    7 +-
 src/dht/rpccall.h                                  |   14 +-
 src/dht/rpcmsg.cpp                                 |  132 +-
 src/dht/rpcmsg.h                                   |   66 +-
 src/dht/rpcserver.cpp                              |  343 +-
 src/dht/rpcserver.h                                |   32 +-
 src/dht/task.cpp                                   |    4 +-
 src/dht/task.h                                     |    6 +-
 src/diskio/CMakeLists.txt                          |   18 +
 src/diskio/cache.cpp                               |   69 +-
 src/diskio/cache.h                                 |   36 +-
 src/diskio/cachefile.cpp                           |   45 +-
 src/diskio/chunk.cpp                               |   27 +-
 src/diskio/chunk.h                                 |    6 +-
 src/diskio/chunkmanager.cpp                        |  999 ++-
 src/diskio/chunkmanager.h                          |   41 +-
 src/diskio/dndfile.cpp                             |    6 +-
 src/diskio/movedatafilesjob.cpp                    |   63 +-
 src/diskio/movedatafilesjob.h                      |    6 +
 src/diskio/multifilecache.cpp                      |   75 +-
 src/diskio/multifilecache.h                        |    9 +-
 src/diskio/piecedata.cpp                           |  104 +-
 src/diskio/piecedata.h                             |  114 +-
 src/diskio/singlefilecache.cpp                     |   46 +-
 src/diskio/singlefilecache.h                       |    8 +-
 src/diskio/tests/CMakeLists.txt                    |    4 +
 src/diskio/tests/chunkmanagertest.cpp              |  153 +
 src/download/CMakeLists.txt                        |   13 +
 src/download/chunkdownload.cpp                     |   48 +-
 src/download/chunkdownload.h                       |   11 +-
 src/download/chunkselector.cpp                     |   69 +-
 src/download/chunkselector.h                       |    4 +-
 src/download/downloader.cpp                        |  101 +-
 src/download/downloader.h                          |   37 +-
 src/download/httpconnection.cpp                    |   19 +-
 src/download/httpconnection.h                      |    5 +
 src/download/packet.cpp                            |    2 +-
 src/download/streamingchunkselector.cpp            |  203 +
 .../streamingchunkselector.h}                      |   85 +-
 src/download/tests/CMakeLists.txt                  |    4 +
 src/download/tests/streamingchunkselectortest.cpp  |  170 +
 src/download/webseed.cpp                           |  171 +-
 src/download/webseed.h                             |   22 +-
 src/interfaces/chunkselectorinterface.cpp          |   23 +-
 src/interfaces/chunkselectorinterface.h            |   38 +-
 src/interfaces/peerinterface.cpp                   |   29 +-
 src/interfaces/peerinterface.h                     |   69 +-
 src/interfaces/piecedownloader.h                   |    3 +-
 src/interfaces/serverinterface.cpp                 |   19 +-
 src/interfaces/serverinterface.h                   |    7 +-
 src/interfaces/torrentfileinterface.cpp            |    2 +-
 src/interfaces/torrentfileinterface.h              |   23 +
 src/interfaces/torrentinterface.h                  |   22 +-
 src/interfaces/trackerinterface.cpp                |    2 +-
 src/interfaces/trackerinterface.h                  |    1 +
 src/magnet/magnetdownloader.cpp                    |   60 +-
 src/magnet/magnetdownloader.h                      |    7 +-
 src/magnet/magnetlink.cpp                          |   34 +-
 src/magnet/magnetlink.h                            |   23 +-
 src/magnet/tests/magnetlinktest.cpp                |    8 +-
 src/mse/CMakeLists.txt                             |   12 +
 src/mse/encryptedauthenticate.cpp                  |    2 +-
 src/mse/encryptedauthenticate.h                    |    2 +-
 src/mse/encryptedserverauthenticate.cpp            |    2 +-
 src/mse/encryptedserverauthenticate.h              |    2 +-
 src/mse/rc4encryptor.cpp                           |   71 +-
 src/mse/rc4encryptor.h                             |   30 +-
 src/mse/streamsocket.cpp                           |   36 +-
 src/mse/streamsocket.h                             |   22 +-
 src/mse/tests/CMakeLists.txt                       |    3 +
 .../tests/rc4encryptortest.cpp}                    |   70 +-
 src/net/CMakeLists.txt                             |    1 +
 src/net/downloadthread.h                           |    3 +
 src/net/serversocket.cpp                           |  182 +
 src/net/serversocket.h                             |  164 +
 src/net/socket.cpp                                 |   18 +-
 src/net/socket.h                                   |    5 +-
 src/net/socketdevice.cpp                           |    2 +-
 src/net/socketdevice.h                             |    7 +-
 src/net/socketmonitor.cpp                          |  122 +-
 src/net/socketmonitor.h                            |   22 +-
 src/net/socks.cpp                                  |    2 +-
 src/net/socks.h                                    |   10 +-
 src/net/uploadthread.h                             |    3 +
 src/net/wakeuppipe.cpp                             |    4 +-
 src/peer/CMakeLists.txt                            |   25 +
 src/peer/authenticate.cpp                          |   25 +-
 src/peer/authenticate.h                            |   17 +-
 src/peer/authenticatebase.cpp                      |   15 +-
 src/peer/authenticatebase.h                        |   17 +-
 src/peer/authenticationmonitor.cpp                 |   13 +-
 src/peer/authenticationmonitor.h                   |    5 +
 src/peer/chunkcounter.h                            |    3 +
 src/peer/packetreader.cpp                          |    7 +-
 src/peer/packetreader.h                            |   27 +-
 src/peer/packetwriter.cpp                          |    3 +-
 src/peer/peer.cpp                                  |   54 +-
 src/peer/peer.h                                    |   66 +-
 src/peer/peerconnector.cpp                         |  114 +-
 src/peer/peerconnector.h                           |   39 +-
 src/peer/peerdownloader.cpp                        |   15 +-
 src/peer/peermanager.cpp                           |  732 +-
 src/peer/peermanager.h                             |  108 +-
 src/peer/peeruploader.cpp                          |    7 +-
 src/peer/peeruploader.h                            |    3 +-
 src/peer/serverauthenticate.cpp                    |    8 +-
 src/peer/serverauthenticate.h                      |    2 +-
 src/peer/superseeder.cpp                           |  189 +
 src/peer/superseeder.h                             |  119 +
 src/peer/tests/CMakeLists.txt                      |    3 +
 src/peer/tests/superseedtest.cpp                   |  250 +
 src/peer/utpex.cpp                                 |   65 +-
 src/peer/utpex.h                                   |    9 +-
 src/torrent/CMakeLists.txt                         |    1 +
 src/torrent/advancedchokealgorithm.cpp             |   48 +-
 src/torrent/globals.cpp                            |    1 -
 src/torrent/job.cpp                                |   14 +
 src/torrent/job.h                                  |   16 +
 src/torrent/jobqueue.cpp                           |    2 +-
 src/torrent/server.cpp                             |  106 +-
 src/torrent/server.h                               |   19 +-
 src/torrent/tests/CMakeLists.txt                   |   12 +-
 src/torrent/tests/torrentfilestreammultitest.cpp   |  167 +
 src/torrent/tests/torrentfilestreamtest.cpp        |  265 +
 src/torrent/timeestimator.cpp                      |    6 +-
 src/torrent/torrent.cpp                            |   22 +-
 src/torrent/torrentcontrol.cpp                     |  164 +-
 src/torrent/torrentcontrol.h                       |   15 +-
 src/torrent/torrentfile.cpp                        |    4 +-
 src/torrent/torrentfile.h                          |   17 +-
 src/torrent/torrentfilestream.cpp                  |  455 +
 src/torrent/torrentfilestream.h                    |  106 +
 src/torrent/torrentstats.cpp                       |    3 +
 src/torrent/torrentstats.h                         |    3 +
 src/torrent/uploader.cpp                           |   26 +-
 src/torrent/uploader.h                             |   15 +-
 src/tracker/CMakeLists.txt                         |   12 +
 src/tracker/httpannouncejob.cpp                    |   14 +
 src/tracker/httpannouncejob.h                      |    1 +
 src/tracker/httptracker.cpp                        |    8 +
 src/tracker/udptracker.cpp                         |    3 +-
 src/tracker/udptracker.h                           |   10 +-
 src/tracker/udptrackersocket.cpp                   |  198 +-
 src/tracker/udptrackersocket.h                     |   25 +-
 src/upnp/CMakeLists.txt                            |    7 +
 src/upnp/httprequest.cpp                           |  162 +
 src/upnp/httprequest.h                             |  113 +
 src/{util/compressfilejob.h => upnp/soap.cpp}      |   72 +-
 .../multidatachecker.h => upnp/soap.h}             |   44 +-
 src/upnp/upnpdescriptionparser.cpp                 |  236 +
 .../upnpdescriptionparser.h}                       |   42 +-
 src/upnp/upnpmcastsocket.cpp                       |  377 +
 src/{bcodec/bdecoder.h => upnp/upnpmcastsocket.h}  |   99 +-
 src/upnp/upnprouter.cpp                            |  552 ++
 src/upnp/upnprouter.h                              |  211 +
 src/util/CMakeLists.txt                            |    8 +-
 src/util/file.cpp                                  |    3 +-
 src/util/file.h                                    |    4 +-
 src/util/fileops.cpp                               |   55 +-
 src/util/fileops.h                                 |   11 +
 src/util/functions.cpp                             |   63 +-
 src/util/functions.h                               |   12 +-
 src/util/log.cpp                                   |    3 +-
 src/util/log.h                                     |    6 +-
 src/util/pipe.cpp                                  |    3 -
 src/util/resourcemanager.cpp                       |  133 +
 src/util/resourcemanager.h                         |  114 +
 src/util/sha1hashgen.cpp                           |  332 +-
 src/util/sha1hashgen.h                             |   13 +-
 src/{utp/pollpipe.cpp => util/signalcatcher.cpp}   |   67 +-
 src/{peer/peerconnector.h => util/signalcatcher.h} |   75 +-
 src/util/tests/CMakeLists.txt                      |   12 +-
 src/util/tests/resourcemanagertest.cpp             |  157 +
 src/util/tests/signalcatchertest.cpp               |  150 +
 src/util/waitjob.cpp                               |    6 +
 src/util/waitjob.h                                 |    6 +
 src/utp/connection.cpp                             |  128 +-
 src/utp/connection.h                               |   69 +-
 src/utp/delaywindow.cpp                            |   26 +-
 src/utp/delaywindow.h                              |   15 +-
 src/utp/localwindow.cpp                            |   18 +-
 src/utp/localwindow.h                              |    5 +-
 src/utp/{pollpipe.cpp => outputqueue.cpp}          |   72 +-
 src/utp/{pollpipe.h => outputqueue.h}              |   70 +-
 src/utp/pollpipe.h                                 |    6 +
 src/utp/remotewindow.cpp                           |   18 +-
 src/utp/remotewindow.h                             |    6 +-
 src/utp/tests/congestiontest.cpp                   |   14 +-
 src/utp/tests/connectiontest.cpp                   |   48 +-
 src/utp/tests/connecttest.cpp                      |    9 +-
 src/utp/tests/fintest.cpp                          |   17 +-
 src/utp/tests/localwindowtest.cpp                  |  134 +-
 src/utp/tests/packetlosstest.cpp                   |   21 +-
 src/utp/tests/remotewindowtest.cpp                 |    9 +-
 src/utp/tests/sendtest.cpp                         |    6 +-
 src/utp/tests/sockettest.cpp                       |    6 +-
 src/utp/tests/transmittest.cpp                     |   60 +-
 src/utp/tests/utppolltest.cpp                      |   25 +-
 src/utp/utpserver.cpp                              |  664 +-
 src/utp/utpserver.h                                |  110 +-
 src/utp/utpserver_p.h                              |  119 +
 src/utp/utpserverthread.cpp                        |    3 -
 src/utp/utpsocket.cpp                              |   89 +-
 src/utp/utpsocket.h                                |    6 +-
 src/version.cpp                                    |    1 +
 src/version.h                                      |   17 +-
 testlib/CMakeLists.txt                             |    7 +
 testlib/dummytorrentcreator.cpp                    |  136 +
 testlib/dummytorrentcreator.h                      |   85 +
 300 files changed, 37230 insertions(+), 14552 deletions(-)

-- 
KTorrent library Debian packaging



More information about the pkg-kde-commits mailing list