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/driver/dr...


From: mldonkey-commits
Subject: [Mldonkey-commits] mldonkey distrib/ChangeLog src/daemon/driver/dr...
Date: Tue, 12 Sep 2006 22:47:11 +0000

CVSROOT:        /sources/mldonkey
Module name:    mldonkey
Changes by:     spiralvoice <spiralvoice>       06/09/12 22:47:11

Modified files:
        distrib        : ChangeLog 
        src/daemon/driver: driverControlers.ml 

Log message:
        patch #5360 removed

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/mldonkey/distrib/ChangeLog?cvsroot=mldonkey&r1=1.999&r2=1.1000
http://cvs.savannah.gnu.org/viewcvs/mldonkey/src/daemon/driver/driverControlers.ml?cvsroot=mldonkey&r1=1.84&r2=1.85

Patches:
Index: distrib/ChangeLog
===================================================================
RCS file: /sources/mldonkey/mldonkey/distrib/ChangeLog,v
retrieving revision 1.999
retrieving revision 1.1000
diff -u -b -r1.999 -r1.1000
--- distrib/ChangeLog   12 Sep 2006 22:44:52 -0000      1.999
+++ distrib/ChangeLog   12 Sep 2006 22:47:11 -0000      1.1000
@@ -15,6 +15,7 @@
 =========
 
 2006/09/13
+5360: patch removed, it does not fix the bug
 5383: BT: Detect new client types (thx to pango)
 - fix Mainline detection for two-digit version numbers
 - fix Tornado detection
@@ -53,7 +54,6 @@
 
 2006/09/01
 5361: Faster filenames_variability computation (pango)
-5360: HTML: Increase webinterface buffer to avoid problems with long output
 5315: EDK: Change some internal server data to option values
 5354: New option: max_filenames, maximum number of different filenames
 5355: Move buffer_writes_delay timer from Donkey to Global module

Index: src/daemon/driver/driverControlers.ml
===================================================================
RCS file: /sources/mldonkey/mldonkey/src/daemon/driver/driverControlers.ml,v
retrieving revision 1.84
retrieving revision 1.85
diff -u -b -r1.84 -r1.85
--- src/daemon/driver/driverControlers.ml       5 Sep 2006 14:18:24 -0000       
1.84
+++ src/daemon/driver/driverControlers.ml       12 Sep 2006 22:47:11 -0000      
1.85
@@ -1513,7 +1513,7 @@
     else s
 
 let http_options = {
-    conn_buf = Buffer.create 100000;
+    conn_buf = Buffer.create 10000;
     conn_output = HTML;
     conn_sortvd = NotSorted;
     conn_filter = (fun _ -> ());




reply via email to

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