Tribler: versiune modificata
authorAdriana Draghici <adriana008@gmail.com>
Fri, 27 Nov 2009 18:37:55 +0000 (18:37 +0000)
committerAdriana Draghici <adriana008@gmail.com>
Fri, 27 Nov 2009 18:37:55 +0000 (18:37 +0000)
85 files changed:
tribler-mod/SingleDownload.py [deleted file]
tribler-mod/Tribler/.gitignore [new file with mode: 0644]
tribler-mod/Tribler/Category/.svn/entries
tribler-mod/Tribler/Core/.svn/entries
tribler-mod/Tribler/Core/APIImplementation/.svn/entries
tribler-mod/Tribler/Core/APIImplementation/SingleDownload.py.bak
tribler-mod/Tribler/Core/BitTornado/.svn/entries
tribler-mod/Tribler/Core/BitTornado/BT1/.svn/entries
tribler-mod/Tribler/Core/BitTornado/BT1/Choker.py
tribler-mod/Tribler/Core/BitTornado/BT1/Choker.py.bak
tribler-mod/Tribler/Core/BitTornado/BT1/Connecter.py
tribler-mod/Tribler/Core/BitTornado/BT1/Connecter.py.bak
tribler-mod/Tribler/Core/BitTornado/BT1/Downloader.py
tribler-mod/Tribler/Core/BitTornado/BT1/Downloader.py.bak
tribler-mod/Tribler/Core/BitTornado/selectpoll.py
tribler-mod/Tribler/Core/BitTornado/selectpoll.py.bak
tribler-mod/Tribler/Core/BuddyCast/.svn/entries
tribler-mod/Tribler/Core/CacheDB/.svn/entries
tribler-mod/Tribler/Core/CoopDownload/.svn/entries
tribler-mod/Tribler/Core/CoopDownload/RatePredictor.py
tribler-mod/Tribler/Core/CoopDownload/RatePredictor.py.bak
tribler-mod/Tribler/Core/DecentralizedTracking/.svn/entries
tribler-mod/Tribler/Core/Merkle/.svn/entries
tribler-mod/Tribler/Core/NATFirewall/.svn/entries
tribler-mod/Tribler/Core/Overlay/.svn/entries
tribler-mod/Tribler/Core/Search/.svn/entries
tribler-mod/Tribler/Core/Session.py
tribler-mod/Tribler/Core/Session.py.bak
tribler-mod/Tribler/Core/SocialNetwork/.svn/entries
tribler-mod/Tribler/Core/Statistics/.svn/entries
tribler-mod/Tribler/Core/Statistics/Logger.py
tribler-mod/Tribler/Core/Statistics/Logger.py.bak
tribler-mod/Tribler/Core/Utilities/.svn/entries
tribler-mod/Tribler/Core/Utilities/utilities.py
tribler-mod/Tribler/Core/Utilities/utilities.py.bak
tribler-mod/Tribler/Core/Video/.svn/entries
tribler-mod/Tribler/Core/Video/PiecePickerStreaming.py
tribler-mod/Tribler/Core/Video/PiecePickerStreaming.py.bak
tribler-mod/Tribler/Core/Video/VideoOnDemand.py
tribler-mod/Tribler/Core/Video/VideoOnDemand.py.bak
tribler-mod/Tribler/Core/Video/VideoStatus.py
tribler-mod/Tribler/Core/Video/VideoStatus.py.bak
tribler-mod/Tribler/Debug/.svn/entries
tribler-mod/Tribler/Images/.svn/entries
tribler-mod/Tribler/Lang/.svn/entries
tribler-mod/Tribler/Main/.svn/entries
tribler-mod/Tribler/Main/Build/.svn/entries
tribler-mod/Tribler/Main/Build/Mac/.svn/entries
tribler-mod/Tribler/Main/Build/Mac/icon_sources/.svn/entries
tribler-mod/Tribler/Main/Build/Ubuntu/.svn/entries
tribler-mod/Tribler/Main/Build/Win32/.svn/entries
tribler-mod/Tribler/Main/Dialogs/.svn/entries
tribler-mod/Tribler/Main/Utility/.svn/entries
tribler-mod/Tribler/Main/vwxGUI/.svn/entries
tribler-mod/Tribler/Main/vwxGUI/images/.svn/entries
tribler-mod/Tribler/Main/vwxGUI/images/5.0/.svn/entries
tribler-mod/Tribler/Player/.svn/entries
tribler-mod/Tribler/Player/Build/.svn/entries
tribler-mod/Tribler/Player/Build/Mac/.svn/entries
tribler-mod/Tribler/Player/Build/Mac/icon_sources/.svn/entries
tribler-mod/Tribler/Player/Build/Ubuntu/.svn/entries
tribler-mod/Tribler/Player/Build/Win32/.svn/entries
tribler-mod/Tribler/Plugin/.svn/entries
tribler-mod/Tribler/Plugin/Build/.svn/entries
tribler-mod/Tribler/Plugin/Build/Win32/.svn/entries
tribler-mod/Tribler/Policies/.svn/entries
tribler-mod/Tribler/Subscriptions/.svn/entries
tribler-mod/Tribler/Test/.svn/entries
tribler-mod/Tribler/Test/API/.svn/entries
tribler-mod/Tribler/Test/API/contentdir/.svn/entries
tribler-mod/Tribler/Test/empty_dir/.svn/entries
tribler-mod/Tribler/Test/extend_db_dir/.svn/entries
tribler-mod/Tribler/Test/extend_hs_dir/.svn/entries
tribler-mod/Tribler/Tools/.svn/entries
tribler-mod/Tribler/Tools/cmdlinedl.py
tribler-mod/Tribler/Tools/cmdlinedl.py.bak
tribler-mod/Tribler/TrackerChecking/.svn/entries
tribler-mod/Tribler/Utilities/.svn/entries
tribler-mod/Tribler/Video/.svn/entries
tribler-mod/Tribler/Video/Images/.svn/entries
tribler-mod/Tribler/Web2/.svn/entries
tribler-mod/Tribler/Web2/photo/.svn/entries
tribler-mod/Tribler/Web2/util/.svn/entries
tribler-mod/Tribler/Web2/video/.svn/entries
tribler-mod/cmdlinedl.py [deleted file]

diff --git a/tribler-mod/SingleDownload.py b/tribler-mod/SingleDownload.py
deleted file mode 100644 (file)
index d13c6c4..0000000
+++ /dev/null
@@ -1,306 +0,0 @@
-from time import localtime, strftime
-# Written by Arno Bakker 
-# see LICENSE.txt for license information
-
-import sys
-import os
-import time
-import copy
-import sha
-import pickle
-import socket
-import binascii
-from types import StringType,ListType,IntType
-from traceback import print_exc,print_stack
-from threading import Event
-
-from Tribler.Core.simpledefs import *
-from Tribler.Core.exceptions import *
-from Tribler.Core.BitTornado.__init__ import createPeerID
-from Tribler.Core.BitTornado.download_bt1 import BT1Download
-from Tribler.Core.BitTornado.bencode import bencode,bdecode
-from Tribler.Core.Video.VideoStatus import VideoStatus
-
-
-SPECIAL_VALUE = 481
-
-DEBUG = True  #False
-
-
-# Transfers' status info is output into status_file.
-FILE_NAME = "status_msg.log" #+ strftime("_%d_%b_%Y_%H_%M_%S", localtime()) + ".log"
-status_file = open(FILE_NAME, 'w');
-
-class SingleDownload:
-    """ This class is accessed solely by the network thread """
-    
-    def __init__(self,infohash,metainfo,kvconfig,multihandler,get_extip_func,listenport,videoanalyserpath,vodfileindex,set_error_func,pstate,lmvodeventcallback,lmhashcheckcompletecallback):
-        
-        self.dow = None
-        self.set_error_func = set_error_func
-        self.videoinfo = None
-        self.videostatus = None
-        self.lmvodeventcallback = lmvodeventcallback
-        self.lmhashcheckcompletecallback = lmhashcheckcompletecallback
-        self.logmsgs = []
-        self._hashcheckfunc = None
-        self._getstatsfunc = None
-        try:
-            self.dldoneflag = Event()
-            self.dlrawserver = multihandler.newRawServer(infohash,self.dldoneflag)
-            self.lmvodeventcallback = lmvodeventcallback
-    
-            if pstate is not None:
-                self.hashcheckfrac = pstate['dlstate']['progress']
-            else:
-                self.hashcheckfrac = 0.0
-    
-            self.peerid = createPeerID()
-            #print >>sys.stderr, strftime("%d-%m-%Y %H:%M:%S", localtime())," ","SingleDownload: __init__: My peer ID is",`peerid`
-    
-            self.dow = BT1Download(self.hashcheckprogressfunc,
-                            self.finishedfunc,
-                            self.fatalerrorfunc, 
-                            self.nonfatalerrorfunc,
-                            self.logerrorfunc,
-                            self.dldoneflag,
-                            kvconfig,
-                            metainfo, 
-                            infohash,
-                            self.peerid,
-                            self.dlrawserver,
-                            get_extip_func,
-                            listenport,
-                            videoanalyserpath
-                            )
-        
-            file = self.dow.saveAs(self.save_as)
-            #if DEBUG:
-            #    print >>sys.stderr, strftime("%d-%m-%Y %H:%M:%S", localtime())," ","SingleDownload: dow.saveAs returned",file
-            
-            # Set local filename in vodfileindex
-            if vodfileindex is not None:
-                index = vodfileindex['index']
-                if index == -1:
-                    index = 0
-                vodfileindex['outpath'] = self.dow.get_dest(index)
-                self.videoinfo = vodfileindex
-                if 'live' in metainfo['info']:
-                    authparams = metainfo['info']['live']
-                else:
-                    authparams = None
-                self.videostatus = VideoStatus(metainfo['info']['piece length'],self.dow.files,vodfileindex,authparams)
-                self.videoinfo['status'] = self.videostatus
-                self.dow.set_videoinfo(vodfileindex,self.videostatus)
-
-            #if DEBUG:
-            #    print >>sys.stderr, strftime("%d-%m-%Y %H:%M:%S", localtime())," ","SingleDownload: setting vodfileindex",vodfileindex
-            
-            if pstate is None:
-                resumedata = None
-            else:
-                # Restarting download
-                resumedata=pstate['engineresumedata']
-            self._hashcheckfunc = self.dow.initFiles(resumedata=resumedata)
-            
-            
-        except Exception,e:
-            self.fatalerrorfunc(e)
-    
-    def get_bt1download(self):
-        return self.dow
-    
-    def save_as(self,name,length,saveas,isdir):
-        """ Return the local filename to which to save the file 'name' in the torrent """
-        if DEBUG:
-            print >>status_file, strftime("%d-%m-%Y %H:%M:%S", localtime())," ","SingleDownload: save_as(",`name`,length,`saveas`,isdir,")"
-           # status_file.close()
-        try:
-            if not os.access(saveas,os.F_OK):
-                os.mkdir(saveas)
-            path = os.path.join(saveas,name)
-            if isdir and not os.path.isdir(path):
-                os.mkdir(path)
-            return path
-        except Exception,e:
-            self.fatalerrorfunc(e)
-
-    def perform_hashcheck(self,complete_callback):
-        """ Called by any thread """
-        if DEBUG:
-            print >>status_file, strftime("%d-%m-%Y %H:%M:%S", localtime())," ","SingleDownload: perform_hashcheck()" # ,self.videoinfo
-            #status_file.close()
-        try:
-            """ Schedules actually hashcheck on network thread """
-            self._getstatsfunc = SPECIAL_VALUE # signal we're hashchecking
-            # Already set, should be same
-            self.lmhashcheckcompletecallback = complete_callback
-            self._hashcheckfunc(self.lmhashcheckcompletecallback)
-        except Exception,e:
-            self.fatalerrorfunc(e)
-            
-    def hashcheck_done(self):
-        """ Called by LaunchMany when hashcheck complete and the Download can be
-            resumed
-            
-            Called by network thread
-        """
-        if DEBUG:
-            print >>status_file, strftime("%d-%m-%Y %H:%M:%S", localtime())," ","SingleDownload: hashcheck_done()"
-        try:
-            self.dow.startEngine(vodeventfunc = self.lmvodeventcallback)
-            self._getstatsfunc = self.dow.startStats() # not possible earlier
-            self.dow.startRerequester()
-            self.dlrawserver.start_listening(self.dow.getPortHandler())
-        except Exception,e:
-            self.fatalerrorfunc(e)
-
-
-    # DownloadConfigInterface methods
-    def set_max_speed(self,direct,speed,callback):
-        if self.dow is not None:
-            if DEBUG:
-                print >>sys.stderr, strftime("%d-%m-%Y %H:%M:%S", localtime())," ","SingleDownload: set_max_speed",`self.dow.response['info']['name']`,direct,speed
-            if direct == UPLOAD:
-                self.dow.setUploadRate(speed,networkcalling=True)
-            else:
-                self.dow.setDownloadRate(speed,networkcalling=True)
-        if callback is not None:
-            callback(direct,speed)
-
-    def set_max_conns_to_initiate(self,nconns,callback):
-        if self.dow is not None:
-            if DEBUG:
-                print >>sys.stderr, strftime("%d-%m-%Y %H:%M:%S", localtime())," ","SingleDownload: set_max_conns_to_initiate",`self.dow.response['info']['name']`,direct,speed
-            self.dow.setInitiate(nconns,networkcalling=True)
-        if callback is not None:
-            callback(nconns)
-
-
-    def set_max_conns(self,nconns,callback):
-        if self.dow is not None:
-            if DEBUG:
-                print >>sys.stderr, strftime("%d-%m-%Y %H:%M:%S", localtime())," ","SingleDownload: set_max_conns",`self.dow.response['info']['name']`,direct,speed
-            self.dow.setMaxConns(nconns,networkcalling=True)
-        if callback is not None:
-            callback(nconns)
-
-
-    #
-    # For DownloadState
-    #
-    def get_stats(self,getpeerlist):
-        logmsgs = self.logmsgs[:] # copy
-        coopdl_helpers = []
-        coopdl_coordinator = None
-        if self.dow is not None:
-            if not self.dow.helper is None:
-                coopdl_coordinator = self.dow.helper.get_coordinator_permid() 
-            if self.dow.coordinator is not None: 
-                # No coordinator when you're a helper
-                peerreclist = self.dow.coordinator.network_get_asked_helpers_copy()
-                for peerrec in peerreclist:
-                    coopdl_helpers.append(peerrec['permid'])
-        if self._getstatsfunc is None:
-            return (DLSTATUS_WAITING4HASHCHECK,None,logmsgs,coopdl_helpers,coopdl_coordinator)
-        elif self._getstatsfunc == SPECIAL_VALUE:
-            stats = {}
-            stats['frac'] = self.hashcheckfrac
-            return (DLSTATUS_HASHCHECKING,stats,logmsgs,coopdl_helpers,coopdl_coordinator)
-        else:
-            return (None,self._getstatsfunc(getpeerlist=getpeerlist),logmsgs,coopdl_helpers,coopdl_coordinator)
-
-    def get_infohash(self):
-        return self.infohash
-
-    #
-    # Persistent State
-    #
-    def checkpoint(self):
-        if self.dow is not None:
-            return self.dow.checkpoint()
-        else:
-            return None
-    
-    def shutdown(self):
-        if DEBUG:
-            print >>status_file, strftime("%d-%m-%Y %H:%M:%S", localtime())," ","SingleDownload: shutdown"
-            #status_file.close()
-        resumedata = None
-        if self.dow is not None:
-            self.dldoneflag.set()
-            self.dlrawserver.shutdown()
-            resumedata = self.dow.shutdown()
-            self.dow = None
-            #if DEBUG:
-            #    print >>sys.stderr, strftime("%d-%m-%Y %H:%M:%S", localtime())," ","SingleDownload: stopped dow"
-                
-        if self._getstatsfunc is None or self._getstatsfunc == SPECIAL_VALUE:
-            # Hashchecking or waiting for while being shutdown, signal LaunchMany
-            # so it can schedule a new one.
-            self.lmhashcheckcompletecallback(success=False)
-        return resumedata
-
-    #
-    # Cooperative download
-    #
-    def ask_coopdl_helpers(self,peerreclist):
-        if self.dow is not None:
-            self.dow.coordinator.network_request_help(peerreclist)
-
-    def stop_coopdl_helpers(self,peerreclist):
-        if self.dow is not None:
-            self.dow.coordinator.network_stop_help(peerreclist,force=True)
-
-    def get_coopdl_role_object(self,role):
-        # Used by Coordinator/HelperMessageHandler indirectly
-        if self.dow is not None:
-            if role == COOPDL_ROLE_COORDINATOR:
-                return self.dow.coordinator
-            else:
-                return self.dow.helper
-        else:
-            return None
-
-    #
-    # Internal methods
-    #
-    def hashcheckprogressfunc(self,activity = '', fractionDone = 0.0):
-        """ Allegedly only used by StorageWrapper during hashchecking """
-        #print >>sys.stderr, strftime("%d-%m-%Y %H:%M:%S", localtime())," ","SingleDownload::statusfunc called",activity,fractionDone
-        self.hashcheckfrac = fractionDone
-
-    def finishedfunc(self):
-        """ Download is complete """
-        if DEBUG:
-            print >>status_file, strftime("%d-%m-%Y %H:%M:%S", localtime())," ","SingleDownload::finishedfunc called: Download is complete *******************************"
-            #status_file.close()
-        pass
-
-    def fatalerrorfunc(self,data):
-        print >>sys.stderr, strftime("%d-%m-%Y %H:%M:%S", localtime())," ","SingleDownload::fatalerrorfunc called",data
-        if type(data) == StringType:
-            print >>sys.stderr, strftime("%d-%m-%Y %H:%M:%S", localtime())," ","LEGACY CORE FATAL ERROR",data
-            print_stack()
-            self.set_error_func(TriblerLegacyException(data))
-        else:
-            print_exc()
-            self.set_error_func(data)
-        self.shutdown()
-
-    def nonfatalerrorfunc(self,e):
-        print >>sys.stderr, strftime("%d-%m-%Y %H:%M:%S", localtime())," ","SingleDownload::nonfatalerrorfunc called",e
-        # Could log this somewhere, or phase it out (only used in Rerequester)
-
-    def logerrorfunc(self,msg):
-        t = time.time()
-        self.logmsgs.append((t,msg))
-        
-        # Keep max 10 log entries, API user should save them if he wants 
-        # complete history
-        if len(self.logmsgs) > 10:
-            self.logmsgs.pop(0)
-            
diff --git a/tribler-mod/Tribler/.gitignore b/tribler-mod/Tribler/.gitignore
new file mode 100644 (file)
index 0000000..1b53ace
--- /dev/null
@@ -0,0 +1 @@
+.svn/
index 14c6995..8ac3933 100644 (file)
@@ -1,7 +1,7 @@
 9
 
 dir
-13669
+13858
 http://svn.tribler.org/abc/tags/tribler-5.1.2/Tribler/Category
 http://svn.tribler.org
 
@@ -32,7 +32,7 @@ file
 
 
 
-2009-11-16T10:48:52.000000Z
+2009-11-27T17:41:58.000000Z
 351bd1cf0f547ad1d99e8bf36d9bd546
 2008-11-28T13:43:25.148803Z
 9930
@@ -66,7 +66,7 @@ file
 
 
 
-2009-11-16T10:48:52.000000Z
+2009-11-27T17:41:58.000000Z
 5b5ee1edd14b4c4676c749ebc2744d33
 2009-04-06T14:54:58.236642Z
 11086
@@ -100,7 +100,7 @@ file
 
 
 
-2009-11-16T10:48:52.000000Z
+2009-11-27T17:41:58.000000Z
 a968e5e47542c6aab330e5291e5de68d
 2009-06-25T11:25:27.758858Z
 11975
@@ -134,7 +134,7 @@ file
 
 
 
-2009-11-16T10:48:52.000000Z
+2009-11-27T17:41:58.000000Z
 a5b35bb07132ae158202f4aa8f028466
 2008-10-08T12:04:22.268162Z
 8992
@@ -168,7 +168,7 @@ file
 
 
 
-2009-11-16T10:48:52.000000Z
+2009-11-27T17:41:58.000000Z
 6e8fc31312bed007ce8a8c22ff266702
 2008-10-08T12:04:22.268162Z
 8992
@@ -202,7 +202,7 @@ file
 
 
 
-2009-11-16T10:48:52.000000Z
+2009-11-27T17:41:58.000000Z
 84b4252a666c20ebf59bb366aa3db11e
 2008-10-08T12:04:22.268162Z
 8992
@@ -236,7 +236,7 @@ file
 
 
 
-2009-11-16T10:48:52.000000Z
+2009-11-27T17:41:58.000000Z
 c0227c027e864a64a9026e3bda3579ce
 2009-06-25T11:25:27.758858Z
 11975
@@ -270,7 +270,7 @@ file
 
 
 
-2009-11-16T10:48:52.000000Z
+2009-11-27T17:41:58.000000Z
 afa8df8b447e8f54d838c9ecbed1eca1
 2008-10-24T13:13:35.450477Z
 9325
index aef7486..e6bd0c0 100644 (file)
@@ -1,7 +1,7 @@
 9
 
 dir
-13669
+13858
 http://svn.tribler.org/abc/tags/tribler-5.1.2/Tribler/Core
 http://svn.tribler.org
 
@@ -32,7 +32,7 @@ file
 
 
 
-2009-11-16T10:48:52.000000Z
+2009-11-27T17:41:57.000000Z
 3ea506678a22a63daa4cdbdaecf722cb
 2009-06-25T11:25:27.758858Z
 11975
@@ -78,7 +78,7 @@ file
 
 
 
-2009-11-16T10:48:52.000000Z
+2009-11-27T17:41:57.000000Z
 7341e3b0a8ca6a4a7385e410e751b3f4
 2009-05-25T12:45:11.948958Z
 11648
@@ -115,7 +115,7 @@ file
 
 
 
-2009-11-16T10:48:52.000000Z
+2009-11-27T17:41:57.000000Z
 fe54b363e1dbc6a22d66b1d2aaab2655
 2009-06-25T11:25:27.758858Z
 11975
@@ -149,7 +149,7 @@ file
 
 
 
-2009-11-16T10:48:52.000000Z
+2009-11-27T17:41:57.000000Z
 b00a19265f270061a76eb7c1fe94ef81
 2008-10-08T12:04:22.268162Z
 8992
@@ -186,7 +186,7 @@ file
 
 
 
-2009-11-16T10:48:52.000000Z
+2009-11-27T17:41:57.000000Z
 53de589aee5054c7ce830b9cb64be26b
 2009-01-13T09:03:07.726864Z
 10147
@@ -220,7 +220,7 @@ file
 
 
 
-2009-11-16T10:48:52.000000Z
+2009-11-27T17:41:57.000000Z
 a22f045477cdffc73e22c5fe33c0580b
 2009-06-09T10:05:34.365243Z
 11799
@@ -257,7 +257,7 @@ file
 
 
 
-2009-11-16T10:48:52.000000Z
+2009-11-27T17:41:57.000000Z
 dedbb90fc036298bbff83faaffb2b60a
 2009-06-09T10:05:34.365243Z
 11799
@@ -291,7 +291,7 @@ file
 
 
 
-2009-11-16T10:48:52.000000Z
+2009-11-27T17:41:57.000000Z
 4201a72ba82311cffd996c721ac3dd1d
 2009-06-25T11:25:27.758858Z
 11975
@@ -325,7 +325,7 @@ file
 
 
 
-2009-11-16T10:48:52.000000Z
+2009-11-27T17:41:57.000000Z
 402bad1b3f9cb482ebb0eb2e0a887e27
 2009-06-25T11:25:27.758858Z
 11975
@@ -359,7 +359,7 @@ file
 
 
 
-2009-11-16T10:48:52.000000Z
+2009-11-27T17:41:57.000000Z
 415d0845a64f1278df883e16b92ed508
 2009-06-25T11:25:27.758858Z
 11975
@@ -396,7 +396,7 @@ file
 
 
 
-2009-11-16T10:48:52.000000Z
+2009-11-27T17:41:57.000000Z
 f1c91270e5f8632df0b155aa33512cc7
 2009-06-03T13:17:36.398164Z
 11757
@@ -430,7 +430,7 @@ file
 
 
 
-2009-11-16T10:48:52.000000Z
+2009-11-27T17:41:57.000000Z
 366cb0ff6195f82343a778c41ac3c89e
 2009-07-01T12:25:54.388192Z
 12033
@@ -464,7 +464,7 @@ file
 
 
 
-2009-11-16T10:48:52.000000Z
+2009-11-27T17:41:57.000000Z
 81210aca067ccc6e9c3b274d4b34d4f9
 2009-06-25T11:25:27.758858Z
 11975
@@ -498,7 +498,7 @@ file
 
 
 
-2009-11-16T10:48:52.000000Z
+2009-11-27T17:41:57.000000Z
 88750b5bc9d040b83827635f1bb4468a
 2009-06-30T16:19:45.063888Z
 12017
@@ -544,7 +544,7 @@ file
 
 
 
-2009-11-16T10:48:52.000000Z
+2009-11-27T17:41:57.000000Z
 53b884db9f736564cf1b1021ca0c1be7
 2008-10-08T12:04:22.268162Z
 8992
@@ -581,7 +581,7 @@ file
 
 
 
-2009-11-16T10:48:52.000000Z
+2009-11-27T17:41:57.000000Z
 967b75a6f83a5997b08327ea18247aba
 2009-06-25T11:25:27.758858Z
 11975
index f2ed68c..44dfb30 100644 (file)
@@ -1,7 +1,7 @@
 9
 
 dir
-13669
+13858
 http://svn.tribler.org/abc/tags/tribler-5.1.2/Tribler/Core/APIImplementation
 http://svn.tribler.org
 
@@ -32,7 +32,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:57.000000Z
 12f41765595dcbced4e0534531b505c7
 2009-06-30T16:19:45.063888Z
 12017
@@ -66,7 +66,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:57.000000Z
 e1534b089fa14a206ad557362e4f4e59
 2009-03-18T09:00:09.439203Z
 10836
@@ -100,7 +100,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:57.000000Z
 ac31a5d837b2e37615c7c3f1aa42e0d8
 2009-03-06T12:55:20.868462Z
 10732
@@ -134,7 +134,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:57.000000Z
 6c282c7714f8d4cc4e57693225f6d8fc
 2009-06-30T16:19:45.063888Z
 12017
