instrumentation: add next-share/ next-share-m32
authorRazvan Deaconescu <razvan.deaconescu@cs.pub.ro>
Sun, 19 Sep 2010 08:28:53 +0000 (11:28 +0300)
committerRazvan Deaconescu <razvan.deaconescu@cs.pub.ro>
Sun, 19 Sep 2010 08:28:53 +0000 (11:28 +0300)
commit093359f567808c5f4379cc6a5732599fdfed7fc9
treeb3a6381b8fb4869c73b1bcf645486fca0609cc4f
parent45373d4c83353601c85ef0c4fce150d2ce22877f
instrumentation: add next-share/

Next-Share M32 release (also currently - 19.09.2010 - in trunk/)
721 files changed:
instrumentation/next-share/BaseLib/Category/Category.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Category/FamilyFilter.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Category/TestCategory.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Category/__init__.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Category/category.conf [new file with mode: 0644]
instrumentation/next-share/BaseLib/Category/init_category.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Core/API.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Core/APIImplementation/DownloadImpl.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Core/APIImplementation/DownloadRuntimeConfig.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Core/APIImplementation/LaunchManyCore.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Core/APIImplementation/SessionRuntimeConfig.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Core/APIImplementation/SingleDownload.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Core/APIImplementation/ThreadPool.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Core/APIImplementation/UserCallbackHandler.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Core/APIImplementation/__init__.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Core/APIImplementation/maketorrent.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Core/APIImplementation/makeurl.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Core/APIImplementation/miscutils.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Core/Base.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Core/BitTornado/BT1/Choker.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Core/BitTornado/BT1/Connecter.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Core/BitTornado/BT1/Downloader.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Core/BitTornado/BT1/DownloaderFeedback.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Core/BitTornado/BT1/Encrypter.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Core/BitTornado/BT1/FileSelector.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Core/BitTornado/BT1/Filter.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Core/BitTornado/BT1/GetRightHTTPDownloader.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Core/BitTornado/BT1/HTTPDownloader.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Core/BitTornado/BT1/HoffmanHTTPDownloader.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Core/BitTornado/BT1/MessageID.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Core/BitTornado/BT1/NatCheck.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Core/BitTornado/BT1/PiecePicker.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Core/BitTornado/BT1/Rerequester.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Core/BitTornado/BT1/Statistics.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Core/BitTornado/BT1/Storage.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Core/BitTornado/BT1/StorageWrapper.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Core/BitTornado/BT1/T2T.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Core/BitTornado/BT1/Uploader.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Core/BitTornado/BT1/__init__.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Core/BitTornado/BT1/btformats.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Core/BitTornado/BT1/convert.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Core/BitTornado/BT1/fakeopen.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Core/BitTornado/BT1/track.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Core/BitTornado/CurrentRateMeasure.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Core/BitTornado/HTTPHandler.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Core/BitTornado/PSYCO.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Core/BitTornado/RateLimiter.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Core/BitTornado/RateMeasure.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Core/BitTornado/RawServer.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Core/BitTornado/ServerPortHandler.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Core/BitTornado/SocketHandler.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Core/BitTornado/__init__.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Core/BitTornado/bencode.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Core/BitTornado/bitfield.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Core/BitTornado/clock.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Core/BitTornado/download_bt1.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Core/BitTornado/inifile.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Core/BitTornado/iprangeparse.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Core/BitTornado/natpunch.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Core/BitTornado/parseargs.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Core/BitTornado/parsedir.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Core/BitTornado/piecebuffer.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Core/BitTornado/selectpoll.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Core/BitTornado/subnetparse.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Core/BitTornado/torrentlistparse.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Core/BitTornado/zurllib.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Core/BuddyCast/TorrentCollecting.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Core/BuddyCast/__init__.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Core/BuddyCast/bartercast.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Core/BuddyCast/buddycast.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Core/BuddyCast/channelcast.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Core/BuddyCast/moderationcast_util.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Core/BuddyCast/similarity.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Core/BuddyCast/votecast.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Core/CacheDB/CacheDBHandler.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Core/CacheDB/EditDist.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Core/CacheDB/MetadataDBHandler.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Core/CacheDB/Notifier.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Core/CacheDB/SqliteCacheDBHandler.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Core/CacheDB/SqliteFriendshipStatsCacheDB.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Core/CacheDB/SqliteSeedingStatsCacheDB.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Core/CacheDB/SqliteVideoPlaybackStatsCacheDB.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Core/CacheDB/__init__.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Core/CacheDB/cachedb.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Core/CacheDB/friends.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Core/CacheDB/maxflow.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Core/CacheDB/sqlitecachedb.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Core/ClosedSwarm/ClosedSwarm.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Core/ClosedSwarm/PaymentIntegration.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Core/ClosedSwarm/Tools.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Core/ClosedSwarm/__init__.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Core/DecentralizedTracking/MagnetLink/MagnetLink.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Core/DecentralizedTracking/MagnetLink/MiniBitTorrent.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Core/DecentralizedTracking/MagnetLink/__init__.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Core/DecentralizedTracking/__init__.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Core/DecentralizedTracking/kadtracker/MDHT_Spec.txt [new file with mode: 0644]
instrumentation/next-share/BaseLib/Core/DecentralizedTracking/kadtracker/Makefile [new file with mode: 0644]
instrumentation/next-share/BaseLib/Core/DecentralizedTracking/kadtracker/README [new file with mode: 0644]
instrumentation/next-share/BaseLib/Core/DecentralizedTracking/kadtracker/__init__.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Core/DecentralizedTracking/kadtracker/bencode.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Core/DecentralizedTracking/kadtracker/controller.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Core/DecentralizedTracking/kadtracker/floodbarrier.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Core/DecentralizedTracking/kadtracker/identifier.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Core/DecentralizedTracking/kadtracker/interactive_dht.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Core/DecentralizedTracking/kadtracker/kadtracker.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Core/DecentralizedTracking/kadtracker/ktracker_example.py.no [new file with mode: 0644]
instrumentation/next-share/BaseLib/Core/DecentralizedTracking/kadtracker/ktracker_query.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Core/DecentralizedTracking/kadtracker/logging_conf.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Core/DecentralizedTracking/kadtracker/lookup_manager.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Core/DecentralizedTracking/kadtracker/message.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Core/DecentralizedTracking/kadtracker/minitwisted.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Core/DecentralizedTracking/kadtracker/node.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Core/DecentralizedTracking/kadtracker/querier.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Core/DecentralizedTracking/kadtracker/responder.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Core/DecentralizedTracking/kadtracker/routing_manager.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Core/DecentralizedTracking/kadtracker/routing_table.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Core/DecentralizedTracking/kadtracker/rpc_manager.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Core/DecentralizedTracking/kadtracker/run_dht_node_forever.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Core/DecentralizedTracking/kadtracker/server_dht.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Core/DecentralizedTracking/kadtracker/test_bencode.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Core/DecentralizedTracking/kadtracker/test_const.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Core/DecentralizedTracking/kadtracker/test_controller.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Core/DecentralizedTracking/kadtracker/test_floodbarrier.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Core/DecentralizedTracking/kadtracker/test_identifier.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Core/DecentralizedTracking/kadtracker/test_kadtracker.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Core/DecentralizedTracking/kadtracker/test_lookup_manager.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Core/DecentralizedTracking/kadtracker/test_message.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Core/DecentralizedTracking/kadtracker/test_minitwisted.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Core/DecentralizedTracking/kadtracker/test_node.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Core/DecentralizedTracking/kadtracker/test_querier.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Core/DecentralizedTracking/kadtracker/test_responder.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Core/DecentralizedTracking/kadtracker/test_routing_manager.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Core/DecentralizedTracking/kadtracker/test_routing_table.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Core/DecentralizedTracking/kadtracker/test_rpc_manager.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Core/DecentralizedTracking/kadtracker/test_token_manager.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Core/DecentralizedTracking/kadtracker/test_tracker.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Core/DecentralizedTracking/kadtracker/test_utils.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Core/DecentralizedTracking/kadtracker/token_manager.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Core/DecentralizedTracking/kadtracker/tracker.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Core/DecentralizedTracking/kadtracker/utils.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Core/DecentralizedTracking/kadtracker/version.txt [new file with mode: 0644]
instrumentation/next-share/BaseLib/Core/DecentralizedTracking/mainlineDHT.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Core/DecentralizedTracking/mainlineDHTChecker.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Core/DecentralizedTracking/repex.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Core/DecentralizedTracking/ut_pex.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Core/Download.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Core/DownloadConfig.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Core/DownloadState.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Core/LiveSourceAuthConfig.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Core/Merkle/__init__.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Core/Merkle/merkle.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Core/Multicast/Multicast.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Core/Multicast/__init__.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Core/NATFirewall/ConnectionCheck.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Core/NATFirewall/DialbackMsgHandler.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Core/NATFirewall/NatCheck.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Core/NATFirewall/NatCheckMsgHandler.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Core/NATFirewall/NatTraversal.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Core/NATFirewall/ReturnConnHandler.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Core/NATFirewall/TimeoutCheck.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Core/NATFirewall/TimeoutFinder.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Core/NATFirewall/UDPPuncture.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Core/NATFirewall/UPnPThread.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Core/NATFirewall/__init__.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Core/NATFirewall/guessip.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Core/NATFirewall/upnp.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Core/Overlay/MetadataHandler.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Core/Overlay/OverlayApps.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Core/Overlay/OverlayThreadingBridge.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Core/Overlay/SecureOverlay.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Core/Overlay/__init__.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Core/Overlay/permid.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Core/ProxyService/Coordinator.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Core/ProxyService/CoordinatorMessageHandler.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Core/ProxyService/Helper.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Core/ProxyService/HelperMessageHandler.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Core/ProxyService/ProxyServiceUtil.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Core/ProxyService/RatePredictor.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Core/ProxyService/__init__.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Core/RequestPolicy.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Core/Search/KeywordSearch.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Core/Search/Reranking.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Core/Search/SearchManager.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Core/Search/__init__.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Core/Session.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Core/SessionConfig.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Core/SocialNetwork/FriendshipMsgHandler.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Core/SocialNetwork/OverlapMsgHandler.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Core/SocialNetwork/RemoteQueryMsgHandler.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Core/SocialNetwork/RemoteTorrentHandler.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Core/SocialNetwork/SocialNetworkMsgHandler.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Core/SocialNetwork/__init__.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Core/Statistics/ChannelCrawler.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Core/Statistics/Crawler.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Core/Statistics/DatabaseCrawler.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Core/Statistics/FriendshipCrawler.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Core/Statistics/Logger.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Core/Statistics/PunctureCrawler.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Core/Statistics/RepexCrawler.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Core/Statistics/SeedingStatsCrawler.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Core/Statistics/Status/LivingLabReporter.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Core/Statistics/Status/Status.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Core/Statistics/Status/XmlPrinter.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Core/Statistics/Status/__init__.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Core/Statistics/VideoPlaybackCrawler.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Core/Statistics/__init__.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Core/Statistics/crawler.txt [new file with mode: 0644]
instrumentation/next-share/BaseLib/Core/Statistics/tribler_friendship_stats_sdb.sql [new file with mode: 0644]
instrumentation/next-share/BaseLib/Core/Statistics/tribler_seedingstats_sdb.sql [new file with mode: 0644]
instrumentation/next-share/BaseLib/Core/Statistics/tribler_videoplayback_stats.sql [new file with mode: 0644]
instrumentation/next-share/BaseLib/Core/Subtitles/MetadataDomainObjects/Languages.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Core/Subtitles/MetadataDomainObjects/MetadataDTO.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Core/Subtitles/MetadataDomainObjects/MetadataExceptions.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Core/Subtitles/MetadataDomainObjects/SubtitleInfo.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Core/Subtitles/MetadataDomainObjects/__init__.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Core/Subtitles/MetadataDomainObjects/res/subs_languages.csv [new file with mode: 0644]
instrumentation/next-share/BaseLib/Core/Subtitles/PeerHaveManager.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Core/Subtitles/RichMetadataInterceptor.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Core/Subtitles/SubtitleHandler/DiskManager.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Core/Subtitles/SubtitleHandler/SimpleTokenBucket.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Core/Subtitles/SubtitleHandler/SubsMessageHandler.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Core/Subtitles/SubtitleHandler/__init__.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Core/Subtitles/SubtitlesHandler.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Core/Subtitles/SubtitlesSupport.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Core/Subtitles/__init__.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Core/TorrentDef.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Core/Utilities/Crypto.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Core/Utilities/__init__.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Core/Utilities/timeouturlopen.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Core/Utilities/unicode.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Core/Utilities/utilities.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Core/Utilities/win32regchecker.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Core/Video/LiveSourceAuth.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Core/Video/MovieTransport.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Core/Video/PiecePickerSVC.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Core/Video/PiecePickerStreaming.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Core/Video/SVCTransporter.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Core/Video/SVCVideoStatus.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Core/Video/VideoOnDemand.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Core/Video/VideoSource.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Core/Video/VideoStatus.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Core/Video/__init__.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Core/__init__.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Core/defaults.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Core/exceptions.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Core/osutils.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Core/simpledefs.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Core/superpeer.txt [new file with mode: 0644]
instrumentation/next-share/BaseLib/Debug/__init__.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Debug/console.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Debug/memory.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Images/SwarmPlayerIcon.ico [new file with mode: 0644]
instrumentation/next-share/BaseLib/Images/SwarmPlayerLogo.png [new file with mode: 0644]
instrumentation/next-share/BaseLib/Images/SwarmPluginIcon.ico [new file with mode: 0644]
instrumentation/next-share/BaseLib/Images/SwarmPluginLogo.png [new file with mode: 0644]
instrumentation/next-share/BaseLib/Images/SwarmServerIcon.ico [new file with mode: 0644]
instrumentation/next-share/BaseLib/Images/background.png [new file with mode: 0644]
instrumentation/next-share/BaseLib/Images/fullScreen.png [new file with mode: 0644]
instrumentation/next-share/BaseLib/Images/fullScreen_hover.png [new file with mode: 0644]
instrumentation/next-share/BaseLib/Images/logoTribler.png [new file with mode: 0644]
instrumentation/next-share/BaseLib/Images/logoTribler_small.png [new file with mode: 0644]
instrumentation/next-share/BaseLib/Images/mute.png [new file with mode: 0644]
instrumentation/next-share/BaseLib/Images/mute_hover.png [new file with mode: 0644]
instrumentation/next-share/BaseLib/Images/pause.png [new file with mode: 0644]
instrumentation/next-share/BaseLib/Images/pause_hover.png [new file with mode: 0644]
instrumentation/next-share/BaseLib/Images/play.png [new file with mode: 0644]
instrumentation/next-share/BaseLib/Images/play_hover.png [new file with mode: 0644]
instrumentation/next-share/BaseLib/Images/save.png [new file with mode: 0644]
instrumentation/next-share/BaseLib/Images/saveDisabled.png [new file with mode: 0644]
instrumentation/next-share/BaseLib/Images/saveDisabled_hover.png [new file with mode: 0644]
instrumentation/next-share/BaseLib/Images/save_hover.png [new file with mode: 0644]
instrumentation/next-share/BaseLib/Images/sliderDot.png [new file with mode: 0644]
instrumentation/next-share/BaseLib/Images/sliderVolume.png [new file with mode: 0644]
instrumentation/next-share/BaseLib/Images/splash.jpg [new file with mode: 0644]
instrumentation/next-share/BaseLib/Images/torrenticon.ico [new file with mode: 0644]
instrumentation/next-share/BaseLib/Images/tribler.ico [new file with mode: 0644]
instrumentation/next-share/BaseLib/Images/volume.png [new file with mode: 0644]
instrumentation/next-share/BaseLib/Images/volume_hover.png [new file with mode: 0644]
instrumentation/next-share/BaseLib/LICENSE.txt [new file with mode: 0644]
instrumentation/next-share/BaseLib/Lang/__init__.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Lang/english.lang [new file with mode: 0644]
instrumentation/next-share/BaseLib/Lang/lang.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Player/BaseApp.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Player/Build/Mac/Info.plist [new file with mode: 0644]
instrumentation/next-share/BaseLib/Player/Build/Mac/Makefile [new file with mode: 0644]
instrumentation/next-share/BaseLib/Player/Build/Mac/SLAResources.rsrc [new file with mode: 0644]
instrumentation/next-share/BaseLib/Player/Build/Mac/TriblerDoc.icns [new file with mode: 0644]
instrumentation/next-share/BaseLib/Player/Build/Mac/VolumeIcon.icns [new file with mode: 0644]
instrumentation/next-share/BaseLib/Player/Build/Mac/background.png [new file with mode: 0644]
instrumentation/next-share/BaseLib/Player/Build/Mac/icon_sources/appicon.png [new file with mode: 0644]
instrumentation/next-share/BaseLib/Player/Build/Mac/icon_sources/appicon.psd [new file with mode: 0644]
instrumentation/next-share/BaseLib/Player/Build/Mac/icon_sources/default_document.png [new file with mode: 0644]
instrumentation/next-share/BaseLib/Player/Build/Mac/icon_sources/default_volumeicon.png [new file with mode: 0644]
instrumentation/next-share/BaseLib/Player/Build/Mac/icon_sources/dmgicon.png [new file with mode: 0644]
instrumentation/next-share/BaseLib/Player/Build/Mac/icon_sources/dmgicon.psd [new file with mode: 0644]
instrumentation/next-share/BaseLib/Player/Build/Mac/icon_sources/docicon.png [new file with mode: 0644]
instrumentation/next-share/BaseLib/Player/Build/Mac/icon_sources/docicon.psd [new file with mode: 0644]
instrumentation/next-share/BaseLib/Player/Build/Mac/mkinstalldirs [new file with mode: 0755]
instrumentation/next-share/BaseLib/Player/Build/Mac/process_libs [new file with mode: 0755]
instrumentation/next-share/BaseLib/Player/Build/Mac/setuptriblermac.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Player/Build/Mac/smart_lipo_merge [new file with mode: 0755]
instrumentation/next-share/BaseLib/Player/Build/Mac/smart_lipo_thin [new file with mode: 0755]
instrumentation/next-share/BaseLib/Player/Build/Mac/tribler.icns [new file with mode: 0644]
instrumentation/next-share/BaseLib/Player/Build/Mac/vlc-macosx-compile.patch [new file with mode: 0644]
instrumentation/next-share/BaseLib/Player/Build/Ubuntu/changelog [new file with mode: 0644]
instrumentation/next-share/BaseLib/Player/Build/Ubuntu/compat [new file with mode: 0644]
instrumentation/next-share/BaseLib/Player/Build/Ubuntu/control [new file with mode: 0644]
instrumentation/next-share/BaseLib/Player/Build/Ubuntu/files [new file with mode: 0644]
instrumentation/next-share/BaseLib/Player/Build/Ubuntu/prerm [new file with mode: 0644]
instrumentation/next-share/BaseLib/Player/Build/Ubuntu/pycompat [new file with mode: 0644]
instrumentation/next-share/BaseLib/Player/Build/Ubuntu/rules [new file with mode: 0644]
instrumentation/next-share/BaseLib/Player/Build/Ubuntu/swarmplayer.1 [new file with mode: 0644]
instrumentation/next-share/BaseLib/Player/Build/Ubuntu/swarmplayer.desktop [new file with mode: 0644]
instrumentation/next-share/BaseLib/Player/Build/Ubuntu/swarmplayer.manpages [new file with mode: 0644]
instrumentation/next-share/BaseLib/Player/Build/Ubuntu/swarmplayer.menu [new file with mode: 0644]
instrumentation/next-share/BaseLib/Player/Build/Ubuntu/swarmplayer.postinst.debhelper [new file with mode: 0644]
instrumentation/next-share/BaseLib/Player/Build/Ubuntu/swarmplayer.postrm.debhelper [new file with mode: 0644]
instrumentation/next-share/BaseLib/Player/Build/Ubuntu/swarmplayer.sh [new file with mode: 0755]
instrumentation/next-share/BaseLib/Player/Build/Ubuntu/swarmplayer.xpm [new file with mode: 0644]
instrumentation/next-share/BaseLib/Player/Build/Ubuntu/swarmplayer_big.xpm [new file with mode: 0644]
instrumentation/next-share/BaseLib/Player/Build/Win32/heading.bmp [new file with mode: 0644]
instrumentation/next-share/BaseLib/Player/Build/Win32/setuptriblerplay.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Player/Build/Win32/swarmplayer.exe.manifest [new file with mode: 0644]
instrumentation/next-share/BaseLib/Player/Build/Win32/triblerplay.nsi [new file with mode: 0644]
instrumentation/next-share/BaseLib/Player/EmbeddedPlayer4Frame.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Player/PlayerVideoFrame.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Player/Reporter.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Player/SvcTest.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Player/UtilityStub.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Player/__init__.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Player/swarmplayer-njaal.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Player/swarmplayer.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Player/systray.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Plugin/AtomFeedParser.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Plugin/BackgroundProcess.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Plugin/Build/Win32/SwarmPlugin.inf [new file with mode: 0644]
instrumentation/next-share/BaseLib/Plugin/Build/Win32/SwarmPlugin_IE.inf [new file with mode: 0644]
instrumentation/next-share/BaseLib/Plugin/Build/Win32/heading.bmp [new file with mode: 0644]
instrumentation/next-share/BaseLib/Plugin/Build/Win32/setupBGexe.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Plugin/Build/Win32/swarmplugin.exe.manifest [new file with mode: 0644]
instrumentation/next-share/BaseLib/Plugin/Build/Win32/swarmplugin.nsi [new file with mode: 0644]
instrumentation/next-share/BaseLib/Plugin/Build/Win32/swarmplugin_FX_only.nsi [new file with mode: 0644]
instrumentation/next-share/BaseLib/Plugin/Build/Win32/swarmplugin_IE_only.nsi [new file with mode: 0644]
instrumentation/next-share/BaseLib/Plugin/Search.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Plugin/SwarmEngine.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Plugin/__init__.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Plugin/defs.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Plugin/examplepage-firefox.html [new file with mode: 0644]
instrumentation/next-share/BaseLib/Plugin/examplepage.html [new file with mode: 0644]
instrumentation/next-share/BaseLib/Plugin/pluginemulator-http.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Plugin/pluginemulator.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Plugin/searchemulator.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Plugin/searchpage-firefox.html [new file with mode: 0644]
instrumentation/next-share/BaseLib/Plugin/searchpage-ie.html [new file with mode: 0644]
instrumentation/next-share/BaseLib/Plugin/searchpage.html [new file with mode: 0644]
instrumentation/next-share/BaseLib/Policies/RateManager.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Policies/SeedingManager.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Policies/__init__.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Subscriptions/__init__.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Subscriptions/rss_client.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Test/API/contentdir/file.avi [new file with mode: 0644]
instrumentation/next-share/BaseLib/Test/API/contentdir/file.txt [new file with mode: 0644]
instrumentation/next-share/BaseLib/Test/API/ec.pem [new file with mode: 0644]
instrumentation/next-share/BaseLib/Test/API/ecpub.pem [new file with mode: 0644]
instrumentation/next-share/BaseLib/Test/API/file.wmv [new file with mode: 0644]
instrumentation/next-share/BaseLib/Test/API/file2.wmv [new file with mode: 0644]
instrumentation/next-share/BaseLib/Test/API/test_api.bat [new file with mode: 0644]
instrumentation/next-share/BaseLib/Test/API/test_api.sh [new file with mode: 0755]
instrumentation/next-share/BaseLib/Test/API/test_remote_torrent.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Test/API/test_seeding.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Test/API/test_seeding_live.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Test/API/test_seeding_vod.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Test/API/test_tdef.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Test/API/test_tracking.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Test/API/test_vod.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Test/API/thumb.jpg [new file with mode: 0644]
instrumentation/next-share/BaseLib/Test/Core/CacheDB/SimpleMetadataDB.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Test/Core/CacheDB/__init__.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Test/Core/CacheDB/test_MetadataDBHandler.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Test/Core/Subtitles/MetadataDomainObjects/__init__.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Test/Core/Subtitles/MetadataDomainObjects/test_Langugages.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Test/Core/Subtitles/MetadataDomainObjects/test_MetadataDTO.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Test/Core/Subtitles/MetadataDomainObjects/test_Subtitle.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Test/Core/Subtitles/SubtitleHandler/__init__.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Test/Core/Subtitles/SubtitleHandler/test_DiskManager.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Test/Core/Subtitles/SubtitleHandler/test_SubtitleMsgHandlerIsolation.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Test/Core/Subtitles/__init__.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Test/Core/Subtitles/simple_mocks.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Test/Core/Subtitles/test_RichMetadataInterceptor.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Test/Core/Subtitles/test_SubtitlesHandler.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Test/Core/__init__.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Test/TESTSUITE.txt [new file with mode: 0644]
instrumentation/next-share/BaseLib/Test/__init__.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Test/bak_tribler_sdb.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Test/btconn.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Test/extend_db_dir/bak_multiple.torrent [new file with mode: 0644]
instrumentation/next-share/BaseLib/Test/extend_db_dir/bak_single.torrent [new file with mode: 0644]
instrumentation/next-share/BaseLib/Test/extend_db_dir/bak_tribler.tar.gz [new file with mode: 0644]
instrumentation/next-share/BaseLib/Test/extend_db_dir/superpeer120070902sp7001.log [new file with mode: 0644]
instrumentation/next-share/BaseLib/Test/extend_hs_dir/dummydata.merkle.torrent [new file with mode: 0644]
instrumentation/next-share/BaseLib/Test/extend_hs_dir/proxyservice.test.torrent [new file with mode: 0644]
instrumentation/next-share/BaseLib/Test/log_parser.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Test/olconn.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Test/subtitles_test_res/fake.srt [new file with mode: 0755]
instrumentation/next-share/BaseLib/Test/subtitles_test_res/fake0.srt [new file with mode: 0755]
instrumentation/next-share/BaseLib/Test/subtitles_test_res/fake1.srt [new file with mode: 0755]
instrumentation/next-share/BaseLib/Test/subtitles_test_res/fake2.srt [new file with mode: 0755]
instrumentation/next-share/BaseLib/Test/subtitles_test_res/schema_sdb_v5.sql [new file with mode: 0644]
instrumentation/next-share/BaseLib/Test/subtitles_test_res/subs_languages.csv [new file with mode: 0644]
instrumentation/next-share/BaseLib/Test/subtitles_test_res/wrong_subs_languages.1.csv [new file with mode: 0644]
instrumentation/next-share/BaseLib/Test/subtitles_test_res/wrong_subs_languages.2.csv [new file with mode: 0644]
instrumentation/next-share/BaseLib/Test/test.bat [new file with mode: 0644]
instrumentation/next-share/BaseLib/Test/test.sh [new file with mode: 0644]
instrumentation/next-share/BaseLib/Test/test_TimedTaskQueue.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Test/test_as_server.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Test/test_bartercast.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Test/test_buddycast.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Test/test_buddycast2_datahandler.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Test/test_buddycast4_stresstest.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Test/test_buddycast4_stresstest_queries.txt [new file with mode: 0644]
instrumentation/next-share/BaseLib/Test/test_buddycast_msg.bat [new file with mode: 0644]
instrumentation/next-share/BaseLib/Test/test_buddycast_msg.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Test/test_buddycast_msg.sh [new file with mode: 0644]
instrumentation/next-share/BaseLib/Test/test_buddycast_msg8plus.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Test/test_cachingstream.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Test/test_channelcast.bat [new file with mode: 0644]
instrumentation/next-share/BaseLib/Test/test_channelcast.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Test/test_channelcast.sh [new file with mode: 0644]
instrumentation/next-share/BaseLib/Test/test_channelcast_plus_subtitles.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Test/test_closedswarm.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Test/test_connect_overlay.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Test/test_crawler.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Test/test_dialback_conn_handler.bat [new file with mode: 0755]
instrumentation/next-share/BaseLib/Test/test_dialback_conn_handler.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Test/test_dialback_conn_handler.sh [new file with mode: 0755]
instrumentation/next-share/BaseLib/Test/test_dialback_reply_active.bat [new file with mode: 0755]
instrumentation/next-share/BaseLib/Test/test_dialback_reply_active.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Test/test_dialback_reply_active.sh [new file with mode: 0755]
instrumentation/next-share/BaseLib/Test/test_dialback_reply_active2.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Test/test_dialback_request.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Test/test_dlhelp.bat [new file with mode: 0755]
instrumentation/next-share/BaseLib/Test/test_dlhelp.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Test/test_dlhelp.sh [new file with mode: 0755]
instrumentation/next-share/BaseLib/Test/test_extend_hs.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Test/test_friend.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Test/test_friendship.bat [new file with mode: 0644]
instrumentation/next-share/BaseLib/Test/test_friendship.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Test/test_friendship.sh [new file with mode: 0755]
instrumentation/next-share/BaseLib/Test/test_friendship_crawler.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Test/test_g2g.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Test/test_gui_server.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Test/test_magnetlink.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Test/test_merkle.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Test/test_merkle_msg.bat [new file with mode: 0644]
instrumentation/next-share/BaseLib/Test/test_merkle_msg.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Test/test_merkle_msg.sh [new file with mode: 0755]
instrumentation/next-share/BaseLib/Test/test_miscutils.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Test/test_multicast.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Test/test_na_extend_hs.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Test/test_na_extend_hs.sh [new file with mode: 0644]
instrumentation/next-share/BaseLib/Test/test_natcheck.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Test/test_osutils.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Test/test_overlay_bridge.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Test/test_overlay_bridge.sh [new file with mode: 0755]
instrumentation/next-share/BaseLib/Test/test_permid.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Test/test_permid_response1.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Test/test_proxyservice.bat [new file with mode: 0755]
instrumentation/next-share/BaseLib/Test/test_proxyservice.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Test/test_proxyservice.sh [new file with mode: 0755]
instrumentation/next-share/BaseLib/Test/test_proxyservice_as_coord.bat [new file with mode: 0644]
instrumentation/next-share/BaseLib/Test/test_proxyservice_as_coord.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Test/test_proxyservice_as_coord.sh [new file with mode: 0755]
instrumentation/next-share/BaseLib/Test/test_remote_query.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Test/test_rquery_reply_active.bat [new file with mode: 0755]
instrumentation/next-share/BaseLib/Test/test_rquery_reply_active.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Test/test_rquery_reply_active.sh [new file with mode: 0755]
instrumentation/next-share/BaseLib/Test/test_searchgridmanager.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Test/test_secure_overlay.bat [new file with mode: 0644]
instrumentation/next-share/BaseLib/Test/test_secure_overlay.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Test/test_secure_overlay.sh [new file with mode: 0755]
instrumentation/next-share/BaseLib/Test/test_seeding_stats.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Test/test_social_overlap.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Test/test_sqlitecachedb.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Test/test_sqlitecachedbhandler.bat [new file with mode: 0644]
instrumentation/next-share/BaseLib/Test/test_sqlitecachedbhandler.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Test/test_sqlitecachedbhandler.sh [new file with mode: 0755]
instrumentation/next-share/BaseLib/Test/test_status.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Test/test_subtitles.bat [new file with mode: 0644]
instrumentation/next-share/BaseLib/Test/test_subtitles.sh [new file with mode: 0755]
instrumentation/next-share/BaseLib/Test/test_subtitles_isolation.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Test/test_subtitles_msgs.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Test/test_superpeers.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Test/test_threadpool.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Test/test_torrentcollecting.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Test/test_tracker_checking.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Test/test_upnp.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Test/test_url.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Test/test_url_metadata.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Test/test_ut_pex.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Test/test_video_server.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Test/test_vod.bat [new file with mode: 0644]
instrumentation/next-share/BaseLib/Test/test_vod.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Test/test_vod.sh [new file with mode: 0644]
instrumentation/next-share/BaseLib/Test/usericon-ok.jpg [new file with mode: 0644]
instrumentation/next-share/BaseLib/Tools/__init__.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Tools/bitbucket-live-noauth.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Tools/bitbucket-live.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Tools/btshowmetainfo.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Tools/cmdlinedl.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Tools/createlivestream-njaal.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Tools/createlivestream-noauth.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Tools/createlivestream.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Tools/createpoa.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Tools/createtorrent.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Tools/dirtracker.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Tools/dirtrackerseeder.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Tools/duration2torrent.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Tools/httpseeder.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Tools/pingbackserver.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Tools/pipe-arnocam-home.sh [new file with mode: 0755]
instrumentation/next-share/BaseLib/Tools/pipe-arnocam-jip.sh [new file with mode: 0755]
instrumentation/next-share/BaseLib/Tools/pipe-babscam-h264-aac-gop-sync.sh [new file with mode: 0755]
instrumentation/next-share/BaseLib/Tools/pipe-babscam-h264-mp3.sh [new file with mode: 0755]
instrumentation/next-share/BaseLib/Tools/pipe-babscam-h264-nosound-mencoder.sh [new file with mode: 0755]
instrumentation/next-share/BaseLib/Tools/pipe-babscam-mpeg4-mp3-sync.sh [new file with mode: 0755]
instrumentation/next-share/BaseLib/Tools/proxy-cmdline.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Tools/seed-njaal.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Tools/seeking.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Tools/stunserver.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Tools/superpeer.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Tools/trial_poa_server.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/TrackerChecking/TorrentChecking.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/TrackerChecking/TrackerChecking.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/TrackerChecking/__init__.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Transport/Build/Mac/Info.plist [new file with mode: 0644]
instrumentation/next-share/BaseLib/Transport/Build/Mac/setupBGapp.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Transport/Build/Ubuntu/changelog [new file with mode: 0644]
instrumentation/next-share/BaseLib/Transport/Build/Ubuntu/compat [new file with mode: 0644]
instrumentation/next-share/BaseLib/Transport/Build/Ubuntu/control [new file with mode: 0644]
instrumentation/next-share/BaseLib/Transport/Build/Ubuntu/rules [new file with mode: 0755]
instrumentation/next-share/BaseLib/Transport/Build/Ubuntu/source/format [new file with mode: 0644]
instrumentation/next-share/BaseLib/Transport/Build/Win32/IE8/README.txt [new file with mode: 0644]
instrumentation/next-share/BaseLib/Transport/Build/Win32/IE8/SwarmPlayer_IE.inf [new file with mode: 0644]
instrumentation/next-share/BaseLib/Transport/Build/Win32/IE8/heading.bmp [new file with mode: 0644]
instrumentation/next-share/BaseLib/Transport/Build/Win32/IE8/patentfreevlc.bat [new file with mode: 0644]
instrumentation/next-share/BaseLib/Transport/Build/Win32/IE8/swarmplayer.exe.manifest [new file with mode: 0644]
instrumentation/next-share/BaseLib/Transport/Build/Win32/IE8/swarmplayer_IE_only.nsi [new file with mode: 0644]
instrumentation/next-share/BaseLib/Transport/Build/Win32/setupBGexe.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Transport/README.txt [new file with mode: 0644]
instrumentation/next-share/BaseLib/Transport/SwarmEngine.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Transport/__init__.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Transport/bgprocess/swarmengined [new file with mode: 0644]
instrumentation/next-share/BaseLib/Transport/chrome.manifest [new file with mode: 0644]
instrumentation/next-share/BaseLib/Transport/chrome/content/tribe_status_bar.js [new file with mode: 0644]
instrumentation/next-share/BaseLib/Transport/chrome/content/tribe_status_bar.xul [new file with mode: 0644]
instrumentation/next-share/BaseLib/Transport/components/SwarmTransport.js [new file with mode: 0644]
instrumentation/next-share/BaseLib/Transport/components/TribeChannel.js [new file with mode: 0644]
instrumentation/next-share/BaseLib/Transport/components/TribeProtocolHandler.js [new file with mode: 0644]
instrumentation/next-share/BaseLib/Transport/icon.png [new file with mode: 0644]
instrumentation/next-share/BaseLib/Transport/ie8.html [new file with mode: 0644]
instrumentation/next-share/BaseLib/Transport/install.rdf [new file with mode: 0644]
instrumentation/next-share/BaseLib/Transport/live-jip.html [new file with mode: 0644]
instrumentation/next-share/BaseLib/Transport/lucid-configure-xulrunner191.sh [new file with mode: 0755]
instrumentation/next-share/BaseLib/Transport/port-to-other-browsers.txt [new file with mode: 0644]
instrumentation/next-share/BaseLib/Transport/skin/wiki/swarmplugin.png [new file with mode: 0644]
instrumentation/next-share/BaseLib/Transport/skin/wiki/swarmplugin_grey.png [new file with mode: 0644]
instrumentation/next-share/BaseLib/Transport/skin/wiki/swarmplugin_grey2.png [new file with mode: 0644]
instrumentation/next-share/BaseLib/Transport/skin/wiki/wiki.png [new file with mode: 0644]
instrumentation/next-share/BaseLib/Transport/skin/wiki/wiki_grey.png [new file with mode: 0644]
instrumentation/next-share/BaseLib/Transport/swift.html [new file with mode: 0644]
instrumentation/next-share/BaseLib/Transport/test-nofallback.html [new file with mode: 0644]
instrumentation/next-share/BaseLib/Transport/tribeIChannel.idl [new file with mode: 0644]
instrumentation/next-share/BaseLib/Transport/tribeISwarmTransport.idl [new file with mode: 0644]
instrumentation/next-share/BaseLib/Transport/wikipedia.html [new file with mode: 0644]
instrumentation/next-share/BaseLib/UPnP/__init__.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/UPnP/common/__init__.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/UPnP/common/asynchHTTPclient.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/UPnP/common/asynchHTTPserver.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/UPnP/common/objectconsole.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/UPnP/common/taskrunner.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/UPnP/common/threadhotel.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/UPnP/common/upnplogger.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/UPnP/common/upnpmarshal.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/UPnP/common/upnpsoap.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/UPnP/services/__init__.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/UPnP/services/bookmarkservice.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/UPnP/services/switchpower.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/UPnP/services/urlservice.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/UPnP/ssdp/__init__.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/UPnP/ssdp/ssdpclient.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/UPnP/ssdp/ssdpdaemon.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/UPnP/ssdp/ssdpmessage.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/UPnP/ssdp/ssdpserver.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/UPnP/upnpclient/__init__.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/UPnP/upnpclient/httpserver.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/UPnP/upnpclient/upnpclient.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/UPnP/upnpclient/upnpclientconsole.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/UPnP/upnpclient/upnpservicestub.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/UPnP/upnpclient/xmldescriptionparser.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/UPnP/upnpconsole.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/UPnP/upnpserver/__init__.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/UPnP/upnpserver/httpserver.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/UPnP/upnpserver/servicemanager.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/UPnP/upnpserver/upnpdevice.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/UPnP/upnpserver/upnpeventdispatcher.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/UPnP/upnpserver/upnpserver.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/UPnP/upnpserver/upnpserverconsole.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/UPnP/upnpserver/upnpservice.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Utilities/Instance2Instance.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Utilities/LinuxSingleInstanceChecker.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Utilities/TimedTaskQueue.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Utilities/__init__.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Utilities/configreader.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Video/Buttons.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Video/CachingStream.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Video/Images/4framebackground.png [new file with mode: 0644]
instrumentation/next-share/BaseLib/Video/Images/4framesliderDot.png [new file with mode: 0644]
instrumentation/next-share/BaseLib/Video/Images/4framesliderDot_dis.png [new file with mode: 0644]
instrumentation/next-share/BaseLib/Video/Images/4framesliderVolume.png [new file with mode: 0644]
instrumentation/next-share/BaseLib/Video/Images/background.png [new file with mode: 0644]
instrumentation/next-share/BaseLib/Video/Images/bl.png [new file with mode: 0644]
instrumentation/next-share/BaseLib/Video/Images/br.png [new file with mode: 0644]
instrumentation/next-share/BaseLib/Video/Images/fullScreen-hover.png [new file with mode: 0644]
instrumentation/next-share/BaseLib/Video/Images/fullScreen.png [new file with mode: 0644]
instrumentation/next-share/BaseLib/Video/Images/fullScreen_dis.png [new file with mode: 0644]
instrumentation/next-share/BaseLib/Video/Images/fullScreen_hover.png [new file with mode: 0644]
instrumentation/next-share/BaseLib/Video/Images/pause.png [new file with mode: 0644]
instrumentation/next-share/BaseLib/Video/Images/pause_dis.png [new file with mode: 0644]
instrumentation/next-share/BaseLib/Video/Images/pause_hover.png [new file with mode: 0644]
instrumentation/next-share/BaseLib/Video/Images/play.png [new file with mode: 0644]
instrumentation/next-share/BaseLib/Video/Images/play_dis.png [new file with mode: 0644]
instrumentation/next-share/BaseLib/Video/Images/play_hover.png [new file with mode: 0644]
instrumentation/next-share/BaseLib/Video/Images/sliderDot.png [new file with mode: 0644]
instrumentation/next-share/BaseLib/Video/Images/sliderDot_dis.png [new file with mode: 0644]
instrumentation/next-share/BaseLib/Video/Images/sliderDot_hover.png [new file with mode: 0644]
instrumentation/next-share/BaseLib/Video/Images/sliderVolume.png [new file with mode: 0644]
instrumentation/next-share/BaseLib/Video/Images/tl.png [new file with mode: 0644]
instrumentation/next-share/BaseLib/Video/Images/tr.png [new file with mode: 0644]
instrumentation/next-share/BaseLib/Video/Images/vol0.png [new file with mode: 0644]
instrumentation/next-share/BaseLib/Video/Images/vol0Enabled.png [new file with mode: 0644]
instrumentation/next-share/BaseLib/Video/Images/vol0Enabled_clicked.png [new file with mode: 0644]
instrumentation/next-share/BaseLib/Video/Images/vol0_clicked.png [new file with mode: 0644]
instrumentation/next-share/BaseLib/Video/Images/vol1.png [new file with mode: 0644]
instrumentation/next-share/BaseLib/Video/Images/vol1Enabled.png [new file with mode: 0644]
instrumentation/next-share/BaseLib/Video/Images/vol1Enabled_clicked.png [new file with mode: 0644]
instrumentation/next-share/BaseLib/Video/Images/vol1_hover.png [new file with mode: 0644]
instrumentation/next-share/BaseLib/Video/Images/vol2.png [new file with mode: 0644]
instrumentation/next-share/BaseLib/Video/Images/vol2Enabled.png [new file with mode: 0644]
instrumentation/next-share/BaseLib/Video/Images/vol2Enabled_clicked.png [new file with mode: 0644]
instrumentation/next-share/BaseLib/Video/Images/vol2_hover.png [new file with mode: 0644]
instrumentation/next-share/BaseLib/Video/Images/vol3.png [new file with mode: 0644]
instrumentation/next-share/BaseLib/Video/Images/vol3Enabled.png [new file with mode: 0644]
instrumentation/next-share/BaseLib/Video/Images/vol3Enabled_clicked.png [new file with mode: 0644]
instrumentation/next-share/BaseLib/Video/Images/vol3_hover.png [new file with mode: 0644]
instrumentation/next-share/BaseLib/Video/Images/vol4.png [new file with mode: 0644]
instrumentation/next-share/BaseLib/Video/Images/vol4Enabled.png [new file with mode: 0644]
instrumentation/next-share/BaseLib/Video/Images/vol4Enabled_clicked.png [new file with mode: 0644]
instrumentation/next-share/BaseLib/Video/Images/vol4_hover.png [new file with mode: 0644]
instrumentation/next-share/BaseLib/Video/Images/vol5.png [new file with mode: 0644]
instrumentation/next-share/BaseLib/Video/Images/vol5Enabled_clicked.png [new file with mode: 0644]
instrumentation/next-share/BaseLib/Video/Images/vol5_hover.png [new file with mode: 0644]
instrumentation/next-share/BaseLib/Video/Images/vol6.png [new file with mode: 0644]
instrumentation/next-share/BaseLib/Video/Images/vol6Enabled_clicked.png [new file with mode: 0644]
instrumentation/next-share/BaseLib/Video/Images/vol6_hover.png [new file with mode: 0644]
instrumentation/next-share/BaseLib/Video/Ogg.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Video/Progress.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Video/VLCWrapper.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Video/VideoFrame.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Video/VideoPlayer.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Video/VideoServer.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Video/__init__.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Video/defs.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/Video/utils.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/WebUI/WebUI.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/WebUI/__init__.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/WebUI/images/arrows.png [new file with mode: 0644]
instrumentation/next-share/BaseLib/WebUI/images/favicon.png [new file with mode: 0644]
instrumentation/next-share/BaseLib/WebUI/images/headBG.png [new file with mode: 0644]
instrumentation/next-share/BaseLib/WebUI/images/p2p-next.png [new file with mode: 0644]
instrumentation/next-share/BaseLib/WebUI/images/pause.png [new file with mode: 0644]
instrumentation/next-share/BaseLib/WebUI/images/pause_red.png [new file with mode: 0644]
instrumentation/next-share/BaseLib/WebUI/images/progress_blue.png [new file with mode: 0644]
instrumentation/next-share/BaseLib/WebUI/images/progress_green.png [new file with mode: 0644]
instrumentation/next-share/BaseLib/WebUI/images/progress_red.png [new file with mode: 0644]
instrumentation/next-share/BaseLib/WebUI/images/remove.png [new file with mode: 0644]
instrumentation/next-share/BaseLib/WebUI/images/remove_big.png [new file with mode: 0644]
instrumentation/next-share/BaseLib/WebUI/images/remove_red.png [new file with mode: 0644]
instrumentation/next-share/BaseLib/WebUI/images/resume.png [new file with mode: 0644]
instrumentation/next-share/BaseLib/WebUI/images/resume_green.png [new file with mode: 0644]
instrumentation/next-share/BaseLib/WebUI/images/splugin.png [new file with mode: 0644]
instrumentation/next-share/BaseLib/WebUI/images/users_arrow.png [new file with mode: 0644]
instrumentation/next-share/BaseLib/WebUI/images/users_arrow_green.png [new file with mode: 0644]
instrumentation/next-share/BaseLib/WebUI/images/users_arrow_red.png [new file with mode: 0644]
instrumentation/next-share/BaseLib/WebUI/images/users_arrow_red_light.png [new file with mode: 0644]
instrumentation/next-share/BaseLib/WebUI/index/body.html [new file with mode: 0644]
instrumentation/next-share/BaseLib/WebUI/index/head.html [new file with mode: 0644]
instrumentation/next-share/BaseLib/WebUI/index/stylesheet.css [new file with mode: 0644]
instrumentation/next-share/BaseLib/WebUI/javascript/download.js [new file with mode: 0644]
instrumentation/next-share/BaseLib/WebUI/javascript/json.min.js [new file with mode: 0644]
instrumentation/next-share/BaseLib/WebUI/javascript/tribe.interface.js [new file with mode: 0644]
instrumentation/next-share/BaseLib/WebUI/javascript/tribe.js [new file with mode: 0644]
instrumentation/next-share/BaseLib/__init__.py [new file with mode: 0644]
instrumentation/next-share/BaseLib/binary-LICENSE-postfix.txt [new file with mode: 0644]
instrumentation/next-share/BaseLib/ns-LICENSE.txt [new file with mode: 0644]
instrumentation/next-share/BaseLib/schema_sdb_v5.sql [new file with mode: 0644]
instrumentation/next-share/LICENSE.txt [new file with mode: 0644]
instrumentation/next-share/README.txt [new file with mode: 0644]
instrumentation/next-share/clean.bat [new file with mode: 0644]
instrumentation/next-share/lucid-xpicreate.sh [new file with mode: 0644]
instrumentation/next-share/playmakedist.bat [new file with mode: 0644]
instrumentation/next-share/pluginmakedist.bat [new file with mode: 0644]
instrumentation/next-share/pluginmakedist_FX_only.bat [new file with mode: 0644]
instrumentation/next-share/pluginmakedist_IE_only.bat [new file with mode: 0644]
instrumentation/next-share/reset-keepid.bat [new file with mode: 0644]
instrumentation/next-share/reset.bat [new file with mode: 0644]
instrumentation/next-share/vlc-1.0.5-swarmplugin-switch-kcc-src-aug2010-renum110-r16968.patch [new file with mode: 0644]
instrumentation/next-share/xie8transmakedist.bat [new file with mode: 0644]
instrumentation/next-share/xpitransmakedeb.sh [new file with mode: 0644]
instrumentation/next-share/xpitransmakedist.bat [new file with mode: 0644]
instrumentation/next-share/xpitransmakedist.sh [new file with mode: 0644]
instrumentation/next-share/xpitransmakedistmac.sh [new file with mode: 0644]