From: <fe...@us...> - 2000-07-31 03:12:39
|
Date: Sunday July 30, 192000 @ 20:12 Author: felfert Update of /cvsroot/plptools/plptools/ncpd In directory slayer.i.sourceforge.net:/tmp/cvs-serv3083/ncpd Modified Files: link.cc linkchan.cc main.cc mp_serial.c ncp.cc packet.cc packet.h Log Message: Applied mjg-0.6 patch. Started adding kdoc compliant documentation comments. Added PsiTime |
From: <fe...@us...> - 2000-07-31 22:53:28
|
Date: Monday July 31, 192000 @ 15:53 Author: felfert Update of /cvsroot/plptools/plptools/ncpd In directory slayer.i.sourceforge.net:/tmp/cvs-serv13858/ncpd Modified Files: Makefile.am Log Message: Removed more intermediate files from CVS. Those can be rebuilt by using Makefile.cvs. Of course, a developer should all of the necessary tools installed (automake, autoconf, libtool). |
From: <fe...@us...> - 2000-08-01 02:19:56
|
Date: Monday July 31, 192000 @ 19:19 Author: felfert Update of /cvsroot/plptools/plptools/ncpd In directory slayer.i.sourceforge.net:/tmp/cvs-serv26095/ncpd Modified Files: .cvsignore Log Message: Added intermediate files to .cvsignore |
From: <fe...@us...> - 2000-08-02 03:39:21
|
Date: Tuesday August 1, 192000 @ 20:39 Author: felfert Update of /cvsroot/plptools/plptools/ncpd In directory slayer.i.sourceforge.net:/tmp/cvs-serv9728/ncpd Modified Files: link.cc main.cc ncp.cc Log Message: Get rid of second configuration header defs.h[.in]. Configuration now is in config.h and this is included as the very first header. |
From: <fe...@us...> - 2000-08-27 23:29:33
|
Date: Sunday August 27, 192000 @ 16:29 Author: felfert Update of /cvsroot/plptools/plptools/ncpd In directory slayer.i.sourceforge.net:/tmp/cvs-serv29578/ncpd Modified Files: main.cc Log Message: Programs now use an entry in /etc/services (if exists) for the TCP port. |
From: <fe...@us...> - 2000-10-09 19:11:24
|
Date: Monday October 9, 192000 @ 12:11 Author: felfert Update of /cvsroot/plptools/plptools/ncpd In directory slayer.i.sourceforge.net:/tmp/cvs-serv25249 Modified Files: link.cc packet.cc packet.h Log Message: Added experimental reset for packet() |
From: <fe...@so...> - 2001-01-14 22:28:45
|
Date: Sunday January 14, 192001 @ 14:28 Author: felfert Update of /cvsroot/plptools/plptools/ncpd In directory usw-pr-cvs1:/tmp/cvs-serv22213/ncpd Modified Files: link.cc link.h main.cc ncp.cc packet.cc packet.h Log Message: - Added Hint for man pages in README. - Added signal handles for SIGINT and SIGTERM in ncpd for - properly shutting down the link. - Added flush() method in link.cc, needed for above feature. - If started with option -e and no -s option is given, assume being started by mgetty and use the line ncpd is started on instead of builtin default. - Added auto-reset in packet.cc. This helps making IrDA (ircomm-tty) based connections. Still not satisfying as i sometimes have to toggle infrared on the Psion (probably a bug in the Psion's IrDA). |
From: <fe...@so...> - 2001-02-01 02:03:26
|
Date: Wednesday January 31, 2001 @ 18:03 Author: felfert Update of /cvsroot/plptools/plptools/ncpd In directory usw-pr-cvs1:/tmp/cvs-serv22122/ncpd Modified Files: channel.cc channel.h link.cc link.h ncp.cc ncp.h packet.cc packet.h socketchan.cc socketchan.h Log Message: More cleanup: - Removed bool.h and references to it everywhere. This is checked now in ./configure and the stuff went into acconfig.h - Replaced ugly bufferStore-based method of returning directory entries from rfsv::readdir() by a cleaner way. (A new, separate class PlpDirent is returned now.) With the old implementation, the caller has to know about the layout of the entries. Also, the old implementation was not 64bit aware. - Similar replacement done for rfsv::dir(). This now returns the entries in a standard STL container (deque) instead of a bufferArray. - Started renaming #include statements for standard library headers from the old <xxx.h> form to the new recommended <xxx> form. |
From: <fe...@so...> - 2001-02-04 04:22:55
|
Date: Saturday February 3, 2001 @ 20:23 Author: felfert Update of /cvsroot/plptools/plptools/ncpd In directory usw-pr-cvs1:/tmp/cvs-serv28966/ncpd Modified Files: linkchan.cc main.cc ncp.cc packet.cc Log Message: Cleaned up ppsocket. More 64bit-related stuff. |
From: <fe...@so...> - 2001-02-06 01:01:30
|
Date: Monday February 5, 2001 @ 17:01 Author: felfert Update of /cvsroot/plptools/plptools/ncpd In directory usw-pr-cvs1:/tmp/cvs-serv10083/ncpd Modified Files: main.cc socketchan.cc socketchan.h Log Message: - Added KDE2 PropsDialog Plugin (incomplete) - Fixed some KDE related autoconf stuff - Added PlpDrive class for returning results from rfsv:devinfo - Added auto-watch in ppsocket and finally got rid of the nasty SIGPIPE bug. Now it's no more necessary to ignore SIGPIPE in applications. - Made constructors of rfsv16, rfsv32, rpcs16 and rpcs32 private to enforce use of the factories. - Removed error output in the factories and replaced that by error codes which can be retrieved and evaluated by an application. |
From: <fe...@so...> - 2001-03-01 00:20:59
|
Date: Wednesday February 28, 2001 @ 16:22 Author: felfert Update of /cvsroot/plptools/plptools/ncpd In directory usw-pr-cvs1:/tmp/cvs-serv20455/ncpd Modified Files: Makefile.am socketchan.cc Log Message: Modified icons. Started NLS support. Added kpsion KDE2 application. Unified file-headers. |
From: <fe...@so...> - 2001-03-06 17:11:21
|
Date: Tuesday March 6, 2001 @ 9:13 Author: felfert Update of /cvsroot/plptools/plptools/ncpd In directory usw-pr-cvs1:/tmp/cvs-serv24423/ncpd Modified Files: ncp.cc socketchan.cc Log Message: KPsion: added format stuff. |
From: <fe...@us...> - 2001-04-08 19:04:26
|
Date: Sunday April 8, 2001 @ 12:04 Author: felfert Update of /cvsroot/plptools/plptools/ncpd In directory usw-pr-cvs1:/tmp/cvs-serv2471 Modified Files: socketchan.cc Log Message: Handle client connections which are closed immediately after connect coorectly. |
From: <fe...@us...> - 2001-05-22 21:56:50
|
Date: Tuesday May 22, 2001 @ 14:56 Author: felfert Update of /cvsroot/plptools/plptools/ncpd In directory usw-pr-cvs1:/tmp/cvs-serv13501 Modified Files: channel.cc channel.h link.cc linkchan.cc linkchan.h ncp.cc ncp.h socketchan.cc socketchan.h Log Message: - Added support for extended sequence numbers (incoming only) - Changed the behavior on initial connect to support the Clipboard-Server and to meet the doc in http://www.thouky.co.uk/software/psifs/plp.html: All services except SYS$RFSV now perform registration and connect is done when the Psion returned RegisterAck. Then the connect can use the service name as presented by the Psion's RegisterAck. |
From: <fe...@us...> - 2001-05-25 10:51:27
|
Date: Friday May 25, 2001 @ 3:51 Author: felfert Update of /cvsroot/plptools/plptools/ncpd In directory usw-pr-cvs1:/tmp/cvs-serv9223 Modified Files: packet.cc socketchan.cc socketchan.h Log Message: Added a timeout for connection attempts. |
From: <fe...@us...> - 2001-07-23 19:45:21
|
Date: Monday July 23, 2001 @ 12:45 Author: felfert Update of /cvsroot/plptools/plptools/ncpd In directory usw-pr-cvs1:/tmp/cvs-serv1292 Modified Files: link.cc link.h main.cc ncp.cc ncp.h Log Message: - Support NCP xon/xoff frames. - Support up to 256 channels on S5 |
From: <fe...@us...> - 2001-07-27 20:49:50
|
Date: Friday July 27, 2001 @ 13:49 Author: felfert Update of /cvsroot/plptools/plptools/ncpd In directory usw-pr-cvs1:/tmp/cvs-serv8442 Modified Files: ncp.cc Log Message: Fixed crash when deleting socketChan. |
From: <fe...@us...> - 2001-07-28 11:03:07
|
Date: Saturday July 28, 2001 @ 4:03 Author: felfert Update of /cvsroot/plptools/plptools/ncpd In directory usw-pr-cvs1:/tmp/cvs-serv31487 Modified Files: main.cc Log Message: Bugfix: socketChan allocated too small. |
From: <fe...@us...> - 2001-07-31 18:32:23
|
Date: Tuesday July 31, 2001 @ 11:32 Author: felfert Update of /cvsroot/plptools/plptools/ncpd In directory usw-pr-cvs1:/tmp/cvs-serv15957 Modified Files: socketchan.cc Log Message: Some fixes for cleanup when a connect NAK is received. |
From: <fe...@us...> - 2001-07-31 18:33:18
|
Date: Tuesday July 31, 2001 @ 11:33 Author: felfert Update of /cvsroot/plptools/plptools/ncpd In directory usw-pr-cvs1:/tmp/cvs-serv16390 Modified Files: mp_serial.c Log Message: FreeBSD |
From: <fe...@us...> - 2001-08-01 04:20:31
|
Date: Tuesday July 31, 2001 @ 21:20 Author: felfert Update of /cvsroot/plptools/plptools/ncpd In directory usw-pr-cvs1:/tmp/cvs-serv17235 Modified Files: ncp.cc socketchan.cc Log Message: - Corrected debug message and channel argument when rejecting a connect request from Psion. - Fixed cleanup for socketChan in initial state. |
From: <fe...@us...> - 2002-02-14 06:22:09
|
Date: Wednesday February 13, 2002 @ 22:22 Author: felfert Update of /cvsroot/plptools/plptools/ncpd In directory usw-pr-cvs1:/tmp/cvs-serv10420 Modified Files: link.cc main.cc packet.cc link.h mp_serial.h packet.h socketchan.h Log Message: - Bugfix: ncpd sucked up lot of CPU when Psion disconnects. (finally found that!!) - Unified Headers - close stdin, stdout and stderr when in daemon mode. |
From: <fe...@us...> - 2002-02-14 06:22:49
|
Date: Wednesday February 13, 2002 @ 22:22 Author: felfert Update of /cvsroot/plptools/plptools/ncpd In directory usw-pr-cvs1:/tmp/cvs-serv10787 Modified Files: mp_serial.c Log Message: - re indented |
From: <fe...@us...> - 2002-02-15 08:40:28
|
Date: Friday February 15, 2002 @ 0:40 Author: felfert Update of /cvsroot/plptools/plptools/ncpd In directory usw-pr-cvs1:/tmp/cvs-serv18224 Modified Files: main.cc Log Message: Correct daemonizing |
From: <fe...@us...> - 2002-02-15 09:52:15
|
Date: Friday February 15, 2002 @ 1:52 Author: felfert Update of /cvsroot/plptools/plptools/ncpd In directory usw-pr-cvs1:/tmp/cvs-serv1645/ncpd Modified Files: Makefile.am Log Message: - ccmalloc upgrade |