| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
|
|
|
|
| |
- Cleanup of LDFLAGS for less depencies
- Added workaround specfile for broken Autoreq on SuSE and Mandrake
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
| |
- Adapted plpftp and plpprops to new machineinfo
- Translations.
|
| |
|
|
|
|
|
|
|
|
| |
- 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 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...
|
| |
|
|
|
|
|
| |
concatenation of gcc possible.
- Unified commandline arguments.
|
| |
|
|
|
|
| |
- Change readline detection again
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
Started NLS support.
Added kpsion KDE2 application.
Unified file-headers.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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 64bit-related stuff.
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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.
|
|
|
|
|
| |
- Adapted callbacks.
- Added "cp" and "volname" commands.
|
|
|
|
| |
- Updated specfile.
|
|
|
|
|
| |
- Added ownerinfo command to plpftp.
- Fixed filename completion to handle remote subdirs.
|
| |
|
| |
|
|
|
|
| |
Corrected missing calculation for link-counts of directories.
|
|
|
|
|
|
| |
automatically using libtermcap which does export _NO_ symbols on RH7!!!)
Added --disable-readline and --disable-history
Fixed a function prototype
|
|
|
|
|
| |
on MX5 (not shure, if this also applies to S5)
Fixed a bug in filename-completion.
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
- Corrected some operators of bufferArray
- Added more constructors to PsiTime
- Added one more fallback for Timezone calculation in PsiTime
- Use PsiTime in rfsv
- Moved some common methods from rfsv16/32 to rfsv
- Added more kdoc comments.
- Made interface more robust (added const whereever possible,
changed pointer arguments to references)
|
|
|
|
|
|
| |
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.
|
|
|
|
| |
Configuration now is in config.h and this is included as the very first header.
|
| |
|
|
|
|
|
| |
using Makefile.cvs. Of course, a developer should all of the
necessary tools installed (automake, autoconf, libtool).
|
|
|
|
|
| |
Started adding kdoc compliant documentation comments.
Added PsiTime
|
| |
|
| |
|
| |
|
| |
|
| |
|