@@ -168,7 +168,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:57.000000Z
 38d635a3c3a1a08705766a668c7a0f8d
 2009-06-25T11:25:27.758858Z
 11975
@@ -202,7 +202,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:57.000000Z
 2d8b30648e074ba5b9fd5b03b6756543
 2008-12-03T09:09:00.177207Z
 9946
@@ -236,7 +236,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:57.000000Z
 ef961a713b17847220f2ced54ba2388b
 2009-03-09T12:16:02.182804Z
 10754
@@ -270,7 +270,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:57.000000Z
 b00a19265f270061a76eb7c1fe94ef81
 2008-10-08T12:04:22.268162Z
 8992
@@ -304,7 +304,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:57.000000Z
 f7729dcc48da960164278cd6e9758b95
 2009-06-25T11:25:27.758858Z
 11975
@@ -338,7 +338,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:57.000000Z
 2a3b77ec2b6bc5971bdc3347b626dce4
 2008-10-08T12:04:22.268162Z
 8992
index 18140b1..276b1d2 100644 (file)
@@ -1,4 +1,4 @@
-from time import localtime, strftime
 # Written by Arno Bakker 
 # see LICENSE.txt for license information
 
@@ -24,7 +24,7 @@ from Tribler.Core.Video.VideoStatus import VideoStatus
 
 SPECIAL_VALUE = 481
 
-DEBUG = False
+DEBUG = True  #False
 
 class SingleDownload:
     """ This class is accessed solely by the network thread """
index df5d67a..e5ff046 100644 (file)
@@ -1,7 +1,7 @@
 9
 
 dir
-13669
+13858
 http://svn.tribler.org/abc/tags/tribler-5.1.2/Tribler/Core/BitTornado
 http://svn.tribler.org
 
@@ -32,7 +32,7 @@ file
 
 
 
-2009-11-16T10:48:52.000000Z
+2009-11-27T17:41:57.000000Z
 3ca5221383200e572e878b429b4b46c1
 2008-10-08T12:04:22.268162Z
 8992
@@ -66,7 +66,7 @@ file
 
 
 
-2009-11-16T10:48:52.000000Z
+2009-11-27T17:41:57.000000Z
 a9ea7f7b3397c6a2c090229a74a4e7c9
 2008-10-08T12:04:22.268162Z
 8992
@@ -100,7 +100,7 @@ file
 
 
 
-2009-11-16T10:48:52.000000Z
+2009-11-27T17:41:57.000000Z
 f145f6021347372ffcf69bb2ef044939
 2008-10-08T12:04:22.268162Z
 8992
@@ -134,7 +134,7 @@ file
 
 
 
-2009-11-16T10:48:52.000000Z
+2009-11-27T17:41:57.000000Z
 4963db435bbc16c899804c38dc20cb68
 2009-02-11T13:56:24.228053Z
 10421
@@ -168,7 +168,7 @@ file
 
 
 
-2009-11-16T10:48:52.000000Z
+2009-11-27T17:41:57.000000Z
 6a45a54f76418f83529a644df57f3e50
 2009-06-22T08:34:38.108865Z
 11940
@@ -205,7 +205,7 @@ file
 
 
 
-2009-11-16T10:48:52.000000Z
+2009-11-27T17:41:57.000000Z
 127ec6d1a1398b62aaebc0e231b5b336
 2008-10-08T12:04:22.268162Z
 8992
@@ -239,7 +239,7 @@ file
 
 
 
-2009-11-16T10:48:52.000000Z
+2009-11-27T17:41:57.000000Z
 f0933d09732791770e47dfb6201d24e3
 2009-06-30T16:19:45.063888Z
 12017
@@ -273,7 +273,7 @@ file
 
 
 
-2009-11-16T10:48:52.000000Z
+2009-11-27T17:41:57.000000Z
 d9bb2a112f79cc27cf0df2d3b2517e47
 2009-06-25T11:25:27.758858Z
 11975
@@ -307,7 +307,7 @@ file
 
 
 
-2009-11-16T10:48:52.000000Z
+2009-11-27T17:41:57.000000Z
 78c505bb764febdd5a68e19933892c58
 2009-02-17T14:04:36.027258Z
 10470
@@ -341,7 +341,7 @@ file
 
 
 
-2009-11-16T10:48:52.000000Z
+2009-11-27T17:41:57.000000Z
 ce1ecbd65fc187c9eb78befde11695c6
 2008-10-08T12:04:22.268162Z
 8992
@@ -375,7 +375,7 @@ file
 
 
 
-2009-11-16T10:48:52.000000Z
+2009-11-27T17:41:57.000000Z
 6dd0cbcb3c52e730906d17611cc968bc
 2008-10-08T12:04:22.268162Z
 8992
@@ -409,7 +409,7 @@ file
 
 
 
-2009-11-16T10:48:52.000000Z
+2009-11-27T17:41:57.000000Z
 aae59a846a3c107629067f0ff93ec933
 2008-10-08T12:04:22.268162Z
 8992
@@ -443,7 +443,7 @@ file
 
 
 
-2009-11-16T10:48:52.000000Z
+2009-11-27T17:41:57.000000Z
 27fe250b693d65791e1f54fbbcc3c886
 2008-10-08T12:04:22.268162Z
 8992
@@ -477,7 +477,7 @@ file
 
 
 
-2009-11-16T10:48:52.000000Z
+2009-11-27T17:41:57.000000Z
 1fe51e0d02728939f50b65d4428e9e90
 2008-10-08T12:04:22.268162Z
 8992
@@ -511,7 +511,7 @@ file
 
 
 
-2009-11-16T10:48:52.000000Z
+2009-11-27T17:41:57.000000Z
 f9dd4bc21daf0cd3870359fbb80d2490
 2008-10-08T12:04:22.268162Z
 8992
@@ -545,7 +545,7 @@ file
 
 
 
-2009-11-16T10:48:52.000000Z
+2009-11-27T17:41:57.000000Z
 ad8a94348cd26c7e082a8c9612f2d75c
 2008-10-08T12:04:22.268162Z
 8992
@@ -579,7 +579,7 @@ file
 
 
 
-2009-11-16T10:48:52.000000Z
+2009-11-27T17:41:57.000000Z
 3e4414391e5a145e68985441d2534515
 2009-06-25T11:25:27.758858Z
 11975
@@ -613,7 +613,7 @@ file
 
 
 
-2009-11-16T10:48:52.000000Z
+2009-11-27T17:41:57.000000Z
 7a26a210d292df5bc3d5dfdc2fd660d6
 2009-06-25T11:25:27.758858Z
 11975
@@ -647,7 +647,7 @@ file
 
 
 
-2009-11-16T10:48:52.000000Z
+2009-11-27T17:41:57.000000Z
 0a3783c4f0dae197ac26fd538ab12b66
 2008-10-08T12:04:22.268162Z
 8992
@@ -681,7 +681,7 @@ file
 
 
 
-2009-11-16T10:48:52.000000Z
+2009-11-27T17:41:57.000000Z
 e9bc83b170c338e6daec378e29dae3ce
 2008-10-08T12:04:22.268162Z
 8992
@@ -715,7 +715,7 @@ file
 
 
 
-2009-11-16T10:48:52.000000Z
+2009-11-27T17:41:57.000000Z
 bbef03b75689f1b133c5d7fcf1caa08a
 2008-10-08T12:04:22.268162Z
 8992
@@ -749,7 +749,7 @@ file
 
 
 
-2009-11-16T10:48:52.000000Z
+2009-11-27T17:41:57.000000Z
 8e3d5054f08ae9e71341c3f72fc446ba
 2009-06-25T11:25:27.758858Z
 11975
@@ -783,7 +783,7 @@ file
 
 
 
-2009-11-16T10:48:52.000000Z
+2009-11-27T17:41:57.000000Z
 76c8fa0a7ac96ae1d16cae06b96b3164
 2008-10-08T12:04:22.268162Z
 8992
index 460df30..37caa50 100644 (file)
@@ -1,7 +1,7 @@
 9
 
 dir
-13669
+13858
 http://svn.tribler.org/abc/tags/tribler-5.1.2/Tribler/Core/BitTornado/BT1
 http://svn.tribler.org
 
@@ -32,7 +32,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:57.000000Z
 a74b0f2f373a387aa87ef084ef9cc25f
 2008-10-08T12:04:22.268162Z
 8992
@@ -66,7 +66,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:57.000000Z
 c8fb81d18b3f0bdafa5a77c9859ee01c
 2008-10-08T12:04:22.268162Z
 8992
@@ -100,7 +100,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:57.000000Z
 370f7377a4713f923f0fe4e691f98dfb
 2008-10-08T12:04:22.268162Z
 8992
@@ -134,7 +134,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:57.000000Z
 5dc76276fab2665133d5f5cb8543cc28
 2009-07-01T12:18:32.601700Z
 12032
@@ -168,7 +168,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:57.000000Z
 83fb11b417f77fd2733fbf0b8a518d64
 2008-10-08T12:04:22.268162Z
 8992
@@ -202,7 +202,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:57.000000Z
 9a8e4d3bd776faeeba0fb37263e9fd45
 2009-03-06T12:56:19.835572Z
 10733
@@ -236,7 +236,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:57.000000Z
 774fae85d8504ea140a107c5a6221089
 2009-04-06T09:39:20.050451Z
 11080
@@ -270,7 +270,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:57.000000Z
 cd2f032690c60b366db5fdebb9162229
 2009-06-25T11:25:27.758858Z
 11975
@@ -304,7 +304,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:57.000000Z
 d42a077e825850370d5341369b1f2bbb
 2008-10-08T12:04:22.268162Z
 8992
@@ -338,7 +338,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:57.000000Z
 f148abdbdca0a4d2a07a2d61e9b9efd0
 2009-06-25T11:25:27.758858Z
 11975
@@ -372,7 +372,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:57.000000Z
 868ad712fdc23a8edf8c946039eb20cb
 2009-06-25T11:25:27.758858Z
 11975
@@ -406,7 +406,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:57.000000Z
 0cf30fd2786c69f49ff3d1ea9407a24a
 2009-04-07T13:44:14.133716Z
 11092
@@ -440,7 +440,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:57.000000Z
 e600c81727a3b0982f94fec4d3d37559
 2009-06-30T16:19:45.063888Z
 12017
@@ -474,7 +474,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:57.000000Z
 e76a69a118e733f2a0a9e3f08796e78b
 2009-06-25T11:25:27.758858Z
 11975
@@ -508,7 +508,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:57.000000Z
 fe2bb18f28a4bd9629b8445b85d57ca0
 2008-10-08T12:04:22.268162Z
 8992
@@ -542,7 +542,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:57.000000Z
 e5b73f613091c8b23c92b86ded7eb250
 2009-06-25T11:25:27.758858Z
 11975
@@ -576,7 +576,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:57.000000Z
 0aff6b02fe45bc995ba36f83e3051153
 2009-06-25T11:25:27.758858Z
 11975
@@ -610,7 +610,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:57.000000Z
 aa5fa01bf7f32056e30e46a9246a26bc
 2008-10-08T12:04:22.268162Z
 8992
@@ -644,7 +644,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:57.000000Z
 db24fb2e192e91411bd2a00c258bbe87
 2009-06-25T11:25:27.758858Z
 11975
@@ -678,7 +678,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:57.000000Z
 52187a6b6b5043fe6c7e4632aba8a639
 2008-10-08T12:04:22.268162Z
 8992
@@ -712,7 +712,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:57.000000Z
 d131f5654f9a88afa76dbc4c0dbcb345
 2009-07-01T12:18:32.601700Z
 12032
@@ -746,7 +746,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:57.000000Z
 54dfdfb44d6bf504b31301aa0d97d60f
 2008-10-08T12:04:22.268162Z
 8992
index 1acefd7..7b48ffb 100644 (file)
@@ -1,4 +1,5 @@
 from time import localtime, strftime
 # Written by Bram Cohen, Pawel Garbacki, Boxun Zhang
 # see LICENSE.txt for license information
 
index 6e7090e..99b08a3 100644 (file)
@@ -1,4 +1,4 @@
-from time import localtime, strftime
 # Written by Bram Cohen, Pawel Garbacki, Boxun Zhang
 # see LICENSE.txt for license information
 
@@ -13,7 +13,7 @@ except:
     True = 1
     False = 0
 
-DEBUG = False
+DEBUG = True  #False
 
 class Choker:
     def __init__(self, config, schedule, picker, seeding_selector, done = lambda: False):
index aef6652..1ce32fd 100644 (file)
@@ -1,7 +1,5 @@
 from time import localtime, strftime
  
 # Written by Bram Cohen, Pawel Garbacki and Arno Bakker
 # see LICENSE.txt for license information
 
@@ -157,7 +155,7 @@ class Connection:
 
     def close(self):
         if DEBUG:
-            print >>sys.stderr, strftime("%d-%m-%Y %H:%M:%S", localtime())," ", 'connection closed'
+            print >>sys.strderr, 'connection closed'
             if self.get_ip() == self.connecter.tracker_ip:
                 print >>sys.stderr, strftime("%d-%m-%Y %H:%M:%S", localtime())," ","connecter: close: live: WAAH closing SOURCE"
 
@@ -209,7 +207,6 @@ class Connection:
         self._send_message(CANCEL + tobinary(index) + 
             tobinary(begin) + tobinary(length))
         if DEBUG_NORMAL_MSGS:
-            #print >>sys.stderr, strftime("%d-%m-%Y %H:%M:%S", localtime())," ", 'sent cancel: '+str(index)+': '+str(begin)+'-'+str(begin+length)
             print >>sys.strderr, 'sent cancel: '+str(index)+': '+str(begin)+'-'+str(begin+length)
 
     def send_bitfield(self, bitfield):
@@ -261,7 +258,7 @@ class Connection:
                             tobinary(len(piece) + 9), PIECE, 
                             tobinary(index), tobinary(begin), piece.tostring()))
             if DEBUG_NORMAL_MSGS:
-                print >>sys.stderr, strftime("%d-%m-%Y %H:%M:%S", localtime())," ", 'sending chunk: '+str(index)+': '+str(begin)+'-'+str(begin+len(piece))
+                print >>sys.strderr, 'sending chunk: '+str(index)+': '+str(begin)+'-'+str(begin+len(piece))
 
         if bytes < len(self.partial_message):
             self.connection.send_message_raw(self.partial_message[:bytes])
@@ -294,7 +291,6 @@ class Connection:
         return not self.connection.is_flushed()
 
     def got_request(self, i, p, l):
-
         self.upload.got_request(i, p, l)
         if self.just_unchoked:
             self.connecter.ratelimiter.ping(clock() - self.just_unchoked)
index 4b01a7b..40357dc 100644 (file)
@@ -1,4 +1,5 @@
 from time import localtime, strftime
 # Written by Bram Cohen, Pawel Garbacki and Arno Bakker
 # see LICENSE.txt for license information
 
@@ -35,7 +36,7 @@ except:
 
 KICK_OLD_CLIENTS=False
 DEBUG = True  #False
-DEBUG_NORMAL_MSGS = True  #False
+DEBUG_NORMAL_MSGS = False
 DEBUG_UT_PEX = False
 DEBUG_MESSAGE_HANDLING = False
 
@@ -154,7 +155,7 @@ class Connection:
 
     def close(self):
         if DEBUG:
-            print 'connection closed'
+            print >>sys.strderr, 'connection closed'
             if self.get_ip() == self.connecter.tracker_ip:
                 print >>sys.stderr, strftime("%d-%m-%Y %H:%M:%S", localtime())," ","connecter: close: live: WAAH closing SOURCE"
 
@@ -206,7 +207,7 @@ class Connection:
         self._send_message(CANCEL + tobinary(index) + 
             tobinary(begin) + tobinary(length))
         if DEBUG_NORMAL_MSGS:
-            print 'sent cancel: '+str(index)+': '+str(begin)+'-'+str(begin+length)
+            print >>sys.strderr, 'sent cancel: '+str(index)+': '+str(begin)+'-'+str(begin+length)
 
     def send_bitfield(self, bitfield):
         self._send_message(BITFIELD + bitfield)
@@ -257,7 +258,7 @@ class Connection:
                             tobinary(len(piece) + 9), PIECE, 
                             tobinary(index), tobinary(begin), piece.tostring()))
             if DEBUG_NORMAL_MSGS:
-                print 'sending chunk: '+str(index)+': '+str(begin)+'-'+str(begin+len(piece))
+                print >>sys.strderr, 'sending chunk: '+str(index)+': '+str(begin)+'-'+str(begin+len(piece))
 
         if bytes < len(self.partial_message):
             self.connection.send_message_raw(self.partial_message[:bytes])
index 45920b0..f85abfc 100644 (file)
@@ -1,4 +1,5 @@
 from time import localtime, strftime
 # Written by Bram Cohen and Pawel Garbacki
 # see LICENSE.txt for license information
 
index c9546e1..a8b2698 100644 (file)
@@ -1,4 +1,4 @@
-from time import localtime, strftime
 # Written by Bram Cohen and Pawel Garbacki
 # see LICENSE.txt for license information
 
@@ -17,7 +17,7 @@ except:
     True = 1
     False = 0
 
-DEBUG = False
+DEBUG = True  #False
 EXPIRE_TIME = 60 * 60
 
 # only define the following functions in __debug__. And only import
index 40649df..d1ff358 100644 (file)
@@ -1,4 +1,5 @@
 from time import localtime, strftime
 # Written by Bram Cohen
 # see LICENSE.txt for license information
 # Arno,2007-02-23: this poll class is used on win32
index d9d6fb8..13ab6da 100644 (file)
@@ -1,4 +1,4 @@
-from time import localtime, strftime
 # Written by Bram Cohen
 # see LICENSE.txt for license information
 # Arno,2007-02-23: this poll class is used on win32
@@ -14,7 +14,7 @@ POLLOUT = 2
 POLLERR = 8
 POLLHUP = 16
 
-DEBUG = False
+DEBUG = True  #False
 
 class poll:
     def __init__(self):
index 447bfa5..21001dc 100644 (file)
@@ -1,7 +1,7 @@
 9
 
 dir
-13669
+13858
 http://svn.tribler.org/abc/tags/tribler-5.1.2/Tribler/Core/BuddyCast
 http://svn.tribler.org
 
@@ -32,7 +32,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:57.000000Z
 296a83fd92b4164da53e4a9f6d2fe3d1
 2009-06-25T11:25:27.758858Z
 11975
@@ -66,7 +66,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:57.000000Z
 66c1abd68a5937bf8e3fc56101c91a90
 2009-06-25T11:25:27.758858Z
 11975
@@ -100,7 +100,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:57.000000Z
 da3cd1d458332e78b3a4325dfe09d0d8
 2009-06-30T16:19:45.063888Z
 12017
@@ -134,7 +134,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:57.000000Z
 545a3378c98e54ad2b9babc524ef75fa
 2009-06-25T11:25:27.758858Z
 11975
@@ -168,7 +168,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:57.000000Z
 b00a19265f270061a76eb7c1fe94ef81
 2008-10-08T12:04:22.268162Z
 8992
@@ -202,7 +202,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:57.000000Z
 cfda9ced1840969d18baee4f3a46daf2
 2009-06-30T16:19:45.063888Z
 12017
@@ -236,7 +236,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:57.000000Z
 390b3d896d6cf50dc6294bd58773ff0c
 2009-06-25T11:25:27.758858Z
 11975
@@ -270,7 +270,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:57.000000Z
 1646c206379f28731e150db2372c199c
 2008-10-08T12:04:22.268162Z
 8992
index 041dcb3..f4215e6 100644 (file)
@@ -1,7 +1,7 @@
 9
 
 dir
-13669
+13858
 http://svn.tribler.org/abc/tags/tribler-5.1.2/Tribler/Core/CacheDB
 http://svn.tribler.org
 
@@ -32,7 +32,7 @@ file
 
 
 
-2009-11-16T10:48:52.000000Z
+2009-11-27T17:41:57.000000Z
 cfe7a21b12f613674c4117e1ef28abf5
 2009-06-25T11:25:27.758858Z
 11975
@@ -66,7 +66,7 @@ file
 
 
 
-2009-11-16T10:48:52.000000Z
+2009-11-27T17:41:57.000000Z
 acc61e396ce1bfd25ef256c07bb1ef2c
 2008-10-08T12:04:22.268162Z
 8992
@@ -100,7 +100,7 @@ file
 
 
 
-2009-11-16T10:48:52.000000Z
+2009-11-27T17:41:57.000000Z
 19bfd33e42e5fa184b4aa6a7edf7dfea
 2009-06-25T11:25:27.758858Z
 11975
@@ -134,7 +134,7 @@ file
 
 
 
-2009-11-16T10:48:52.000000Z
+2009-11-27T17:41:57.000000Z
 4c0ebabe395d070ca1b253b35ede21c6
 2008-10-08T12:04:22.268162Z
 8992
@@ -168,7 +168,7 @@ file
 
 
 
-2009-11-16T10:48:52.000000Z
+2009-11-27T17:41:57.000000Z
 67a53d7824af9fb79e2b1c94fcc6d65a
 2009-01-29T15:18:19.195026Z
 10299
@@ -202,7 +202,7 @@ file
 
 
 
-2009-11-16T10:48:52.000000Z
+2009-11-27T17:41:57.000000Z
 62dcf6a8a4ebcd492a1e444e6fe18316
 2009-06-25T11:25:27.758858Z
 11975
@@ -236,7 +236,7 @@ file
 
 
 
-2009-11-16T10:48:52.000000Z
+2009-11-27T17:41:57.000000Z
 cbfb97f134b8adbfb31641b568014bae
 2008-10-08T12:04:22.268162Z
 8992
@@ -270,7 +270,7 @@ file
 
 
 
-2009-11-16T10:48:52.000000Z
+2009-11-27T17:41:57.000000Z
 e4b74f7d263549a4919c2284c24db327
 2009-04-06T09:56:33.202126Z
 11081
@@ -304,7 +304,7 @@ file
 
 
 
-2009-11-16T10:48:52.000000Z
+2009-11-27T17:41:57.000000Z
 ab391616da8fc4208e2ecad46c54cd34
 2009-03-06T12:56:19.835572Z
 10733
@@ -338,7 +338,7 @@ file
 
 
 
-2009-11-16T10:48:52.000000Z
+2009-11-27T17:41:57.000000Z
 c2b8aafa41f2be05be41a6ce2fe014b5
 2009-06-25T11:25:27.758858Z
 11975
@@ -372,7 +372,7 @@ file
 
 
 
-2009-11-16T10:48:52.000000Z
+2009-11-27T17:41:57.000000Z
 91b196218fafe18d6284e659660cbb34
 2009-06-25T11:25:27.758858Z
 11975
@@ -406,7 +406,7 @@ file
 
 
 
-2009-11-16T10:48:52.000000Z
+2009-11-27T17:41:57.000000Z
 447e1827686804269aa716dfd9ea6cba
 2009-06-25T11:25:27.758858Z
 11975
@@ -440,7 +440,7 @@ file
 
 
 
-2009-11-16T10:48:52.000000Z
+2009-11-27T17:41:57.000000Z
 33bc4447f67a0c91518b9b9eaaf0e243
 2009-06-25T11:25:27.758858Z
 11975
@@ -474,7 +474,7 @@ file
 
 
 
-2009-11-16T10:48:52.000000Z
+2009-11-27T17:41:57.000000Z
 ed5c9e304b2e82fb00b51260e1ff1d40
 2009-06-25T11:25:27.758858Z
 11975
@@ -508,7 +508,7 @@ file
 
 
 
-2009-11-16T10:48:52.000000Z
+2009-11-27T17:41:57.000000Z
 ffe7f685768177bb75efd1b32c2a6045
 2008-11-06T12:41:12.132685Z
 9695
@@ -542,7 +542,7 @@ file
 
 
 
-2009-11-16T10:48:52.000000Z
+2009-11-27T17:41:57.000000Z
 e2cdea0b882fb59dce541ffdbc2a307f
 2009-06-30T16:19:45.063888Z
 12017
@@ -576,7 +576,7 @@ file
 
 
 
-2009-11-16T10:48:52.000000Z
+2009-11-27T17:41:57.000000Z
 e8fd2ccdf435cd344f590c81e7706766
 2008-10-08T12:04:22.268162Z
 8992
index 96dc0f3..82723bb 100644 (file)
@@ -1,7 +1,7 @@
 9
 
 dir
-13669
+13858
 http://svn.tribler.org/abc/tags/tribler-5.1.2/Tribler/Core/CoopDownload
 http://svn.tribler.org
 
@@ -32,7 +32,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:57.000000Z
 3456ee2d0c154d76eec318fb0fc1eea9
 2009-06-25T11:25:27.758858Z
 11975
@@ -66,7 +66,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:57.000000Z
 b46099c208967cc7b9578feb32bb020c
 2008-10-08T12:04:22.268162Z
 8992
@@ -100,7 +100,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:57.000000Z
 b00a19265f270061a76eb7c1fe94ef81
 2008-10-08T12:04:22.268162Z
 8992
@@ -134,7 +134,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:57.000000Z
 c3f94bf0354cfa93709241a11e071417
 2009-06-25T11:25:27.758858Z
 11975
@@ -168,7 +168,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:57.000000Z
 6d5d25efdef2d775d0ef8eb9cc825a9e
 2009-06-30T16:19:45.063888Z
 12017
@@ -202,7 +202,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:57.000000Z
 f1b45d7dfbe730dc8d12af4946df81fd
 2009-06-25T11:25:27.758858Z
 11975
@@ -236,7 +236,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:57.000000Z
 8bfbd9b475edbf701b704266b4b80fc2
 2009-02-25T16:02:21.956893Z
 10564
index 243e687..e2658a6 100644 (file)
@@ -1,4 +1,5 @@
 from time import localtime, strftime
 # Written by Pawel Garbacki
 # see LICENSE.txt for license information
 
index 8b13d85..1f241de 100644 (file)
@@ -1,4 +1,4 @@
-from time import localtime, strftime
 # Written by Pawel Garbacki
 # see LICENSE.txt for license information
 
@@ -6,7 +6,7 @@ import sys
 from Tribler.Core.BitTornado.clock import clock
 
 MIN_CAPACITY = 0.75
-DEBUG = False
+DEBUG = True  #False
 
 class RatePredictor:
     def __init__(self, raw_server, rate_measure, max_rate, probing_period = 2):
index 4f30f5d..e84828b 100644 (file)
@@ -1,7 +1,7 @@
 9
 
 dir
