Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | More cleanup: | Fritz Elfert | 2001-02-01 | 1 | -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. | ||||
* | Programs now use an entry in /etc/services (if exists) for the TCP port. | Fritz Elfert | 2000-08-27 | 1 | -4/+9 |
| | |||||
* | Get rid of second configuration header defs.h[.in]. | Fritz Elfert | 2000-08-02 | 1 | -1/+4 |
| | | | | Configuration now is in config.h and this is included as the very first header. | ||||
* | Release of plptools-0.5 | Fritz Elfert | 2000-01-17 | 1 | -7/+29 |
| | |||||
* | Added RCS-Id's, Copyright | Fritz Elfert | 1999-07-05 | 1 | -0/+3 |
| | |||||
* | logging via syslog, more error-handling. | Fritz Elfert | 1999-07-04 | 1 | -48/+8 |
| | |||||
* | moved dir display from rfsv to ftp. | Fritz Elfert | 1999-07-01 | 1 | -1/+5 |
| | |||||
* | cmdline args | Fritz Elfert | 1999-06-29 | 1 | -2/+4 |
| | |||||
* | Initial import. | Fritz Elfert | 1999-06-29 | 1 | -0/+120 |