| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
rest); patches from Debian bugs #384146, #386833 and #388831.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
- Fixed tar find routine in kpsion.
|
|
|
|
|
| |
- Cleanup of LDFLAGS for less depencies
- Added workaround specfile for broken Autoreq on SuSE and Mandrake
|
|
|
|
|
|
|
|
|
|
|
| |
- Removed ccmalloc support. Now using valgrind
- Added missing mainainer-clean-local targets
- Fixed uninitialized array in IOwatch, reported by valgrind.
- Fixed missing definition of LC_ALL if compiling without -O
- Fixed invalid access to datapump thread (not yet created), reported by
valgrind.
- Fixed wrong parameters of QRegExp when using QT 3.x
- Fixed KTar initialization which has changed in KDE 3.x
|
| |
|
| |
|
|
|
|
| |
- Moved log streams declaration into separate header.
|
| |
|
| |
|
|
|
|
| |
client) connecting to ncpd.
|
| |
|
| |
|
| |
|
|
|
|
|
| |
- socketchan: removed debugging output
- link: Changed a debug output of unmatched ack's; removed wrong purge.
|
| |
|
|
|
|
|
|
|
|
|
| |
- 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...
|
| |
|
| |
|
|
|
|
| |
compilers)
|
|
|
|
|
| |
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.
|
|
|
|
|
| |
request from Psion.
- Fixed cleanup for socketChan in initial state.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
- Support up to 256 channels on S5
|
| |
|
|
|
|
|
|
|
|
| |
- 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.
|
| |
|
| |
|
|
|
|
|
|
| |
Started NLS support.
Added kpsion KDE2 application.
Unified file-headers.
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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 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.
|