aboutsummaryrefslogtreecommitdiffstats
path: root/lib/rfsv32.cc
Commit message (Collapse)AuthorAgeFilesLines
* General cleanup:Fritz Elfert2000-08-071-207/+137
| | | | | | | | | | | - 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-71/+70
| | | | | | 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-5/+97
| | | | | Started adding kdoc compliant documentation comments. Added PsiTime
* 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-202/+166
|
* Fixed const violations.Fritz Elfert1999-08-071-1/+1
|
* Fixed const char stuff.Fritz Elfert1999-08-071-51/+66
|
* proper error handling and auto-reconnectFritz Elfert1999-07-011-185/+205
| | | | modified rfsv enums.
* Package-growingFritz Elfert1999-06-291-2/+3
|
* Optimization for speed.Fritz Elfert1999-06-281-0/+889