Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Added some KDOC API documentation. | Fritz Elfert | 2001-02-02 | 3 | -3/+27 | |
| | ||||||
* | Added automatic initialization of the timezone info in PsTime. | Fritz Elfert | 2001-02-02 | 3 | -2/+71 | |
| | ||||||
* | Replaced lot of ugly char * by string. | Fritz Elfert | 2001-02-02 | 8 | -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.cc | Fritz Elfert | 2001-02-01 | 4 | -17/+72 | |
| | | | | | Added a small description of the KDE stuff in README Small fixes in rfsv16 and ppsocket. | |||||
* | Some fixes in documentation. | Fritz Elfert | 2001-02-01 | 2 | -11/+10 | |
| | ||||||
* | More cleanup: | Fritz Elfert | 2001-02-01 | 21 | -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 Elfert | 2001-01-31 | 1 | -12/+112 | |
| | ||||||
* | Misc changes, needed for kioslave and backup: | Fritz Elfert | 2001-01-31 | 5 | -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 Elfert | 2001-01-31 | 2 | -0/+13 | |
| | ||||||
* | Misc. Makefile changes. | Fritz Elfert | 2000-11-11 | 1 | -1/+1 | |
| | | | | Bumped up version. | |||||
* | Added a hack for Jotter on S5mx and some experimental stuff. | Fritz Elfert | 2000-10-09 | 4 | -11/+39 | |
| | ||||||
* | Added missing initializer. | Fritz Elfert | 2000-08-27 | 1 | -1/+1 | |
| | ||||||
* | Bugfix: QUERY_DRIVE returns status as last byte, not first. | Fritz Elfert | 2000-08-27 | 4 | -21/+31 | |
| | ||||||
* | Some small type changes. | Fritz Elfert | 2000-08-27 | 2 | -14/+14 | |
| | ||||||
* | Added parameter names. | Fritz Elfert | 2000-08-27 | 1 | -13/+13 | |
| | ||||||
* | Added debug config option and modified an assert in Enum.h | Fritz Elfert | 2000-08-27 | 1 | -3/+3 | |
| | ||||||
* | Added man pages by John Lines (john+plpman@paladin.demon.co.uk). | Fritz Elfert | 2000-08-10 | 1 | -5/+2 | |
| | | | | Started support for procfs-like extension in plpnfsd. | |||||
* | General cleanup: | Fritz Elfert | 2000-08-07 | 14 | -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 Elfert | 2000-08-02 | 1 | -2/+0 | |
| | ||||||
* | Initial checkin. | Fritz Elfert | 2000-08-02 | 2 | -0/+346 | |
| | ||||||
* | Added a wrapper for enums and changed all return-code related stuff | Fritz Elfert | 2000-08-02 | 13 | -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 Elfert | 2000-08-02 | 9 | -9/+32 | |
| | | | | Configuration now is in config.h and this is included as the very first header. | |||||
* | Added API doc for logbuf. | Fritz Elfert | 2000-08-01 | 2 | -1/+54 | |
| | | | | Test auto-generation of HTML API doc on project homepage. | |||||
* | *** empty log message *** | Fritz Elfert | 2000-08-01 | 1 | -0/+3 | |
| | ||||||
* | Added intermediate files to .cvsignore | Fritz Elfert | 2000-08-01 | 1 | -0/+1 | |
| | ||||||
* | Removed more intermediate files from CVS. Those can be rebuilt by | Fritz Elfert | 2000-07-31 | 1 | -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 Elfert | 2000-07-31 | 21 | -335/+1640 | |
| | | | | | Started adding kdoc compliant documentation comments. Added PsiTime | |||||
* | fixed typo | Fritz Elfert | 2000-01-17 | 1 | -1/+1 | |
| | ||||||
* | Maintenance release 0.6 | Fritz Elfert | 2000-01-17 | 2 | -2/+4 | |
| | | | | Several fixes in plpnfsd: NFS-mounted device has not been writable. | |||||
* | Release of plptools-0.5 | Fritz Elfert | 2000-01-17 | 22 | -328/+2524 | |
| | ||||||
* | Added some missing files. | Fritz Elfert | 1999-08-07 | 1 | -0/+4 | |
| | ||||||
* | Fixed const violations. | Fritz Elfert | 1999-08-07 | 1 | -1/+1 | |
| | ||||||
* | Fixed const char stuff. | Fritz Elfert | 1999-08-07 | 2 | -52/+67 | |
| | ||||||
* | Initial import. | Fritz Elfert | 1999-07-04 | 2 | -0/+43 | |
| | ||||||
* | logging via syslog, more error-handling. | Fritz Elfert | 1999-07-04 | 3 | -56/+4 | |
| | ||||||
* | Initial import | Fritz Elfert | 1999-07-01 | 1 | -0/+1 | |
| | ||||||
* | Added shared lib | Fritz Elfert | 1999-07-01 | 1 | -2/+3 | |
| | ||||||
* | proper error handling and auto-reconnect | Fritz Elfert | 1999-07-01 | 4 | -871/+796 | |
| | | | | modified rfsv enums. | |||||
* | Package-growing | Fritz Elfert | 1999-06-29 | 2 | -3/+4 | |
| | ||||||
* | Optimization for speed. | Fritz Elfert | 1999-06-28 | 7 | -182/+1245 | |
| | ||||||
* | First import. | Fritz Elfert | 1999-06-28 | 10 | -0/+1410 | |