-13669
+13858
 http://svn.tribler.org/abc/tags/tribler-5.1.2/Tribler/Core/DecentralizedTracking
 http://svn.tribler.org
 
@@ -32,7 +32,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:57.000000Z
 3cd8656e2bab3fb610906e52a11039a7
 2008-10-08T12:04:22.268162Z
 8992
@@ -66,7 +66,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:57.000000Z
 7f4c096eaa11ea41d3d1268efa18834f
 2008-10-08T12:04:22.268162Z
 8992
@@ -100,7 +100,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:57.000000Z
 ef0dc24ee6910029d0152176deef304d
 2008-10-08T12:04:22.268162Z
 8992
@@ -134,7 +134,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:57.000000Z
 8ec84b8c17f5b5c75ed906fd584c75bf
 2009-06-25T11:25:27.758858Z
 11975
@@ -168,7 +168,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:57.000000Z
 17ef9e9a3823efe522af356884a24c64
 2008-10-08T12:04:22.268162Z
 8992
index 08493e1..5556098 100644 (file)
@@ -1,7 +1,7 @@
 9
 
 dir
-13669
+13858
 http://svn.tribler.org/abc/tags/tribler-5.1.2/Tribler/Core/Merkle
 http://svn.tribler.org
 
@@ -32,7 +32,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:57.000000Z
 b00a19265f270061a76eb7c1fe94ef81
 2008-10-08T12:04:22.268162Z
 8992
@@ -66,7 +66,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:57.000000Z
 34f16970c441624ed54fb699028d23ef
 2008-10-08T12:04:22.268162Z
 8992
index a1f2a45..9ffb49a 100644 (file)
@@ -1,7 +1,7 @@
 9
 
 dir
-13669
+13858
 http://svn.tribler.org/abc/tags/tribler-5.1.2/Tribler/Core/NATFirewall
 http://svn.tribler.org
 
@@ -32,7 +32,7 @@ file
 
 
 
-2009-11-16T10:48:52.000000Z
+2009-11-27T17:41:57.000000Z
 41afd53bedfb7daf8dc0142a1e5f272e
 2009-06-25T11:25:27.758858Z
 11975
@@ -66,7 +66,7 @@ file
 
 
 
-2009-11-16T10:48:52.000000Z
+2009-11-27T17:41:57.000000Z
 70523c7707dcc442ca6626338b2f5784
 2008-10-08T12:04:22.268162Z
 8992
@@ -100,7 +100,7 @@ file
 
 
 
-2009-11-16T10:48:52.000000Z
+2009-11-27T17:41:57.000000Z
 b06f21f50800babc06e0e893c5fecb4c
 2009-05-29T08:46:40.583569Z
 11705
@@ -134,7 +134,7 @@ file
 
 
 
-2009-11-16T10:48:52.000000Z
+2009-11-27T17:41:57.000000Z
 db9a2c863edb1290924f20d72df2d004
 2009-04-02T12:41:20.516591Z
 11034
@@ -168,7 +168,7 @@ file
 
 
 
-2009-11-16T10:48:52.000000Z
+2009-11-27T17:41:57.000000Z
 b00a19265f270061a76eb7c1fe94ef81
 2008-10-08T12:04:22.268162Z
 8992
@@ -202,7 +202,7 @@ file
 
 
 
-2009-11-16T10:48:52.000000Z
+2009-11-27T17:41:57.000000Z
 ea219b47d3acf8df66658b6ab2865124
 2008-10-08T12:04:22.268162Z
 8992
@@ -236,7 +236,7 @@ file
 
 
 
-2009-11-16T10:48:52.000000Z
+2009-11-27T17:41:57.000000Z
 09a789235015a123ba8bd05bbadac0fe
 2009-03-25T11:03:08.786993Z
 10902
@@ -270,7 +270,7 @@ file
 
 
 
-2009-11-16T10:48:52.000000Z
+2009-11-27T17:41:57.000000Z
 ce539cfa78291e15107e845de8421505
 2009-06-25T11:25:27.758858Z
 11975
@@ -304,7 +304,7 @@ file
 
 
 
-2009-11-16T10:48:52.000000Z
+2009-11-27T17:41:57.000000Z
 6fc9e9ba3b843ba49bc66d6689276f2a
 2009-01-13T09:03:07.726864Z
 10147
@@ -338,7 +338,7 @@ file
 
 
 
-2009-11-16T10:48:52.000000Z
+2009-11-27T17:41:57.000000Z
 15fc6796027de096dc8fa352d9edb3ee
 2009-05-29T08:52:21.123665Z
 11706
@@ -372,7 +372,7 @@ file
 
 
 
-2009-11-16T10:48:52.000000Z
+2009-11-27T17:41:57.000000Z
 096e5eba972d3e0e1c77ce459be59976
 2009-06-25T11:25:27.758858Z
 11975
index c92afaa..88bcb16 100644 (file)
@@ -1,7 +1,7 @@
 9
 
 dir
-13669
+13858
 http://svn.tribler.org/abc/tags/tribler-5.1.2/Tribler/Core/Overlay
 http://svn.tribler.org
 
@@ -32,7 +32,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:57.000000Z
 2e361b49c7602c089bea2b9c83a44e42
 2009-06-25T11:25:27.758858Z
 11975
@@ -66,7 +66,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:57.000000Z
 c2b1281107eaf16de8687d5b8bfe365e
 2009-06-30T16:19:45.063888Z
 12017
@@ -100,7 +100,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:57.000000Z
 b00a19265f270061a76eb7c1fe94ef81
 2008-10-08T12:04:22.268162Z
 8992
@@ -134,7 +134,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:57.000000Z
 2c2debe4dab3369bb61e1eabe8f911c8
 2009-06-25T11:25:27.758858Z
 11975
@@ -168,7 +168,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:57.000000Z
 c358e6c21b8f690ae31efe7008e13911
 2009-06-30T16:19:45.063888Z
 12017
@@ -202,7 +202,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:57.000000Z
 f38522c24b4a95b3579f6366a7f2774b
 2009-07-01T12:25:54.388192Z
 12033
index dac9f87..36d701d 100644 (file)
@@ -1,7 +1,7 @@
 9
 
 dir
-13669
+13858
 http://svn.tribler.org/abc/tags/tribler-5.1.2/Tribler/Core/Search
 http://svn.tribler.org
 
@@ -32,7 +32,7 @@ file
 
 
 
-2009-11-16T10:48:52.000000Z
+2009-11-27T17:41:57.000000Z
 a5273cbf060de8dd2bccafe232c56e20
 2008-10-08T12:04:22.268162Z
 8992
@@ -66,7 +66,7 @@ file
 
 
 
-2009-11-16T10:48:52.000000Z
+2009-11-27T17:41:57.000000Z
 b00a19265f270061a76eb7c1fe94ef81
 2008-10-08T12:04:22.268162Z
 8992
@@ -100,7 +100,7 @@ file
 
 
 
-2009-11-16T10:48:52.000000Z
+2009-11-27T17:41:57.000000Z
 af5af422905c2ffa85ef72972142331e
 2009-06-25T11:25:27.758858Z
 11975
@@ -134,7 +134,7 @@ file
 
 
 
-2009-11-16T10:48:52.000000Z
+2009-11-27T17:41:57.000000Z
 fa8857c4603221423a958f3da4ce73d9
 2009-06-25T11:25:27.758858Z
 11975
index 91319ea..e90e018 100644 (file)
@@ -1,4 +1,5 @@
 from time import localtime, strftime
 # Written by Arno Bakker 
 # see LICENSE.txt for license information
 """ A Session is a running instance of the Tribler Core and the Core's central class. """
index 01edd2d..c99e6de 100644 (file)
@@ -1,4 +1,4 @@
-from time import localtime, strftime
 # Written by Arno Bakker 
 # see LICENSE.txt for license information
 """ A Session is a running instance of the Tribler Core and the Core's central class. """
@@ -29,7 +29,7 @@ from Tribler.Core.NATFirewall.DialbackMsgHandler import DialbackMsgHandler
 
 import Tribler.Core.Overlay.permid as permidmod
 
-DEBUG = False
+DEBUG = True  #False
 
 def get_home_dir():
     try:
index 14cb1cb..fc20ee9 100644 (file)
@@ -1,7 +1,7 @@
 9
 
 dir
-13669
+13858
 http://svn.tribler.org/abc/tags/tribler-5.1.2/Tribler/Core/SocialNetwork
 http://svn.tribler.org
 
@@ -32,7 +32,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:57.000000Z
 c541c369ec44a5f65ad4bbb37a9f0de2
 2009-06-25T11:25:27.758858Z
 11975
@@ -66,7 +66,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:57.000000Z
 3751bf7b1f2928062d5329aa394d2d72
 2009-06-25T11:25:27.758858Z
 11975
@@ -100,7 +100,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:57.000000Z
 00480040f49e2a3e7fb7935664703fc7
 2008-10-08T12:04:22.268162Z
 8992
@@ -134,7 +134,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:57.000000Z
 105b349228b138041442cd2386c02ec3
 2009-06-25T11:25:27.758858Z
 11975
@@ -168,7 +168,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:57.000000Z
 5449f2e8357a1222c860b10cfe31a153
 2009-05-15T09:49:44.572450Z
 11572
@@ -202,7 +202,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:57.000000Z
 0d9818cdeefab99663c38153076b8c8d
 2008-10-08T12:04:22.268162Z
 8992
index d1901b7..397e202 100644 (file)
@@ -1,7 +1,7 @@
 9
 
 dir
-13669
+13858
 http://svn.tribler.org/abc/tags/tribler-5.1.2/Tribler/Core/Statistics
 http://svn.tribler.org
 
@@ -32,7 +32,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:57.000000Z
 641323db0a1a9b3ee91a416310dce31e
 2008-11-13T13:05:25.549911Z
 9797
@@ -66,7 +66,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:57.000000Z
 ec5f99f714936d96b80eb2b62a5ddb33
 2008-11-13T13:05:25.549911Z
 9797
@@ -100,7 +100,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:57.000000Z
 f644a37fdd5fd27e49282511442fd8ae
 2008-11-13T13:05:25.549911Z
 9797
@@ -134,7 +134,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:57.000000Z
 16c7909825159e883bcdf5e1fdcb5396
 2009-03-10T12:45:34.178860Z
 10764
@@ -168,7 +168,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:57.000000Z
 1fb227061ca150a22f9b12e9fdff7686
 2009-03-10T12:45:34.178860Z
 10764
@@ -202,7 +202,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:57.000000Z
 b12cde9136e2b3ddb814cd8b7beaf204
 2009-06-25T11:25:27.758858Z
 11975
@@ -236,7 +236,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:57.000000Z
 b00a19265f270061a76eb7c1fe94ef81
 2008-10-08T12:04:22.268162Z
 8992
@@ -270,7 +270,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:57.000000Z
 7f3f97ac2d0c875d56ee46539c65c18d
 2008-10-17T13:21:25.920405Z
 9192
@@ -304,7 +304,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:57.000000Z
 22d52a2bf5cf45f4c955220af46f2105
 2009-03-06T15:21:30.392753Z
 10746
@@ -338,7 +338,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:57.000000Z
 b5fd35f8c6ddec7b5b6bdf69e60fb1b6
 2009-03-06T12:56:19.835572Z
 10733
@@ -372,7 +372,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:57.000000Z
 c03ac834c2d27950ab04b55d6c9592ff
 2008-11-13T13:05:25.549911Z
 9797
index 948b476..6340f4c 100644 (file)
@@ -1,4 +1,5 @@
 from time import localtime, strftime
 # Written by Jie Yang
 # see LICENSE.txt for license information
 #
index 0e390a1..3b0a682 100644 (file)
@@ -1,4 +1,4 @@
-from time import localtime, strftime
 # Written by Jie Yang
 # see LICENSE.txt for license information
 #
@@ -11,7 +11,7 @@ import socket
 import threading
 from traceback import print_exc
             
-DEBUG = False
+DEBUG = True  #False
 
 log_separator = ' '
 logger = None
index f373b23..a8429e7 100644 (file)
@@ -1,7 +1,7 @@
 9
 
 dir
-13669
+13858
 http://svn.tribler.org/abc/tags/tribler-5.1.2/Tribler/Core/Utilities
 http://svn.tribler.org
 
@@ -32,7 +32,7 @@ file
 
 
 
-2009-11-16T10:48:52.000000Z
+2009-11-27T17:41:57.000000Z
 9dd654e415846ea327b35ecf3cb6b2bb
 2009-06-25T11:25:27.758858Z
 11975
@@ -66,7 +66,7 @@ file
 
 
 
-2009-11-16T10:48:52.000000Z
+2009-11-27T17:41:57.000000Z
 13c6faad52a2542a7cd61f34cc75b199
 2009-05-15T11:49:18.837102Z
 11574
@@ -100,7 +100,7 @@ file
 
 
 
-2009-11-16T10:48:52.000000Z
+2009-11-27T17:41:57.000000Z
 b00a19265f270061a76eb7c1fe94ef81
 2008-10-08T12:04:22.268162Z
 8992
@@ -134,7 +134,7 @@ file
 
 
 
-2009-11-16T10:48:52.000000Z
+2009-11-27T17:41:57.000000Z
 eb449a4fc68e238abc9b0fb23d12e9e5
 2008-10-08T12:04:22.268162Z
 8992
@@ -168,7 +168,7 @@ file
 
 
 
-2009-11-16T10:48:52.000000Z
+2009-11-27T17:41:57.000000Z
 02c5e460f4a48a735f2da5a6d57786c3
 2008-10-08T12:04:22.268162Z
 8992
index b61ee82..41feda5 100644 (file)
@@ -1,4 +1,5 @@
 from time import localtime, strftime
 # Written by Jie Yang
 # see LICENSE.txt for license information
 
index 2983e6a..e0fbbed 100644 (file)
@@ -1,4 +1,4 @@
-from time import localtime, strftime
 # Written by Jie Yang
 # see LICENSE.txt for license information
 
@@ -14,7 +14,7 @@ import urlparse
 from traceback import print_exc
 
 STRICT_CHECK = False
-DEBUG = False
+DEBUG = True  #False
 
 permid_len = 112
 infohash_len = 20
index 7b92cd4..096e96f 100644 (file)
@@ -1,7 +1,7 @@
 9
 
 dir
-13669
+13858
 http://svn.tribler.org/abc/tags/tribler-5.1.2/Tribler/Core/Video
 http://svn.tribler.org
 
@@ -32,7 +32,7 @@ file
 
 
 
-2009-11-16T10:48:52.000000Z
+2009-11-27T17:41:57.000000Z
 0b5289cffce5425e5b93a06dc1b11c90
 2009-06-25T11:25:27.758858Z
 11975
@@ -66,7 +66,7 @@ file
 
 
 
-2009-11-16T10:48:52.000000Z
+2009-11-27T17:41:57.000000Z
 506bf9eee1bffdf79b33ad392e3a5a95
 2009-06-25T11:25:27.758858Z
 11975
@@ -100,7 +100,7 @@ file
 
 
 
-2009-11-16T10:48:52.000000Z
+2009-11-27T17:41:57.000000Z
 1633cf902b40055a5acef575d2b95ef3
 2009-06-25T11:25:27.758858Z
 11975
@@ -134,7 +134,7 @@ file
 
 
 
-2009-11-16T10:48:52.000000Z
+2009-11-27T17:41:57.000000Z
 f57fdb894a503b4aa7a0251cf88d8442
 2009-07-01T12:18:32.601700Z
 12032
@@ -168,7 +168,7 @@ file
 
 
 
-2009-11-16T10:48:52.000000Z
+2009-11-27T17:41:57.000000Z
 b00a19265f270061a76eb7c1fe94ef81
 2008-10-08T12:04:22.268162Z
 8992
@@ -202,7 +202,7 @@ file
 
 
 
-2009-11-16T10:48:52.000000Z
+2009-11-27T17:41:57.000000Z
 0df955a7af637e8d59501dc25ff999b2
 2009-06-25T11:25:27.758858Z
 11975
@@ -236,7 +236,7 @@ file
 
 
 
-2009-11-16T10:48:52.000000Z
+2009-11-27T17:41:57.000000Z
 28627bd725ece8d4b13e6f1bb5491655
 2009-06-25T11:25:27.758858Z
 11975
index 03cfdc0..192250c 100644 (file)
@@ -1,4 +1,5 @@
 from time import localtime, strftime
 # wRIsten by Jan David Mol, Arno Bakker
 # see LICENSE.txt for license information
 
index 6add7c0..3efeaf2 100644 (file)
@@ -1,4 +1,4 @@
-from time import localtime, strftime
 # wRIsten by Jan David Mol, Arno Bakker
 # see LICENSE.txt for license information
 
@@ -16,7 +16,7 @@ if __debug__:
 # only implemented for live streaming
 PIECELOSS = 0
 
-DEBUG = False
+DEBUG = True  #False
 DEBUG_CHUNKS = True
 DEBUGPP = False
 
index 5c2ff5c..2d75757 100644 (file)
@@ -1,4 +1,5 @@
 from time import localtime, strftime
 # Written by Jan David Mol, Arno Bakker
 # see LICENSE.txt for license information
 
index 6feff81..5751a09 100644 (file)
@@ -1,4 +1,4 @@
-from time import localtime, strftime
 # Written by Jan David Mol, Arno Bakker
 # see LICENSE.txt for license information
 
@@ -28,7 +28,7 @@ from Tribler.Core.CacheDB.SqliteVideoPlaybackStatsCacheDB import VideoPlaybackEv
 # pull all video data as if a video player was attached
 FAKEPLAYBACK = False
 
-DEBUG = False
+DEBUG = True  #False
 DEBUGPP = False
 
 class PieceStats:
index 9ca52be..25afea3 100644 (file)
@@ -1,4 +1,5 @@
 from time import localtime, strftime
 # Written by Jan David Mol, Arno Bakker
 # see LICENSE.txt for license information
 
index 914a905..366da06 100644 (file)
@@ -1,4 +1,4 @@
-from time import localtime, strftime
 # Written by Jan David Mol, Arno Bakker
 # see LICENSE.txt for license information
 
@@ -11,7 +11,7 @@ from Tribler.Core.simpledefs import *
 # live streaming means wrapping around
 LIVE_WRAPAROUND = True
 
-DEBUG = False
+DEBUG = True  #False
 
 class VideoStatus:
     """ Info about the selected video and status of the playback. """
index 5cfc7f9..33f99ad 100644 (file)
@@ -1,7 +1,7 @@
 9
 
 dir
-13669
+13858
 http://svn.tribler.org/abc/tags/tribler-5.1.2/Tribler/Debug
 http://svn.tribler.org
 
@@ -32,7 +32,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:57.000000Z
 d41d8cd98f00b204e9800998ecf8427e
 2009-06-09T10:05:34.365243Z
 11799
@@ -66,7 +66,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:57.000000Z
 b33e04864d95d0fe8fc2e0d2e330ff00
 2009-06-09T10:05:34.365243Z
 11799
index 88fa62f..a4641f9 100644 (file)
@@ -1,7 +1,7 @@
 9
 
 dir
-13669
+13858
 http://svn.tribler.org/abc/tags/tribler-5.1.2/Tribler/Images
 http://svn.tribler.org
 
@@ -32,7 +32,7 @@ file
 
 
 
-2009-11-16T10:48:52.000000Z
+2009-11-27T17:41:57.000000Z
 dd74018b91568ad961c6d6d2799f4fe7
 2007-11-16T15:32:05.282722Z
 6151
@@ -66,7 +66,7 @@ file
 
 
 
-2009-11-16T10:48:52.000000Z
+2009-11-27T17:41:57.000000Z
 a37361edde192296029e76c85d78c8b1
 2008-02-13T14:00:31.515608Z
 6768
@@ -100,7 +100,7 @@ file
 
 
 
-2009-11-16T10:48:52.000000Z
+2009-11-27T17:41:57.000000Z
 bce09d25d65a43161b4cc9bc930da256
 2008-02-13T14:00:31.515608Z
 6768
@@ -134,7 +134,7 @@ file
 
 
 
-2009-11-16T10:48:52.000000Z
+2009-11-27T17:41:57.000000Z
 06e5176cf29542f6d66f768af996bfd2
 2008-02-13T13:36:41.664171Z
 6764
@@ -168,7 +168,7 @@ file
 
 
 
-2009-11-16T10:48:52.000000Z
+2009-11-27T17:41:57.000000Z
 a15d43414abeaeba315cc7fda3448b0b
 2008-02-13T13:36:41.664171Z
 6764
@@ -202,7 +202,7 @@ file
 
 
 
-2009-11-16T10:48:52.000000Z
+2009-11-27T17:41:57.000000Z
 2d6434876460c5d9b7e892e670faddff
 2008-02-13T13:36:41.664171Z
 6764
@@ -236,7 +236,7 @@ file
 
 
 
-2009-11-16T10:48:52.000000Z
+2009-11-27T17:41:57.000000Z
 e23182d72349cb9f11ce344bda8bdb6f
 2009-01-29T13:05:20.908208Z
 10295
@@ -270,7 +270,7 @@ file
 
 
 
-2009-11-16T10:48:52.000000Z
+2009-11-27T17:41:57.000000Z
 e23182d72349cb9f11ce344bda8bdb6f
 2009-01-29T13:05:20.908208Z
 10295
@@ -304,7 +304,7 @@ file
 
 
 
-2009-11-16T10:48:52.000000Z
+2009-11-27T17:41:57.000000Z
 f1af0e97c223912364d01d688ec193f3
 2008-02-13T13:36:41.664171Z
 6764
@@ -338,7 +338,7 @@ file
 
 
 
-2009-11-16T10:48:52.000000Z
+2009-11-27T17:41:57.000000Z
 06d090768ea66804a6a537289efbd6e5
 2008-02-13T13:36:41.664171Z
 6764
@@ -372,7 +372,7 @@ file
 
 
 
-2009-11-16T10:48:52.000000Z
+2009-11-27T17:41:57.000000Z
 f538d286669e635096fe00b87f841fe6
 2008-02-13T13:36:41.664171Z
 6764
@@ -406,7 +406,7 @@ file
 
 
 
-2009-11-16T10:48:52.000000Z
+2009-11-27T17:41:57.000000Z
 b6592ae2938a76d28d1034f23b2a5ed5
 2008-02-13T14:00:31.515608Z
 6768
@@ -440,7 +440,7 @@ file
 
 
 
-2009-11-16T10:48:52.000000Z
+2009-11-27T17:41:57.000000Z
 2cbede8e63eb434aadbc3467f124b41a
 2008-02-13T13:36:41.664171Z
 6764
@@ -474,7 +474,7 @@ file
 
 
 
-2009-11-16T10:48:52.000000Z
+2009-11-27T17:41:57.000000Z
 e732061fc80ea391d2b5f0dfae37279b
 2009-01-22T12:25:48.596163Z
 10231
@@ -508,7 +508,7 @@ file
 
 
 
-2009-11-16T10:48:52.000000Z
+2009-11-27T17:41:57.000000Z
 9c6a563e260835f97c2bb171a5ab9750
 2008-02-13T13:36:41.664171Z
 6764
@@ -542,7 +542,7 @@ file
 
 
 
-2009-11-16T10:48:52.000000Z
+2009-11-27T17:41:57.000000Z
 682bc594857269d2a0bb9c9bd8320031
 2008-02-13T13:36:41.664171Z
 6764
@@ -576,7 +576,7 @@ file
 
 
 
-2009-11-16T10:48:52.000000Z
+2009-11-27T17:41:57.000000Z
 7a3f2e00fcd6814090ec63807ff20b1f
 2008-02-13T13:36:41.664171Z
 6764
@@ -610,7 +610,7 @@ file
 
 
 
-2009-11-16T10:48:52.000000Z
+2009-11-27T17:41:57.000000Z
 0ec4eab1048d2149feccb33cd1f30874
 2008-02-13T13:36:41.664171Z
 6764
@@ -644,7 +644,7 @@ file
 
 
 
-2009-11-16T10:48:52.000000Z
+2009-11-27T17:41:57.000000Z
 95a76d12853f46ef7eaa051705f3fe4a
 2008-10-20T13:18:50.650809Z
 9220
@@ -678,7 +678,7 @@ file
 
 
 
-2009-11-16T10:48:52.000000Z
+2009-11-27T17:41:57.000000Z
 f446556d9e603588cd41848c4f2b1471
 2008-02-13T14:00:31.515608Z
 6768
@@ -712,7 +712,7 @@ file
 
 
 
-2009-11-16T10:48:52.000000Z
+2009-11-27T17:41:57.000000Z
 32d90e7b3d7eaa7898e81c2e188bdc1f
 2009-03-03T10:05:12.986344Z
 10659
@@ -746,7 +746,7 @@ file
 
 
 
-2009-11-16T10:48:52.000000Z
+2009-11-27T17:41:57.000000Z
 a03ab687dc69171350043c667031b52e
 2009-01-29T13:05:20.908208Z
 10295
@@ -780,7 +780,7 @@ file
 
 
 
-2009-11-16T10:48:52.000000Z
+2009-11-27T17:41:57.000000Z
 a03ab687dc69171350043c667031b52e
 2009-01-29T13:05:20.908208Z
 10295
@@ -814,7 +814,7 @@ file
 
 
 
-2009-11-16T10:48:52.000000Z
+2009-11-27T17:41:57.000000Z
 f446556d9e603588cd41848c4f2b1471
 2008-02-13T14:00:31.515608Z
 6768
@@ -848,7 +848,7 @@ file
 
 
 
-2009-11-16T10:48:52.000000Z
+2009-11-27T17:41:57.000000Z
 218f0e9f63e25570c629643d26805981
 2008-02-13T14:00:31.515608Z
 6768
@@ -882,7 +882,7 @@ file
 
 
 
-2009-11-16T10:48:52.000000Z
+2009-11-27T17:41:57.000000Z
 dd74018b91568ad961c6d6d2799f4fe7
 2007-11-16T15:32:05.282722Z
 6151
index 57c36eb..b9d5647 100644 (file)
@@ -1,7 +1,7 @@
 9
 
 dir
-13669
+13858
 http://svn.tribler.org/abc/tags/tribler-5.1.2/Tribler/Lang
 http://svn.tribler.org
 
@@ -32,7 +32,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:56.000000Z
 0a9229b36957dc9a399e26178d587f84
 2008-10-08T12:04:22.268162Z
 8992
@@ -66,7 +66,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:56.000000Z
 01eca72b74e8e3be3beef96b1d59ffe7
 2009-07-01T12:26:35.827120Z
 12034
