Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - Fixed bug in rfsv32, introduced by recent change to C++ strings: | Fritz Elfert | 2001-02-07 | 9 | -76/+227 |
| | | | | | mkdir and rmdir did not work. - Mor KDE2 related stuff. | ||||
* | Added some more types. | Fritz Elfert | 2001-02-06 | 1 | -0/+5 |
| | |||||
* | Added some .cvsignore's | Fritz Elfert | 2001-02-06 | 2 | -0/+4 |
| | |||||
* | - Added KDE2 PropsDialog Plugin (incomplete) | Fritz Elfert | 2001-02-06 | 47 | -194/+1741 |
| | | | | | | | | | | | | - 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. | ||||
* | Modified icon names | Fritz Elfert | 2001-02-04 | 10 | -9/+16 |
| | |||||
* | Renamed icons to fit KDE's am_edit | Fritz Elfert | 2001-02-04 | 17 | -0/+0 |
| | |||||
* | Added mimetype desktop files and icons. | Fritz Elfert | 2001-02-04 | 29 | -0/+84 |
| | |||||
* | - More KDOC comments. | Fritz Elfert | 2001-02-04 | 3 | -4/+32 |
| | | | | - Fix in ppsocket.cc: Add a cast for first parameter of gethostbyaddr() | ||||
* | More doc changes. | Fritz Elfert | 2001-02-04 | 4 | -4/+7 |
| | |||||
* | Add am_edit from KDE. | Fritz Elfert | 2001-02-04 | 1 | -0/+1778 |
| | |||||
* | More KDOC documentation in headers. | Fritz Elfert | 2001-02-04 | 7 | -37/+78 |
| | |||||
* | Cleaned up ppsocket. | Fritz Elfert | 2001-02-04 | 21 | -665/+568 |
| | | | | More 64bit-related stuff. | ||||
* | Added some KDOC API documentation. | Fritz Elfert | 2001-02-02 | 3 | -3/+27 |
| | |||||
* | Added automatic initialization of the timezone info in PsTime. | Fritz Elfert | 2001-02-02 | 5 | -2/+95 |
| | |||||
* | Replaced lot of ugly char * by string. | Fritz Elfert | 2001-02-02 | 12 | -331/+368 |
| | | | | | | | 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. | ||||
* | Added in missing plpdirent.cc | Fritz Elfert | 2001-02-01 | 5 | -17/+88 |
| | | | | | Added a small description of the KDE stuff in README Small fixes in rfsv16 and ppsocket. | ||||
* | Some fixes in documentation. | Fritz Elfert | 2001-02-01 | 2 | -11/+10 |
| | |||||
* | Added Alain's backup scripts. | Fritz Elfert | 2001-02-01 | 2 | -0/+450 |
| | |||||
* | More cleanup: | Fritz Elfert | 2001-02-01 | 41 | -360/+449 |
| | | | | | | | | | | | | | | | - 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 documentation. | Fritz Elfert | 2001-01-31 | 1 | -12/+112 |
| | |||||
* | Cleanup | Fritz Elfert | 2001-01-31 | 2 | -245/+0 |
| | |||||
* | - Fixed auto-completion once more. | Fritz Elfert | 2001-01-31 | 1 | -20/+39 |
| | | | | | - Adapted callbacks. - Added "cp" and "volname" commands. | ||||
* | Misc changes, needed for kioslave and backup: | Fritz Elfert | 2001-01-31 | 5 | -86/+301 |
| | | | | | | | | | | | | | | - Added copyOnPsion to optimize speed of copying files from Psion to Psion. - Added a void pointer to the callback function of copy{To,From,On}Psion. This permits setting up a C callback function from within a C++ method by providing this-> in that arg. In the C callback function, the apropriate method of the foreign class can then be called. - Added opendir(), readdir(), closedir() in a libc-like fashion. - Removed old time code. - Added setVolumeName() | ||||
* | Added a truncate() method. | Fritz Elfert | 2001-01-31 | 2 | -0/+13 |
| | |||||
* | Added a KDE2 kioslave and a simple commandline backup-tool | Fritz Elfert | 2001-01-31 | 11 | -0/+1463 |
| | | | | (no restore yet ;-) | ||||
* | Added tty sniffer. | Fritz Elfert | 2001-01-31 | 1 | -0/+88 |
| | |||||
* | Added kernel patch for a tty sniffer. | Fritz Elfert | 2001-01-31 | 2 | -1/+293 |
| | |||||
* | Reworked configuration: | Fritz Elfert | 2001-01-31 | 32 | -15/+1491 |
| | | | | | - Splitted up acinclude.m4 - Added m4 macros, needed for KDE stuff | ||||
* | Added a small fix for building with RPM3 | Fritz Elfert | 2001-01-20 | 1 | -1/+1 |
| | |||||
* | - plpftp: Added ownerinfo in help. | Fritz Elfert | 2001-01-20 | 2 | -4/+11 |
| | | | | - Updated specfile. | ||||
* | - Applied patches from peter.riocreux@cs.man.ac.uk. | Fritz Elfert | 2001-01-20 | 4 | -21/+78 |
| | | | | | - Added ownerinfo command to plpftp. - Fixed filename completion to handle remote subdirs. | ||||
* | Fixed some bugs in init-script. | Fritz Elfert | 2001-01-15 | 1 | -5/+9 |
| | |||||
* | - Added Hint for man pages in README. | Fritz Elfert | 2001-01-14 | 7 | -20/+121 |
| | | | | | | | | | | | | - Added signal handles for SIGINT and SIGTERM in ncpd for - properly shutting down the link. - Added flush() method in link.cc, needed for above feature. - If started with option -e and no -s option is given, assume being started by mgetty and use the line ncpd is started on instead of builtin default. - Added auto-reset in packet.cc. This helps making IrDA (ircomm-tty) based connections. Still not satisfying as i sometimes have to toggle infrared on the Psion (probably a bug in the Psion's IrDA). | ||||
* | Added missing CHANGES to dist target. | Fritz Elfert | 2001-01-14 | 1 | -1/+1 |
| | |||||
* | Added check for return type of signal. | Fritz Elfert | 2001-01-14 | 2 | -3/+6 |
| | |||||
* | Try harder restarting applications with runrestore. | Fritz Elfert | 2001-01-14 | 1 | -6/+36 |
| | |||||
* | fixed rc script. | Fritz Elfert | 2001-01-11 | 1 | -2/+4 |
| | |||||
* | Fixed mountpoint-variable | Fritz Elfert | 2000-11-11 | 1 | -9/+9 |
| | |||||
* | Added workaround for broken readline.h | Fritz Elfert | 2000-11-11 | 2 | -0/+39 |
| | |||||
* | Updated manpages. | Fritz Elfert | 2000-11-11 | 3 | -3/+39 |
| | |||||
* | Fixed hang in Mail subdirectory. | Fritz Elfert | 2000-11-11 | 4 | -6/+9 |
| | | | | Corrected missing calculation for link-counts of directories. | ||||
* | Fixed Buildrequires in specfile | Fritz Elfert | 2000-11-11 | 1 | -1/+1 |
| | |||||
* | Added debugging for plpnfsd "Maildir" problem. | Fritz Elfert | 2000-11-11 | 1 | -0/+2 |
| | |||||
* | Misc. Makefile changes. | Fritz Elfert | 2000-11-11 | 8 | -5/+120 |
| | | | | Bumped up version. | ||||
* | Added checks for broken libreadline-4 on RH7 (needs libcurses instead of | Fritz Elfert | 2000-11-11 | 5 | -19/+75 |
| | | | | | | automatically using libtermcap which does export _NO_ symbols on RH7!!!) Added --disable-readline and --disable-history Fixed a function prototype | ||||
* | Updated recent changes | Fritz Elfert | 2000-10-09 | 1 | -0/+38 |
| | |||||
* | Typo | Fritz Elfert | 2000-10-09 | 1 | -1/+1 |
| | |||||
* | Added a hack for Jotter on S5mx and some experimental stuff. | Fritz Elfert | 2000-10-09 | 5 | -11/+40 |
| | |||||
* | Added a check for MX5 and modified process-name arguments depending | Fritz Elfert | 2000-10-09 | 1 | -18/+43 |
| | | | | | on MX5 (not shure, if this also applies to S5) Fixed a bug in filename-completion. | ||||
* | Added process-stuff in procfs. | Fritz Elfert | 2000-10-09 | 4 | -91/+532 |
| | | | | Added a check for a protocol "psion" in /etc/services |