mldonkey-commits
[Top][All Lists]
Advanced

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

[Mldonkey-commits] mldonkey distrib/ChangeLog src/networks/donkey/...


From: mldonkey-commits
Subject: [Mldonkey-commits] mldonkey distrib/ChangeLog src/networks/donkey/...
Date: Sun, 05 Feb 2006 13:48:53 +0000

CVSROOT:        /sources/mldonkey
Module name:    mldonkey
Branch:         
Changes by:     spiralvoice <address@hidden>    06/02/05 13:48:53

Modified files:
        distrib        : ChangeLog 
        src/networks/donkey: donkeyOptions.ml 

Log message:
        patch #4876

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/mldonkey/mldonkey/distrib/ChangeLog.diff?tr1=1.718&tr2=1.719&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/mldonkey/mldonkey/src/networks/donkey/donkeyOptions.ml.diff?tr1=1.37&tr2=1.38&r1=text&r2=text

Patches:
Index: mldonkey/distrib/ChangeLog
diff -u mldonkey/distrib/ChangeLog:1.718 mldonkey/distrib/ChangeLog:1.719
--- mldonkey/distrib/ChangeLog:1.718    Sun Feb  5 13:45:05 2006
+++ mldonkey/distrib/ChangeLog  Sun Feb  5 13:48:53 2006
@@ -15,6 +15,7 @@
 =========
 
 2006/02/05
+4876: EDK: Remove obsolete option random_order_download
 4875: conditional bzip2 support using cpp (pango)
 4870: runinfo: add connected_user and check empty PW (schlumpf)
 4872: Fix gd detection on NetBSD, use data from gdlib-config
Index: mldonkey/src/networks/donkey/donkeyOptions.ml
diff -u mldonkey/src/networks/donkey/donkeyOptions.ml:1.37 
mldonkey/src/networks/donkey/donkeyOptions.ml:1.38
--- mldonkey/src/networks/donkey/donkeyOptions.ml:1.37  Thu Jan 26 00:25:25 2006
+++ mldonkey/src/networks/donkey/donkeyOptions.ml       Sun Feb  5 13:48:53 2006
@@ -206,11 +206,6 @@
     "Uploaded zones (1 zone = 180 kBytes) needed to enable the dynamic upload 
lifetime"
     int_option 10
 
-let random_order_download =
-  define_option donkey_section ["random_order_download"]
-  "Should we try to download chunks in random order (false = linearly) ?"
-    bool_option true
-
 let connected_server_timeout =
   define_expert_option donkey_section ["connected_server_timeout"]
     "How long can a silent server stay connected"
@@ -329,7 +324,6 @@
     "Max Sources Per Download", shortname max_sources_per_file, "T";
     "Port", shortname donkey_port, "T";
     "Login", shortname login, "T";
-    "Download Chunks in Random order", shortname random_order_download, "B";
     "Sources Per Chunk", shortname sources_per_chunk, "T";
     "Prevent Re-download of Cancelled Files", shortname 
keep_cancelled_in_old_files, "B";
     "Prevent Re-download of Downloaded Files", shortname 
keep_downloaded_in_old_files, "B";




reply via email to

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