aboutsummaryrefslogtreecommitdiffstats
path: root/ncpd/link.h
Commit message (Collapse)AuthorAgeFilesLines
* - Non-KDE stuff now builds correctly with gcc3Fritz Elfert2002-07-141-3/+3
|
* - ncpd now works with both Series 3 and Series 5Fritz Elfert2002-03-161-2/+27
| | | | | | | | | - 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...
* Introduced waitQueue to make link::transmit non-blocking.Fritz Elfert2002-03-071-0/+3
|
* Removed double colons in friend declaration (seems to confuse someFritz Elfert2002-03-061-1/+1
| | | | compilers)
* - Re-Implemented lower levels of ncpd (packet and link).Fritz Elfert2002-03-051-34/+138
| | | | | 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-1/+1
|
* - Bugfix: ncpd sucked up lot of CPU when Psion disconnects.Fritz Elfert2002-02-141-24/+29
| | | | | | (finally found that!!) - Unified Headers - close stdin, stdout and stderr when in daemon mode.
* - Support NCP xon/xoff frames.Fritz Elfert2001-07-231-0/+2
| | | | - Support up to 256 channels on S5
* More cleanup:Fritz Elfert2001-02-011-1/+3
| | | | | | | | | | | | | | | - 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/+1
| | | | | | | | | | | | - 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).
* Added RCS-Id's, CopyrightFritz Elfert1999-07-051-0/+24
|
* modified logging for finer control.Fritz Elfert1999-07-011-20/+28
| | | | proper reconnect on link failure.
* Initial importFritz Elfert1999-06-291-0/+34