aboutsummaryrefslogtreecommitdiffstats
path: root/plpbackup
Commit message (Collapse)AuthorAgeFilesLines
* - made kpsion SIBO-awareFritz Elfert2002-03-181-25/+6
| | | | | | | | - 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
* - ncpd now works with both Series 3 and Series 5Fritz Elfert2002-03-161-15/+506
| | | | | | | | | - ncpd now has autobaud feature (default on), which cycles baudrate - lib: added getSpeed() for retrieving current speed of connection - plpftp: Use getSpeed() - plpbackup: Ongoing work - configure stuff: removed several entries from acconfig.h comments now defined as 3rd arg to AC_DEFINE...
* - Unified arguments.Fritz Elfert2002-03-061-16/+53
| | | | - Added CPS calculation.
* - plpbackup: more error handling; translationFritz Elfert2002-02-152-484/+888
| | | | | - Added plpprint stuff (yet not useful) - ccmalloc upgrade
* KPsion: added format stuff.Fritz Elfert2001-03-061-5/+5
|
* - Added KDE2 PropsDialog Plugin (incomplete)Fritz Elfert2001-02-061-10/+3
| | | | | | | | | | | | - 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.
* Cleaned up ppsocket.Fritz Elfert2001-02-041-5/+6
| | | | More 64bit-related stuff.
* More cleanup:Fritz Elfert2001-02-011-124/+149
| | | | | | | | | | | | | | | - 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 a KDE2 kioslave and a simple commandline backup-toolFritz Elfert2001-01-313-0/+545
(no restore yet ;-)