Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add plp_inttypes.h to headers list | Reuben Thomas | 2007-12-15 | 1 | -1/+2 |
| | |||||
* | Move last header plp_inttypes.h out of include and into lib. | Reuben Thomas | 2007-12-14 | 2 | -2/+26 |
| | | | | | 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. | ||||
* | More build system changes to make it play better with up-to-date | Reuben Thomas | 2007-12-07 | 1 | -2/+2 |
| | | | | | | autotools. In particular, this round gets rid of acconfig.h, putting the necessary bits into conf/configure.in.in, and using AM_CFLAGS & co. instead of plain CFLAGS, which rightly upsets automake. | ||||
* | Remove bogus correction of times, which may correct time stamp changes | Reuben Thomas | 2007-12-07 | 1 | -2/+0 |
| | | | | | between DST/non-DST, but at the unacceptable cost of buggering up the actual clock! | ||||
* | Remove error code comments, which were in some cases wrong; look at rfsv.h! | Reuben Thomas | 2007-11-21 | 1 | -44/+44 |
| | |||||
* | Remove traces of plpbackup. | Reuben Thomas | 2007-11-20 | 1 | -2/+1 |
| | |||||
* | Fix ComponentNameRecord: add a constructor to initialise m_names to | Reuben Thomas | 2007-07-06 | 2 | -3/+12 |
| | | | | | NULL so that the destructor can test this and only delete initialised arrays. | ||||
* | Fix time setting where the Psion is not on GMT/UTC. | Reuben Thomas | 2007-01-05 | 1 | -8/+8 |
| | |||||
* | Fixes to compile on amd64 (plp_inttypes.h) and with gcc >= 4.1 (the | Reuben Thomas | 2006-09-29 | 5 | -15/+19 |
| | | | | rest); patches from Debian bugs #384146, #386833 and #388831. | ||||
* | Implement setTime method | Reuben Thomas | 2006-05-16 | 1 | -0/+29 |
| | |||||
* | Take setTime out of #if 0 and give it a proper prototype. | Reuben Thomas | 2006-05-16 | 1 | -1/+1 |
| | |||||
* | Add proper setTime and correct comment typo. | Reuben Thomas | 2006-05-16 | 1 | -2/+2 |
| | |||||
* | Whitespace and spelling fixes. | Reuben Thomas | 2006-05-01 | 1 | -8/+8 |
| | |||||
* | Fix locale descriptions, and remove FIXMEs: the locales are valid. | Reuben Thomas | 2006-05-01 | 1 | -3/+2 |
| | | | | Remove commented out socket close. | ||||
* | Correct some comment typos. | Reuben Thomas | 2006-04-25 | 1 | -2/+2 |
| | |||||
* | Fix for gcc 4.0 compatibility from Petr Ostadal. | Reuben Thomas | 2005-08-06 | 1 | -2/+4 |
| | |||||
* | Build fixes for newer g++ from Thomas Lussnig. | Reuben Thomas | 2005-04-16 | 3 | -9/+10 |
| | |||||
* | Add *.loT, for recent libtools | Reuben Thomas | 2004-10-04 | 1 | -0/+1 |
| | |||||
* | If MSG_NOSIGNAL is not defined (like on NetBSD), define it to zero. | Thomas Klausner | 2004-09-08 | 1 | -0/+4 |
| | |||||
* | Include assert.h when using assert(). | Thomas Klausner | 2004-09-08 | 1 | -0/+1 |
| | |||||
* | Add missing #include of <assert.h> | Reuben Thomas | 2004-03-13 | 1 | -2/+3 |
| | |||||
* | - Changes for compiling with gcc 3.2 | Fritz Elfert | 2003-02-05 | 42 | -176/+175 |
| | |||||
* | - Fixed 4 more possible formatstring exploits. | Fritz Elfert | 2003-02-03 | 1 | -1/+1 |
| | |||||
* | - Fixed setting of CFLAGS and CXXFLAGS: With --enable-debug, disable -O | Fritz Elfert | 2002-08-11 | 2 | -0/+6 |
| | | | | | | | | | | | - 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 | ||||
* | - Bugfix for Bug #584926 - libplp was broken on big endian systems. | Fritz Elfert | 2002-08-05 | 1 | -1/+1 |
| | |||||
* | - Bugfix for Bug #588859: Change Method in psitime.cc to mach header. | Fritz Elfert | 2002-08-05 | 1 | -1/+1 |
| | |||||
* | Spellings, updates | Daniel Brahneborg | 2002-07-17 | 1 | -1/+1 |
| | |||||
* | - Debian package now nearly finished | Fritz Elfert | 2002-07-16 | 1 | -1/+1 |
| | | | | - Applied patches from Chris Halls <chris.halls@gmx.de> | ||||
* | - Non-KDE stuff now builds correctly with gcc3 | Fritz Elfert | 2002-07-14 | 12 | -19/+77 |
| | |||||
* | Applied patches from debian bug #104967 (not yet tested) | Fritz Elfert | 2002-07-14 | 18 | -41/+59 |
| | |||||
* | - Fixed a possible exploit when using telnet (or any other network | Fritz Elfert | 2002-07-11 | 1 | -0/+2 |
| | | | | client) connecting to ncpd. | ||||
* | - Added comparison operators in PsiTime | Fritz Elfert | 2002-07-07 | 3 | -1/+30 |
| | | | | - Fixed a typo | ||||
* | More correct residual sis file truncation | Daniel Brahneborg | 2002-04-14 | 4 | -4/+51 |
| | |||||
* | Even if req records are ignored, at least now they are read correctly. | Daniel Brahneborg | 2002-04-03 | 1 | -5/+11 |
| | |||||
* | Some buffer overrun checks. | Daniel Brahneborg | 2002-03-28 | 6 | -9/+43 |
| | | | | Removed the --force flag. | ||||
* | - rpcs: Implemented scratch RAM access. | Fritz Elfert | 2002-03-20 | 5 | -40/+156 |
| | | | | | | | | - 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 | ||||
* | Remove the previous version (unconditionally) before installing the new | Daniel Brahneborg | 2002-03-19 | 4 | -0/+50 |
| | | | | version. | ||||
* | - Corrected entries in machineinfo | Fritz Elfert | 2002-03-18 | 2 | -4/+3 |
| | | | | | - Adapted plpftp and plpprops to new machineinfo - Translations. | ||||
* | - made kpsion SIBO-aware | Fritz Elfert | 2002-03-18 | 13 | -183/+439 |
| | | | | | | | | - 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 | ||||
* | - lib: Added rfsv::getProtocolVersion | Fritz Elfert | 2002-03-17 | 3 | -0/+9 |
| | | | | - klipsi: Terminate gracefully if connected to a Series 3. | ||||
* | - ncpd now works with both Series 3 and Series 5 | Fritz Elfert | 2002-03-16 | 6 | -12/+66 |
| | | | | | | | | | - 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... | ||||
* | Adaptions to SuSE's autoconf. | Fritz Elfert | 2002-03-12 | 1 | -2/+2 |
| | |||||
* | Load all residual sis files before installing, to make sure we don't | Daniel Brahneborg | 2002-03-12 | 1 | -8/+8 |
| | | | | have another version installed already. | ||||
* | I18N-ify sis classes | Daniel Brahneborg | 2002-03-09 | 6 | -51/+57 |
| | |||||
* | Fix copyFrom() protos to agree better with the parent. | Daniel Brahneborg | 2002-03-09 | 2 | -3/+3 |
| | |||||
* | Initial stuff for checking requisites and previous versions. | Daniel Brahneborg | 2002-03-08 | 5 | -0/+46 |
| | |||||
* | Added copyFromPsion() that takes a 'to' argument that is a file | Daniel Brahneborg | 2002-03-08 | 5 | -0/+58 |
| | | | | descriptor, to be able to use mkstemp(). | ||||
* | Document most of the method arguments with @param. | Daniel Brahneborg | 2002-03-06 | 6 | -5/+50 |
| | |||||
* | Make a correct comparison with buffer length. | Daniel Brahneborg | 2002-03-06 | 2 | -2/+2 |
| |