aboutsummaryrefslogtreecommitdiffstats
path: root/lib/rfsv16.cc
Commit message (Collapse)AuthorAgeFilesLines
* Open EPOC16 files for random access, since we may need itReuben Thomas2014-07-051-1/+2
| | | | Fixes support request #20; thanks to Peter Maud for the patch
* Remove a bogus commentReuben Thomas2014-07-051-1/+0
|
* Remove FIXME which doesn't justify itself in code which hasn't beenReuben Thomas2008-03-131-1/+1
| | | | touched for a lustrum.
* - Changes for compiling with gcc 3.2Fritz Elfert2003-02-051-8/+6
|
* Applied patches from debian bug #104967 (not yet tested)Fritz Elfert2002-07-141-2/+4
|
* - made kpsion SIBO-awareFritz Elfert2002-03-181-109/+34
| | | | | | | | - Added SIBO-related stuff in PsiTime - Added new class PsiProcess, renamed rpcs:queryDrive to queryPrograms and changed it accordingly - Adapted kspion, plpbackup, plpnfsd and plpftp to use queryPrograms - Several cleanups in rfsv16
* - ncpd now works with both Series 3 and Series 5Fritz Elfert2002-03-161-4/+15
| | | | | | | | | - 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...
* Fix copyFrom() protos to agree better with the parent.Daniel Brahneborg2002-03-091-2/+2
|
* Added copyFromPsion() that takes a 'to' argument that is a fileDaniel Brahneborg2002-03-081-0/+27
| | | | descriptor, to be able to use mkstemp().
* Applied patch from Jim Hague.Fritz Elfert2001-06-291-6/+8
|
* Fix for Series 3c. Devlist version can be 1.Fritz Elfert2001-06-111-2/+2
|
* Added missing attr2std in fgeteattr()Fritz Elfert2001-06-101-1/+2
|
* Applied Fix from Markus Stipp <corwin@zhadum.de>Fritz Elfert2001-04-091-1/+1
|
* - Unified drive parameter of some methods:Fritz Elfert2001-03-061-10/+11
| | | | | | rfsv::devinfo, rfsv::setVolumeName and rpcs::formatOpen now all take the drive-letter as a single const char. - Documented formatOPen() and formatRead().
* Modified icons.Fritz Elfert2001-03-011-702/+707
| | | | | | Started NLS support. Added kpsion KDE2 application. Unified file-headers.
* - Added KDE2 PropsDialog Plugin (incomplete)Fritz Elfert2001-02-061-10/+35
| | | | | | | | | | | | - 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-109/+54
| | | | More 64bit-related stuff.
* Replaced lot of ugly char * by string.Fritz Elfert2001-02-021-103/+37
| | | | | | | 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 in missing plpdirent.ccFritz Elfert2001-02-011-1/+1
| | | | | Added a small description of the KDE stuff in README Small fixes in rfsv16 and ppsocket.
* More cleanup:Fritz Elfert2001-02-011-18/+15
| | | | | | | | | | | | | | | - 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.
* Misc changes, needed for kioslave and backup:Fritz Elfert2001-01-311-4/+115
| | | | | | | | | | | | | | - 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()
* Added missing initializer.Fritz Elfert2000-08-271-1/+1
|
* General cleanup:Fritz Elfert2000-08-071-181/+117
| | | | | | | | | | | - Corrected some operators of bufferArray - Added more constructors to PsiTime - Added one more fallback for Timezone calculation in PsiTime - Use PsiTime in rfsv - Moved some common methods from rfsv16/32 to rfsv - Added more kdoc comments. - Made interface more robust (added const whereever possible, changed pointer arguments to references)
* Added a wrapper for enums and changed all return-code related stuffFritz Elfert2000-08-021-119/+117
| | | | | | as well as some other enums to use that instead of plain enums. This results in stronger type checking, range checking and the ability to write an enum's textual representation.
* 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-128/+304
| | | | | Started adding kdoc compliant documentation comments. Added PsiTime
* fixed typoFritz Elfert2000-01-171-1/+1
|
* Maintenance release 0.6Fritz Elfert2000-01-171-1/+2
| | | | Several fixes in plpnfsd: NFS-mounted device has not been writable.
* Release of plptools-0.5Fritz Elfert2000-01-171-0/+836