Revision 737934

Go back to digest for 18th November 2007

Other in Networking Tools

Joris Guisson committed changes in /trunk/extragear/network/ktorrent:

Finished split of libktorrent in libbtcore and libktcore

Still need to do some cleanup though

File Changes

Added 145 files
  • /trunk/extragear/network/ktorrent
  •   /libbtcore/datachecker
  •   /libbtcore/dht
  •   /libbtcore/diskio
  •   /libbtcore/download
  •   /libbtcore/interfaces
  •   /libbtcore/migrate
  •   /libbtcore/mse
  •   /libbtcore/net
  •   /libbtcore/peer
  •   /libbtcore/torrent
  •   /libbtcore/tracker
  •   /libbtcore/download/chunkdownload.cpp
  •   /libbtcore/download/chunkdownload.h
  •   /libbtcore/download/chunkselector.cpp
  •   /libbtcore/download/chunkselector.h
  •   /libbtcore/download/downloader.cpp
  •   /libbtcore/download/downloader.h
  •   /libbtcore/download/httpdownloader.cpp
  •   /libbtcore/download/httpdownloader.h
  •   /libbtcore/download/packet.cpp
  •   /libbtcore/download/packet.h
  •   /libbtcore/download/piece.cpp
  •   /libbtcore/download/piece.h
  •   /libbtcore/download/request.cpp
  •   /libbtcore/download/request.h
  •   /libbtcore/interfaces/chunkdownloadinterface.cpp
  •   /libbtcore/interfaces/chunkdownloadinterface.h
  •   /libbtcore/interfaces/exitoperation.cpp
  •   /libbtcore/interfaces/exitoperation.h
  •   /libbtcore/interfaces/ipblockinginterface.cpp
  •   /libbtcore/interfaces/ipblockinginterface.h
  •   /libbtcore/interfaces/logmonitorinterface.cpp
  •   /libbtcore/interfaces/logmonitorinterface.h
  •   /libbtcore/interfaces/monitorinterface.cpp
  •   /libbtcore/interfaces/monitorinterface.h
  •   /libbtcore/interfaces/peerinterface.cpp
  •   /libbtcore/interfaces/peerinterface.h
  •   /libbtcore/interfaces/peersource.cpp
  •   /libbtcore/interfaces/peersource.h
  •   /libbtcore/interfaces/piecedownloader.cpp
  •   /libbtcore/interfaces/piecedownloader.h
  •   /libbtcore/interfaces/torrentfileinterface.cpp
  •   /libbtcore/interfaces/torrentfileinterface.h
  •   /libbtcore/interfaces/torrentinterface.cpp
  •   /libbtcore/interfaces/torrentinterface.h
  •   /libbtcore/interfaces/trackerslist.cpp
  •   /libbtcore/interfaces/trackerslist.h
  •   /libbtcore/mse/bigint.cpp
  •   /libbtcore/mse/bigint.h
  •   /libbtcore/mse/encryptedauthenticate.cpp
  •   /libbtcore/mse/encryptedauthenticate.h
  •   /libbtcore/mse/encryptedserverauthenticate.cpp
  •   /libbtcore/mse/encryptedserverauthenticate.h
  •   /libbtcore/mse/functions.cpp
  •   /libbtcore/mse/functions.h
  •   /libbtcore/mse/rc4encryptor.cpp
  •   /libbtcore/mse/rc4encryptor.h
  •   /libbtcore/mse/streamsocket.cpp
  •   /libbtcore/mse/streamsocket.h
  •   /libbtcore/net/address.cpp
  •   /libbtcore/net/address.h
  •   /libbtcore/net/bufferedsocket.cpp
  •   /libbtcore/net/bufferedsocket.h
  •   /libbtcore/net/downloadthread.cpp
  •   /libbtcore/net/downloadthread.h
  •   /libbtcore/net/networkthread.cpp
  •   /libbtcore/net/networkthread.h
  •   /libbtcore/net/portlist.cpp
  •   /libbtcore/net/portlist.h
  •   /libbtcore/net/socket.cpp
  •   /libbtcore/net/socket.h
  •   /libbtcore/net/socketgroup.cpp
  •   /libbtcore/net/socketgroup.h
  •   /libbtcore/net/socketmonitor.cpp
  •   /libbtcore/net/socketmonitor.h
  •   /libbtcore/net/speed.cpp
  •   /libbtcore/net/speed.h
  •   /libbtcore/net/uploadthread.cpp
  •   /libbtcore/net/uploadthread.h
  •   /libbtcore/peer/authenticate.cpp
  •   /libbtcore/peer/authenticate.h
  •   /libbtcore/peer/authenticatebase.cpp
  •   /libbtcore/peer/authenticatebase.h
  •   /libbtcore/peer/authenticationmonitor.cpp
  •   /libbtcore/peer/authenticationmonitor.h
  •   /libbtcore/peer/chunkcounter.cpp
  •   /libbtcore/peer/chunkcounter.h
  •   /libbtcore/peer/packetreader.cpp
  •   /libbtcore/peer/packetreader.h
  •   /libbtcore/peer/packetwriter.cpp
  •   /libbtcore/peer/packetwriter.h
  •   /libbtcore/peer/peer.cpp
  •   /libbtcore/peer/peer.h
  •   /libbtcore/peer/peerdownloader.cpp
  •   /libbtcore/peer/peerdownloader.h
  •   /libbtcore/peer/peerid.cpp
  •   /libbtcore/peer/peerid.h
  •   /libbtcore/peer/peermanager.cpp
  •   /libbtcore/peer/peermanager.h
  •   /libbtcore/peer/peeruploader.cpp
  •   /libbtcore/peer/peeruploader.h
  •   /libbtcore/peer/serverauthenticate.cpp
  •   /libbtcore/peer/serverauthenticate.h
  •   /libbtcore/peer/utpex.cpp
  •   /libbtcore/peer/utpex.h
  •   /libbtcore/torrent/advancedchokealgorithm.cpp
  •   /libbtcore/torrent/advancedchokealgorithm.h
  •   /libbtcore/torrent/choker.cpp
  •   /libbtcore/torrent/choker.h
  •   /libbtcore/torrent/globals.cpp
  •   /libbtcore/torrent/globals.h
  •   /libbtcore/torrent/ipblocklist.cpp
  •   /libbtcore/torrent/ipblocklist.h
  •   /libbtcore/torrent/peersourcemanager.cpp
  •   /libbtcore/torrent/peersourcemanager.h
  •   /libbtcore/torrent/server.cpp
  •   /libbtcore/torrent/server.h
  •   /libbtcore/torrent/statsfile.cpp
  •   /libbtcore/torrent/statsfile.h
  •   /libbtcore/torrent/timeestimator.cpp
  •   /libbtcore/torrent/timeestimator.h
  •   /libbtcore/torrent/torrent.cpp
  •   /libbtcore/torrent/torrent.h
  •   /libbtcore/torrent/torrentcontrol.cpp
  •   /libbtcore/torrent/torrentcontrol.h
  •   /libbtcore/torrent/torrentcreator.cpp
  •   /libbtcore/torrent/torrentcreator.h
  •   /libbtcore/torrent/torrentfile.cpp
  •   /libbtcore/torrent/torrentfile.h
  •   /libbtcore/torrent/uploader.cpp
  •   /libbtcore/torrent/uploader.h
  •   /libbtcore/tracker/httptracker.cpp
  •   /libbtcore/tracker/httptracker.h
  •   /libbtcore/tracker/tracker.cpp
  •   /libbtcore/tracker/tracker.h
  •   /libbtcore/tracker/udptracker.cpp
  •   /libbtcore/tracker/udptracker.h
  •   /libbtcore/tracker/udptrackersocket.cpp
  •   /libbtcore/tracker/udptrackersocket.h
  •   /libktorrent/download/packet.cpp
  •   /libktorrent/download/packet.h
  •   /libktorrent/download/piece.cpp
  •   /libktorrent/download/piece.h
  •   /libktorrent/download/request.cpp
  •   /libktorrent/download/request.h