@@ -100,7 +100,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:56.000000Z
 40697df3516c1ccaf9f9cd5015d22142
 2009-03-11T13:58:31.094250Z
 10787
index c237434..b380854 100644 (file)
@@ -1,7 +1,7 @@
 9
 
 dir
-13669
+13858
 http://svn.tribler.org/abc/tags/tribler-5.1.2/Tribler/Main
 http://svn.tribler.org
 
@@ -38,7 +38,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:57.000000Z
 0f084e0f9ade6a814d46ce9ff2085994
 2009-06-09T10:05:34.365243Z
 11799
@@ -75,7 +75,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:57.000000Z
 b00a19265f270061a76eb7c1fe94ef81
 2008-10-08T12:04:22.268162Z
 8992
@@ -109,7 +109,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:57.000000Z
 9f6f2cca83a1c1aa1c6950a7a70f90ac
 2009-06-25T11:25:27.758858Z
 11975
@@ -146,7 +146,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:57.000000Z
 2c4710bbe8187844336a6b25f1ec21d4
 2008-11-13T13:52:40.092321Z
 9800
@@ -180,7 +180,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:57.000000Z
 b117fe11768876e060d0d4b82cd36392
 2009-07-01T12:25:54.388192Z
 12033
@@ -214,7 +214,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:57.000000Z
 c062deb58175f56277e1c963843452d8
 2009-06-25T11:25:27.758858Z
 11975
index 7302a42..14aa6eb 100644 (file)
@@ -1,7 +1,7 @@
 9
 
 dir
-13669
+13858
 http://svn.tribler.org/abc/tags/tribler-5.1.2/Tribler/Main/Build
 http://svn.tribler.org
 
index 047914b..645ddfe 100644 (file)
@@ -1,7 +1,7 @@
 9
 
 dir
-13669
+13858
 http://svn.tribler.org/abc/tags/tribler-5.1.2/Tribler/Main/Build/Mac
 http://svn.tribler.org
 
@@ -32,7 +32,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:56.000000Z
 792922784eade1d03ecb1b33ba8bb7c3
 2007-05-18T13:39:35.479406Z
 4106
@@ -66,7 +66,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:56.000000Z
 b2a9d179b7f4e306900bf18b4da7f309
 2009-06-30T09:21:26.405437Z
 12010
@@ -100,7 +100,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:56.000000Z
 c11c275fd78626dc96e7d7beea368e89
 2007-05-07T19:16:51.445154Z
 3846
@@ -134,7 +134,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:56.000000Z
 c4ac6a82fcbc68c0dcb1852c1f8f55a9
 2006-05-19T08:45:04.083092Z
 1486
@@ -168,7 +168,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:56.000000Z
 939447e6f50f41607144c85ac1853e98
 2007-09-07T09:38:29.309888Z
 5351
@@ -202,7 +202,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:56.000000Z
 49db799e2590d96a3d01c6a081421b25
 2007-06-08T08:09:27.724908Z
 4255
@@ -236,7 +236,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:56.000000Z
 53ae5c16f3333ee36333ea4eb58554b0
 2007-06-08T09:36:01.579539Z
 4259
@@ -273,7 +273,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:56.000000Z
 fc41e94af734594ec7630ba11cf66dc7
 2009-03-12T13:52:50.226331Z
 10809
@@ -307,7 +307,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:56.000000Z
 0664f9982b9bd6338dec9633d5722e94
 2007-05-06T19:17:34.553996Z
 3804
@@ -341,7 +341,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:56.000000Z
 a8b807d117ad1ad2d276f88c74abc000
 2007-06-04T11:27:05.808447Z
 4218
@@ -375,7 +375,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:56.000000Z
 6824e5ff486cb59d8633b1eca1a2f1fe
 2007-11-16T12:44:41.922858Z
 6143
@@ -409,7 +409,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:56.000000Z
 0bf39f3afb3e8b5ebf6f6e757b4f5319
 2007-05-06T10:02:51.513615Z
 3801
@@ -443,7 +443,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:56.000000Z
 1da1274cf974256a1215717fbfe981f5
 2007-05-07T19:16:51.445154Z
 3846
@@ -477,7 +477,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:56.000000Z
 a1a236f8c8afeb2729062433c3c70142
 2008-10-29T14:19:34.731991Z
 9472
index 39cb56f..405e1a6 100644 (file)
@@ -1,7 +1,7 @@
 9
 
 dir
-13669
+13858
 http://svn.tribler.org/abc/tags/tribler-5.1.2/Tribler/Main/Build/Mac/icon_sources
 http://svn.tribler.org
 
@@ -32,7 +32,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:56.000000Z
 eff964af5e6c943ff86d821d053751cc
 2007-05-07T19:16:51.445154Z
 3846
@@ -66,7 +66,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:56.000000Z
 7173743f4ad43c1db74c85551cf59a49
 2007-05-07T19:16:51.445154Z
 3846
@@ -100,7 +100,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:56.000000Z
 2398e4c1274b8161dcc81386e98ef4bc
 2007-05-07T19:16:51.445154Z
 3846
@@ -134,7 +134,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:56.000000Z
 e57dde971896043b533f72859dd8394e
 2007-05-07T19:16:51.445154Z
 3846
@@ -168,7 +168,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:56.000000Z
 17d3f43b913e44be2012edb324742359
 2007-05-07T19:16:51.445154Z
 3846
@@ -202,7 +202,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:56.000000Z
 888a76f59d082e9b4acad378433e9345
 2007-05-07T19:16:51.445154Z
 3846
@@ -236,7 +236,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:56.000000Z
 3badaf06430354297802537dbcf29eb9
 2007-05-07T19:16:51.445154Z
 3846
@@ -270,7 +270,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:56.000000Z
 14aa1400a5f2b24af16d5836e380ac43
 2007-05-07T19:16:51.445154Z
 3846
index b7a6ef5..112dcaa 100644 (file)
@@ -1,7 +1,7 @@
 9
 
 dir
-13669
+13858
 http://svn.tribler.org/abc/tags/tribler-5.1.2/Tribler/Main/Build/Ubuntu
 http://svn.tribler.org
 
@@ -32,7 +32,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:56.000000Z
 c07cbac784559e63ef8a1860be0ec556
 2007-06-06T15:04:51.362495Z
 4240
@@ -66,7 +66,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:56.000000Z
 68ed3b81b8c660ee79234e5fee8dc512
 2007-06-06T15:04:51.362495Z
 4240
@@ -100,7 +100,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:56.000000Z
 9655b73e426e6b24005161ddb4222866
 2009-04-07T15:06:56.423063Z
 11096
@@ -134,7 +134,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:56.000000Z
 48a24b70a0b376535542b996af517398
 2007-06-06T15:04:51.362495Z
 4240
@@ -168,7 +168,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:56.000000Z
 b9edaf0cd4c69fd0192751c7e2bcd266
 2007-06-06T15:04:51.362495Z
 4240
@@ -202,7 +202,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:56.000000Z
 86a0d6d42a046ad9521b5ddd28e23f08
 2008-07-24T11:23:57.195060Z
 8479
@@ -236,7 +236,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:56.000000Z
 2e7909ddb510e45ee85c7444c4ecf9aa
 2007-11-16T12:44:41.922858Z
 6143
@@ -270,7 +270,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:56.000000Z
 cc043bc973676831659d10879c83bc13
 2008-07-24T11:23:57.195060Z
 8479
@@ -304,7 +304,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:56.000000Z
 26ab0db90d72e28ad0ba1e22ee510510
 2007-06-12T13:48:01.586751Z
 4283
@@ -338,7 +338,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:56.000000Z
 cc7257315dd72a0f646dd0e3dad009f0
 2007-06-12T14:11:41.025858Z
 4287
@@ -372,7 +372,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:56.000000Z
 ca2e5301ea05211704671f8648845a78
 2007-06-06T15:04:51.362495Z
 4240
@@ -406,7 +406,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:56.000000Z
 7c4d5b11f111b8aefefcdbd7d32020be
 2007-06-12T14:08:22.932372Z
 4286
@@ -440,7 +440,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:56.000000Z
 50be78b27fcdefdbb52031f9cd0a0cf8
 2007-06-06T15:04:51.362495Z
 4240
@@ -474,7 +474,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:56.000000Z
 e48ef3be5d89b9bba689a4488666c950
 2007-06-06T15:04:51.362495Z
 4240
@@ -508,7 +508,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:56.000000Z
 8b786f17399255f926088538c1a7f02b
 2007-11-16T12:44:41.922858Z
 6143
@@ -542,7 +542,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:56.000000Z
 15a65f2f382084e6e98209920cddefaf
 2009-05-15T09:30:06.552290Z
 11571
@@ -576,7 +576,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:56.000000Z
 0dfa3d94db28906849754ab87f5c4342
 2007-06-06T15:04:51.362495Z
 4240
@@ -610,7 +610,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:56.000000Z
 7b8097a80040a8aa78c0e461199ae779
 2009-06-05T12:06:01.597398Z
 11773
@@ -644,7 +644,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:56.000000Z
 b6c01970163826bc862ada32ee427a94
 2007-06-06T15:04:51.362495Z
 4240
index 9118aa3..1710541 100644 (file)
@@ -1,7 +1,7 @@
 9
 
 dir
-13669
+13858
 http://svn.tribler.org/abc/tags/tribler-5.1.2/Tribler/Main/Build/Win32
 http://svn.tribler.org
 
@@ -32,7 +32,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:56.000000Z
 a6dd397e53b908dad96f59215a31bd30
 2007-11-16T12:44:41.922858Z
 6143
@@ -66,7 +66,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:56.000000Z
 432331eb42bc4bd8dab5bab82a561de0
 2009-06-25T11:25:27.758858Z
 11975
@@ -100,7 +100,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:56.000000Z
 a89ef2952e62649e371b5ac468ad61f8
 2009-06-22T08:34:38.108865Z
 11940
@@ -134,7 +134,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:56.000000Z
 e166fe491ac7838ba199db4fa1c7d6d1
 2009-03-05T16:12:18.959932Z
 10718
index 4001e73..15c1f5f 100644 (file)
@@ -1,7 +1,7 @@
 9
 
 dir
-13669
+13858
 http://svn.tribler.org/abc/tags/tribler-5.1.2/Tribler/Main/Dialogs
 http://svn.tribler.org
 
@@ -32,7 +32,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:56.000000Z
 4cf49781f4d9bab59d11128e534d7b78
 2009-06-30T16:19:45.063888Z
 12017
@@ -66,7 +66,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:56.000000Z
 179614e4dcef351af9b820b93f2dde83
 2009-06-30T16:19:45.063888Z
 12017
@@ -100,7 +100,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:56.000000Z
 41c3c58d2345a824a14e6afd2e31fa7e
 2008-10-08T12:04:22.268162Z
 8992
@@ -134,7 +134,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:56.000000Z
 937d017b5e4cd8c56d36e519e2d1de7c
 2009-06-25T11:25:27.758858Z
 11975
@@ -168,7 +168,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:56.000000Z
 9ba825d9594c9a783a70eade8a06ca11
 2008-10-23T09:41:50.338846Z
 9294
@@ -202,7 +202,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:56.000000Z
 e7f2b32fa2d5eb151d20492e0c39f229
 2009-06-25T11:25:27.758858Z
 11975
@@ -236,7 +236,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:56.000000Z
 65866c77c714faf2bb4e8ae29dbed7fd
 2009-06-25T11:25:27.758858Z
 11975
@@ -270,7 +270,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:56.000000Z
 38cb834565afbf97f7a24e672ced74be
 2009-06-30T16:19:45.063888Z
 12017
@@ -304,7 +304,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:56.000000Z
 c539deb70ab0fe27b6fb8c57d6d4f80b
 2009-06-25T11:25:27.758858Z
 11975
@@ -338,7 +338,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:56.000000Z
 e60f20625b609cdafa5102cd2763a03b
 2008-10-08T12:04:22.268162Z
 8992
@@ -372,7 +372,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:56.000000Z
 d41d8cd98f00b204e9800998ecf8427e
 2008-10-08T12:04:22.268162Z
 8992
@@ -406,7 +406,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:56.000000Z
 63e17ce76c02491d423b587ea05f9cf2
 2009-06-25T11:25:27.758858Z
 11975
index 06300cc..6a85a72 100644 (file)
@@ -1,7 +1,7 @@
 9
 
 dir
-13669
+13858
 http://svn.tribler.org/abc/tags/tribler-5.1.2/Tribler/Main/Utility
 http://svn.tribler.org
 
@@ -32,7 +32,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:56.000000Z
 71445cd0bdf970a723feab1e1bc5f518
 2008-10-08T12:04:22.268162Z
 8992
@@ -66,7 +66,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:56.000000Z
 a36a13c9230a84f02415907886023708
 2008-10-08T12:04:22.268162Z
 8992
@@ -100,7 +100,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:56.000000Z
 581b8aea43125ed0f1d7978dad87ecbb
 2009-02-17T14:04:36.027258Z
 10470
@@ -134,7 +134,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:56.000000Z
 b5c9b12336b6468aa9e2f51290da5d37
 2009-06-25T11:25:27.758858Z
 11975
@@ -168,7 +168,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:56.000000Z
 326e21f928fad8d80c24d40805b75709
 2009-06-25T11:25:27.758858Z
 11975
@@ -202,7 +202,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:56.000000Z
 a1d5de2396b0b11bd9ac0e63f9f6378e
 2009-06-25T11:25:27.758858Z
 11975
@@ -236,7 +236,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:56.000000Z
 6cf03326a6ce651aa1c25204482ec679
 2008-10-08T12:04:22.268162Z
 8992
index 17013a5..972d392 100644 (file)
@@ -1,7 +1,7 @@
 9
 
 dir
-13669
+13858
 http://svn.tribler.org/abc/tags/tribler-5.1.2/Tribler/Main/vwxGUI
 http://svn.tribler.org
 
@@ -32,7 +32,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:57.000000Z
 03f7d9b5bad580392cf2ceb329e16080
 2009-06-25T11:25:27.758858Z
 11975
@@ -66,7 +66,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:57.000000Z
 4cc5ca4520686189c80197df85ecc123
 2009-04-16T09:20:40.857466Z
 11192
@@ -100,7 +100,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:57.000000Z
 7f39b891e91a28e504726fcac34c777b
 2009-05-26T15:08:35.566855Z
 11670
@@ -134,7 +134,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:57.000000Z
 edb6088056a145b9d520e55ba081537d
 2009-04-20T10:10:59.351081Z
 11255
@@ -168,7 +168,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:57.000000Z
 9cb3ebab1e63f0abcaf1c744387f40e4
 2008-06-11T13:52:19.495070Z
 7849
@@ -202,7 +202,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:57.000000Z
 e1b44628e023d7e7c93bd19e858cb977
 2008-10-08T12:04:22.268162Z
 8992
@@ -236,7 +236,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:57.000000Z
 e8ff48c784808fb13c4e31154279da2e
 2008-10-08T12:04:22.268162Z
 8992
@@ -270,7 +270,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:57.000000Z
 a07327745137048b83c75c3d40c61fa4
 2009-05-25T12:45:11.948958Z
 11648
@@ -304,7 +304,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:57.000000Z
 dde6145218a379710a66af0150dd2916
 2008-06-11T13:52:19.495070Z
 7849
@@ -338,7 +338,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:57.000000Z
 6c33a073edd77943ef7440edb6d5bd9d
 2009-06-08T14:39:02.098072Z
 11787
@@ -372,7 +372,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:57.000000Z
 865ca43c24a8f0c63de81a481f69f6c9
 2008-10-22T14:37:02.929286Z
 9282
@@ -406,7 +406,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:57.000000Z
 2b23c77cb42aad407d631b500a273269
 2009-06-25T11:25:27.758858Z
 11975
@@ -440,7 +440,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:57.000000Z
 ffff2fe716669cef9f986c17e0db0c66
 2009-06-30T16:19:45.063888Z
 12017
@@ -474,7 +474,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:57.000000Z
 5d2312e70ba915238b68503ccc102da0
 2009-06-25T11:25:27.758858Z
 11975
@@ -508,7 +508,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:57.000000Z
 b362cd17337b4cf31c172af6d93fa15f
 2008-06-11T13:52:19.495070Z
 7849
@@ -542,7 +542,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:57.000000Z
 51423145ba61d4ced5028d0d52c77bec
 2009-06-25T11:25:27.758858Z
 11975
@@ -576,7 +576,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:57.000000Z
 c9fe40cfa4b3fa65d0cd8fa76dd126fe
 2009-06-25T11:25:27.758858Z
 11975
@@ -610,7 +610,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:57.000000Z
 664f3968244086b7aa556361d37aeefe
 2009-06-25T11:25:27.758858Z
 11975
@@ -644,7 +644,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:57.000000Z
 2657e3822fe1f8fd4ee86099315ffe83
 2009-06-25T11:25:27.758858Z
 11975
@@ -678,7 +678,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:57.000000Z
 61c7899b1e8a377b407d0f945491c3cf
 2009-06-15T13:11:43.976572Z
 11880
@@ -712,7 +712,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:57.000000Z
 e17c38190fb2a2559665968356550fb8
 2009-06-25T11:25:27.758858Z
 11975
@@ -746,7 +746,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:57.000000Z
 99618ae15a01ccf8419771439cc35866
 2008-06-11T13:52:19.495070Z
 7849
@@ -780,7 +780,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:57.000000Z
 f742074d7eed86790dad342b61d4356e
 2009-06-25T11:25:27.758858Z
 11975
@@ -814,7 +814,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:57.000000Z
 2fab986b1493d82b93bf8ded73d0daee
 2008-11-28T13:43:25.148803Z
 9930
@@ -848,7 +848,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:57.000000Z
 efa32ea4839a818e5c1df7e4135bc639
 2009-03-31T14:29:36.345999Z
 10974
@@ -882,7 +882,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:57.000000Z
 8ef944b70120fd030d9f9cc882646874
 2007-03-22T16:34:26.061919Z
 3232
@@ -916,7 +916,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:57.000000Z
 be992e705c82dc127300eba8231fc617
 2009-06-25T11:25:27.758858Z
 11975
@@ -953,7 +953,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:57.000000Z
 bca84b30569c240aa9b946e5c65dab7c
 2008-06-11T13:52:19.495070Z
 7849
@@ -987,7 +987,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:57.000000Z
 fffea88b71d7e45f0750e2d225147967
 2009-03-02T13:28:51.253775Z
 10641
@@ -1021,7 +1021,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:57.000000Z
 0fa00d7fd839a586680fad69c221b794
 2009-07-01T12:25:54.388192Z
 12033
@@ -1055,7 +1055,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:57.000000Z
 4465829319da16f7d8ba7cdc61124d6b
 2008-11-28T13:43:25.148803Z
 9930
@@ -1089,7 +1089,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:57.000000Z
 13b1a0c6b6e2bed89339d2ba33368f9b
 2009-01-30T15:41:43.074898Z
 10313
@@ -1123,7 +1123,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:57.000000Z
 46878c20640e04ae0242a8ed78f6b679
 2008-06-11T13:52:19.495070Z
 7849
@@ -1157,7 +1157,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:57.000000Z
 a5a748b8c6cb4704b4c0cf054e7589bf
 2009-05-15T09:49:44.572450Z
 11572
@@ -1191,7 +1191,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:57.000000Z
 1a31af15f36f78224caae42fbb0307da
 2007-04-24T16:25:46.465640Z
 3583
@@ -1225,7 +1225,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:57.000000Z
 76a3b0f4e1c036fa3858141138f596d6
 2008-10-08T12:04:22.268162Z
 8992
@@ -1259,7 +1259,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:57.000000Z
 207ede4a103d68251965176f7c65ddea
 2008-10-08T12:04:22.268162Z
 8992
@@ -1293,7 +1293,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:57.000000Z
 6d8342cfc9b258d0b466b33b800d74c3
 2009-06-08T14:39:02.098072Z
 11787
@@ -1327,7 +1327,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:57.000000Z
 dc117b6a04697b9dee6a6739415e6c57
 2008-11-28T13:43:25.148803Z
 9930
@@ -1361,7 +1361,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:57.000000Z
 31321436fe8660e9850654f16bfbb7cd
 2009-04-27T09:37:03.369163Z
 11400
@@ -1395,7 +1395,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:57.000000Z
 70980f30f354e44432c49b403800e84f
 2009-06-30T16:19:45.063888Z
 12017
@@ -1429,7 +1429,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:57.000000Z
 6d482f368ae249a70a23f74140669272
 2009-04-22T12:26:07.867667Z
 11290
@@ -1463,7 +1463,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:57.000000Z
 4411e9e2a3fb173ac6c29ce50137f8c9
 2009-06-25T11:25:27.758858Z
 11975
@@ -1497,7 +1497,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:57.000000Z
 0b56a86f820c85d75dab80c9fe0cad1a
 2009-05-26T15:08:35.566855Z
 11670
@@ -1531,7 +1531,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:57.000000Z
 cd83dd6ad5edad25a870cb82144e804c
 2008-10-08T12:04:22.268162Z
 8992
@@ -1565,7 +1565,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:57.000000Z
 d337b3e452aab08ce51a8046a62b828f
 2009-05-15T09:49:44.572450Z
 11572
@@ -1599,7 +1599,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:57.000000Z
 f6f6c8e6f780859341b6a967d945cba4
 2009-04-22T12:26:07.867667Z
 11290
@@ -1633,7 +1633,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:57.000000Z
 c7f6773ede25b8966aefd089188375d3
 2008-06-11T13:52:19.495070Z
 7849
@@ -1667,7 +1667,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:57.000000Z
 8eb54c5ce455bf6af0c4d7beaf4c34a8
 2008-11-28T13:43:25.148803Z
 9930
@@ -1701,7 +1701,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:57.000000Z
 487fe57aa937060813ca443c0129bad7
 2007-06-26T13:58:43.940051Z
 4345
@@ -1735,7 +1735,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:57.000000Z
 536ae76b1db1bae3e5572f0b58cd4e6a
 2008-09-11T14:40:25.156702Z
 8828
@@ -1769,7 +1769,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:57.000000Z
 e15ddeb44af956ec95728ad102a2d84e
 2008-10-22T14:01:37.391523Z
 9278
@@ -1803,7 +1803,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:57.000000Z
 1d2fe7ae1b31b329cb7d730b2121ba38
 2009-06-25T11:25:27.758858Z
 11975
@@ -1837,7 +1837,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:57.000000Z
 cc80a559a18e2c81510ea6d4665259f6
 2009-01-29T15:18:19.195026Z
 10299
@@ -1871,7 +1871,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:57.000000Z
 f4bcdee389554584df5d68f0c174f4e8
 2008-08-21T12:26:19.530560Z
 8680
@@ -1905,7 +1905,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:57.000000Z
 5b2bb7e47e725c893358e1d40b34cac0
 2009-06-25T11:25:27.758858Z
 11975
@@ -1939,7 +1939,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:57.000000Z
 3791c62458b6799e81c72763dfc96088
 2009-06-25T11:25:27.758858Z
 11975
@@ -1973,7 +1973,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:57.000000Z
 63884bba34bd3fa6d66ebe470838195d
 2008-06-11T13:52:19.495070Z
 7849
@@ -2007,7 +2007,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:57.000000Z
 d7f43cb026a339ecbd415a43008fd6cf
 2008-10-22T14:01:37.391523Z
 9278
@@ -2041,7 +2041,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:57.000000Z
 ee62473ca05edc76b4969f919c678f18
 2009-06-25T11:25:27.758858Z
 11975
@@ -2075,7 +2075,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:57.000000Z
 189d5895cf9fb71f22f8eeb61bf04ca0
 2008-10-08T12:04:22.268162Z
 8992
index 337c65d..5063a39 100644 (file)
@@ -1,7 +1,7 @@
 9
 
 dir
-13669
+13858
 http://svn.tribler.org/abc/tags/tribler-5.1.2/Tribler/Main/vwxGUI/images
 http://svn.tribler.org
 
@@ -32,7 +32,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:57.000000Z
 4af62a0f4cccfc7131517fb0aad93fc2
 2009-01-22T12:16:15.107552Z
 10229
@@ -66,7 +66,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:57.000000Z
 fd4fc53ab830a5c46e1637f57738959f
 2008-11-28T13:43:25.148803Z
 9930
@@ -100,7 +100,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:57.000000Z
 2e48e575270479979c42b1531216e990
 2007-08-16T15:49:05.741864Z
 4610
@@ -134,7 +134,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:57.000000Z
 45a78b16d669c1b5419435a6b7d09e2c
 2007-05-08T21:25:12.477860Z
 3894
@@ -168,7 +168,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:57.000000Z
 d0eef7f32d4f8c7cc7aadfdeaddca0f7
 2009-02-03T10:03:20.819104Z
 10335
@@ -202,7 +202,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:57.000000Z
 a55d864abe8fa388becfc90fbe52b3b6
 2009-03-02T13:28:51.253775Z
 10641
@@ -236,7 +236,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:57.000000Z
 107f0d9520e5a16e546d16769d31c71e
 2009-05-25T09:23:52.942030Z
 11643
@@ -270,7 +270,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:57.000000Z
 53b0c60b9d45e221cff12927d6f063bb
 2009-04-20T13:12:31.633017Z
 11259
@@ -304,7 +304,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:57.000000Z
 19b37374db44aea329f94371febdaaac
 2009-05-20T13:50:36.939772Z
 11631
@@ -338,7 +338,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:57.000000Z
 adbc1320c3d48298f35f9e5799025bb2
 2009-04-03T13:26:47.757654Z
 11064
@@ -372,7 +372,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:57.000000Z
 1d0955726789456ad6593beb7eb99e53
 2009-01-22T12:16:15.107552Z
 10229
@@ -406,7 +406,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:57.000000Z
 5bb29d56325a043c47be531e184da1ae
 2007-08-16T15:49:05.741864Z
 4610
@@ -440,7 +440,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:57.000000Z
 a4e8152bfdc3a7e3c5b229ef47a596fc
 2009-02-03T10:03:20.819104Z
 10335
@@ -474,7 +474,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:57.000000Z
 f8edba71344997ebcfb3b0af4f00d0f8
 2009-04-20T13:12:31.633017Z
 11259
@@ -508,7 +508,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:57.000000Z
 1693dbe663cec20b833ce02f358ad4a4
 2009-05-27T15:05:16.800146Z
 11689
@@ -542,7 +542,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:57.000000Z
 4d8783d02caf52d80c7af34b3b7f01af
 2007-04-17T15:13:43.277990Z
 3459
