aboutsummaryrefslogtreecommitdiffstats
path: root/ncpd/main.cc
Commit message (Collapse)AuthorAgeFilesLines
* Patch from John Lines for compiling with GCC 4.3 (Patch #2023788)Reuben Thomas2008-07-211-0/+1
|
* Fix a crash during shut down (typo in thread initialisation).Reuben Thomas2008-02-051-2/+8
|
* Tidy command descriptionReuben Thomas2006-05-161-1/+1
|
* Fix a comment typoReuben Thomas2006-05-161-1/+1
|
* - Changes for compiling with gcc 3.2Fritz Elfert2003-02-051-6/+8
|
* - Fixed a memory leak.Fritz Elfert2002-08-061-1/+1
|
* - Added some translations in ncpd.Fritz Elfert2002-07-161-5/+5
|
* - Added an informational message when a Psion is connected.Fritz Elfert2002-07-161-5/+9
| | | | - Moved log streams declaration into separate header.
* - Non-KDE stuff now builds correctly with gcc3Fritz Elfert2002-07-141-15/+20
|
* Applied patches from debian bug #104967 (not yet tested)Fritz Elfert2002-07-141-0/+2
|
* - Fixed some typosFritz Elfert2002-07-071-2/+2
|
* - Corrected help messageFritz Elfert2002-07-071-2/+11
|
* - ncpd now works with both Series 3 and Series 5Fritz Elfert2002-03-161-1/+4
| | | | | | | | | - 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...
* - i18n: Changed macros into inline functions to make string constantFritz Elfert2002-03-061-65/+136
| | | | | concatenation of gcc possible. - Unified commandline arguments.
* - Re-Implemented lower levels of ncpd (packet and link).Fritz Elfert2002-03-051-66/+90
| | | | | 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-174/+195
|
* Correct daemonizingFritz Elfert2002-02-151-1/+14
|
* - Bugfix: ncpd sucked up lot of CPU when Psion disconnects.Fritz Elfert2002-02-141-24/+30
| | | | | | (finally found that!!) - Unified Headers - close stdin, stdout and stderr when in daemon mode.
* Bugfix: socketChan allocated too small.Fritz Elfert2001-07-281-1/+1
|
* - Support NCP xon/xoff frames.Fritz Elfert2001-07-231-4/+6
| | | | - Support up to 256 channels on S5
* - Added KDE2 PropsDialog Plugin (incomplete)Fritz Elfert2001-02-061-4/+9
| | | | | | | | | | | | - 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.
* Cleaned up ppsocket.Fritz Elfert2001-02-041-3/+4
| | | | More 64bit-related stuff.
* - Added Hint for man pages in README.Fritz Elfert2001-01-141-4/+36
| | | | | | | | | | | | - 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).
* Programs now use an entry in /etc/services (if exists) for the TCP port.Fritz Elfert2000-08-271-1/+6
|
* 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-2/+8
| | | | | Started adding kdoc compliant documentation comments. Added PsiTime
* Release of plptools-0.5Fritz Elfert2000-01-171-2/+10
|
* Added RCS-Id's, CopyrightFritz Elfert1999-07-051-0/+3
|
* Bumped up version.Fritz Elfert1999-07-051-0/+1
| | | | Delay during reconnect, to reduce load.
* Forking, syslog and better error handlingFritz Elfert1999-07-041-11/+20
|
* logging via syslog, more error-handling.Fritz Elfert1999-07-041-58/+53
|
* modified logging for finer control.Fritz Elfert1999-07-011-10/+36
| | | | proper reconnect on link failure.
* Initial importFritz Elfert1999-06-291-0/+157