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/bittorr...


From: mldonkey-commits
Subject: [Mldonkey-commits] mldonkey distrib/ChangeLog src/networks/bittorr...
Date: Mon, 31 Mar 2008 07:55:11 +0000

CVSROOT:        /sources/mldonkey
Module name:    mldonkey
Changes by:     spiralvoice <spiralvoice>       08/03/31 07:55:11

Modified files:
        distrib        : ChangeLog 
        src/networks/bittorrent: bTInteractive.ml 
        src/networks/fileTP: fileTPComplexOptions.ml 

Log message:
        patch #6471

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/mldonkey/distrib/ChangeLog?cvsroot=mldonkey&r1=1.1368&r2=1.1369
http://cvs.savannah.gnu.org/viewcvs/mldonkey/src/networks/bittorrent/bTInteractive.ml?cvsroot=mldonkey&r1=1.146&r2=1.147
http://cvs.savannah.gnu.org/viewcvs/mldonkey/src/networks/fileTP/fileTPComplexOptions.ml?cvsroot=mldonkey&r1=1.20&r2=1.21

Patches:
Index: distrib/ChangeLog
===================================================================
RCS file: /sources/mldonkey/mldonkey/distrib/ChangeLog,v
retrieving revision 1.1368
retrieving revision 1.1369
diff -u -b -r1.1368 -r1.1369
--- distrib/ChangeLog   31 Mar 2008 07:54:17 -0000      1.1368
+++ distrib/ChangeLog   31 Mar 2008 07:55:11 -0000      1.1369
@@ -15,6 +15,7 @@
 =========
 
 2008/03/31
+6471: Clean logfile
 6470: BT: Use default of max_upload_slots as minimum for BT-max_bt_uploaders
       instead of hard-coded value
 

Index: src/networks/bittorrent/bTInteractive.ml
===================================================================
RCS file: /sources/mldonkey/mldonkey/src/networks/bittorrent/bTInteractive.ml,v
retrieving revision 1.146
retrieving revision 1.147
diff -u -b -r1.146 -r1.147
--- src/networks/bittorrent/bTInteractive.ml    18 Mar 2008 08:24:38 -0000      
1.146
+++ src/networks/bittorrent/bTInteractive.ml    31 Mar 2008 07:55:11 -0000      
1.147
@@ -1273,6 +1273,8 @@
   ft_ops.op_file_cancel <- op_ft_cancel;
   ft_ops.op_file_commit <- op_ft_commit;
   ft_ops.op_file_info <- op_ft_info;
+  ft_ops.op_file_active_sources <- (fun _ -> []);
+  ft_ops.op_file_all_sources <- (fun _ -> []);
 
   file_ops.op_file_all_sources <- op_file_all_sources;
   file_ops.op_file_files <- op_file_files;

Index: src/networks/fileTP/fileTPComplexOptions.ml
===================================================================
RCS file: 
/sources/mldonkey/mldonkey/src/networks/fileTP/fileTPComplexOptions.ml,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -b -r1.20 -r1.21
--- src/networks/fileTP/fileTPComplexOptions.ml 3 Aug 2007 22:12:58 -0000       
1.20
+++ src/networks/fileTP/fileTPComplexOptions.ml 31 Mar 2008 07:55:11 -0000      
1.21
@@ -134,7 +134,7 @@
 let _ =
   network.op_network_file_of_option <- value_to_file;
   file_ops.op_file_to_option <- file_to_value;
-  (* Shut up message "Network.save/load_complex_options not implemented by 
FileTP" *)
+  file_ops.op_file_recover <- (fun _ -> ());
   network.op_network_load_complex_options <- (fun _ -> ());
   network.op_network_save_complex_options <- (fun _ -> ());
   network.op_network_update_options <- (fun _ -> ());




reply via email to

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