@@ -576,7 +576,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:57.000000Z
 b958584866910f424f250dd8fcdf71d0
 2009-03-05T13:42:34.228636Z
 10714
@@ -610,7 +610,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:57.000000Z
 ca49528db720d91e065653d49caa6bc3
 2009-04-20T13:12:31.633017Z
 11259
@@ -644,7 +644,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:57.000000Z
 3341bd6249e1802ce62f36e125810330
 2009-01-22T12:16:15.107552Z
 10229
@@ -678,7 +678,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:57.000000Z
 2c32dc16f6c4c5c54763e1272d2b01bb
 2009-05-27T09:01:07.329217Z
 11679
@@ -712,7 +712,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:57.000000Z
 dcdbebf9131692cb032c59273e20afb1
 2009-02-03T10:04:41.192904Z
 10336
@@ -746,7 +746,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:57.000000Z
 2f86871e5ef10f24f641ffb85c764e54
 2009-04-20T13:12:31.633017Z
 11259
@@ -780,7 +780,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:57.000000Z
 64016aa28c931e4d55f779f9bd73fef6
 2009-01-22T12:16:15.107552Z
 10229
@@ -814,7 +814,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:57.000000Z
 aadef50b10fd2f073bdf484c3a80bf88
 2009-04-20T13:12:31.633017Z
 11259
@@ -848,7 +848,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:57.000000Z
 abefd54212d17274d14cb4784def5cd3
 2009-01-22T12:16:15.107552Z
 10229
@@ -882,7 +882,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:57.000000Z
 b84f7979edf232fc4ea0720a6fa259af
 2007-03-14T14:40:41.378106Z
 3151
@@ -916,7 +916,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:57.000000Z
 05cbd3ff39b12f72a65cd53f87925c27
 2009-05-19T12:36:06.415093Z
 11611
@@ -950,7 +950,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:57.000000Z
 7b19377df29d62ed5b97f6752123b95f
 2009-04-20T13:12:31.633017Z
 11259
@@ -984,7 +984,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:57.000000Z
 c9f1a4b60c620c83a6bbc9ad3d2c6cc7
 2008-11-28T13:43:25.148803Z
 9930
@@ -1018,7 +1018,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:57.000000Z
 dd84a9d76637e108ce42c2fc96d9fbd1
 2009-05-25T14:13:31.643791Z
 11654
@@ -1052,7 +1052,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:57.000000Z
 8d6eab951c155f3c6e7b29f567765a27
 2008-11-28T13:43:25.148803Z
 9930
@@ -1086,7 +1086,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:57.000000Z
 defe471af266e40d6c6217fbc06f63da
 2008-11-28T13:43:25.148803Z
 9930
@@ -1120,7 +1120,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:57.000000Z
 45febcc4c6745c86b5464aefaf900a9c
 2009-04-20T13:12:31.633017Z
 11259
@@ -1154,7 +1154,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:57.000000Z
 de61fcadc9361d07e2df628c775eb128
 2009-01-22T12:16:15.107552Z
 10229
@@ -1188,7 +1188,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:57.000000Z
 d02d805c766402ac2ba357a347b4f52d
 2009-01-22T12:16:15.107552Z
 10229
@@ -1222,7 +1222,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:57.000000Z
 19b37374db44aea329f94371febdaaac
 2009-05-25T09:23:52.942030Z
 11643
@@ -1256,7 +1256,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:57.000000Z
 38338eeb65c67dc138e8068f78b023e6
 2008-11-28T13:43:25.148803Z
 9930
@@ -1290,7 +1290,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:57.000000Z
 5b00575c1a429bb7f544bc1b67c88ae4
 2008-11-28T13:43:25.148803Z
 9930
@@ -1324,7 +1324,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:57.000000Z
 92a88b9b9a5287053d67ff4b10f8d9e3
 2009-01-22T12:16:15.107552Z
 10229
@@ -1358,7 +1358,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:57.000000Z
 bec59ea5e56a4eed7469ab6f46f67f00
 2009-01-22T12:16:15.107552Z
 10229
@@ -1392,7 +1392,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:57.000000Z
 75ee91cd084684fc117c1f9160eedb18
 2008-11-28T13:43:25.148803Z
 9930
@@ -1426,7 +1426,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:57.000000Z
 2f942497c81f9a8c64e6e1306742dbac
 2007-08-21T12:10:20.832013Z
 4649
@@ -1460,7 +1460,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:57.000000Z
 d7476ecfd8813a9b8fc4c16c40a8c90a
 2009-03-05T13:42:34.228636Z
 10714
@@ -1494,7 +1494,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:57.000000Z
 7e422e06bdb070690bf30180edeb9e1e
 2008-11-28T13:43:25.148803Z
 9930
@@ -1528,7 +1528,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:57.000000Z
 b34c4d882e02578ae78179d2728e4215
 2009-04-27T08:54:30.757093Z
 11397
@@ -1562,7 +1562,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:57.000000Z
 8b65ef792d7d195a0883ea8a6bb41b94
 2009-04-02T11:54:49.342636Z
 11028
@@ -1596,7 +1596,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:57.000000Z
 010490642bd9ef3994a518f4a37d466e
 2008-11-28T13:43:25.148803Z
 9930
@@ -1630,7 +1630,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:57.000000Z
 9ac87a9f5aaa685b6302e82b509dda27
 2009-01-22T12:16:15.107552Z
 10229
@@ -1664,7 +1664,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:57.000000Z
 abefd54212d17274d14cb4784def5cd3
 2009-01-22T12:16:15.107552Z
 10229
@@ -1698,7 +1698,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:57.000000Z
 403b37ce533b635bf3b9d394b592a53f
 2009-01-22T12:16:15.107552Z
 10229
@@ -1732,7 +1732,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:57.000000Z
 c0ab22eb1d3653ea42809c64b0f6f145
 2009-04-20T13:12:31.633017Z
 11259
@@ -1766,7 +1766,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:57.000000Z
 dd84a9d76637e108ce42c2fc96d9fbd1
 2009-05-25T15:03:50.503332Z
 11657
@@ -1800,7 +1800,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:57.000000Z
 1f78f2e30bd84759c4104b1bfb094e0d
 2009-01-22T12:16:15.107552Z
 10229
@@ -1834,7 +1834,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:57.000000Z
 86852bd0e2f134f70c0e4d8e12f1f6b4
 2009-03-10T13:26:46.923020Z
 10765
@@ -1868,7 +1868,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:57.000000Z
 a396ac1b57b05b90634c7f5a0eff62d5
 2009-03-05T13:42:34.228636Z
 10714
@@ -1902,7 +1902,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:57.000000Z
 631633f062791eb551a4f559c2e1c4fa
 2007-08-16T12:04:55.149158Z
 4608
@@ -1936,7 +1936,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:57.000000Z
 a61182efd7694a6b6cda9166c938e7b5
 2008-11-28T13:43:25.148803Z
 9930
@@ -1970,7 +1970,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:57.000000Z
 1ff7c4bda52d90f17c31dc1a07ef46d4
 2009-05-25T13:54:27.441146Z
 11653
@@ -2004,7 +2004,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:57.000000Z
 1c4d980e9763393dacde8447acfd4178
 2008-11-28T13:43:25.148803Z
 9930
@@ -2038,7 +2038,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:57.000000Z
 2798c4945452dee7e37a295e61beadac
 2009-02-20T12:54:02.915574Z
 10510
@@ -2072,7 +2072,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:57.000000Z
 a1213c3c8229dcf66597236ccdb74beb
 2009-04-21T08:57:49.539527Z
 11272
@@ -2106,7 +2106,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:57.000000Z
 a85995cae6da248bb53cf27929627286
 2007-08-16T12:04:55.149158Z
 4608
@@ -2140,7 +2140,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:57.000000Z
 504a813e925b35235b9ab506223dd87b
 2009-04-16T09:20:40.857466Z
 11192
@@ -2174,7 +2174,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:57.000000Z
 6e6ffece3a6616a5e6f1b9f4407321a4
 2008-11-28T13:43:25.148803Z
 9930
@@ -2208,7 +2208,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:57.000000Z
 da9d6fad24666d9598264b0be5e640e6
 2008-11-28T13:43:25.148803Z
 9930
@@ -2242,7 +2242,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:57.000000Z
 c418a7bee9fae6ae0c19ea16f5cb3586
 2009-04-03T13:14:43.822547Z
 11062
@@ -2276,7 +2276,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:57.000000Z
 d0a28e8f8256081b67e67962e491ba1c
 2008-11-28T13:43:25.148803Z
 9930
@@ -2310,7 +2310,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:57.000000Z
 873a75008fe0f96df2948021823019f0
 2009-04-20T13:12:31.633017Z
 11259
@@ -2344,7 +2344,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:57.000000Z
 3751820ecd2afd0d669db989666af9f6
 2008-11-28T13:43:25.148803Z
 9930
@@ -2378,7 +2378,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:57.000000Z
 91bd7854d5a2a7ae7df0b6efd8be69c0
 2009-04-20T13:12:31.633017Z
 11259
@@ -2412,7 +2412,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:57.000000Z
 c99439f209a2994670ddd97eee5dec76
 2009-04-20T13:12:31.633017Z
 11259
@@ -2446,7 +2446,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:57.000000Z
 31ef05c209ef424739b1b2e21eda90b5
 2009-03-10T13:26:46.923020Z
 10765
@@ -2480,7 +2480,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:57.000000Z
 fa65d6ba53aa79b5ea8a35421b96e4a9
 2008-11-28T13:43:25.148803Z
 9930
@@ -2514,7 +2514,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:57.000000Z
 7ee8514725c320ffbb3330617dfc2fae
 2007-08-16T10:02:12.366328Z
 4606
@@ -2548,7 +2548,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:57.000000Z
 a3800f9b9333c1e326e3b15e4b653031
 2009-01-22T12:16:15.107552Z
 10229
@@ -2582,7 +2582,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:57.000000Z
 2b59d93848f4ebe2098fd026d52d4f85
 2008-11-28T13:43:25.148803Z
 9930
@@ -2616,7 +2616,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:57.000000Z
 bcb16d329cb7bb19a58398c2c8c0ad8e
 2009-02-03T10:03:20.819104Z
 10335
@@ -2650,7 +2650,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:57.000000Z
 624f39dc5d98b448af8b8756e0175dfe
 2009-04-20T13:12:31.633017Z
 11259
@@ -2684,7 +2684,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:57.000000Z
 28d86a897f0f6bb4b6c943d3485812b0
 2008-11-28T13:43:25.148803Z
 9930
@@ -2718,7 +2718,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:57.000000Z
 41c110f765e47e7a69afced6d8903590
 2007-08-16T12:04:55.149158Z
 4608
@@ -2752,7 +2752,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:57.000000Z
 9420a8824ad65c2a8b39f43d14f1378a
 2009-05-27T09:01:07.329217Z
 11679
@@ -2786,7 +2786,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:57.000000Z
 e1c7b094e43033bfa8e603745d61d27a
 2007-05-10T08:15:49.439777Z
 3935
@@ -2820,7 +2820,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:57.000000Z
 4c663651decbca5c96732e3c92075f81
 2009-03-06T12:12:12.440715Z
 10729
@@ -2854,7 +2854,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:57.000000Z
 8d2d812909ce751c57958cb3a7a6321a
 2007-04-19T15:23:05.110760Z
 3497
@@ -2888,7 +2888,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:57.000000Z
 46e2fcd3a93a1a58eac81e6c98179954
 2008-11-28T13:43:25.148803Z
 9930
@@ -2922,7 +2922,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:57.000000Z
 93efed463b7ccef85179a019f39444d2
 2009-05-25T15:09:52.101095Z
 11658
@@ -2956,7 +2956,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:57.000000Z
 a3800f9b9333c1e326e3b15e4b653031
 2009-01-22T12:16:15.107552Z
 10229
@@ -2990,7 +2990,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:57.000000Z
 64ca7d566f3ea6bde60719cd3857d448
 2009-02-03T10:03:20.819104Z
 10335
@@ -3024,7 +3024,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:57.000000Z
 350493e87d2fdd0ce5fd216d82233a24
 2009-05-19T12:42:54.971863Z
 11612
@@ -3058,7 +3058,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:57.000000Z
 456783398d75283bcd4e6ca808bbd575
 2007-03-14T14:40:41.378106Z
 3151
@@ -3092,7 +3092,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:57.000000Z
 369bea81f6a058a084af2cede8793454
 2007-08-21T12:10:20.832013Z
 4649
@@ -3126,7 +3126,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:57.000000Z
 4364664d573661f1be244b2afc7deb39
 2009-03-10T13:26:46.923020Z
 10765
@@ -3160,7 +3160,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:57.000000Z
 e5c5535ad9c815e702678c867b76dcb8
 2009-05-25T15:03:50.503332Z
 11657
@@ -3194,7 +3194,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:57.000000Z
 5b435e965bbe47cd5952ee3dc46750d9
 2009-03-31T14:29:36.345999Z
 10974
@@ -3228,7 +3228,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:57.000000Z
 4c663651decbca5c96732e3c92075f81
 2009-03-06T12:12:12.440715Z
 10729
@@ -3262,7 +3262,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:57.000000Z
 9d4568b706f1b7deb17414e265fb0a65
 2009-02-26T17:50:14.593426Z
 10596
@@ -3296,7 +3296,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:57.000000Z
 b4d44251f2fb947123972c7195e8a7f1
 2009-01-22T12:16:15.107552Z
 10229
@@ -3330,7 +3330,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:57.000000Z
 0c8abfbcae89b2e62b55bcfa83740e1d
 2009-03-04T15:39:55.873553Z
 10683
@@ -3364,7 +3364,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:57.000000Z
 e4761628a9949b4965c8debe543859b4
 2008-11-28T13:43:25.148803Z
 9930
@@ -3398,7 +3398,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:57.000000Z
 68e6d4b467c180cb2943939707122cd8
 2007-08-16T12:04:55.149158Z
 4608
@@ -3432,7 +3432,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:57.000000Z
 cce4e75e057e465bd4b081d42eda0724
 2009-03-20T15:17:44.209568Z
 10880
@@ -3466,7 +3466,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:57.000000Z
 74808b93cfab5e38bf8330ecb0aff9cd
 2009-05-19T12:42:54.971863Z
 11612
@@ -3500,7 +3500,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:57.000000Z
 698cc9d653705dd6e2739b00ca694761
 2009-04-20T13:12:31.633017Z
 11259
@@ -3534,7 +3534,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:57.000000Z
 e3cd548c06d77eedff867f00242725bd
 2009-04-20T13:12:31.633017Z
 11259
@@ -3571,7 +3571,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:57.000000Z
 1106e62f5eac772931c5741444077818
 2007-08-16T10:02:12.366328Z
 4606
@@ -3605,7 +3605,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:57.000000Z
 6b967b7136d0bce58120af3bd4c8d613
 2009-03-05T13:42:34.228636Z
 10714
@@ -3639,7 +3639,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:57.000000Z
 9dad707e487cd9a1f156a313de6e8746
 2009-03-04T15:39:55.873553Z
 10683
@@ -3673,7 +3673,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:57.000000Z
 30f01bca753a957cf0a36c790a97dfd2
 2007-08-16T10:02:12.366328Z
 4606
@@ -3707,7 +3707,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:57.000000Z
 cce4e75e057e465bd4b081d42eda0724
 2009-03-20T15:17:44.209568Z
 10880
@@ -3741,7 +3741,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:57.000000Z
 7e422e06bdb070690bf30180edeb9e1e
 2008-11-28T13:43:25.148803Z
 9930
@@ -3775,7 +3775,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:57.000000Z
 a4ceb963faeb442dc650bfaebf849897
 2009-01-22T12:16:15.107552Z
 10229
@@ -3809,7 +3809,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:57.000000Z
 c09777d08c34e61d9ba7fcd6175bb7c7
 2007-05-04T20:25:09.097120Z
 3790
@@ -3843,7 +3843,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:57.000000Z
 b5ba140506f1b09b73a47034413524d4
 2009-04-20T10:10:59.351081Z
 11255
@@ -3877,7 +3877,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:57.000000Z
 ed06bec9a063c7eb59aa446b2666ab31
 2007-08-21T12:10:20.832013Z
 4649
@@ -3911,7 +3911,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:57.000000Z
 ffdcc9404d6ac4ce063cef547b74ff6f
 2009-03-02T13:28:51.253775Z
 10641
@@ -3945,7 +3945,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:57.000000Z
 9712f938757154cfefe6c6766362b6c4
 2007-08-21T12:10:20.832013Z
 4649
@@ -3979,7 +3979,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:57.000000Z
 e619992bb2133aba2aa50e789cdae33b
 2007-05-07T12:27:57.058846Z
 3819
@@ -4013,7 +4013,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:57.000000Z
 870a51cb69c14b591e460f79702cb5b3
 2009-04-03T13:26:47.757654Z
 11064
@@ -4047,7 +4047,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:57.000000Z
 bf7bfa3258802c803e057b5f3d986418
 2007-08-21T12:10:20.832013Z
 4649
@@ -4081,7 +4081,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:57.000000Z
 f07ead19eb61cd727c18f9d61c0b97db
 2009-04-20T13:12:31.633017Z
 11259
@@ -4115,7 +4115,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:57.000000Z
 9c43bc86b4a515f32d1a34d97b8a7162
 2009-05-25T13:54:27.441146Z
 11653
@@ -4149,7 +4149,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:57.000000Z
 4af62a0f4cccfc7131517fb0aad93fc2
 2009-01-22T12:16:15.107552Z
 10229
@@ -4183,7 +4183,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:57.000000Z
 105ff6dada6e78b931c532620d5cf2dd
 2007-08-21T12:10:20.832013Z
 4649
@@ -4217,7 +4217,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:57.000000Z
 675e5fc74daadf4cf12eb88d39d6b16c
 2007-08-16T10:02:12.366328Z
 4606
@@ -4251,7 +4251,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:57.000000Z
 4d602d7c68291d72dffd5b9eb241d79c
 2009-04-20T13:12:31.633017Z
 11259
@@ -4285,7 +4285,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:57.000000Z
 9ac87a9f5aaa685b6302e82b509dda27
 2009-01-22T12:16:15.107552Z
 10229
@@ -4319,7 +4319,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:57.000000Z
 1d0955726789456ad6593beb7eb99e53
 2009-01-22T12:16:15.107552Z
 10229
@@ -4353,7 +4353,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:57.000000Z
 8964128dff07297ae32d76a75bd9581f
 2007-08-16T10:02:12.366328Z
 4606
@@ -4387,7 +4387,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:57.000000Z
 e2ca70e132a4d75b101be8810850ad9e
 2009-01-22T12:16:15.107552Z
 10229
@@ -4421,7 +4421,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:57.000000Z
 6be9376ee9b852d3bea69fba7d89d7a7
 2008-11-28T13:43:25.148803Z
 9930
@@ -4455,7 +4455,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:57.000000Z
 7e422e06bdb070690bf30180edeb9e1e
 2008-11-28T13:43:25.148803Z
 9930
@@ -4489,7 +4489,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:57.000000Z
 be482fc1c204860db960dbd04a276ce9
 2008-11-28T13:43:25.148803Z
 9930
@@ -4523,7 +4523,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:57.000000Z
 7e422e06bdb070690bf30180edeb9e1e
 2008-11-28T13:43:25.148803Z
 9930
@@ -4557,7 +4557,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:57.000000Z
 07dcfdf9d2e8b52de22fc7c1b547b906
 2009-04-20T13:12:31.633017Z
 11259
@@ -4591,7 +4591,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:57.000000Z
 fa77b5dc304424d567f6d9d588479c57
 2009-05-19T13:21:25.173207Z
 11615
@@ -4625,7 +4625,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:57.000000Z
 020c0d083231f03d0a4b2ba65790a61d
 2009-01-22T12:16:15.107552Z
 10229
@@ -4659,7 +4659,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:57.000000Z
 403b37ce533b635bf3b9d394b592a53f
 2009-01-22T12:16:15.107552Z
 10229
@@ -4693,7 +4693,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:57.000000Z
 6c776efec2f9a9c1b948f38280392ae2
 2009-03-20T15:18:43.808827Z
 10881
@@ -4727,7 +4727,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:57.000000Z
 c96a68f78413e37a2234fa17dcd7229c
 2007-08-21T12:10:20.832013Z
 4649
@@ -4761,7 +4761,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:57.000000Z
 6f91f27fdc23929395676c66ca640ff2
 2008-11-28T13:43:25.148803Z
 9930
@@ -4795,7 +4795,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:57.000000Z
 421cd0c9bc8f1f381695d836882bb885
 2009-02-20T12:54:02.915574Z
 10510
@@ -4829,7 +4829,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:57.000000Z
 1cd9103de111f38293b41f4905a5aed2
 2009-03-06T12:12:12.440715Z
 10729
@@ -4863,7 +4863,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:57.000000Z
 0cdd4dd249736a38aa2182f903d0d2fa
 2007-08-16T12:04:55.149158Z
 4608
@@ -4897,7 +4897,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:57.000000Z
 e72360962f44666d95c88b074dabf6fa
 2008-11-28T13:43:25.148803Z
 9930
@@ -4931,7 +4931,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:57.000000Z
 46e91c8036de9a974c9f6b1de3aca18c
 2009-02-20T12:54:02.915574Z
 10510
@@ -4965,7 +4965,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:57.000000Z
 fa77b5dc304424d567f6d9d588479c57
 2009-05-19T13:21:25.173207Z
 11615
@@ -4999,7 +4999,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:57.000000Z
 a4f1f4334e6b4336328dbb6125db56fa
 2008-11-28T13:43:25.148803Z
 9930
@@ -5033,7 +5033,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:57.000000Z
 75d49cccc90d642fde0a57e5f6caadd3
 2009-05-25T14:13:31.643791Z
 11654
@@ -5067,7 +5067,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:57.000000Z
 ec9484e05908bb940e70dfd018e9ab97
 2007-05-11T09:42:47.746356Z
 3986
@@ -5101,7 +5101,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:57.000000Z
 ace2547cc1a392fa90e2bb1dce452b48
 2008-11-28T13:43:25.148803Z
 9930
@@ -5135,7 +5135,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:57.000000Z
 403b37ce533b635bf3b9d394b592a53f
 2009-01-22T12:16:15.107552Z
 10229
@@ -5169,7 +5169,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:57.000000Z
 96519d955862dc13a9ab8434e7515026
 2009-04-20T13:12:31.633017Z
 11259
@@ -5203,7 +5203,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:57.000000Z
 c15713c8c751177c620723b0abb815b7
 2009-03-10T14:59:50.464484Z
 10767
@@ -5237,7 +5237,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:57.000000Z
 8453aa12d16e6861668f04afed1bbc47
 2009-05-19T12:56:44.489959Z
 11613
@@ -5271,7 +5271,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:57.000000Z
 1cd9103de111f38293b41f4905a5aed2
 2009-03-06T12:12:12.440715Z
 10729
@@ -5305,7 +5305,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:57.000000Z
 b14aa09dccd4484482351e2a199b2277
 2009-03-20T15:17:44.209568Z
 10880
@@ -5339,7 +5339,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:57.000000Z
 107f0d9520e5a16e546d16769d31c71e
 2009-05-20T13:50:36.939772Z
 11631
@@ -5373,7 +5373,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:57.000000Z
 d6a67c038d970c0523944daca1263bfc
 2009-04-20T13:12:31.633017Z
 11259
@@ -5407,7 +5407,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:57.000000Z
 68474d9c2d9b06b2e51764cc542ec1ac
 2008-11-28T13:43:25.148803Z
 9930
@@ -5441,7 +5441,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:57.000000Z
 8453aa12d16e6861668f04afed1bbc47
 2009-05-19T12:56:44.489959Z
 11613
@@ -5475,7 +5475,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:57.000000Z
 f7924120f9336e08ab1546511ca8c393
 2007-08-16T15:49:05.741864Z
 4610
@@ -5509,7 +5509,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:57.000000Z
 e5c5535ad9c815e702678c867b76dcb8
 2009-05-25T14:13:31.643791Z
 11654
@@ -5543,7 +5543,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:57.000000Z
 4b6c3c0eba4c2185c551ba9101918fe2
 2009-03-20T15:18:43.808827Z
 10881
@@ -5577,7 +5577,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:57.000000Z
 2b59d93848f4ebe2098fd026d52d4f85
 2009-02-06T09:15:20.070739Z
 10383
@@ -5611,7 +5611,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:57.000000Z
 3e904b226d649fbcdf6bfe3f5a23cb3a
 2009-05-25T14:16:36.214837Z
 11655
@@ -5645,7 +5645,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:57.000000Z
 b14aa09dccd4484482351e2a199b2277
 2009-03-20T15:17:44.209568Z
 10880
@@ -5679,7 +5679,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:57.000000Z
 877f7a4d637cf830c29ab499aaddef8a
 2009-01-22T12:16:15.107552Z
 10229
index d39eb96..17b27ce 100644 (file)
@@ -1,7 +1,7 @@
 9
 
 dir
-13669
+13858
 http://svn.tribler.org/abc/tags/tribler-5.1.2/Tribler/Main/vwxGUI/images/5.0
 http://svn.tribler.org
 
@@ -32,7 +32,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:57.000000Z
 41492999578b53ea9483f5807d9068bd
 2009-05-19T13:58:10.286024Z
 11617
@@ -66,7 +66,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:57.000000Z
 fec34bdb67ecac2c92728a58e3cc4b3e
 2009-03-26T13:10:23.494255Z
 10925
@@ -100,7 +100,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:57.000000Z
 f8a23e102828c7509713db96c3f43688
 2009-05-13T14:25:55.559219Z
 11542
@@ -134,7 +134,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:57.000000Z
 c80420966a38c8a1735e8d2d076865a7
 2009-04-01T13:24:45.291965Z
 10987
@@ -168,7 +168,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:57.000000Z
 d53751167b28de98f0595407f5e53f28
 2009-01-22T12:16:15.107552Z
 10229
@@ -202,7 +202,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:57.000000Z
 cb598b55a62d1cb29a9911bec58abd67
 2009-05-13T13:30:49.499743Z
 11539
@@ -236,7 +236,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:57.000000Z
 9685cfea15883209b83b91b5a51dd797
 2009-05-19T09:55:21.756130Z
 11606
@@ -270,7 +270,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:57.000000Z
 990946b7599950141ea9ab090d46b701
 2009-05-19T13:58:10.286024Z
 11617
