aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ppsocket.h
Commit message (Collapse)AuthorAgeFilesLines
* Added in missing plpdirent.ccFritz Elfert2001-02-011-13/+2
| | | | | Added a small description of the KDE stuff in README Small fixes in rfsv16 and ppsocket.
* More cleanup:Fritz Elfert2001-02-011-1/+0
| | | | | | | | | | | | | | | - 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.
* Some small type changes.Fritz Elfert2000-08-271-7/+7
|
* logging via syslog, more error-handling.Fritz Elfert1999-07-041-18/+0
|
* proper error handling and auto-reconnectFritz Elfert1999-07-011-0/+1
| | | | modified rfsv enums.
* First import.Fritz Elfert1999-06-281-0/+117