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: Sun, 29 Jan 2006 18:42:54 +0000

CVSROOT:        /sources/mldonkey
Module name:    mldonkey
Branch:         
Changes by:     spiralvoice <address@hidden>    06/01/29 18:42:53

Modified files:
        distrib        : ChangeLog 
        src/daemon/common: commonOptions.ml 
        src/networks/fileTP: fileTPInteractive.ml 

Log message:
        patch #4842

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/mldonkey/mldonkey/distrib/ChangeLog.diff?tr1=1.691&tr2=1.692&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/mldonkey/mldonkey/src/daemon/common/commonOptions.ml.diff?tr1=1.121&tr2=1.122&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/mldonkey/mldonkey/src/networks/fileTP/fileTPInteractive.ml.diff?tr1=1.29&tr2=1.30&r1=text&r2=text

Patches:
Index: mldonkey/distrib/ChangeLog
diff -u mldonkey/distrib/ChangeLog:1.691 mldonkey/distrib/ChangeLog:1.692
--- mldonkey/distrib/ChangeLog:1.691    Sun Jan 29 18:42:02 2006
+++ mldonkey/distrib/ChangeLog  Sun Jan 29 18:42:53 2006
@@ -15,6 +15,7 @@
 =========
 
 2006/01/29
+4842: Some logfile stuff
 4841: Create new dir web_infos for web_infos files,
       BT: do not save .torrent or announce.*
       all files downloaded by web_infos go to $MLDONKEY_DIR/web_infos
Index: mldonkey/src/daemon/common/commonOptions.ml
diff -u mldonkey/src/daemon/common/commonOptions.ml:1.121 
mldonkey/src/daemon/common/commonOptions.ml:1.122
--- mldonkey/src/daemon/common/commonOptions.ml:1.121   Thu Jan 19 02:13:19 2006
+++ mldonkey/src/daemon/common/commonOptions.ml Sun Jan 29 18:42:53 2006
@@ -115,6 +115,9 @@
     lprintf_nl "ulimit for open files is set to %d, at least 150 is required, 
exiting..." ulof;
     exit 2
   end;
+  if not (Sys.file_exists file_basedir) then begin
+    lprint_newline ();
+    lprintf_nl "creating new MLDonkey base directory in %s\n" file_basedir end;
   (try
      Unix2.safe_mkdir file_basedir
    with e ->
Index: mldonkey/src/networks/fileTP/fileTPInteractive.ml
diff -u mldonkey/src/networks/fileTP/fileTPInteractive.ml:1.29 
mldonkey/src/networks/fileTP/fileTPInteractive.ml:1.30
--- mldonkey/src/networks/fileTP/fileTPInteractive.ml:1.29      Thu Jan 26 
10:34:54 2006
+++ mldonkey/src/networks/fileTP/fileTPInteractive.ml   Sun Jan 29 18:42:53 2006
@@ -479,6 +479,8 @@
   network.op_network_search <- (fun ss buf -> ());
   network.op_network_download <- (fun r -> dummy_file);
   file_ops.op_file_commit <- (fun file new_name -> ());
+  file_ops.op_file_print_html <- (fun file buf -> ());
+  file_ops.op_file_print_sources_html <- (fun file buf -> ());
   network.op_network_forget_search <- (fun s -> ());
   network.op_network_connect_servers <- (fun s -> ());
   network.op_network_recover_temp <- (fun s -> ())




reply via email to

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