LVS
lvs-users
Google
 
Web LinuxVirtualServer.org

[ANNOUNCE] ktcpvs 0.0.12

To: lvs-users@xxxxxxxxxxxxxxxxxxxxxx
Subject: [ANNOUNCE] ktcpvs 0.0.12
From: Wensong Zhang <wensong@xxxxxxxxxxxx>
Date: Mon, 7 Apr 2003 22:08:59 +0800 (CST)

Hi,

The ktcpvs 0.0.12 tar ball is available at the http://cn.linux-vs.org/
correctly. The ChangeLog is as follows:


Kernel TCP Virtual Server - Version 0.0.12 - April 7, 2003

2003-04-07  Wensong Zhang  <wensong@xxxxxxxxxxxx>

        * tcp_vs_phttp.c (http_read_line): merged the patch from Hai Long
        <david_lung@xxxxxxxxx>, to remove the max_line_size limit in the
        persistent http scheduler.

2003-04-05  Wensong Zhang  <wensong@xxxxxxxxxxxx>

        * tcp_vs_phttp.c (relay_multiparts): added the missing continue
        statement, and changed the schedule_timeout(HZ) to schedule(),
        because the thread only needs to wait for socket data.

2003-02-27  Wensong Zhang  <wensong@xxxxxxxxxxxx>

        * userspace/tcpvsadm.c (modprobe_ktcpvs): added to load the ktcpvs
        module automatically by modprobe.

2003-02-25  Wensong Zhang  <wensong@xxxxxxxxxxxx>

        * userspace/Makefile (MANDIR): applied the patch from Alejandro
        Mery Pellegrini <amery@xxxxxxxxxxx> to add the $(MANDIR) variable,
        so that it can be overloaded by the generic build-system of
        rocklinux.

        * Makefile (modules_install, modules_uninstall): added those
        targets to install the modules into /lib/module/$(KERNELRELEASE)\
        /net/ktcpvs/ directory.

2003-02-24  Wensong Zhang  <wensong@xxxxxxxxxxxx>

        * tcp_vs_phttp.c: applied the patch from Hai Long
        (parse_http_request_line): changed the way to compare http 
version.
        (parse_http_status_line): changed the way to compare http version.
        (http_mime_parse): changed the architecture of parse mime header.
        (http_get_response): comment out the call to http_line_unescape().

        * tcp_vs_phttp.c (http_read_line, relay_http_data)
        (relay_multiparts): replaced interruptible_sleep_on_timeout with
        sleep on socket plus schedule_timeout(), so that the child can be
        waken up immediately if there is data available.

2003-02-23  Wensong Zhang  <wensong@xxxxxxxxxxxx>

        * tcp_vs_srvconn.c (tcp_vs_srvconn_flush): fixed the bug of
        forgetting to remove the srvconn entry from its list.


Your bugreports, fixes, comments and suggestions are welcome.

Thanks,

Wensong

<Prev in Thread] Current Thread [Next in Thread>
  • [ANNOUNCE] ktcpvs 0.0.12, Wensong Zhang <=