aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* 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
* fixed typoFritz Elfert2000-01-171-1/+1
|
* Maintenance release 0.6Fritz Elfert2000-01-172-2/+4
| | | | Several fixes in plpnfsd: NFS-mounted device has not been writable.
* Release of plptools-0.5Fritz Elfert2000-01-1722-328/+2524
|
* Added some missing files.Fritz Elfert1999-08-071-0/+4
|
* Fixed const violations.Fritz Elfert1999-08-071-1/+1
|
* Fixed const char stuff.Fritz Elfert1999-08-072-52/+67
|
* Initial import.Fritz Elfert1999-07-042-0/+43
|
* logging via syslog, more error-handling.Fritz Elfert1999-07-043-56/+4
|
* Initial importFritz Elfert1999-07-011-0/+1
|
* Added shared libFritz Elfert1999-07-011-2/+3
|
* proper error handling and auto-reconnectFritz Elfert1999-07-014-871/+796
| | | | modified rfsv enums.
* Package-growingFritz Elfert1999-06-292-3/+4
|
* Optimization for speed.Fritz Elfert1999-06-287-182/+1245
|
* First import.Fritz Elfert1999-06-2810-0/+1410