mldonkey-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Mldonkey-commits] mldonkey config/Makefile.in distrib/ChangeLog s...


From: mldonkey-commits
Subject: [Mldonkey-commits] mldonkey config/Makefile.in distrib/ChangeLog s...
Date: Wed, 10 Oct 2007 21:50:32 +0000

CVSROOT:        /sources/mldonkey
Module name:    mldonkey
Changes by:     spiralvoice <spiralvoice>       07/10/10 21:50:32

Modified files:
        config         : Makefile.in 
        distrib        : ChangeLog 
        src/daemon/common: commonInteractive.ml 

Log message:
        patch #6231

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/mldonkey/config/Makefile.in?cvsroot=mldonkey&r1=1.182&r2=1.183
http://cvs.savannah.gnu.org/viewcvs/mldonkey/distrib/ChangeLog?cvsroot=mldonkey&r1=1.1324&r2=1.1325
http://cvs.savannah.gnu.org/viewcvs/mldonkey/src/daemon/common/commonInteractive.ml?cvsroot=mldonkey&r1=1.100&r2=1.101

Patches:
Index: config/Makefile.in
===================================================================
RCS file: /sources/mldonkey/mldonkey/config/Makefile.in,v
retrieving revision 1.182
retrieving revision 1.183
diff -u -b -r1.182 -r1.183
--- config/Makefile.in  1 Jun 2007 19:31:08 -0000       1.182
+++ config/Makefile.in  10 Oct 2007 21:50:32 -0000      1.183
@@ -249,9 +249,9 @@
   $(COMMON)/commonRoom.ml \
   $(COMMON)/commonSearch.ml \
   $(COMMON)/commonMultimedia.ml \
+  $(COMMON)/commonSwarming.ml \
   $(COMMON)/commonInteractive.ml \
   $(COMMON)/commonChunks.ml \
-  $(COMMON)/commonSwarming.ml \
   $(COMMON)/commonDownloads.ml \
   $(COMMON)/commonUploads.ml \
   $(COMMON)/commonSources.ml \

Index: distrib/ChangeLog
===================================================================
RCS file: /sources/mldonkey/mldonkey/distrib/ChangeLog,v
retrieving revision 1.1324
retrieving revision 1.1325
diff -u -b -r1.1324 -r1.1325
--- distrib/ChangeLog   4 Oct 2007 00:05:56 -0000       1.1324
+++ distrib/ChangeLog   10 Oct 2007 21:50:32 -0000      1.1325
@@ -14,6 +14,10 @@
 ChangeLog
 =========
 
+2007/10/10
+6231: Swarming: Propagate chunks of finished file before commit (pango)
+      to other downloading files
+
 2007/10/04
 6223: GTK2 GUI: Compile with lablgtk-2.10.0 by default
 - this patch changes the lablgtk2 version used by ./configure

Index: src/daemon/common/commonInteractive.ml
===================================================================
RCS file: /sources/mldonkey/mldonkey/src/daemon/common/commonInteractive.ml,v
retrieving revision 1.100
retrieving revision 1.101
diff -u -b -r1.100 -r1.101
--- src/daemon/common/commonInteractive.ml      3 Jul 2007 14:13:44 -0000       
1.100
+++ src/daemon/common/commonInteractive.ml      10 Oct 2007 21:50:32 -0000      
1.101
@@ -385,6 +385,7 @@
   try
     let impl = as_file_impl file in
     if impl.impl_file_state = FileDownloading then begin
+        CommonSwarming.duplicate_chunks ();
         files =:= List2.removeq file !!files;
         done_files =:= file :: !!done_files;
         update_file_state impl FileDownloaded;




reply via email to

[Prev in Thread] Current Thread [Next in Thread]