aboutsummaryrefslogtreecommitdiffstats
path: root/lib/bufferstore.h
Commit message (Collapse)AuthorAgeFilesLines
* Build fixes for newer g++ from Thomas Lussnig.Reuben Thomas2005-04-161-1/+1
|
* - Changes for compiling with gcc 3.2Fritz Elfert2003-02-051-1/+2
|
* - Non-KDE stuff now builds correctly with gcc3Fritz Elfert2002-07-141-3/+2
|
* - Re-Implemented lower levels of ncpd (packet and link).Fritz Elfert2002-03-051-2/+16
| | | | | ncpd is now multithreaded. Results in much better performance and less CPU usage.
* Modified icons.Fritz Elfert2001-03-011-196/+225
| | | | | | Started NLS support. Added kpsion KDE2 application. Unified file-headers.
* More doc changes.Fritz Elfert2001-02-041-1/+4
|
* Cleaned up ppsocket.Fritz Elfert2001-02-041-2/+4
| | | | More 64bit-related stuff.
* More cleanup:Fritz Elfert2001-02-011-2/+1
| | | | | | | | | | | | | | | - 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 truncate() method.Fritz Elfert2001-01-311-0/+8
|
* Added parameter names.Fritz Elfert2000-08-271-13/+13
|
* Applied mjg-0.6 patch.Fritz Elfert2000-07-311-33/+190
| | | | | Started adding kdoc compliant documentation comments. Added PsiTime
* Release of plptools-0.5Fritz Elfert2000-01-171-12/+13
|
* First import.Fritz Elfert1999-06-281-0/+50