aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* Applied patch from Jim Hague.Fritz Elfert2001-06-291-6/+8
|
* Fix for Series 3c. Devlist version can be 1.Fritz Elfert2001-06-112-4/+2
|
* Added missing attr2std in fgeteattr()Fritz Elfert2001-06-101-1/+2
|
* Documented rclip interface.Fritz Elfert2001-05-261-2/+63
|
* Added Icons for states of Klipsi.Fritz Elfert2001-05-251-1/+1
| | | | LMB click on klipsi icon now toggles enable/disable.
* Fixed iowatchFritz Elfert2001-05-232-25/+28
| | | | More clipboard work (Works now in direction Psion -> PC ;-)
* More work on remote clipboard.Fritz Elfert2001-05-225-23/+72
|
* Started print and clip support (no functionality yet).Fritz Elfert2001-05-215-2/+564
| | | | - Moved include/intl.h to lib/plpintl.h
* - Moved include/intl.h to lib/plpintl.h to fix compile of foreign progs.Fritz Elfert2001-05-2112-20/+53
| | | | - Some NLS-Related fixes
* Applied Fix from Markus Stipp <corwin@zhadum.de>Fritz Elfert2001-04-091-1/+1
|
* Implemented ncpd autostart and removing of old backup generations.Fritz Elfert2001-04-081-1/+0
|
* Fixed debian compile bug.Fritz Elfert2001-03-291-1/+11
| | | | Fixed link when libplp is not yet installed.
* NLS fixes, kpsion configFritz Elfert2001-03-241-3/+1
|
* - Unified drive parameter of some methods:Fritz Elfert2001-03-067-39/+69
| | | | | | rfsv::devinfo, rfsv::setVolumeName and rpcs::formatOpen now all take the drive-letter as a single const char. - Documented formatOPen() and formatRead().
* Fixed some 64bit related stuff in psitime and plpdirent.Fritz Elfert2001-03-054-31/+52
| | | | More work on restore in kpsion.
* Fixed a nasty bug in fread() which reads garbage when called with a lengthFritz Elfert2001-03-021-1/+1
| | | | | 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.
* Modified icons.Fritz Elfert2001-03-0133-5507/+6193
| | | | | | Started NLS support. Added kpsion KDE2 application. Unified file-headers.
* - Fixed bug in rfsv32, introduced by recent change to C++ strings:Fritz Elfert2001-02-071-2/+2
| | | | | mkdir and rmdir did not work. - Mor KDE2 related stuff.
* - Added KDE2 PropsDialog Plugin (incomplete)Fritz Elfert2001-02-0616-102/+573
| | | | | | | | | | | | - 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 KDOC comments.Fritz Elfert2001-02-043-4/+32
| | | | - Fix in ppsocket.cc: Add a cast for first parameter of gethostbyaddr()
* More doc changes.Fritz Elfert2001-02-044-4/+7
|
* More KDOC documentation in headers.Fritz Elfert2001-02-047-37/+78
|
* Cleaned up ppsocket.Fritz Elfert2001-02-0410-607/+501
| | | | More 64bit-related stuff.
* Added some KDOC API documentation.Fritz Elfert2001-02-023-3/+27
|
* Added automatic initialization of the timezone info in PsTime.Fritz Elfert2001-02-023-2/+71
|
* Replaced lot of ugly char * by string.Fritz Elfert2001-02-028-237/+187
| | | | | | | 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-014-17/+72
| | | | | Added a small description of the KDE stuff in README Small fixes in rfsv16 and ppsocket.
* Some fixes in documentation.Fritz Elfert2001-02-012-11/+10
|
* More cleanup:Fritz Elfert2001-02-0121-163/+212
| | | | | | | | | | | | | | | - 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 documentation.Fritz Elfert2001-01-311-12/+112
|
* Misc changes, needed for kioslave and backup:Fritz Elfert2001-01-315-86/+301
| | | | | | | | | | | | | | - 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 a truncate() method.Fritz Elfert2001-01-312-0/+13
|
* Misc. Makefile changes.Fritz Elfert2000-11-111-1/+1
| | | | Bumped up version.
* Added a hack for Jotter on S5mx and some experimental stuff.Fritz Elfert2000-10-094-11/+39
|
* Added missing initializer.Fritz Elfert2000-08-271-1/+1
|
* Bugfix: QUERY_DRIVE returns status as last byte, not first.Fritz Elfert2000-08-274-21/+31
|
* Some small type changes.Fritz Elfert2000-08-272-14/+14
|
* Added parameter names.Fritz Elfert2000-08-271-13/+13
|
* Added debug config option and modified an assert in Enum.hFritz Elfert2000-08-271-3/+3
|
* Added man pages by John Lines (john+plpman@paladin.demon.co.uk).Fritz Elfert2000-08-101-5/+2
| | | | Started support for procfs-like extension in plpnfsd.
* General cleanup:Fritz Elfert2000-08-0714-662/+985
| | | | | | | | | | | - 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)
* Removed opErr, no longer needed.Fritz Elfert2000-08-021-2/+0
|
* Initial checkin.Fritz Elfert2000-08-022-0/+346
|
* Added a wrapper for enums and changed all return-code related stuffFritz Elfert2000-08-0213-715/+650
| | | | | | 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-029-9/+32
| | | | Configuration now is in config.h and this is included as the very first header.
* Added API doc for logbuf.Fritz Elfert2000-08-012-1/+54
| | | | Test auto-generation of HTML API doc on project homepage.
* *** empty log message ***Fritz Elfert2000-08-011-0/+3
|
* Added intermediate files to .cvsignoreFritz Elfert2000-08-011-0/+1
|
* Removed more intermediate files from CVS. Those can be rebuilt byFritz Elfert2000-07-311-0/+5
| | | | | using Makefile.cvs. Of course, a developer should all of the necessary tools installed (automake, autoconf, libtool).
* Applied mjg-0.6 patch.Fritz Elfert2000-07-3121-335/+1640
| | | | | Started adding kdoc compliant documentation comments. Added PsiTime