@@ -304,7 +304,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:57.000000Z
 510d682416d25091969a47dfacadc2b8
 2008-11-28T13:43:25.148803Z
 9930
@@ -338,7 +338,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:57.000000Z
 6edd5494b687d4feae9d5ecce3eb4a94
 2009-04-27T13:32:26.779877Z
 11409
@@ -372,7 +372,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:57.000000Z
 d4e5e281f41a8b266b5921ff3229f078
 2009-02-03T10:23:26.855259Z
 10339
@@ -406,7 +406,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:57.000000Z
 56fb3145dbb7065a3b79d6e63bfa4914
 2009-04-27T13:46:09.325222Z
 11411
@@ -440,7 +440,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:57.000000Z
 ff55e314e5cf21e725c67203aa77a2da
 2008-11-28T13:43:25.148803Z
 9930
@@ -474,7 +474,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:57.000000Z
 adcc242e9059ce37e868b88930e867b6
 2009-04-08T13:42:33.673430Z
 11110
@@ -508,7 +508,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:57.000000Z
 ae5adf23a4deff9d4e798585c1b3d329
 2009-03-25T15:46:39.449969Z
 10914
@@ -542,7 +542,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:57.000000Z
 c78daaedf79ea6ef12714c71ead7f7fd
 2009-05-19T09:38:09.020881Z
 11604
@@ -576,7 +576,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:57.000000Z
 15ceb9185ffaaf874e921e9ef3d290ae
 2009-04-08T13:42:33.673430Z
 11110
@@ -610,7 +610,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:57.000000Z
 0981b6d373ee6644d6acc7649190310a
 2009-03-06T10:35:53.332729Z
 10726
@@ -644,7 +644,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:57.000000Z
 66d88cca1f6bc1db8f5a2a4bc2b3000f
 2009-05-19T09:25:11.080191Z
 11602
@@ -678,7 +678,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:57.000000Z
 66e35ddbb6dc31ebb49a63b4f77b208a
 2009-05-19T13:58:10.286024Z
 11617
@@ -712,7 +712,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:57.000000Z
 fe678b9aec7a2fbc4ab494fc6b938189
 2008-11-28T13:43:25.148803Z
 9930
@@ -746,7 +746,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:57.000000Z
 397f17863b6f8c2cbb767030dd82aee0
 2009-02-26T17:50:14.593426Z
 10596
@@ -780,7 +780,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:57.000000Z
 96a6c5d0b90c8d452357ff49d8f29f62
 2008-11-28T13:43:25.148803Z
 9930
@@ -814,7 +814,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:57.000000Z
 49fc1a170d58e083fea63140c5bd8474
 2008-11-28T13:43:25.148803Z
 9930
@@ -848,7 +848,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:57.000000Z
 8cd77e1487555880c7699897dd9a5143
 2009-05-19T09:30:13.823538Z
 11603
@@ -882,7 +882,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:57.000000Z
 111837c81ee3ebed6ae583a6db3bf09c
 2008-11-28T13:43:25.148803Z
 9930
@@ -916,7 +916,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:57.000000Z
 8963dc4681ee23c2194e2cc4d19bc7cb
 2008-11-28T13:43:25.148803Z
 9930
@@ -950,7 +950,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:57.000000Z
 a58b5b4a200e4ecc87ff0d11cec2f667
 2009-06-11T08:57:38.123729Z
 11846
@@ -984,7 +984,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:57.000000Z
 4df9b84a46d37b596bbef75957924b2a
 2009-02-26T17:50:14.593426Z
 10596
@@ -1018,7 +1018,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:57.000000Z
 d75ab29637324b5d67834d8b6f304402
 2009-05-14T14:22:02.524513Z
 11563
@@ -1052,7 +1052,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:57.000000Z
 e8da6bbffbfee6c0ee9c71ce8e1be207
 2009-03-04T15:39:55.873553Z
 10683
@@ -1086,7 +1086,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:57.000000Z
 36473bc8a083a90565d2a9cee3abbb6b
 2009-05-19T10:03:13.213847Z
 11607
@@ -1120,7 +1120,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:57.000000Z
 e8da6bbffbfee6c0ee9c71ce8e1be207
 2009-01-22T12:16:15.107552Z
 10229
@@ -1154,7 +1154,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:57.000000Z
 b667a88391945d7ba28be3f025861939
 2009-05-27T15:05:16.800146Z
 11689
@@ -1188,7 +1188,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:57.000000Z
 f525f0e355f82140f31d7d545dc381e4
 2009-03-04T15:39:55.873553Z
 10683
@@ -1222,7 +1222,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:57.000000Z
 566bafa9c3767e878baf7aae57b9c527
 2008-11-28T13:43:25.148803Z
 9930
@@ -1256,7 +1256,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:57.000000Z
 29b028e916d41fa2df60f85af9d59d8d
 2009-01-22T12:16:15.107552Z
 10229
index 0aee73a..eeb3510 100644 (file)
@@ -1,7 +1,7 @@
 9
 
 dir
-13669
+13858
 http://svn.tribler.org/abc/tags/tribler-5.1.2/Tribler/Player
 http://svn.tribler.org
 
@@ -35,7 +35,7 @@ file
 
 
 
-2009-11-16T10:48:52.000000Z
+2009-11-27T17:41:57.000000Z
 89dd5e2f4cbf0617e226c49e29296177
 2009-03-31T07:14:10.158829Z
 10959
@@ -69,7 +69,7 @@ file
 
 
 
-2009-11-16T10:48:52.000000Z
+2009-11-27T17:41:57.000000Z
 5c1bc7f6ae4d3b123d94d5596525f1d6
 2008-10-08T12:04:22.268162Z
 8992
@@ -103,7 +103,7 @@ file
 
 
 
-2009-11-16T10:48:52.000000Z
+2009-11-27T17:41:57.000000Z
 b00a19265f270061a76eb7c1fe94ef81
 2008-10-08T12:04:22.268162Z
 8992
@@ -137,7 +137,7 @@ file
 
 
 
-2009-11-16T10:48:52.000000Z
+2009-11-27T17:41:57.000000Z
 40fa2af7b0100587a6aca08135f22337
 2009-06-25T11:25:27.758858Z
 11975
@@ -171,7 +171,7 @@ file
 
 
 
-2009-11-16T10:48:52.000000Z
+2009-11-27T17:41:57.000000Z
 e09a1117d315258c87abcb84d93765e1
 2009-06-25T11:25:27.758858Z
 11975
@@ -205,7 +205,7 @@ file
 
 
 
-2009-11-16T10:48:52.000000Z
+2009-11-27T17:41:57.000000Z
 49ae1ae7c23ea6a22e0b2ee5fda5c29e
 2009-06-30T16:19:45.063888Z
 12017
index ad2881c..8b6bd6e 100644 (file)
@@ -1,7 +1,7 @@
 9
 
 dir
-13669
+13858
 http://svn.tribler.org/abc/tags/tribler-5.1.2/Tribler/Player/Build
 http://svn.tribler.org
 
index d98f7da..b7eaecc 100644 (file)
@@ -1,7 +1,7 @@
 9
 
 dir
-13669
+13858
 http://svn.tribler.org/abc/tags/tribler-5.1.2/Tribler/Player/Build/Mac
 http://svn.tribler.org
 
@@ -32,7 +32,7 @@ file
 
 
 
-2009-11-16T10:48:52.000000Z
+2009-11-27T17:41:57.000000Z
 792922784eade1d03ecb1b33ba8bb7c3
 2008-05-16T08:39:17.298075Z
 7634
@@ -66,7 +66,7 @@ file
 
 
 
-2009-11-16T10:48:52.000000Z
+2009-11-27T17:41:57.000000Z
 a8b807d117ad1ad2d276f88c74abc000
 2008-05-16T08:39:17.298075Z
 7634
@@ -100,7 +100,7 @@ file
 
 
 
-2009-11-16T10:48:52.000000Z
+2009-11-27T17:41:57.000000Z
 b9e8ecef0a6830d200699d06c955654d
 2008-05-16T08:39:17.298075Z
 7634
@@ -134,7 +134,7 @@ file
 
 
 
-2009-11-16T10:48:52.000000Z
+2009-11-27T17:41:57.000000Z
 0bf39f3afb3e8b5ebf6f6e757b4f5319
 2008-05-16T08:39:17.298075Z
 7634
@@ -168,7 +168,7 @@ file
 
 
 
-2009-11-16T10:48:52.000000Z
+2009-11-27T17:41:57.000000Z
 27fd5fd41c03d4a2e8f528b863d619cc
 2008-06-05T08:54:47.156539Z
 7798
@@ -202,7 +202,7 @@ file
 
 
 
-2009-11-16T10:48:52.000000Z
+2009-11-27T17:41:57.000000Z
 cb0149b1f0ad43ec1566c48368ee597e
 2008-05-16T08:39:17.298075Z
 7634
@@ -236,7 +236,7 @@ file
 
 
 
-2009-11-16T10:48:52.000000Z
+2009-11-27T17:41:57.000000Z
 d8d9507f04d9d8802a31e1a216cbc160
 2008-07-14T06:50:23.040208Z
 8220
@@ -270,7 +270,7 @@ file
 
 
 
-2009-11-16T10:48:52.000000Z
+2009-11-27T17:41:57.000000Z
 49db799e2590d96a3d01c6a081421b25
 2008-05-16T08:39:17.298075Z
 7634
@@ -307,7 +307,7 @@ file
 
 
 
-2009-11-16T10:48:52.000000Z
+2009-11-27T17:41:57.000000Z
 42890efdbb39878efdc953795c3a50c9
 2008-06-05T08:54:47.156539Z
 7798
@@ -341,7 +341,7 @@ file
 
 
 
-2009-11-16T10:48:52.000000Z
+2009-11-27T17:41:57.000000Z
 53ae5c16f3333ee36333ea4eb58554b0
 2008-05-16T08:39:17.298075Z
 7634
@@ -375,7 +375,7 @@ file
 
 
 
-2009-11-16T10:48:52.000000Z
+2009-11-27T17:41:57.000000Z
 8a49c8c1fc69b5b98c19e3a18f338a56
 2009-03-06T08:09:05.153378Z
 10721
@@ -409,7 +409,7 @@ file
 
 
 
-2009-11-16T10:48:52.000000Z
+2009-11-27T17:41:57.000000Z
 e5c19fe6e1f4389c82ec9be2d5d212df
 2008-07-24T14:24:37.068513Z
 8482
@@ -443,7 +443,7 @@ file
 
 
 
-2009-11-16T10:48:52.000000Z
+2009-11-27T17:41:57.000000Z
 3e19d62d5655d1a7c9adf67673200734
 2008-06-05T08:54:47.156539Z
 7798
index d26d890..9ef7673 100644 (file)
@@ -1,7 +1,7 @@
 9
 
 dir
-13669
+13858
 http://svn.tribler.org/abc/tags/tribler-5.1.2/Tribler/Player/Build/Mac/icon_sources
 http://svn.tribler.org
 
@@ -32,7 +32,7 @@ file
 
 
 
-2009-11-16T10:48:52.000000Z
+2009-11-27T17:41:57.000000Z
 af1f6e2b637377df79128b317183111a
 2008-05-19T11:36:44.721893Z
 7657
@@ -66,7 +66,7 @@ file
 
 
 
-2009-11-16T10:48:52.000000Z
+2009-11-27T17:41:57.000000Z
 9a67d9c2b8c80097b11f9fd0be5ec92f
 2008-05-19T11:36:44.721893Z
 7657
@@ -100,7 +100,7 @@ file
 
 
 
-2009-11-16T10:48:52.000000Z
+2009-11-27T17:41:57.000000Z
 2da1a9034fe45f2564f397b44b4bdfda
 2008-05-19T11:36:44.721893Z
 7657
@@ -134,7 +134,7 @@ file
 
 
 
-2009-11-16T10:48:52.000000Z
+2009-11-27T17:41:57.000000Z
 e57dde971896043b533f72859dd8394e
 2008-05-16T08:39:17.298075Z
 7634
@@ -168,7 +168,7 @@ file
 
 
 
-2009-11-16T10:48:52.000000Z
+2009-11-27T17:41:57.000000Z
 14138cc398f5efb5679330626b2d12c7
 2008-05-19T11:36:44.721893Z
 7657
@@ -202,7 +202,7 @@ file
 
 
 
-2009-11-16T10:48:52.000000Z
+2009-11-27T17:41:57.000000Z
 888a76f59d082e9b4acad378433e9345
 2008-05-16T08:39:17.298075Z
 7634
@@ -236,7 +236,7 @@ file
 
 
 
-2009-11-16T10:48:52.000000Z
+2009-11-27T17:41:57.000000Z
 d18acac3c3507e300b24742cd2802feb
 2008-05-19T11:36:44.721893Z
 7657
@@ -270,7 +270,7 @@ file
 
 
 
-2009-11-16T10:48:52.000000Z
+2009-11-27T17:41:57.000000Z
 f7588aaeffe1b2b8248c8b26a2c00286
 2008-05-19T11:36:44.721893Z
 7657
index e9789df..d539893 100644 (file)
@@ -1,7 +1,7 @@
 9
 
 dir
-13669
+13858
 http://svn.tribler.org/abc/tags/tribler-5.1.2/Tribler/Player/Build/Ubuntu
 http://svn.tribler.org
 
@@ -32,7 +32,7 @@ file
 
 
 
-2009-11-16T10:48:52.000000Z
+2009-11-27T17:41:57.000000Z
 cc5024cffb987f44b048358e27f5e832
 2008-10-08T12:04:22.268162Z
 8992
@@ -66,7 +66,7 @@ file
 
 
 
-2009-11-16T10:48:52.000000Z
+2009-11-27T17:41:57.000000Z
 abb99f5e924c205b918c919217cfe429
 2008-10-20T07:54:18.161509Z
 9212
@@ -100,7 +100,7 @@ file
 
 
 
-2009-11-16T10:48:52.000000Z
+2009-11-27T17:41:57.000000Z
 b78d23a6898615929085e3e3e5869e47
 2008-07-24T14:24:37.068513Z
 8482
@@ -134,7 +134,7 @@ file
 
 
 
-2009-11-16T10:48:52.000000Z
+2009-11-27T17:41:57.000000Z
 c07cbac784559e63ef8a1860be0ec556
 2008-07-24T14:24:37.068513Z
 8482
@@ -168,7 +168,7 @@ file
 
 
 
-2009-11-16T10:48:52.000000Z
+2009-11-27T17:41:57.000000Z
 48a24b70a0b376535542b996af517398
 2008-07-24T14:24:37.068513Z
 8482
@@ -202,7 +202,7 @@ file
 
 
 
-2009-11-16T10:48:52.000000Z
+2009-11-27T17:41:57.000000Z
 da84b484cb74e7c9addd3d9e8e66fe83
 2008-07-24T14:24:37.068513Z
 8482
@@ -236,7 +236,7 @@ file
 
 
 
-2009-11-16T10:48:52.000000Z
+2009-11-27T17:41:57.000000Z
 85d3693eaecef9cbe26f5e323f0890e4
 2008-07-24T14:24:37.068513Z
 8482
@@ -270,7 +270,7 @@ file
 
 
 
-2009-11-16T10:48:52.000000Z
+2009-11-27T17:41:57.000000Z
 4d3f4c9f508f4f9dbfa0b0fb9a254f76
 2008-11-13T13:05:25.549911Z
 9797
@@ -304,7 +304,7 @@ file
 
 
 
-2009-11-16T10:48:52.000000Z
+2009-11-27T17:41:57.000000Z
 04e1471c4acd2fa554ea439e9e575dde
 2008-07-24T14:24:37.068513Z
 8482
@@ -338,7 +338,7 @@ file
 
 
 
-2009-11-16T10:48:52.000000Z
+2009-11-27T17:41:57.000000Z
 26ab0db90d72e28ad0ba1e22ee510510
 2008-07-24T14:24:37.068513Z
 8482
@@ -372,7 +372,7 @@ file
 
 
 
-2009-11-16T10:48:52.000000Z
+2009-11-27T17:41:57.000000Z
 a0c1bdf79b54c742b99381841ea7fa41
 2008-07-24T14:24:37.068513Z
 8482
@@ -406,7 +406,7 @@ file
 
 
 
-2009-11-16T10:48:52.000000Z
+2009-11-27T17:41:57.000000Z
 c2391c16315a612bb900798d568a1ee5
 2008-07-24T14:24:37.068513Z
 8482
@@ -440,7 +440,7 @@ file
 
 
 
-2009-11-16T10:48:52.000000Z
+2009-11-27T17:41:57.000000Z
 a922a6a91d9abbeb5b38f9892f14f766
 2008-07-24T14:24:37.068513Z
 8482
@@ -474,7 +474,7 @@ file
 
 
 
-2009-11-16T10:48:52.000000Z
+2009-11-27T17:41:57.000000Z
 15a65f2f382084e6e98209920cddefaf
 2009-05-15T09:30:06.552290Z
 11571
@@ -508,7 +508,7 @@ file
 
 
 
-2009-11-16T10:48:52.000000Z
+2009-11-27T17:41:57.000000Z
 422b129c0fd5d4943f49be9bda475ed3
 2008-07-24T14:24:37.068513Z
 8482
@@ -542,7 +542,7 @@ file
 
 
 
-2009-11-16T10:48:52.000000Z
+2009-11-27T17:41:57.000000Z
 cf919e6652ec870a28a06f1794df1bec
 2008-07-24T14:24:37.068513Z
 8482
@@ -576,7 +576,7 @@ file
 
 
 
-2009-11-16T10:48:52.000000Z
+2009-11-27T17:41:57.000000Z
 abdd0446c3fd3c46374fa2b14e1458e7
 2008-07-24T14:24:37.068513Z
 8482
index 902b793..dedfdeb 100644 (file)
@@ -1,7 +1,7 @@
 9
 
 dir
-13669
+13858
 http://svn.tribler.org/abc/tags/tribler-5.1.2/Tribler/Player/Build/Win32
 http://svn.tribler.org
 
@@ -32,7 +32,7 @@ file
 
 
 
-2009-11-16T10:48:52.000000Z
+2009-11-27T17:41:57.000000Z
 2608516092e91ab95c1a8e6a473a01d7
 2009-06-25T11:25:27.758858Z
 11975
@@ -66,7 +66,7 @@ file
 
 
 
-2009-11-16T10:48:52.000000Z
+2009-11-27T17:41:57.000000Z
 db707b158b969200b60e69b8aa06ac65
 2009-06-22T08:32:48.232258Z
 11939
@@ -100,7 +100,7 @@ file
 
 
 
-2009-11-16T10:48:52.000000Z
+2009-11-27T17:41:57.000000Z
 86471f3f8fd7d2c9b539803b99d2cfeb
 2007-12-10T15:50:30.944097Z
 6298
@@ -134,7 +134,7 @@ file
 
 
 
-2009-11-16T10:48:52.000000Z
+2009-11-27T17:41:57.000000Z
 b8bc94a67640ce8e704df18e94eba38c
 2008-02-07T16:24:18.543292Z
 6673
index 77fcaf0..0cf3d7f 100644 (file)
@@ -1,7 +1,7 @@
 9
 
 dir
-13669
+13858
 http://svn.tribler.org/abc/tags/tribler-5.1.2/Tribler/Plugin
 http://svn.tribler.org
 
@@ -35,7 +35,7 @@ file
 
 
 
-2009-11-16T10:48:52.000000Z
+2009-11-27T17:41:57.000000Z
 1c325267df2e1251e4ea81e663a0f77a
 2009-06-25T11:25:27.758858Z
 11975
@@ -69,7 +69,7 @@ file
 
 
 
-2009-11-16T10:48:52.000000Z
+2009-11-27T17:41:57.000000Z
 40567fe49813acf26ac91a85300514e6
 2009-01-29T13:05:20.908208Z
 10295
@@ -103,7 +103,7 @@ file
 
 
 
-2009-11-16T10:48:52.000000Z
+2009-11-27T17:41:57.000000Z
 79686daf33bff0b50b09f5729063ef11
 2009-01-27T15:47:46.126263Z
 10268
index 2f847fb..ce6314c 100644 (file)
@@ -1,7 +1,7 @@
 9
 
 dir
-13669
+13858
 http://svn.tribler.org/abc/tags/tribler-5.1.2/Tribler/Plugin/Build
 http://svn.tribler.org
 
index 7767357..055e776 100644 (file)
@@ -1,7 +1,7 @@
 9
 
 dir
-13669
+13858
 http://svn.tribler.org/abc/tags/tribler-5.1.2/Tribler/Plugin/Build/Win32
 http://svn.tribler.org
 
@@ -32,7 +32,7 @@ file
 
 
 
-2009-11-16T10:48:52.000000Z
+2009-11-27T17:41:57.000000Z
 d5217d7a445e8dfd36e9adef9a3349d3
 2009-06-25T11:25:27.758858Z
 11975
index 463a5b5..9a3a8b5 100644 (file)
@@ -1,7 +1,7 @@
 9
 
 dir
-13669
+13858
 http://svn.tribler.org/abc/tags/tribler-5.1.2/Tribler/Policies
 http://svn.tribler.org
 
@@ -32,7 +32,7 @@ file
 
 
 
-2009-11-16T10:48:52.000000Z
+2009-11-27T17:41:58.000000Z
 95dbff974841aaf79cc0195978598301
 2009-06-25T11:25:27.758858Z
 11975
@@ -66,7 +66,7 @@ file
 
 
 
-2009-11-16T10:48:52.000000Z
+2009-11-27T17:41:58.000000Z
 5c172bfb927e86412664637b4b64eb53
 2008-10-16T12:42:41.375075Z
 9165
@@ -100,7 +100,7 @@ file
 
 
 
-2009-11-16T10:48:52.000000Z
+2009-11-27T17:41:58.000000Z
 b00a19265f270061a76eb7c1fe94ef81
 2008-10-08T12:04:22.268162Z
 8992
@@ -134,7 +134,7 @@ file
 
 
 
-2009-11-16T10:48:52.000000Z
+2009-11-27T17:41:58.000000Z
 419fb911f769c989e2279bb06a5c3bf8
 2008-10-08T12:04:22.268162Z
 8992
index e3bab76..35749fb 100644 (file)
@@ -1,7 +1,7 @@
 9
 
 dir
-13669
+13858
 http://svn.tribler.org/abc/tags/tribler-5.1.2/Tribler/Subscriptions
 http://svn.tribler.org
 
@@ -32,7 +32,7 @@ file
 
 
 
-2009-11-16T10:48:52.000000Z
+2009-11-27T17:41:58.000000Z
 00480040f49e2a3e7fb7935664703fc7
 2008-10-08T12:04:22.268162Z
 8992
@@ -66,7 +66,7 @@ file
 
 
 
-2009-11-16T10:48:52.000000Z
+2009-11-27T17:41:58.000000Z
 6075e36eb970fbf52656bdbe36fd86ff
 2009-06-25T11:25:27.758858Z
 11975
index e49c9ba..32ffed9 100644 (file)
@@ -1,7 +1,7 @@
 9
 
 dir
-13669
+13858
 http://svn.tribler.org/abc/tags/tribler-5.1.2/Tribler/Test
 http://svn.tribler.org
 
@@ -32,7 +32,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:56.000000Z
 d9b33afb7b75eb6dfaf382478d673a05
 2009-06-25T11:25:27.758858Z
 11975
@@ -66,7 +66,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:56.000000Z
 5704f24576065e470f994c78e1932544
 2008-10-16T12:31:37.696722Z
 9163
@@ -103,7 +103,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:56.000000Z
 326779451e3c7c1fd6a3112269e38cd8
 2009-06-25T11:25:27.758858Z
 11975
@@ -137,7 +137,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:56.000000Z
 acd06dbc2a7ab7fa269df7e51f03c96f
 2009-06-25T11:25:27.758858Z
 11975
@@ -171,7 +171,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:56.000000Z
 430959aaa0f5d54330ea7105735cbd09
 2009-06-25T11:25:27.758858Z
 11975
@@ -205,7 +205,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:56.000000Z
 b00a19265f270061a76eb7c1fe94ef81
 2008-10-08T12:04:22.268162Z
 8992
@@ -239,7 +239,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:56.000000Z
 751738aa3f7d15c23ae9cdb4967dde56
 2008-10-08T12:04:22.268162Z
 8992
@@ -273,7 +273,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:56.000000Z
 0165e57eb53973d35d52abf3e50624eb
 2009-06-25T11:25:27.758858Z
 11975
@@ -307,7 +307,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:56.000000Z
 c851c6f68c133225ae4004e8b6064e6b
 2009-06-25T11:25:27.758858Z
 11975
@@ -341,7 +341,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:56.000000Z
 13dff538435b85c6b5cd37f0a604ab94
 2009-06-25T11:25:27.758858Z
 11975
@@ -375,7 +375,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:56.000000Z
 b1783b7abc088a6cf8498f90cb58fce2
 2009-06-25T11:25:27.758858Z
 11975
@@ -409,7 +409,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:56.000000Z
 d6d370bbb4c2c084d32a5a11ad09c149
 2008-10-08T12:04:22.268162Z
 8992
@@ -443,7 +443,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:56.000000Z
 e33b914beb90c3ea8dc006e32545609b
 2009-06-25T11:25:27.758858Z
 11975
@@ -477,7 +477,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:56.000000Z
 1e5020875e5180e09de6346259b932db
 2008-10-15T08:31:56.586920Z
 9085
@@ -511,7 +511,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:56.000000Z
 b7e9f17969c44c4e065fd6f8e75432c8
 2008-10-08T12:04:22.268162Z
 8992
@@ -545,7 +545,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:56.000000Z
 632f9d7d79f9b723b516edd859ac37b6
 2009-06-25T11:25:27.758858Z
 11975
@@ -579,7 +579,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:56.000000Z
 5610ac2f8d390603a5d675f21cc40514
 2009-06-25T11:25:27.758858Z
 11975
@@ -613,7 +613,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:56.000000Z
 2a826a227e8f20fc086aee36275754c8
 2008-10-08T12:04:22.268162Z
 8992
@@ -650,7 +650,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:56.000000Z
 d4e386d5ee4d19bac700ed3725cfa225
 2008-10-08T12:04:22.268162Z
 8992
@@ -684,7 +684,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:56.000000Z
 15410f1f9031121c521c57f8b802712c
 2009-06-25T11:25:27.758858Z
 11975
@@ -718,7 +718,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:56.000000Z
 6c644d66697bd43f1dcc59c7dd54eff1
 2009-06-25T11:25:27.758858Z
 11975
