mldonkey-commits
[Top][All Lists]
Advanced

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

[Mldonkey-commits] mldonkey distrib/ChangeLog src/daemon/common/co...


From: mldonkey-commits
Subject: [Mldonkey-commits] mldonkey distrib/ChangeLog src/daemon/common/co...
Date: Sat, 16 Sep 2006 15:36:59 +0000

CVSROOT:        /sources/mldonkey
Module name:    mldonkey
Changes by:     spiralvoice <spiralvoice>       06/09/16 15:36:59

Modified files:
        distrib        : ChangeLog 
        src/daemon/common: commonOptions.ml 
        src/networks/donkey: donkeyGlobals.ml 

Log message:
        patch #5397

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/mldonkey/distrib/ChangeLog?cvsroot=mldonkey&r1=1.1010&r2=1.1011
http://cvs.savannah.gnu.org/viewcvs/mldonkey/src/daemon/common/commonOptions.ml?cvsroot=mldonkey&r1=1.175&r2=1.176
http://cvs.savannah.gnu.org/viewcvs/mldonkey/src/networks/donkey/donkeyGlobals.ml?cvsroot=mldonkey&r1=1.95&r2=1.96

Patches:
Index: distrib/ChangeLog
===================================================================
RCS file: /sources/mldonkey/mldonkey/distrib/ChangeLog,v
retrieving revision 1.1010
retrieving revision 1.1011
diff -u -b -r1.1010 -r1.1011
--- distrib/ChangeLog   16 Sep 2006 15:35:52 -0000      1.1010
+++ distrib/ChangeLog   16 Sep 2006 15:36:59 -0000      1.1011
@@ -15,6 +15,7 @@
 =========
 
 2006/09/16
+5397: EDK: Disable broken option emulate_sparsefiles
 5395: Improve max_hard_up/download_rate computation code (pango)
 5380: BT: Add file_num to certain log entries (jave)
 5392: fix typos in help texts (schlotter)

Index: src/daemon/common/commonOptions.ml
===================================================================
RCS file: /sources/mldonkey/mldonkey/src/daemon/common/commonOptions.ml,v
retrieving revision 1.175
retrieving revision 1.176
diff -u -b -r1.175 -r1.176
--- src/daemon/common/commonOptions.ml  5 Sep 2006 14:18:24 -0000       1.175
+++ src/daemon/common/commonOptions.ml  16 Sep 2006 15:36:59 -0000      1.176
@@ -1114,11 +1114,13 @@
   will be set to false on core start."
     bool_option false
 
+(*  emulate_sparsefiles does not work, temporarily disabled
 let emulate_sparsefiles = define_expert_option current_section 
["emulate_sparsefiles"]
   "Set to true if you want MLdonkey to emulate sparse files on your disk.
   Files will use less space, but <preview> and <recover> won't work anymore.
   Works only on Edonkey plugin. EXPERIMENTAL."
     bool_option false
+*)
 
 let max_concurrent_downloads = define_option current_section 
["max_concurrent_downloads"]
   "The maximal number of files in Downloading state (other ones are Queued)"

Index: src/networks/donkey/donkeyGlobals.ml
===================================================================
RCS file: /sources/mldonkey/mldonkey/src/networks/donkey/donkeyGlobals.ml,v
retrieving revision 1.95
retrieving revision 1.96
diff -u -b -r1.95 -r1.96
--- src/networks/donkey/donkeyGlobals.ml        5 Sep 2006 21:25:55 -0000       
1.95
+++ src/networks/donkey/donkeyGlobals.ml        16 Sep 2006 15:36:59 -0000      
1.96
@@ -348,6 +348,7 @@
         lprintf_nl "New file with md4: %s" (Md4.to_string md4);
 
       let t =
+(*  emulate_sparsefiles does not work, temporarily disabled
         if
 (* Don't use this for shared files ! *)
           writable &&
@@ -358,6 +359,7 @@
         then
           Unix32.create_sparsefile file_diskname writable
         else
+*)
           Unix32.create_diskfile file_diskname writable
       in
       let file_size =




reply via email to

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