Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make reasonably recent autotools happy; remove gettext files | Reuben Thomas | 2013-12-16 | 1 | -1/+1 |
| | |||||
* | Convert .cvsignore files to .gitignore files | Reuben Thomas | 2013-12-16 | 2 | -5/+1 |
| | |||||
* | Remove some temporary debugging messages. | Reuben Thomas | 2008-04-06 | 1 | -2/+0 |
| | |||||
* | Remove bogus error message translation lookup. | Reuben Thomas | 2008-04-06 | 1 | -2/+2 |
| | |||||
* | Update copyright year. | Reuben Thomas | 2008-03-28 | 1 | -1/+1 |
| | |||||
* | Make plpftp killsave try harder to kill programs. | Reuben Thomas | 2008-03-28 | 1 | -30/+31 |
| | | | | | Fix a long-standing bug in plpftp runrestore for running badly-behaved programs. | ||||
* | Refactor the bodies of getln and slurp into a single routine, get_upto. | Reuben Thomas | 2008-03-13 | 1 | -26/+11 |
| | |||||
* | Fixes to make "make distcheck" work, including some reordering of | Reuben Thomas | 2007-12-15 | 2 | -3/+2 |
| | | | | #includes to make supplied gettext work. | ||||
* | Remove still-born EXPERIMENTAL code. | Reuben Thomas | 2007-12-15 | 1 | -13/+0 |
| | |||||
* | Move last header plp_inttypes.h out of include and into lib. | Reuben Thomas | 2007-12-14 | 1 | -2/+0 |
| | | | | | Remove RCS Ids from Makefile.am's so that checking in a Makefile.am doesn't cause automake to be run. | ||||
* | Replace plpnfsd with plpfuse. | Reuben Thomas | 2007-12-13 | 1 | -3/+0 |
| | | | | Other minor simplifications to the build system. | ||||
* | Remove unused m4 tests, and test for readline version; we should all | Reuben Thomas | 2007-12-07 | 1 | -34/+0 |
| | | | | be using at least 4.2 by now. | ||||
* | Add getclip. Only works for text for now; code for images is present | Reuben Thomas | 2007-11-20 | 2 | -0/+173 |
| | | | | but commented out. | ||||
* | Add "putclip" command to set the clipboard, using code from klipsi. | Reuben Thomas | 2007-11-20 | 3 | -5/+182 |
| | |||||
* | Remove traces of plpbackup. | Reuben Thomas | 2007-11-20 | 1 | -1/+1 |
| | |||||
* | Backport slightly improved killsave/runrestore code from plpbackup. | Reuben Thomas | 2007-11-20 | 1 | -83/+142 |
| | |||||
* | Add myself to copyright | Reuben Thomas | 2007-11-20 | 1 | -0/+1 |
| | |||||
* | Remove workaround for old readline lib. | Reuben Thomas | 2007-11-15 | 4 | -73/+2 |
| | |||||
* | Add settime command | Reuben Thomas | 2006-05-16 | 1 | -1/+8 |
| | |||||
* | - Changes for compiling with gcc 3.2 | Fritz Elfert | 2003-02-05 | 2 | -15/+20 |
| | |||||
* | - Removed ccmalloc stuff. Now using valgrind | Fritz Elfert | 2002-08-11 | 1 | -1/+1 |
| | | | | | - Cleanup of LDFLAGS for less depencies - Added workaround specfile for broken Autoreq on SuSE and Mandrake | ||||
* | - Fixed setting of CFLAGS and CXXFLAGS: With --enable-debug, disable -O | Fritz Elfert | 2002-08-11 | 1 | -1/+1 |
| | | | | | | | | | | | - Removed ccmalloc support. Now using valgrind - Added missing mainainer-clean-local targets - Fixed uninitialized array in IOwatch, reported by valgrind. - Fixed missing definition of LC_ALL if compiling without -O - Fixed invalid access to datapump thread (not yet created), reported by valgrind. - Fixed wrong parameters of QRegExp when using QT 3.x - Fixed KTar initialization which has changed in KDE 3.x | ||||
* | - Non-KDE stuff now builds correctly with gcc3 | Fritz Elfert | 2002-07-14 | 1 | -0/+2 |
| | |||||
* | Applied patches from debian bug #104967 (not yet tested) | Fritz Elfert | 2002-07-14 | 1 | -1/+3 |
| | |||||
* | - Added setupinfo | Fritz Elfert | 2002-07-07 | 1 | -39/+61 |
| | |||||
* | - rpcs: Implemented scratch RAM access. | Fritz Elfert | 2002-03-20 | 1 | -2/+41 |
| | | | | | | | | - Updated spec file (not complete) - Updated KDE translations - kioslave and property-dialog now translate correctly - ppsocket: Added a patch for FreeBSD - plpftp: Some experimental code for testing | ||||
* | - Corrected entries in machineinfo | Fritz Elfert | 2002-03-18 | 1 | -1/+4 |
| | | | | | - Adapted plpftp and plpprops to new machineinfo - Translations. | ||||
* | Prevent readline > 4.2 from looping. | Fritz Elfert | 2002-03-18 | 1 | -0/+6 |
| | |||||
* | - made kpsion SIBO-aware | Fritz Elfert | 2002-03-18 | 1 | -63/+33 |
| | | | | | | | | - Added SIBO-related stuff in PsiTime - Added new class PsiProcess, renamed rpcs:queryDrive to queryPrograms and changed it accordingly - Adapted kspion, plpbackup, plpnfsd and plpftp to use queryPrograms - Several cleanups in rfsv16 | ||||
* | - ncpd now works with both Series 3 and Series 5 | Fritz Elfert | 2002-03-16 | 1 | -2/+10 |
| | | | | | | | | | - ncpd now has autobaud feature (default on), which cycles baudrate - lib: added getSpeed() for retrieving current speed of connection - plpftp: Use getSpeed() - plpbackup: Ongoing work - configure stuff: removed several entries from acconfig.h comments now defined as 3rd arg to AC_DEFINE... | ||||
* | Spelling error: "Couln't" -> "Couldn't". | Daniel Brahneborg | 2002-03-09 | 1 | -1/+1 |
| | |||||
* | - i18n: Changed macros into inline functions to make string constant | Fritz Elfert | 2002-03-06 | 2 | -21/+128 |
| | | | | | concatenation of gcc possible. - Unified commandline arguments. | ||||
* | Various proto changes. | Daniel Brahneborg | 2002-03-02 | 1 | -2/+32 |
| | |||||
* | - Added SIS stuff by Daniel Brahneborg | Fritz Elfert | 2002-02-28 | 5 | -55/+86 |
| | | | | - Change readline detection again | ||||
* | - ccmalloc upgrade | Fritz Elfert | 2002-02-15 | 1 | -1/+1 |
| | |||||
* | Make unconditional gettext conditional. | Fritz Elfert | 2001-07-26 | 1 | -1/+1 |
| | |||||
* | Configure check and support for readline 4.2 | Fritz Elfert | 2001-07-26 | 1 | -6/+18 |
| | |||||
* | fixed some includes. | Fritz Elfert | 2001-05-21 | 1 | -6/+6 |
| | |||||
* | Fixed NLS not working with newer glibc. | Fritz Elfert | 2001-05-21 | 1 | -8/+9 |
| | |||||
* | NLS fixes, kpsion config | Fritz Elfert | 2001-03-24 | 1 | -0/+2 |
| | |||||
* | KPsion: added format stuff. | Fritz Elfert | 2001-03-06 | 1 | -2/+2 |
| | |||||
* | Modified icons. | Fritz Elfert | 2001-03-01 | 3 | -1079/+1096 |
| | | | | | | Started NLS support. Added kpsion KDE2 application. Unified file-headers. | ||||
* | Use new error-reporting facility from rfsvfactory. | Fritz Elfert | 2001-02-07 | 1 | -1/+1 |
| | |||||
* | - Added KDE2 PropsDialog Plugin (incomplete) | Fritz Elfert | 2001-02-06 | 2 | -16/+8 |
| | | | | | | | | | | | | - 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. | ||||
* | Cleaned up ppsocket. | Fritz Elfert | 2001-02-04 | 1 | -12/+13 |
| | | | | More 64bit-related stuff. | ||||
* | Replaced lot of ugly char * by string. | Fritz Elfert | 2001-02-02 | 1 | -30/+17 |
| | | | | | | | Fixed bug in plpftp's filename-completion, which was introduced yesterday. Added a class PlpUID for dealing with application-UIDs Added UID->mimetype mapping in kioslave. | ||||
* | More cleanup: | Fritz Elfert | 2001-02-01 | 3 | -34/+22 |
| | | | | | | | | | | | | | | | - 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. | ||||
* | - Fixed auto-completion once more. | Fritz Elfert | 2001-01-31 | 1 | -20/+39 |
| | | | | | - Adapted callbacks. - Added "cp" and "volname" commands. | ||||
* | - plpftp: Added ownerinfo in help. | Fritz Elfert | 2001-01-20 | 1 | -0/+1 |
| | | | | - Updated specfile. | ||||
* | - Applied patches from peter.riocreux@cs.man.ac.uk. | Fritz Elfert | 2001-01-20 | 1 | -7/+40 |
| | | | | | - Added ownerinfo command to plpftp. - Fixed filename completion to handle remote subdirs. |