aboutsummaryrefslogtreecommitdiffstats
path: root/plpftp/ftp.h
Commit message (Collapse)AuthorAgeFilesLines
* Add getclip. Only works for text for now; code for images is presentReuben Thomas2007-11-201-0/+1
| | | | but commented out.
* Add "putclip" command to set the clipboard, using code from klipsi.Reuben Thomas2007-11-201-3/+5
|
* - Added SIS stuff by Daniel BrahneborgFritz Elfert2002-02-281-24/+29
| | | | - Change readline detection again
* More cleanup:Fritz Elfert2001-02-011-1/+3
| | | | | | | | | | | | | | | - 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 wrapper for enums and changed all return-code related stuffFritz Elfert2000-08-021-2/+2
| | | | | | as well as some other enums to use that instead of plain enums. This results in stronger type checking, range checking and the ability to write an enum's textual representation.
* Release of plptools-0.5Fritz Elfert2000-01-171-8/+14
|
* Added RCS-Id's, CopyrightFritz Elfert1999-07-051-0/+24
|
* Initial import.Fritz Elfert1999-06-291-0/+35