| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
- Fixed a typo
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
| |
switching DST/Non-DST.
|
|
|
|
| |
More work on restore in kpsion.
|
|
|
|
|
|
| |
Started NLS support.
Added kpsion KDE2 application.
Unified file-headers.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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.
|
|
|
|
|
|
|
|
|
|
|
| |
- 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)
|
|
Started adding kdoc compliant documentation comments.
Added PsiTime
|