Deleted 132 files
  • /trunk/extragear/network/ktorrent/libktorrent
  •   /datachecker
  •   /dht
  •   /diskio
  •   /migrate
  •   /download/chunkdownload.cpp
  •   /download/chunkdownload.h
  •   /download/chunkselector.cpp
  •   /download/chunkselector.h
  •   /download/downloader.cpp
  •   /download/downloader.h
  •   /download/httpdownloader.cpp
  •   /download/httpdownloader.h
  •   /interfaces/chunkdownloadinterface.cpp
  •   /interfaces/chunkdownloadinterface.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/torrentfileinterface.cpp
  •   /interfaces/torrentfileinterface.h
  •   /interfaces/torrentinterface.cpp
  •   /interfaces/torrentinterface.h
  •   /interfaces/trackerslist.cpp
  •   /interfaces/trackerslist.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/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/packet.cpp
  •   /peer/packet.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/piece.cpp
  •   /peer/piece.h
  •   /peer/request.cpp
  •   /peer/request.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/timeestimator.cpp
  •   /torrent/timeestimator.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
Modified 96 files
  • /trunk/extragear/network/ktorrent
  •   /ktorrent/addpeersdlg.cpp
  •   /ktorrent/addpeersdlg.h
  •   /ktorrent/core.cpp
  •   /ktorrent/core.h
  •   /ktorrent/dbus.cpp
  •   /ktorrent/dbus.h
  •   /ktorrent/fileselectdlg.cpp
  •   /ktorrent/fileselectdlg.h
  •   /ktorrent/gui.cpp
  •   /ktorrent/gui.h
  •   /ktorrent/scandlg.cpp
  •   /ktorrent/scandlg.h
  •   /ktorrent/speedlimitsmodel.cpp
  •   /ktorrent/speedlimitsmodel.h
  •   /ktorrent/statusbar.cpp
  •   /ktorrent/torrentcreatordlg.cpp
  •   /ktorrent/trayicon.cpp
  •   /ktorrent/trayicon.h
  •   /ktorrent/view.cpp
  •   /ktorrent/view.h
  •   /ktorrent/viewitem.cpp
  •   /ktorrent/viewitem.h
  •   /ktorrent/viewmanager.cpp
  •   /ktorrent/viewmanager.h
  •   /ktorrent/viewmenu.cpp
  •   /ktupnptest/CMakeLists.txt
  •   /ktupnptest/upnptestwidget.h
  •   /libbtcore/CMakeLists.txt
  •   /libktorrent/CMakeLists.txt
  •   /libktupnp/httprequest.h
  •   /libbtcore/dht/dhttrackerbackend.cpp
  •   /libbtcore/dht/dhttrackerbackend.h
  •   /libbtcore/dht/rpcserver.cpp
  •   /libbtcore/diskio/cache.cpp
  •   /libbtcore/diskio/cache.h
  •   /libbtcore/diskio/cachefile.cpp
  •   /libbtcore/diskio/chunkmanager.h
  •   /libbtcore/diskio/multifilecache.cpp
  •   /libbtcore/util/functions.cpp
  •   /libbtcore/util/functions.h
  •   /libbtcore/util/log.cpp
  •   /libbtcore/util/log.h
  •   /libbtcore/util/waitjob.cpp
  •   /libbtcore/util/waitjob.h
  •   /libktorrent/groups/activedownloadsgroup.cpp
  •   /libktorrent/groups/activegroup.cpp
  •   /libktorrent/groups/activeuploadsgroup.cpp
  •   /libktorrent/groups/group.h
  •   /libktorrent/groups/groupmanager.h
  •   /libktorrent/groups/inactivedownloadsgroup.cpp
  •   /libktorrent/groups/inactivegroup.cpp
  •   /libktorrent/groups/inactiveuploadsgroup.cpp
  •   /libktorrent/groups/queueddownloadsgroup.cpp
  •   /libktorrent/groups/queueduploadsgroup.cpp
  •   /libktorrent/groups/userdownloadsgroup.cpp
  •   /libktorrent/groups/useruploadsgroup.cpp
  •   /libktorrent/interfaces/coreinterface.h
  •   /libktorrent/interfaces/filetreediritem.cpp
  •   /libktorrent/interfaces/filetreediritem.h
  •   /libktorrent/interfaces/filetreeitem.cpp
  •   /libktorrent/interfaces/filetreeitem.h
  •   /libktorrent/interfaces/functions.cpp
  •   /libktorrent/interfaces/functions.h
  •   /libktorrent/interfaces/guiinterface.cpp
  •   /libktorrent/interfaces/guiinterface.h
  •   /libktorrent/torrent/queuemanager.cpp
  •   /libktorrent/torrent/queuemanager.h
  •   /plugins/bwscheduler/weekscene.cpp
  •   /plugins/infowidget/chunkbar.cpp
  •   /plugins/infowidget/chunkbar.h
  •   /plugins/infowidget/chunkdownloadview.cpp
  •   /plugins/infowidget/chunkdownloadview.h
  •   /plugins/infowidget/fileview.cpp
  •   /plugins/infowidget/fileview.h
  •   /plugins/infowidget/infowidgetplugin.cpp
  •   /plugins/infowidget/infowidgetplugin.h
  •   /plugins/infowidget/iwfiletreediritem.cpp
  •   /plugins/infowidget/iwfiletreediritem.h
  •   /plugins/infowidget/iwfiletreeitem.cpp
  •   /plugins/infowidget/iwfiletreeitem.h
  •   /plugins/infowidget/monitor.cpp
  •   /plugins/infowidget/monitor.h
  •   /plugins/infowidget/peerview.cpp
  •   /plugins/infowidget/peerview.h
  •   /plugins/infowidget/statustab.cpp
  •   /plugins/infowidget/statustab.h
  •   /plugins/infowidget/trackerview.cpp
  •   /plugins/infowidget/trackerview.h
  •   /plugins/ipfilter/ipfilterplugin.h
  •   /plugins/logviewer/logviewer.h
  •   /plugins/stats/ConnsTabPage.cc
  •   /plugins/stats/SpdTabPage.cc
  •   /plugins/webinterface/phpcodegenerator.cpp
  •   /plugins/zeroconf/torrentservice.h
  •   /plugins/zeroconf/zeroconfplugin.cpp
  •   /plugins/zeroconf/zeroconfplugin.h
373 files changed in total