aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ppsocket.cc
Commit message (Collapse)AuthorAgeFilesLines
* Patch from John Lines for compiling with GCC 4.3 (Patch #2023788)Reuben Thomas2008-07-211-0/+1
|
* If MSG_NOSIGNAL is not defined (like on NetBSD), define it to zero.Thomas Klausner2004-09-081-0/+4
|
* - Changes for compiling with gcc 3.2Fritz Elfert2003-02-051-5/+6
|
* - Bugfix for Bug #584926 - libplp was broken on big endian systems.Fritz Elfert2002-08-051-1/+1
|
* - Non-KDE stuff now builds correctly with gcc3Fritz Elfert2002-07-141-0/+2
|
* - Fixed a possible exploit when using telnet (or any other networkFritz Elfert2002-07-111-0/+2
| | | | client) connecting to ncpd.
* - rpcs: Implemented scratch RAM access.Fritz Elfert2002-03-201-0/+7
| | | | | | | | - 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
* - Re-Implemented lower levels of ncpd (packet and link).Fritz Elfert2002-03-051-8/+10
| | | | | ncpd is now multithreaded. Results in much better performance and less CPU usage.
* Fix for Series 3c. Devlist version can be 1.Fritz Elfert2001-06-111-2/+0
|
* Modified icons.Fritz Elfert2001-03-011-438/+446
| | | | | | Started NLS support. Added kpsion KDE2 application. Unified file-headers.
* - Added KDE2 PropsDialog Plugin (incomplete)Fritz Elfert2001-02-061-19/+45
| | | | | | | | | | | | - 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 KDOC comments.Fritz Elfert2001-02-041-2/+2
| | | | - Fix in ppsocket.cc: Add a cast for first parameter of gethostbyaddr()
* Cleaned up ppsocket.Fritz Elfert2001-02-041-313/+154
| | | | More 64bit-related stuff.
* Added in missing plpdirent.ccFritz Elfert2001-02-011-3/+3
| | | | | Added a small description of the KDE stuff in README Small fixes in rfsv16 and ppsocket.
* More cleanup:Fritz Elfert2001-02-011-1/+0
| | | | | | | | | | | | | | | - 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.
* Some small type changes.Fritz Elfert2000-08-271-7/+7
|
* Get rid of second configuration header defs.h[.in].Fritz Elfert2000-08-021-1/+3
| | | | Configuration now is in config.h and this is included as the very first header.
* Applied mjg-0.6 patch.Fritz Elfert2000-07-311-0/+4
| | | | | Started adding kdoc compliant documentation comments. Added PsiTime
* Release of plptools-0.5Fritz Elfert2000-01-171-3/+18
|
* logging via syslog, more error-handling.Fritz Elfert1999-07-041-36/+1
|
* proper error handling and auto-reconnectFritz Elfert1999-07-011-614/+516
| | | | modified rfsv enums.
* Package-growingFritz Elfert1999-06-291-1/+1
|
* Optimization for speed.Fritz Elfert1999-06-281-61/+51
|
* First import.Fritz Elfert1999-06-281-0/+863