canna****@lists*****
canna****@lists*****
2003年 9月 21日 (日) 21:56:28 JST
Date: Sunday September 21, 2003 @ 21:56 Author: aida_s Update of /cvsroot/canna/canna In directory sf-cvs:/tmp/cvs-serv28606 Modified Files: ChangeLog configure.ac Log Message: ServerNG: 50% scratched reimplementation of cannaserver. * Now cannaserver does not use bitmap of sockets to manage clients. This makes it far easy to port cannaserver to 64bit environments. * Now cannaserver performs fully multiplexed I/O. Especially we are free from hangs waiting for response from dead client. * Intitialization, termination and error handling is much more clean. * All code derived from X server retired. * All functions have prototypes. * configure.ac: check syslog(), vsyslog() and time_t. * canna/protodefs.h: simplify !EXTENSION case * lib/RKindep/file.h(RKI_FD_SETSIZE): added * server/IR.h: Now contains only minimum definitions for use in cannastat and cshost. * server/server.h: place prototype declarations here * server/WaitFor.c: Removed. * server/connectoin.c: Removed. Some code are moved into comm.c and session.c. * server/convert.c: Reduce use of ClientRec by some formal changes. * server/wconvert.c: ditto * server/comm.c: added * server/session.c: added * server/util.c: add const qualifier, replace int to size_t =================================================================== File: no file ChangeLog Status: Needs Checkout Working revision: 1.133 Sun Sep 21 12:56:27 2003 Repository revision: 1.133 /cvsroot/canna/canna/ChangeLog,v Existing Tags: after_win_removal (revision: 1.124) before_win_removal (revision: 1.123) RELBR_3_6 (branch: 1.10.2) after_autoconf (revision: 1.62) before_autoconf (revision: 1.60) release_3_6_p3 (revision: 1.10.2.25) release_3_6_p2 (revision: 1.10.2.24) after_new_wchar (revision: 1.49) before_new_wchar (revision: 1.43) after_cvsignore (revision: 1.32) before_cvsignore (revision: 1.31) release_3_6_p1 (revision: 1.10.2.2) relbr_3_bp (revision: 1.10) release_3_6 (revision: 1.10) =================================================================== File: configure.ac Status: Up-to-date Working revision: 1.10 Sun Sep 21 12:56:24 2003 Repository revision: 1.10 /cvsroot/canna/canna/configure.ac,v Existing Tags: after_win_removal (revision: 1.7) before_win_removal (revision: 1.7) after_autoconf (revision: 1.1)