Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | - i18n: Changed macros into inline functions to make string constant | Fritz Elfert | 2002-03-06 | 1 | -13/+11 |
| | | | | | concatenation of gcc possible. - Unified commandline arguments. | ||||
* | - Re-Implemented lower levels of ncpd (packet and link). | Fritz Elfert | 2002-03-05 | 4 | -22/+63 |
| | | | | | ncpd is now multithreaded. Results in much better performance and less CPU usage. | ||||
* | Use plp standard types. | Daniel Brahneborg | 2002-03-04 | 14 | -109/+95 |
| | | | | Fix copyright include. | ||||
* | Added type include | Fritz Elfert | 2002-03-04 | 1 | -0/+1 |
| | |||||
* | - Added bitmap conversion functions. | Fritz Elfert | 2002-03-03 | 5 | -7/+338 |
| | | | | - Updated printer class according to Protocol doc 1.15 | ||||
* | Add buffer overflow checks to handle truncated and corrupted sis files. | Daniel Brahneborg | 2002-03-03 | 13 | -33/+142 |
| | |||||
* | Added GNU copyright header. | Daniel Brahneborg | 2002-03-03 | 14 | -14/+321 |
| | |||||
* | Various proto changes. | Daniel Brahneborg | 2002-03-02 | 10 | -62/+145 |
| | |||||
* | - Added SIS stuff by Daniel Brahneborg | Fritz Elfert | 2002-02-28 | 18 | -8/+782 |
| | |||||
* | - Fixed psitime again. Waaahh, these guys at symbian change filetimes when | Fritz Elfert | 2002-02-15 | 2 | -4/+11 |
| | | | | switching DST/Non-DST. | ||||
* | More descriptive comments. | Fritz Elfert | 2002-02-15 | 1 | -3/+6 |
| | |||||
* | - Unified headers. | Fritz Elfert | 2002-02-14 | 1 | -0/+29 |
| | |||||
* | Return E_PSI_GEN_NSUP, if Psion refuses attach to protocol. | Fritz Elfert | 2001-07-31 | 1 | -0/+12 |
| | |||||
* | Make unconditional gettext conditional. | Fritz Elfert | 2001-07-26 | 1 | -0/+2 |
| | |||||
* | Applied patch from Jim Hague. | Fritz Elfert | 2001-06-29 | 1 | -6/+8 |
| | |||||
* | Fix for Series 3c. Devlist version can be 1. | Fritz Elfert | 2001-06-11 | 2 | -4/+2 |
| | |||||
* | Added missing attr2std in fgeteattr() | Fritz Elfert | 2001-06-10 | 1 | -1/+2 |
| |