| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
- 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...
|
|
|
|
|
| |
concatenation of gcc possible.
- Unified commandline arguments.
|
|
|
|
|
| |
ncpd is now multithreaded. Results in much better performance and less
CPU usage.
|
| |
|
| |
|
|
|
|
|
|
| |
(finally found that!!)
- Unified Headers
- close stdin, stdout and stderr when in daemon mode.
|
| |
|
|
|
|
| |
- Support up to 256 channels on S5
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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.
|
|
|
|
| |
More 64bit-related stuff.
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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).
|
| |
|
|
|
|
| |
Configuration now is in config.h and this is included as the very first header.
|
|
|
|
|
| |
Started adding kdoc compliant documentation comments.
Added PsiTime
|
| |
|
| |
|
|
|
|
| |
Delay during reconnect, to reduce load.
|
| |
|
| |
|
|
|
|
| |
proper reconnect on link failure.
|
|
|