@@ -752,7 +752,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:56.000000Z
 fbb2ab6b793e4495e7a30deb3032caca
 2009-06-30T13:57:42.195183Z
 12015
@@ -786,7 +786,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:56.000000Z
 f0d3594e23ae4e5358e1b6ce68b34f56
 2008-10-08T12:04:22.268162Z
 8992
@@ -820,7 +820,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:56.000000Z
 1caed0da38673d873c0a0c7b5d38e51e
 2009-06-25T11:25:27.758858Z
 11975
@@ -854,7 +854,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:56.000000Z
 44218a2363b88dff380017b6bb848d5c
 2008-10-08T12:04:22.268162Z
 8992
@@ -888,7 +888,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:56.000000Z
 cf96651582415e3bc35e7503e6d81e94
 2008-12-03T09:09:00.177207Z
 9946
@@ -922,7 +922,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:56.000000Z
 a6e7d5a7a69c54f1a2a9703b5453c4c9
 2009-06-25T11:25:27.758858Z
 11975
@@ -956,7 +956,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:56.000000Z
 13b61435042a045ee523e11994c3cc8d
 2009-06-25T11:25:27.758858Z
 11975
@@ -990,7 +990,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:56.000000Z
 31be5c31309553cb9ebed5e1e28ea811
 2009-06-30T13:57:42.195183Z
 12015
@@ -1024,7 +1024,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:56.000000Z
 613ec8b67e3dd31910e0c5e1ab9a6de5
 2008-10-17T13:08:55.675612Z
 9190
@@ -1058,7 +1058,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:56.000000Z
 490c668080ffbe66d67850af5c0c4664
 2008-10-08T12:04:22.268162Z
 8992
@@ -1092,7 +1092,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:56.000000Z
 217dbe84a86415bb1a5edc3927a4b422
 2008-10-08T12:04:22.268162Z
 8992
@@ -1126,7 +1126,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:56.000000Z
 486932862c5ef03d903c0202e13998c8
 2009-06-30T13:57:42.195183Z
 12015
@@ -1160,7 +1160,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:56.000000Z
 9883ceb2b467d254cf55d657326752e2
 2008-10-08T12:04:22.268162Z
 8992
@@ -1194,7 +1194,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:56.000000Z
 b144ff4e15059e1fe91afa92cdfcb899
 2009-06-30T13:57:42.195183Z
 12015
@@ -1228,7 +1228,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:56.000000Z
 db749ac76668e59d040802b9e0490eb4
 2009-06-30T13:57:42.195183Z
 12015
@@ -1262,7 +1262,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:56.000000Z
 483821014e7997746fac16049cb5b7f7
 2009-06-25T11:25:27.758858Z
 11975
@@ -1296,7 +1296,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:56.000000Z
 30b9897aa180f73deda2f9d74c2fe44f
 2009-06-25T11:25:27.758858Z
 11975
@@ -1330,7 +1330,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:56.000000Z
 7381e77b8095a961aefa595defb89cab
 2009-06-25T11:25:27.758858Z
 11975
@@ -1364,7 +1364,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:56.000000Z
 866e2f2b5317882f150d1389d79ff75f
 2009-06-25T11:25:27.758858Z
 11975
@@ -1398,7 +1398,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:56.000000Z
 f4e60037d68f931e9cf157b76df7049a
 2009-06-30T13:57:42.195183Z
 12015
@@ -1432,7 +1432,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:56.000000Z
 34209d9360ba0a4bc8b0ab7d46f6d9fb
 2009-06-25T11:25:27.758858Z
 11975
@@ -1466,7 +1466,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:56.000000Z
 21d38db564ec4f83796d79c30e575f62
 2009-06-25T11:25:27.758858Z
 11975
@@ -1500,7 +1500,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:56.000000Z
 c40ee8481916e5ce71101294eeed479c
 2009-06-25T11:25:27.758858Z
 11975
@@ -1534,7 +1534,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:56.000000Z
 8e41432a1b5cfe1256845387c68312de
 2009-04-01T08:36:14.894074Z
 10981
@@ -1568,7 +1568,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:56.000000Z
 81ad5ed815a635ea2456e4ea2488f6b0
 2009-06-25T11:25:27.758858Z
 11975
@@ -1602,7 +1602,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:56.000000Z
 ed18cb1a1c7c5b3ffd00edb86adec3c3
 2009-03-30T15:03:39.696512Z
 10956
@@ -1636,7 +1636,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:56.000000Z
 48e703f4f085cd216b214b38465cf955
 2008-10-17T13:08:55.675612Z
 9190
@@ -1670,7 +1670,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:56.000000Z
 fedea5cbde98fef8df04183e152d9881
 2009-06-25T11:25:27.758858Z
 11975
@@ -1704,7 +1704,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:56.000000Z
 217144e4fd27adcdd2e7b1d095c441b7
 2008-10-22T09:28:09.285621Z
 9269
@@ -1738,7 +1738,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:56.000000Z
 5296e06bb2d091dccf6058b2b3be2b28
 2008-11-13T13:05:25.549911Z
 9797
@@ -1772,7 +1772,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:56.000000Z
 51829f4ba77bd4fa2732ae7676f0f91b
 2008-10-08T12:04:22.268162Z
 8992
@@ -1806,7 +1806,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:56.000000Z
 d876cca3ab456b1767b53d28efa11a9e
 2008-10-08T12:04:22.268162Z
 8992
@@ -1840,7 +1840,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:56.000000Z
 7174c8f2d6f974b0a407568cadae8af8
 2009-06-25T11:25:27.758858Z
 11975
@@ -1874,7 +1874,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:56.000000Z
 2af7f37de3e55410fa895c0c30e43970
 2008-10-08T12:04:22.268162Z
 8992
@@ -1908,7 +1908,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:56.000000Z
 534099aabc199f9125ce223041935359
 2009-06-25T11:25:27.758858Z
 11975
@@ -1942,7 +1942,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:56.000000Z
 94eefbe147a2f0f483330d5999d07851
 2009-06-25T11:25:27.758858Z
 11975
@@ -1976,7 +1976,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:56.000000Z
 81e6b1a099bc0595a70642fa964f56cd
 2009-06-25T11:25:27.758858Z
 11975
@@ -2010,7 +2010,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:56.000000Z
 392ce7d82f7f6ea1ee03fc6bc0f7db43
 2009-06-30T13:57:42.195183Z
 12015
@@ -2044,7 +2044,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:56.000000Z
 98d47b135c56f31f6a77b124e102439c
 2008-10-08T12:04:22.268162Z
 8992
@@ -2078,7 +2078,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:56.000000Z
 b1a48d1c095bd6cda7bbf95b7914b5d8
 2009-06-25T11:25:27.758858Z
 11975
@@ -2118,7 +2118,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:56.000000Z
 bb991b3619375a215293cc8296d0bf29
 2009-01-13T09:03:07.726864Z
 10147
@@ -2152,7 +2152,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:56.000000Z
 5dfd96ddb8e52aaed1a32ffd321d527e
 2008-10-08T12:04:22.268162Z
 8992
@@ -2186,7 +2186,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:56.000000Z
 fb915e7a8a2b2a05c5a7369b87b6a128
 2008-10-08T12:04:22.268162Z
 8992
@@ -2220,7 +2220,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:56.000000Z
 c604332123bf463f8fd80a22bd5786cf
 2009-04-01T08:36:14.894074Z
 10981
@@ -2254,7 +2254,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:56.000000Z
 afe08b3cc45917777ba5d11594b2990f
 2009-06-25T11:25:27.758858Z
 11975
@@ -2288,7 +2288,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:56.000000Z
 21f55222a05a3b80d0cc2763315b8ce7
 2008-10-08T12:04:22.268162Z
 8992
@@ -2322,7 +2322,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:56.000000Z
 c60d2a3bd71cb27105ee76c40c02c8e1
 2008-11-13T13:52:40.092321Z
 9800
@@ -2356,7 +2356,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:56.000000Z
 771ebd6c9f19b819b81d2a2df1dd249d
 2008-10-08T12:04:22.268162Z
 8992
@@ -2390,7 +2390,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:56.000000Z
 4d2980a8521addf30a51f5d09c2474a0
 2008-10-08T12:04:22.268162Z
 8992
@@ -2424,7 +2424,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:56.000000Z
 1fe4e6b0c9097006c71c2cad1117b4a1
 2009-05-15T09:49:44.572450Z
 11572
@@ -2458,7 +2458,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:56.000000Z
 cef614c18caade61888697975bfe0775
 2008-10-08T12:04:22.268162Z
 8992
@@ -2492,7 +2492,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:56.000000Z
 47c5a4abc09105b34b31b464dfc1f028
 2007-05-14T16:08:29.183066Z
 4046
@@ -2526,7 +2526,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:56.000000Z
 c58f1df6c796985035b91f9f37ce16df
 2009-06-25T11:25:27.758858Z
 11975
index 0bfe6cb..88d4e7e 100644 (file)
@@ -1,7 +1,7 @@
 9
 
 dir
-13669
+13858
 http://svn.tribler.org/abc/tags/tribler-5.1.2/Tribler/Test/API
 http://svn.tribler.org
 
@@ -32,7 +32,7 @@ file
 
 
 
-2009-11-16T10:48:47.000000Z
+2009-11-27T17:41:52.000000Z
 06a50e413fa6edd7e02571510e421606
 2008-10-08T12:04:22.268162Z
 8992
@@ -66,7 +66,7 @@ file
 
 
 
-2009-11-16T10:48:47.000000Z
+2009-11-27T17:41:52.000000Z
 36c3a1f078f536abafe16c7c909467d9
 2008-10-08T12:04:22.268162Z
 8992
@@ -100,7 +100,7 @@ file
 
 
 
-2009-11-16T10:48:47.000000Z
+2009-11-27T17:41:52.000000Z
 b150c19ab69cc9590407ba201b16e4a2
 2007-11-09T12:32:24.689629Z
 6092
@@ -134,7 +134,7 @@ file
 
 
 
-2009-11-16T10:48:47.000000Z
+2009-11-27T17:41:52.000000Z
 5d6e6a4becb7cb025daf9bcd3b220799
 2008-10-08T12:04:22.268162Z
 8992
@@ -168,7 +168,7 @@ file
 
 
 
-2009-11-16T10:48:47.000000Z
+2009-11-27T17:41:52.000000Z
 64d94392a447737d895b099087a1e0be
 2007-11-09T12:32:24.689629Z
 6092
@@ -202,7 +202,7 @@ file
 
 
 
-2009-11-16T10:48:47.000000Z
+2009-11-27T17:41:52.000000Z
 421597f3eb75d02d5a05b6f39f682fed
 2009-06-25T11:25:27.758858Z
 11975
@@ -236,7 +236,7 @@ file
 
 
 
-2009-11-16T10:48:47.000000Z
+2009-11-27T17:41:52.000000Z
 36c17956f9a241e871d7d7c6db98dc24
 2009-06-25T11:25:27.758858Z
 11975
@@ -270,7 +270,7 @@ file
 
 
 
-2009-11-16T10:48:47.000000Z
+2009-11-27T17:41:52.000000Z
 571605754a375618805bd24164be88e6
 2007-11-09T12:32:24.689629Z
 6092
@@ -304,7 +304,7 @@ file
 
 
 
-2009-11-16T10:48:47.000000Z
+2009-11-27T17:41:52.000000Z
 55c8b1bf960707374a4f3375a97e7057
 2008-10-08T12:04:22.268162Z
 8992
@@ -338,7 +338,7 @@ file
 
 
 
-2009-11-16T10:48:47.000000Z
+2009-11-27T17:41:52.000000Z
 3f2a8852f18616cf45bab32ddd80cbba
 2009-06-25T11:25:27.758858Z
 11975
@@ -372,7 +372,7 @@ file
 
 
 
-2009-11-16T10:48:47.000000Z
+2009-11-27T17:41:52.000000Z
 bdbf3f470147480906a298c67ceedfdc
 2008-05-15T09:51:19.284491Z
 7604
@@ -409,7 +409,7 @@ file
 
 
 
-2009-11-16T10:48:47.000000Z
+2009-11-27T17:41:52.000000Z
 bbeacd91cba9ca7e517e4082be98196b
 2009-06-30T13:57:42.195183Z
 12015
@@ -443,7 +443,7 @@ file
 
 
 
-2009-11-16T10:48:47.000000Z
+2009-11-27T17:41:52.000000Z
 f5cfc47896b47df2a07b4283fd176175
 2008-10-08T12:04:22.268162Z
 8992
@@ -477,7 +477,7 @@ file
 
 
 
-2009-11-16T10:48:47.000000Z
+2009-11-27T17:41:52.000000Z
 8792c01e0a4178cad202bab583dffdb1
 2007-11-09T12:32:24.689629Z
 6092
@@ -511,7 +511,7 @@ file
 
 
 
-2009-11-16T10:48:47.000000Z
+2009-11-27T17:41:52.000000Z
 a5014ad83f3d292c98dba454b234f82d
 2008-10-08T12:04:22.268162Z
 8992
index d458655..f729ac7 100644 (file)
@@ -1,7 +1,7 @@
 9
 
 dir
-13669
+13858
 http://svn.tribler.org/abc/tags/tribler-5.1.2/Tribler/Test/API/contentdir
 http://svn.tribler.org
 
@@ -32,7 +32,7 @@ file
 
 
 
-2009-11-16T10:48:47.000000Z
+2009-11-27T17:41:52.000000Z
 8c1a2c35cde3ad5597ae19edf94034f2
 2007-11-08T15:53:59.737721Z
 6084
@@ -66,7 +66,7 @@ file
 
 
 
-2009-11-16T10:48:47.000000Z
+2009-11-27T17:41:52.000000Z
 466c0c753b9d9440350cba991d293871
 2008-10-08T12:04:22.268162Z
 8992
index 044afee..7b5712e 100644 (file)
@@ -1,7 +1,7 @@
 9
 
 dir
-13669
+13858
 http://svn.tribler.org/abc/tags/tribler-5.1.2/Tribler/Test/empty_dir
 http://svn.tribler.org
 
index 6f56b08..4d62d57 100644 (file)
@@ -1,7 +1,7 @@
 9
 
 dir
-13669
+13858
 http://svn.tribler.org/abc/tags/tribler-5.1.2/Tribler/Test/extend_db_dir
 http://svn.tribler.org
 
@@ -32,7 +32,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:55.000000Z
 412fe6826241e81ce93f33d462ed30f7
 2008-10-08T12:04:22.268162Z
 8992
@@ -66,7 +66,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:55.000000Z
 617574eec749d31f40f2b58791891ad6
 2008-07-24T11:23:57.195060Z
 8479
@@ -100,7 +100,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:55.000000Z
 701ef4f4f0438fbd98109931fd69bde8
 2008-02-28T08:36:32.210407Z
 6879
@@ -134,7 +134,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:55.000000Z
 a8b484489158344175b20e73983c8473
 2008-07-24T11:23:57.195060Z
 8479
@@ -168,7 +168,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:55.000000Z
 aad0b7c7ec61e93a9c12e7a54af4de3c
 2008-02-28T08:36:32.210407Z
 6879
@@ -202,7 +202,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:55.000000Z
 6b694535fbc5818c8d0ff94448eb3c6d
 2008-08-20T14:28:03.156544Z
 8673
@@ -236,7 +236,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:55.000000Z
 4bdfb7468ca7d6338ec9226880fbfd20
 2008-10-08T12:04:22.268162Z
 8992
index 88c888b..afc955d 100644 (file)
@@ -1,7 +1,7 @@
 9
 
 dir
-13669
+13858
 http://svn.tribler.org/abc/tags/tribler-5.1.2/Tribler/Test/extend_hs_dir
 http://svn.tribler.org
 
@@ -32,7 +32,7 @@ file
 
 
 
-2009-11-16T10:48:46.000000Z
+2009-11-27T17:41:51.000000Z
 6f8a73d19af793bc6a7f7461d5b68ff4
 2007-02-27T13:58:28.395744Z
 2995
index c7ab559..05fcc18 100644 (file)
@@ -1,7 +1,7 @@
 9
 
 dir
-13669
+13858
 http://svn.tribler.org/abc/tags/tribler-5.1.2/Tribler/Tools
 http://svn.tribler.org
 
@@ -32,7 +32,7 @@ file
 
 
 
-2009-11-16T10:48:52.000000Z
+2009-11-27T17:41:57.000000Z
 03d30f6f33875b41428972e1463703d5
 2008-10-08T12:04:22.268162Z
 8992
@@ -66,7 +66,7 @@ file
 
 
 
-2009-11-16T10:48:52.000000Z
+2009-11-27T17:41:57.000000Z
 a3e89e411fbd9ccdc02d919a85ce2c59
 2008-10-08T12:04:22.268162Z
 8992
@@ -100,7 +100,7 @@ file
 
 
 
-2009-11-16T10:48:52.000000Z
+2009-11-27T17:41:57.000000Z
 17a765f2f1f632759960561cab55fc04
 2009-01-13T09:03:07.726864Z
 10147
@@ -134,7 +134,7 @@ file
 
 
 
-2009-11-16T10:48:52.000000Z
+2009-11-27T17:41:57.000000Z
 4dfd3f1330b36ed4e7f10b11de62e421
 2009-06-25T11:25:27.758858Z
 11975
@@ -168,7 +168,7 @@ file
 
 
 
-2009-11-16T10:48:52.000000Z
+2009-11-27T17:41:57.000000Z
 50e8fcc29f19f4048ce50be016d61388
 2009-06-25T11:25:27.758858Z
 11975
@@ -202,7 +202,7 @@ file
 
 
 
-2009-11-16T10:48:52.000000Z
+2009-11-27T17:41:57.000000Z
 b00a19265f270061a76eb7c1fe94ef81
 2008-10-08T12:04:22.268162Z
 8992
@@ -236,7 +236,7 @@ file
 
 
 
-2009-11-16T10:48:52.000000Z
+2009-11-27T17:41:57.000000Z
 6785046082e0c908b38f0de229fe72a4
 2009-01-13T09:03:07.726864Z
 10147
@@ -270,7 +270,7 @@ file
 
 
 
-2009-11-16T10:48:52.000000Z
+2009-11-27T17:41:57.000000Z
 c2f5a5da88bef9f0f6c2258ed789f004
 2008-10-08T12:04:22.268162Z
 8992
@@ -304,7 +304,7 @@ file
 
 
 
-2009-11-16T10:48:52.000000Z
+2009-11-27T17:41:57.000000Z
 a8dfc439a27d56a61b6bf7994477e607
 2009-01-29T13:05:20.908208Z
 10295
@@ -338,7 +338,7 @@ file
 
 
 
-2009-11-16T10:48:52.000000Z
+2009-11-27T17:41:57.000000Z
 d70714d9faf0425727fb309e3563687e
 2009-01-29T13:05:20.908208Z
 10295
@@ -372,7 +372,7 @@ file
 
 
 
-2009-11-16T10:48:52.000000Z
+2009-11-27T17:41:57.000000Z
 4bd21968fc7325a917a813fafd5d05e7
 2009-01-13T09:03:07.726864Z
 10147
@@ -406,7 +406,7 @@ file
 
 
 
-2009-11-16T10:48:52.000000Z
+2009-11-27T17:41:57.000000Z
 d1f6fcf5123916c4bb0086b2b4a48290
 2008-10-08T12:04:22.268162Z
 8992
@@ -440,7 +440,7 @@ file
 
 
 
-2009-11-16T10:48:52.000000Z
+2009-11-27T17:41:57.000000Z
 037d833d00bc5fd41738a7baee17ce40
 2009-06-25T11:25:27.758858Z
 11975
@@ -474,7 +474,7 @@ file
 
 
 
-2009-11-16T10:48:52.000000Z
+2009-11-27T17:41:57.000000Z
 b9a4fe9a989a12a4b4a23a3e599aabde
 2008-10-08T12:04:22.268162Z
 8992
@@ -508,7 +508,7 @@ file
 
 
 
-2009-11-16T10:48:52.000000Z
+2009-11-27T17:41:57.000000Z
 b9c64ecba91e559f8e076bd2c80cd822
 2008-10-08T12:04:22.268162Z
 8992
@@ -542,7 +542,7 @@ file
 
 
 
-2009-11-16T10:48:52.000000Z
+2009-11-27T17:41:57.000000Z
 0c1956e59c2d8185b52eccc051b60082
 2008-10-08T12:04:22.268162Z
 8992
index 0911d0b..44398f6 100644 (file)
@@ -1,5 +1,4 @@
 from time import localtime, strftime
-
 # Written by Arno Bakker 
 # see LICENSE.txt for license information
 #
@@ -20,7 +19,6 @@ from traceback import print_exc
 from Tribler.Core.API import *
 from Tribler.Core.BitTornado.__init__ import version, report_email
 
-
 # Transfers' status info is output into status_file.
 FILE_NAME = "status_msg.log" #+ strftime("_%d_%b_%Y_%H_%M_%S", localtime()) + ".log"
 status_file = open(FILE_NAME, 'w');
@@ -41,17 +39,13 @@ def usage():
     print
     print "Report bugs to <" + report_email + ">"
 
-
 def print_version():
     print version, "<" + report_email + ">"
 
-
-
-
 def state_callback(ds):
     d = ds.get_download()
