| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
| |
rfsv::devinfo, rfsv::setVolumeName and rpcs::formatOpen now all take
the drive-letter as a single const char.
- Documented formatOPen() and formatRead().
|
|
|
|
| |
More work on restore in kpsion.
|
|
|
|
|
| |
- Added am_edit to dis-hook
- Added some missing EXTRA_DISTs in KDE subdirs
|
| |
|
| |
|
|
|
|
|
| |
parameter > RFSV_SENDLEN. Exploited by plpnfsd which is currently the
only app doing large reads. Thanks to rrt1001@cam.ac.uk for his bug-report.
|
|
|
|
| |
- Added missing update of cache-access-timestamps
|
|
|
|
|
| |
Added missing dist files.
Added ChangeLog, required by gettext standard setup
|
| |
|
|
|
|
|
|
| |
Started NLS support.
Added kpsion KDE2 application.
Unified file-headers.
|
|
|
|
| |
Added NLS related m4 macros.
|
| |
|
|
|
|
|
| |
mkdir and rmdir did not work.
- Mor KDE2 related stuff.
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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.
|
| |
|
| |
|
| |
|
|
|
|
| |
- Fix in ppsocket.cc: Add a cast for first parameter of gethostbyaddr()
|
| |
|
| |
|
| |
|
|
|
|
| |
More 64bit-related stuff.
|
| |
|
| |
|
|
|
|
|
|
|
| |
Fixed bug in plpftp's filename-completion, which was introduced
yesterday.
Added a class PlpUID for dealing with application-UIDs
Added UID->mimetype mapping in kioslave.
|
|
|
|
|
| |
Added a small description of the KDE stuff in README
Small fixes in rfsv16 and ppsocket.
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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.
|
| |
|
| |
|
|
|
|
|
| |
- Adapted callbacks.
- Added "cp" and "volname" commands.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Added copyOnPsion to optimize speed of copying
files from Psion to Psion.
- Added a void pointer to the callback function of
copy{To,From,On}Psion. This permits setting up a C
callback function from within a C++ method by providing
this-> in that arg. In the C callback function, the
apropriate method of the foreign class can then be called.
- Added opendir(), readdir(), closedir() in a libc-like
fashion.
- Removed old time code.
- Added setVolumeName()
|
| |
|
|
|
|
| |
(no restore yet ;-)
|
| |
|
| |
|
|
|
|
|
| |
- Splitted up acinclude.m4
- Added m4 macros, needed for KDE stuff
|
| |
|
|
|
|
| |
- Updated specfile.
|
|
|
|
|
| |
- Added ownerinfo command to plpftp.
- Fixed filename completion to handle remote subdirs.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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).
|
| |
|
| |
|
| |
|
| |
|