aboutsummaryrefslogtreecommitdiffstats
path: root/ncpd/ncp.cc
Commit message (Collapse)AuthorAgeFilesLines
* Workaround for Series 3a bug (SourceForge bug #2441386, patch from JimReuben Thomas2008-12-201-0/+6
| | | | Hague).
* A couple of small English fixes.Reuben Thomas2007-11-261-1/+1
|
* Fix typeReuben Thomas2006-05-161-1/+1
|
* - Changes for compiling with gcc 3.2Fritz Elfert2003-02-051-1/+2
|
* - Added some translations in ncpd.Fritz Elfert2002-07-161-3/+3
|
* - Added an informational message when a Psion is connected.Fritz Elfert2002-07-161-6/+8
| | | | - Moved log streams declaration into separate header.
* - Non-KDE stuff now builds correctly with gcc3Fritz Elfert2002-07-141-32/+37
|
* - ncpd: Now it's possible to change Series3/5 without restarting ncpdFritz Elfert2002-03-161-0/+10
|
* - ncpd now works with both Series 3 and Series 5Fritz Elfert2002-03-161-27/+99
| | | | | | | | | - ncpd now has autobaud feature (default on), which cycles baudrate - lib: added getSpeed() for retrieving current speed of connection - plpftp: Use getSpeed() - plpbackup: Ongoing work - configure stuff: removed several entries from acconfig.h comments now defined as 3rd arg to AC_DEFINE...
* - Re-Implemented lower levels of ncpd (packet and link).Fritz Elfert2002-03-051-63/+46
| | | | | ncpd is now multithreaded. Results in much better performance and less CPU usage.
* - Applied patches from Luke Diamand, Marc Spoorendonk and Chris HallsFritz Elfert2002-02-161-4/+6
|
* - Corrected debug message and channel argument when rejecting a connectFritz Elfert2001-08-011-2/+2
| | | | | request from Psion. - Fixed cleanup for socketChan in initial state.
* Fixed crash when deleting socketChan.Fritz Elfert2001-07-271-5/+1
|
* - Support NCP xon/xoff frames.Fritz Elfert2001-07-231-42/+73
| | | | - Support up to 256 channels on S5
* - Added support for extended sequence numbers (incoming only)Fritz Elfert2001-05-221-297/+316
| | | | | | | | - 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.
* KPsion: added format stuff.Fritz Elfert2001-03-061-1/+1
|
* Cleaned up ppsocket.Fritz Elfert2001-02-041-1/+1
| | | | More 64bit-related stuff.
* More cleanup:Fritz Elfert2001-02-011-2/+1
| | | | | | | | | | | | | | | - 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.
* - Added Hint for man pages in README.Fritz Elfert2001-01-141-0/+15
| | | | | | | | | | | | - 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).
* Get rid of second configuration header defs.h[.in].Fritz Elfert2000-08-021-1/+4
| | | | Configuration now is in config.h and this is included as the very first header.
* Applied mjg-0.6 patch.Fritz Elfert2000-07-311-1/+1
| | | | | Started adding kdoc compliant documentation comments. Added PsiTime
* Release of plptools-0.5Fritz Elfert2000-01-171-21/+80
|
* Added RCS-Id's, CopyrightFritz Elfert1999-07-051-0/+3
|
* Forking, syslog and better error handlingFritz Elfert1999-07-041-1/+4
|
* modified logging for finer control.Fritz Elfert1999-07-011-34/+91
| | | | proper reconnect on link failure.
* Initial importFritz Elfert1999-06-291-0/+292