-#    print >>sys.stderr, strftime("%d %b %Y %H:%M:%S", localtime())," ",`d.get_def().get_name()`,dlstatus_strings[ds.get_status()],ds.get_progress(),"%",ds.get_error(),"up",ds.get_current_speed(UPLOAD),"down",ds.get_current_speed(DOWNLOAD)
-    print >>status_file, strftime("%d %b %Y %H:%M:%S", localtime())," ", '%s %s %5.2f%% %s up %8.2fKB/s down %8.2fKB/s eta %d peers %d' % \
+#    print >>sys.stderr, strftime("%d-%m-%Y %H:%M:%S", localtime())," ",`d.get_def().get_name()`,dlstatus_strings[ds.get_status()],ds.get_progress(),"%",ds.get_error(),"up",ds.get_current_speed(UPLOAD),"down",ds.get_current_speed(DOWNLOAD)
+    print >>status_file, strftime("%d-%m-%Y %H:%M:%S", localtime())," ", '%s %s %5.2f%% %s up %8.2fKB/s down %8.2fKB/s eta %s peers %s' % \
             (d.get_def().get_name(), \
             dlstatus_strings[ds.get_status()], \
             ds.get_progress() * 100, \
@@ -144,4 +138,3 @@ def main():
 
 if __name__ == "__main__":
     main()
-    status_file.close();
index 05df082..9b54e35 100644 (file)
@@ -41,7 +41,7 @@ def print_version():
 def state_callback(ds):
     d = ds.get_download()
 #    print >>sys.stderr, strftime("%d-%m-%Y %H:%M:%S", localtime())," ",`d.get_def().get_name()`,dlstatus_strings[ds.get_status()],ds.get_progress(),"%",ds.get_error(),"up",ds.get_current_speed(UPLOAD),"down",ds.get_current_speed(DOWNLOAD)
-    print >>sys.stderr, strftime("%d-%m-%Y %H:%M:%S", localtime())," ", '%s %s %5.2f%% %s up %8.2fKB/s down %8.2fKB/s' % \
+    print >>sys.stderr, strftime("%d-%m-%Y %H:%M:%S", localtime())," ", '%s %s %5.2f%% %s up %8.2fKB/s down %8.2fKB/s eta %s num_peers' % \
             (d.get_def().get_name(), \
             dlstatus_strings[ds.get_status()], \
             ds.get_progress() * 100, \
index 8fc4064..a7fd5b8 100644 (file)
@@ -1,7 +1,7 @@
 9
 
 dir
-13669
+13858
 http://svn.tribler.org/abc/tags/tribler-5.1.2/Tribler/TrackerChecking
 http://svn.tribler.org
 
@@ -32,7 +32,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:57.000000Z
 8d2333caffadb3c4d5103a236cd84031
 2009-06-25T11:25:27.758858Z
 11975
@@ -66,7 +66,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:57.000000Z
 b00a19265f270061a76eb7c1fe94ef81
 2008-10-08T12:04:22.268162Z
 8992
@@ -100,7 +100,7 @@ file
 
 
 
-2009-11-16T10:48:51.000000Z
+2009-11-27T17:41:57.000000Z
 e38601e686d857d54f55606ff9aedb08
 2008-10-08T12:04:22.268162Z
 8992
index 05d5fe0..b7f9762 100644 (file)
@@ -1,7 +1,7 @@
 9
 
 dir
-13669
+13858
 http://svn.tribler.org/abc/tags/tribler-5.1.2/Tribler/Utilities
 http://svn.tribler.org
 
@@ -32,7 +32,7 @@ file
 
 
 
-2009-11-16T10:48:52.000000Z
+2009-11-27T17:41:58.000000Z
 d454d346a3323a306fdb03a351b27f74
 2009-06-25T11:25:27.758858Z
 11975
@@ -66,7 +66,7 @@ file
 
 
 
-2009-11-16T10:48:52.000000Z
+2009-11-27T17:41:58.000000Z
 162be3b1a24f2bbc48519768e2c92f3c
 2008-11-13T13:05:25.549911Z
 9797
@@ -100,7 +100,7 @@ file
 
 
 
-2009-11-16T10:48:52.000000Z
+2009-11-27T17:41:58.000000Z
 6a3d1edbb308692971849d6c79453d7c
 2009-06-25T11:25:27.758858Z
 11975
@@ -134,7 +134,7 @@ file
 
 
 
-2009-11-16T10:48:52.000000Z
+2009-11-27T17:41:58.000000Z
 ecd438ba54958052f68d7d60b6f451d4
 2009-01-29T13:05:20.908208Z
 10295
@@ -168,7 +168,7 @@ file
 
 
 
-2009-11-16T10:48:52.000000Z
+2009-11-27T17:41:58.000000Z
 b00a19265f270061a76eb7c1fe94ef81
 2008-10-08T12:04:22.268162Z
 8992
index 3766dbb..a67d70c 100644 (file)
@@ -1,7 +1,7 @@
 9
 
 dir
-13669
+13858
 http://svn.tribler.org/abc/tags/tribler-5.1.2/Tribler/Video
 http://svn.tribler.org
 
@@ -32,7 +32,7 @@ file
 
 
 
-2009-11-16T10:48:52.000000Z
+2009-11-27T17:41:58.000000Z
 a297c63cfa19b016e94acac1b9f13ce4
 2009-06-30T16:19:45.063888Z
 12017
@@ -69,7 +69,7 @@ file
 
 
 
-2009-11-16T10:48:52.000000Z
+2009-11-27T17:41:58.000000Z
 69a51f44ceb353ff52c87620b4936556
 2009-04-27T15:38:40.982655Z
 11416
@@ -103,7 +103,7 @@ file
 
 
 
-2009-11-16T10:48:52.000000Z
+2009-11-27T17:41:58.000000Z
 b00a19265f270061a76eb7c1fe94ef81
 2008-10-08T12:04:22.268162Z
 8992
@@ -137,7 +137,7 @@ file
 
 
 
-2009-11-16T10:48:52.000000Z
+2009-11-27T17:41:58.000000Z
 b87e635cbf748f5fa01bc7e872ee3c8c
 2009-06-25T11:25:27.758858Z
 11975
@@ -171,7 +171,7 @@ file
 
 
 
-2009-11-16T10:48:52.000000Z
+2009-11-27T17:41:58.000000Z
 80370293c7d920072d1c9bbf94938c85
 2009-04-08T10:28:45.551392Z
 11105
@@ -205,7 +205,7 @@ file
 
 
 
-2009-11-16T10:48:52.000000Z
+2009-11-27T17:41:58.000000Z
 308e24fc0d0a5f35b2c08b65c5493682
 2008-10-08T12:04:22.268162Z
 8992
@@ -239,7 +239,7 @@ file
 
 
 
-2009-11-16T10:48:52.000000Z
+2009-11-27T17:41:58.000000Z
 db4fe5d057d741167184d88b02a01608
 2009-06-30T16:19:45.063888Z
 12017
@@ -273,7 +273,7 @@ file
 
 
 
-2009-11-16T10:48:52.000000Z
+2009-11-27T17:41:58.000000Z
 e1e1eb11bcb212a411c18584cc38b48c
 2009-04-29T09:26:54.271855Z
 11437
@@ -307,7 +307,7 @@ file
 
 
 
-2009-11-16T10:48:52.000000Z
+2009-11-27T17:41:58.000000Z
 4528dc879b05f0279f4612ef22cac5f3
 2009-06-25T11:25:27.758858Z
 11975
@@ -341,7 +341,7 @@ file
 
 
 
-2009-11-16T10:48:52.000000Z
+2009-11-27T17:41:58.000000Z
 faffadbf3cd11e6ac6b1c582250d31f5
 2009-06-25T11:25:27.758858Z
 11975
@@ -375,7 +375,7 @@ file
 
 
 
-2009-11-16T10:48:52.000000Z
+2009-11-27T17:41:58.000000Z
 1821e3dd5d69b691222b206119e00612
 2009-06-25T11:25:27.758858Z
 11975
index c7dfd5e..145f3b7 100644 (file)
@@ -1,7 +1,7 @@
 9
 
 dir
-13669
+13858
 http://svn.tribler.org/abc/tags/tribler-5.1.2/Tribler/Video/Images
 http://svn.tribler.org
 
@@ -32,7 +32,7 @@ file
 
 
 
-2009-11-16T10:48:52.000000Z
+2009-11-27T17:41:58.000000Z
 693967d9816efc8942f9d8a856fc2ac3
 2009-02-03T10:18:39.847215Z
 10338
@@ -66,7 +66,7 @@ file
 
 
 
-2009-11-16T10:48:52.000000Z
+2009-11-27T17:41:58.000000Z
 aadd6a49db127f75234054eccecc3bcd
 2009-02-03T10:18:39.847215Z
 10338
@@ -100,7 +100,7 @@ file
 
 
 
-2009-11-16T10:48:52.000000Z
+2009-11-27T17:41:58.000000Z
 7768cd6ce579085023fc6f79e49da1ca
 2009-02-03T10:18:39.847215Z
 10338
@@ -134,7 +134,7 @@ file
 
 
 
-2009-11-16T10:48:52.000000Z
+2009-11-27T17:41:58.000000Z
 40553afde57b8b752bcb3a57ce4bc8a0
 2009-02-03T10:18:39.847215Z
 10338
@@ -168,7 +168,7 @@ file
 
 
 
-2009-11-16T10:48:52.000000Z
+2009-11-27T17:41:58.000000Z
 3bfc7f70b6dc9879fce65b4b049fef2b
 2009-02-03T10:18:39.847215Z
 10338
@@ -202,7 +202,7 @@ file
 
 
 
-2009-11-16T10:48:52.000000Z
+2009-11-27T17:41:58.000000Z
 b6592ae2938a76d28d1034f23b2a5ed5
 2009-03-05T14:08:40.006526Z
 10715
@@ -236,7 +236,7 @@ file
 
 
 
-2009-11-16T10:48:52.000000Z
+2009-11-27T17:41:58.000000Z
 a9b4f782d0c35df98748516cb85ea436
 2009-02-03T10:18:39.847215Z
 10338
@@ -270,7 +270,7 @@ file
 
 
 
-2009-11-16T10:48:52.000000Z
+2009-11-27T17:41:58.000000Z
 30400feabd616d1f90f179a008686535
 2009-02-03T10:18:39.847215Z
 10338
@@ -304,7 +304,7 @@ file
 
 
 
-2009-11-16T10:48:52.000000Z
+2009-11-27T17:41:58.000000Z
 d361cfe500b0038fab401331af13b900
 2009-02-20T12:54:02.915574Z
 10510
@@ -338,7 +338,7 @@ file
 
 
 
-2009-11-16T10:48:52.000000Z
+2009-11-27T17:41:58.000000Z
 7a3f2e00fcd6814090ec63807ff20b1f
 2009-03-05T14:08:40.006526Z
 10715
@@ -372,7 +372,7 @@ file
 
 
 
-2009-11-16T10:48:52.000000Z
+2009-11-27T17:41:58.000000Z
 414c0415658c86992c9011c20bc32985
 2009-02-03T10:18:39.847215Z
 10338
@@ -406,7 +406,7 @@ file
 
 
 
-2009-11-16T10:48:52.000000Z
+2009-11-27T17:41:58.000000Z
 693967d9816efc8942f9d8a856fc2ac3
 2009-02-03T10:18:39.847215Z
 10338
@@ -440,7 +440,7 @@ file
 
 
 
-2009-11-16T10:48:52.000000Z
+2009-11-27T17:41:58.000000Z
 d07eefbca39f9fb8efc057dadae8b28a
 2009-02-03T10:18:39.847215Z
 10338
@@ -474,7 +474,7 @@ file
 
 
 
-2009-11-16T10:48:52.000000Z
+2009-11-27T17:41:58.000000Z
 7768cd6ce579085023fc6f79e49da1ca
 2009-02-03T10:18:39.847215Z
 10338
@@ -508,7 +508,7 @@ file
 
 
 
-2009-11-16T10:48:52.000000Z
+2009-11-27T17:41:58.000000Z
 9008763995d8310097fccf1b5b180add
 2009-02-03T10:18:39.847215Z
 10338
@@ -542,7 +542,7 @@ file
 
 
 
-2009-11-16T10:48:52.000000Z
+2009-11-27T17:41:58.000000Z
 218f0e9f63e25570c629643d26805981
 2009-06-16T13:25:17.416594Z
 11892
@@ -576,7 +576,7 @@ file
 
 
 
-2009-11-16T10:48:52.000000Z
+2009-11-27T17:41:58.000000Z
 571c0adaee5f607c70f2a6410a7a313d
 2009-04-27T13:20:41.752820Z
 11408
@@ -610,7 +610,7 @@ file
 
 
 
-2009-11-16T10:48:52.000000Z
+2009-11-27T17:41:58.000000Z
 a950a657527344b56402bee297981076
 2009-02-03T10:18:39.847215Z
 10338
@@ -644,7 +644,7 @@ file
 
 
 
-2009-11-16T10:48:52.000000Z
+2009-11-27T17:41:58.000000Z
 6a08db3ebc452650db1cc4709ca8c25b
 2009-02-03T10:18:39.847215Z
 10338
@@ -678,7 +678,7 @@ file
 
 
 
-2009-11-16T10:48:52.000000Z
+2009-11-27T17:41:58.000000Z
 aadd6a49db127f75234054eccecc3bcd
 2009-02-03T10:18:39.847215Z
 10338
@@ -712,7 +712,7 @@ file
 
 
 
-2009-11-16T10:48:52.000000Z
+2009-11-27T17:41:58.000000Z
 ed18c57596678908178aa6efa985b1ee
 2009-02-20T12:54:02.915574Z
 10510
@@ -746,7 +746,7 @@ file
 
 
 
-2009-11-16T10:48:52.000000Z
+2009-11-27T17:41:58.000000Z
 d07eefbca39f9fb8efc057dadae8b28a
 2009-02-03T10:18:39.847215Z
 10338
@@ -780,7 +780,7 @@ file
 
 
 
-2009-11-16T10:48:52.000000Z
+2009-11-27T17:41:58.000000Z
 9008763995d8310097fccf1b5b180add
 2009-02-03T10:18:39.847215Z
 10338
@@ -814,7 +814,7 @@ file
 
 
 
-2009-11-16T10:48:52.000000Z
+2009-11-27T17:41:58.000000Z
 171b514338e2bcfc96c0665075fff027
 2009-04-27T13:20:41.752820Z
 11408
@@ -848,7 +848,7 @@ file
 
 
 
-2009-11-16T10:48:52.000000Z
+2009-11-27T17:41:58.000000Z
 1c534506b7d67f2c56608d640c99090c
 2009-04-27T13:20:41.752820Z
 11408
@@ -882,7 +882,7 @@ file
 
 
 
-2009-11-16T10:48:52.000000Z
+2009-11-27T17:41:58.000000Z
 05f6738904bd4e3085e747046e677374
 2009-04-20T13:12:31.633017Z
 11259
@@ -916,7 +916,7 @@ file
 
 
 
-2009-11-16T10:48:52.000000Z
+2009-11-27T17:41:58.000000Z
 c290d535892fc9a04cd54a5cb310f6b3
 2009-04-20T13:12:31.633017Z
 11259
@@ -950,7 +950,7 @@ file
 
 
 
-2009-11-16T10:48:52.000000Z
+2009-11-27T17:41:58.000000Z
 aadd6a49db127f75234054eccecc3bcd
 2009-02-03T10:18:39.847215Z
 10338
@@ -984,7 +984,7 @@ file
 
 
 
-2009-11-16T10:48:52.000000Z
+2009-11-27T17:41:58.000000Z
 455fb8937cf8190503ab764aeb242405
 2009-02-03T10:18:39.847215Z
 10338
@@ -1018,7 +1018,7 @@ file
 
 
 
-2009-11-16T10:48:52.000000Z
+2009-11-27T17:41:58.000000Z
 35cf24ff63c79c49332a4c389c86b0b0
 2009-02-03T10:18:39.847215Z
 10338
@@ -1052,7 +1052,7 @@ file
 
 
 
-2009-11-16T10:48:52.000000Z
+2009-11-27T17:41:58.000000Z
 4dc8347c6f6c7986ad8798c512d72bb0
 2009-04-27T13:20:41.752820Z
 11408
@@ -1086,7 +1086,7 @@ file
 
 
 
-2009-11-16T10:48:52.000000Z
+2009-11-27T17:41:58.000000Z
 414c0415658c86992c9011c20bc32985
 2009-02-03T10:18:39.847215Z
 10338
@@ -1120,7 +1120,7 @@ file
 
 
 
-2009-11-16T10:48:52.000000Z
+2009-11-27T17:41:58.000000Z
 db2f897b6a2ffee8a5c4d88d03c5876d
 2009-02-03T10:18:39.847215Z
 10338
@@ -1154,7 +1154,7 @@ file
 
 
 
-2009-11-16T10:48:52.000000Z
+2009-11-27T17:41:58.000000Z
 ad53c487ce0138d356b531cad75ac52c
 2009-02-03T10:18:39.847215Z
 10338
@@ -1188,7 +1188,7 @@ file
 
 
 
-2009-11-16T10:48:52.000000Z
+2009-11-27T17:41:58.000000Z
 aadd6a49db127f75234054eccecc3bcd
 2009-02-03T10:18:39.847215Z
 10338
@@ -1222,7 +1222,7 @@ file
 
 
 
-2009-11-16T10:48:52.000000Z
+2009-11-27T17:41:58.000000Z
 9eb1c4b6f2e626364fd5f333bd925535
 2009-04-20T13:12:31.633017Z
 11259
@@ -1256,7 +1256,7 @@ file
 
 
 
-2009-11-16T10:48:52.000000Z
+2009-11-27T17:41:58.000000Z
 a9b4f782d0c35df98748516cb85ea436
 2009-02-03T10:18:39.847215Z
 10338
@@ -1290,7 +1290,7 @@ file
 
 
 
-2009-11-16T10:48:52.000000Z
+2009-11-27T17:41:58.000000Z
 35cf24ff63c79c49332a4c389c86b0b0
 2009-02-03T10:18:39.847215Z
 10338
@@ -1324,7 +1324,7 @@ file
 
 
 
-2009-11-16T10:48:52.000000Z
+2009-11-27T17:41:58.000000Z
 30400feabd616d1f90f179a008686535
 2009-02-03T10:18:39.847215Z
 10338
@@ -1358,7 +1358,7 @@ file
 
 
 
-2009-11-16T10:48:52.000000Z
+2009-11-27T17:41:58.000000Z
 07442471f5dd4262be7650cf28109fb0
 2009-02-03T10:18:39.847215Z
 10338
@@ -1392,7 +1392,7 @@ file
 
 
 
-2009-11-16T10:48:52.000000Z
+2009-11-27T17:41:58.000000Z
 414c0415658c86992c9011c20bc32985
 2009-02-03T10:18:39.847215Z
 10338
@@ -1426,7 +1426,7 @@ file
 
 
 
-2009-11-16T10:48:52.000000Z
+2009-11-27T17:41:58.000000Z
 8378ee9994b079affdaa6828cf222bf9
 2009-02-03T10:18:39.847215Z
 10338
@@ -1460,7 +1460,7 @@ file
 
 
 
-2009-11-16T10:48:52.000000Z
+2009-11-27T17:41:58.000000Z
 ad53c487ce0138d356b531cad75ac52c
 2009-02-03T10:18:39.847215Z
 10338
@@ -1494,7 +1494,7 @@ file
 
 
 
-2009-11-16T10:48:52.000000Z
+2009-11-27T17:41:58.000000Z
 218f0e9f63e25570c629643d26805981
 2009-03-05T14:08:40.006526Z
 10715
@@ -1528,7 +1528,7 @@ file
 
 
 
-2009-11-16T10:48:52.000000Z
+2009-11-27T17:41:58.000000Z
 14cd9f960b7d308287eee28aa99bf90c
 2009-02-20T12:54:02.915574Z
 10510
index f42efaa..0882a8c 100644 (file)
@@ -1,7 +1,7 @@
 9
 
 dir
-13669
+13858
 http://svn.tribler.org/abc/tags/tribler-5.1.2/Tribler/Web2
 http://svn.tribler.org
 
@@ -32,7 +32,7 @@ file
 
 
 
-2009-11-16T10:48:52.000000Z
+2009-11-27T17:41:57.000000Z
 ddfec107e1c2a73d172f2b1e3ddc05da
 2008-10-21T08:57:13.607926Z
 9244
@@ -69,7 +69,7 @@ file
 
 
 
-2009-11-16T10:48:52.000000Z
+2009-11-27T17:41:57.000000Z
 8552f8d63809478f72f69b314fee272a
 2008-10-21T09:56:57.226710Z
 9250
index 9afbaf3..a9ff8eb 100644 (file)
@@ -1,7 +1,7 @@
 9
 
 dir
-13669
+13858
 http://svn.tribler.org/abc/tags/tribler-5.1.2/Tribler/Web2/photo
 http://svn.tribler.org
 
@@ -32,7 +32,7 @@ file
 
 
 
-2009-11-16T10:48:52.000000Z
+2009-11-27T17:41:57.000000Z
 99714ccb218f2a9d3ad6b6bfbc7a5724
 2009-06-25T11:25:27.758858Z
 11975
@@ -66,7 +66,7 @@ file
 
 
 
-2009-11-16T10:48:52.000000Z
+2009-11-27T17:41:57.000000Z
 fd82949a5f1601a8ad90830d34e407bd
 2008-10-08T12:04:22.268162Z
 8992
@@ -100,7 +100,7 @@ file
 
 
 
-2009-11-16T10:48:52.000000Z
+2009-11-27T17:41:57.000000Z
 32783fa5fc0660497547f2b41c1fc62f
 2008-10-08T12:04:22.268162Z
 8992
@@ -134,7 +134,7 @@ file
 
 
 
-2009-11-16T10:48:52.000000Z
+2009-11-27T17:41:57.000000Z
 e55c275cf85d6731d6cc6f26e0f109ed
 2008-10-08T12:04:22.268162Z
 8992
@@ -168,7 +168,7 @@ file
 
 
 
-2009-11-16T10:48:52.000000Z
+2009-11-27T17:41:57.000000Z
 b8a81e65be4a41cfecb0714f9c633c90
 2008-10-08T12:04:22.268162Z
 8992
index c6ad4a2..2c04c75 100644 (file)
@@ -1,7 +1,7 @@
 9
 
 dir
-13669
+13858
 http://svn.tribler.org/abc/tags/tribler-5.1.2/Tribler/Web2/util
 http://svn.tribler.org
 
@@ -32,7 +32,7 @@ file
 
 
 
-2009-11-16T10:48:52.000000Z
+2009-11-27T17:41:57.000000Z
 4cb6483d212c30d698b495cd80ce4566
 2009-06-25T11:25:27.758858Z
 11975
@@ -66,7 +66,7 @@ file
 
 
 
-2009-11-16T10:48:52.000000Z
+2009-11-27T17:41:57.000000Z
 9f7ec652e1608c1cac0ebb2779608043
 2008-10-08T12:04:22.268162Z
 8992
@@ -100,7 +100,7 @@ file
 
 
 
-2009-11-16T10:48:52.000000Z
+2009-11-27T17:41:57.000000Z
 32783fa5fc0660497547f2b41c1fc62f
 2008-10-08T12:04:22.268162Z
 8992
@@ -134,7 +134,7 @@ file
 
 
 
-2009-11-16T10:48:52.000000Z
+2009-11-27T17:41:57.000000Z
 d33e3e078170fb72493f663218edbb88
 2009-06-25T11:25:27.758858Z
 11975
@@ -168,7 +168,7 @@ file
 
 
 
-2009-11-16T10:48:52.000000Z
+2009-11-27T17:41:57.000000Z
 9ae485238358ef9899eed9b15f2076ed
 2008-10-08T12:04:22.268162Z
 8992
@@ -202,7 +202,7 @@ file
 
 
 
-2009-11-16T10:48:52.000000Z
+2009-11-27T17:41:57.000000Z
 a69d79c8612b721382671fdfa729d879
 2008-10-08T12:04:22.268162Z
 8992
@@ -236,7 +236,7 @@ file
 
 
 
-2009-11-16T10:48:52.000000Z
+2009-11-27T17:41:57.000000Z
 2fe21255023db58271c40b2dd12bd747
 2008-10-08T12:04:22.268162Z
 8992
@@ -270,7 +270,7 @@ file
 
 
 
-2009-11-16T10:48:52.000000Z
+2009-11-27T17:41:57.000000Z
 1cc567cefbf1c3d9ee85afd80ccf4b22
 2008-10-08T12:04:22.268162Z
 8992
@@ -304,7 +304,7 @@ file
 
 
 
-2009-11-16T10:48:52.000000Z
+2009-11-27T17:41:57.000000Z
 e78285511c87b5104ce416e16abedc1e
 2009-06-25T11:25:27.758858Z
 11975
@@ -338,7 +338,7 @@ file
 
 
 
-2009-11-16T10:48:52.000000Z
+2009-11-27T17:41:57.000000Z
 aa10cc24dc1bee6092c9d631c702013c
 2008-10-08T12:04:22.268162Z
 8992
@@ -372,7 +372,7 @@ file
 
 
 
-2009-11-16T10:48:52.000000Z
+2009-11-27T17:41:57.000000Z
 4488861a7924de1924987e2be47cbfac
 2008-10-08T12:04:22.268162Z
 8992
index 48f917f..8cedb47 100644 (file)
@@ -1,7 +1,7 @@
 9
 
 dir
-13669
+13858
 http://svn.tribler.org/abc/tags/tribler-5.1.2/Tribler/Web2/video
 http://svn.tribler.org
 
@@ -32,7 +32,7 @@ file
 
 
 
-2009-11-16T10:48:52.000000Z
+2009-11-27T17:41:57.000000Z
 32783fa5fc0660497547f2b41c1fc62f
 2008-10-08T12:04:22.268162Z
 8992
@@ -66,7 +66,7 @@ file
 
 
 
-2009-11-16T10:48:52.000000Z
+2009-11-27T17:41:57.000000Z
 853bfcc0385e9ab828783e4c6c0b4264
 2008-10-08T12:04:22.268162Z
 8992
@@ -100,7 +100,7 @@ file
 
 
 
-2009-11-16T10:48:52.000000Z
+2009-11-27T17:41:57.000000Z
 51b386142cdc00bcd3f3268800116ad0
 2009-06-25T11:25:27.758858Z
 11975
@@ -134,7 +134,7 @@ file
 
 
 
-2009-11-16T10:48:52.000000Z
+2009-11-27T17:41:57.000000Z
 b0baeb6496d1de0c284c47349a67db2c
 2009-06-25T11:25:27.758858Z
 11975
diff --git a/tribler-mod/cmdlinedl.py b/tribler-mod/cmdlinedl.py
deleted file mode 100644 (file)
index 0911d0b..0000000
+++ /dev/null
@@ -1,147 +0,0 @@
-from time import localtime, strftime
-
-# Written by Arno Bakker 
-# see LICENSE.txt for license information
-#
-# Razvan Deaconescu, 2008:
-#       * corrected problem when running in background
-#       * added usage and print_version functions
-#       * uses getopt for command line argument parsing
-
-import sys
-import shutil
-import time
-import tempfile
-import random
-import os
-import getopt
-from traceback import print_exc
-
-from Tribler.Core.API import *
-from Tribler.Core.BitTornado.__init__ import version, report_email
-
-
-# Transfers' status info is output into status_file.
-FILE_NAME = "status_msg.log" #+ strftime("_%d_%b_%Y_%H_%M_%S", localtime()) + ".log"
-status_file = open(FILE_NAME, 'w');
-
-def usage():
-    print "Usage: python cmdlinedl.py [options] torrent_file"
-    print "Options:"
-    print "\t--port <port>"
-    print "\t-p <port>\t\tuse <port> to listen for connections"
-    print "\t\t\t\t(default is random value)"
-    print "\t--output <output-dir>"
-    print "\t-o <output-dir>\t\tuse <output-dir for storing downloaded data"
-    print "\t\t\t\t(default is current directory)"
-    print "\t--version"
-    print "\t-v\t\t\tprint version and exit"
-    print "\t--help"
-    print "\t-h\t\t\tprint this help screen"
-    print
-    print "Report bugs to <" + report_email + ">"
-
-
-def print_version():
-    print version, "<" + report_email + ">"
-
-
-
-
-def state_callback(ds):
-    d = ds.get_download()
-#    print >>sys.stderr, strftime("%d %b %Y %H:%M:%S", localtime())," ",`d.get_def().get_name()`,dlstatus_strings[ds.get_status()],ds.get_progress(),"%",ds.get_error(),"up",ds.get_current_speed(UPLOAD),"down",ds.get_current_speed(DOWNLOAD)
-    print >>status_file, strftime("%d %b %Y %H:%M:%S", localtime())," ", '%s %s %5.2f%% %s up %8.2fKB/s down %8.2fKB/s eta %d peers %d' % \
-            (d.get_def().get_name(), \
-            dlstatus_strings[ds.get_status()], \
-            ds.get_progress() * 100, \
-            ds.get_error(), \
-            ds.get_current_speed(UPLOAD), \
-            ds.get_current_speed(DOWNLOAD), \
-            ds.get_eta(), \
-            ds.get_num_peers())
-
-    return (1.0, False)
-
-def main():
-    try:
-        opts, args = getopt.getopt(sys.argv[1:], "hvo:p:", ["help", "version", "output-dir", "port"])
-    except getopt.GetoptError, err:
-        print str(err)
-        usage()
-        sys.exit(2)
-
-    # init to default values
-    output_dir = os.getcwd()
-    port = random.randint(10000, 65535)
-
-    for o, a in opts:
-        if o in ("-h", "--help"):
-            usage()
-            sys.exit(0)
-        elif o in ("-o", "--output-dir"):
-            output_dir = a
-        elif o in ("-p", "--port"):
-            port = int(a)
-        elif o in ("-v", "--version"):
-            print_version()
-            sys.exit(0)
-        else:
-            assert False, "unhandled option"
-
-    if len(args) == 0:
-        usage()
-        sys.exit(2)
-
-    if len(args) > 1:
-        print "Too many arguments"
-        usage()
-        sys.exit(2)
-    torrent_file = args[0]
-
-    print "Press Ctrl-C to stop the download"
-
-    # setup session
-    sscfg = SessionStartupConfig()
-    statedir = tempfile.mkdtemp()
-    sscfg.set_state_dir(statedir)
-    sscfg.set_listen_port(port)
-    sscfg.set_megacache(False)
-    sscfg.set_overlay(False)
-    sscfg.set_dialback(True)
-    sscfg.set_internal_tracker(False)
-    
-    s = Session(sscfg)
-
-    # setup and start download
-    dscfg = DownloadStartupConfig()
-    dscfg.set_dest_dir(output_dir);
-
-    tdef = TorrentDef.load(torrent_file)
-    d = s.start_download(tdef, dscfg)
-    d.set_state_callback(state_callback, getpeerlist=False)
-   
-    #
-    # loop while waiting for CTRL-C (or any other signal/interrupt)
-    #
-    # - cannot use sys.stdin.read() - it means busy waiting when running
-    #   the process in background
-    # - cannot use condition variable - that don't listen to KeyboardInterrupt
-    #
-    # time.sleep(sys.maxint) has "issues" on 64bit architectures; divide it
-    # by some value (2048) to solve problem
-    #
-    try:
-        while True:
-            time.sleep(sys.maxint/2048)
-    except:
-        print_exc()
-
-    s.shutdown()
-    time.sleep(3)
-    shutil.rmtree(statedir)
-
-
-if __name__ == "__main__":
-    main()
-    status_file.close();