aboutsummaryrefslogtreecommitdiffstats
path: root/plpftp/main.cc
Commit message (Collapse)AuthorAgeFilesLines
* Remove bogus error message translation lookup.Reuben Thomas2008-04-061-2/+2
|
* Fixes to make "make distcheck" work, including some reordering ofReuben Thomas2007-12-151-2/+1
| | | | #includes to make supplied gettext work.
* Add "putclip" command to set the clipboard, using code from klipsi.Reuben Thomas2007-11-201-1/+14
|
* Add myself to copyrightReuben Thomas2007-11-201-0/+1
|
* - Changes for compiling with gcc 3.2Fritz Elfert2003-02-051-5/+8
|
* - Non-KDE stuff now builds correctly with gcc3Fritz Elfert2002-07-141-0/+2
|
* - i18n: Changed macros into inline functions to make string constantFritz Elfert2002-03-061-17/+88
| | | | | concatenation of gcc possible. - Unified commandline arguments.
* - Added SIS stuff by Daniel BrahneborgFritz Elfert2002-02-281-0/+2
| | | | - Change readline detection again
* Make unconditional gettext conditional.Fritz Elfert2001-07-261-1/+1
|
* Fixed NLS not working with newer glibc.Fritz Elfert2001-05-211-8/+9
|
* NLS fixes, kpsion configFritz Elfert2001-03-241-0/+2
|
* Modified icons.Fritz Elfert2001-03-011-78/+89
| | | | | | Started NLS support. Added kpsion KDE2 application. Unified file-headers.
* Use new error-reporting facility from rfsvfactory.Fritz Elfert2001-02-071-1/+1
|
* - Added KDE2 PropsDialog Plugin (incomplete)Fritz Elfert2001-02-061-6/+0
| | | | | | | | | | | | - 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.
* 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.
* Programs now use an entry in /etc/services (if exists) for the TCP port.Fritz Elfert2000-08-271-4/+9
|
* Get rid of second configuration header defs.h[.in].Fritz Elfert2000-08-021-1/+4
| | | | Configuration now is in config.h and this is included as the very first header.
* Release of plptools-0.5Fritz Elfert2000-01-171-7/+29
|
* Added RCS-Id's, CopyrightFritz Elfert1999-07-051-0/+3
|
* logging via syslog, more error-handling.Fritz Elfert1999-07-041-48/+8
|
* moved dir display from rfsv to ftp.Fritz Elfert1999-07-011-1/+5
|
* cmdline argsFritz Elfert1999-06-291-2/+4
|
* Initial import.Fritz Elfert1999-06-291-0/+120