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/canna In directory sf-cvs:/tmp/cvs-serv28606/canna Modified Files: protodefs.h 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 protodefs.h Status: Needs Checkout Working revision: 1.6 Sun Sep 21 12:56:28 2003 Repository revision: 1.6 /cvsroot/canna/canna/canna/protodefs.h,v Existing Tags: after_win_removal (revision: 1.4) before_win_removal (revision: 1.4) RELBR_3_6 (branch: 1.2.2) after_autoconf (revision: 1.2) before_autoconf (revision: 1.2) release_3_6_p3 (revision: 1.2) release_3_6_p2 (revision: 1.2) after_new_wchar (revision: 1.2) before_new_wchar (revision: 1.2) after_cvsignore (revision: 1.2) before_cvsignore (revision: 1.2) release_3_6_p1 (revision: 1.2) relbr_3_bp (revision: 1.2) release_3_6 (revision: 1.2) after_fujieda_patches (revision: 1.1.1.1) orig_35b2 (revision: 1.1.1.1) NEC_CORP (branch: 1.1.1)