Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make reasonably recent autotools happy; remove gettext files | Reuben Thomas | 2013-12-16 | 1 | -1/+1 |
| | |||||
* | Convert .cvsignore files to .gitignore files | Reuben Thomas | 2013-12-16 | 2 | -5/+1 |
| | |||||
* | Workaround for Series 3a bug (SourceForge bug #2441386, patch from Jim | Reuben Thomas | 2008-12-20 | 2 | -0/+7 |
| | | | | Hague). | ||||
* | Patch from John Lines for compiling with GCC 4.3 (Patch #2023788) | Reuben Thomas | 2008-07-21 | 4 | -0/+4 |
| | |||||
* | Fix a crash during shut down (typo in thread initialisation). | Reuben Thomas | 2008-02-05 | 1 | -2/+8 |
| | |||||
* | Fix some warnings. | Reuben Thomas | 2008-01-29 | 1 | -7/+1 |
| | |||||
* | Move last header plp_inttypes.h out of include and into lib. | Reuben Thomas | 2007-12-14 | 1 | -2/+0 |
| | | | | | Remove RCS Ids from Makefile.am's so that checking in a Makefile.am doesn't cause automake to be run. | ||||
* | Don't need to remove Makefile.in in maintainer-clean-local. | Reuben Thomas | 2007-12-13 | 1 | -3/+0 |
| | |||||
* | 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. | ||||
* | A couple of small English fixes. | Reuben Thomas | 2007-11-26 | 1 | -1/+1 |
| | |||||
* | Fix compilation with GCC 4.3; thanks to Martin Michlmayr | Reuben Thomas | 2007-07-06 | 1 | -0/+1 |
| | |||||
* | Fixes to compile on amd64 (plp_inttypes.h) and with gcc >= 4.1 (the | Reuben Thomas | 2006-09-29 | 1 | -2/+2 |
| | | | | rest); patches from Debian bugs #384146, #386833 and #388831. | ||||
* | Fix type | Reuben Thomas | 2006-05-16 | 1 | -1/+1 |
| | |||||
* | Tidy command description | Reuben Thomas | 2006-05-16 | 1 | -1/+1 |
| | |||||
* | Fix a comment typo | Reuben Thomas | 2006-05-16 | 1 | -1/+1 |
| | |||||
* | Fix for newer g++ from Thomas Lussnig. | Reuben Thomas | 2005-04-16 | 1 | -8/+8 |
| | |||||
* | Add $(INTLLIBS) to *_LDADD where missing. | Thomas Klausner | 2004-09-08 | 1 | -1/+1 |
| | |||||
* | - Changes for compiling with gcc 3.2 | Fritz Elfert | 2003-02-05 | 9 | -26/+39 |
| | |||||
* | - Fixed ACK handling in ncpd. | Fritz Elfert | 2003-02-03 | 1 | -1/+2 |
| | | | | - Fixed tar find routine in kpsion. | ||||
* | - Removed ccmalloc stuff. Now using valgrind | Fritz Elfert | 2002-08-11 | 1 | -1/+1 |
| | | | | | - Cleanup of LDFLAGS for less depencies - Added workaround specfile for broken Autoreq on SuSE and Mandrake | ||||
* | - Fixed setting of CFLAGS and CXXFLAGS: With --enable-debug, disable -O | Fritz Elfert | 2002-08-11 | 2 | -6/+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 | ||||
* | - Fixed a memory leak. | Fritz Elfert | 2002-08-06 | 1 | -1/+1 |
| | |||||
* | - Added some translations in ncpd. | Fritz Elfert | 2002-07-16 | 2 | -8/+8 |
| | |||||
* | - Added an informational message when a Psion is connected. | Fritz Elfert | 2002-07-16 | 7 | -21/+61 |
| | | | | - Moved log streams declaration into separate header. | ||||
* | - Non-KDE stuff now builds correctly with gcc3 | Fritz Elfert | 2002-07-14 | 8 | -122/+148 |
| | |||||
* | Applied patches from debian bug #104967 (not yet tested) | Fritz Elfert | 2002-07-14 | 2 | -0/+4 |
| | |||||
* | - Fixed a possible exploit when using telnet (or any other network | Fritz Elfert | 2002-07-11 | 1 | -0/+7 |
| | | | | client) connecting to ncpd. | ||||
* | - Fixed some typos | Fritz Elfert | 2002-07-07 | 1 | -2/+2 |
| | |||||
* | - Corrected help message | Fritz Elfert | 2002-07-07 | 1 | -2/+11 |
| | |||||
* | - Removed check for CTS according to Jim Hague. | Fritz Elfert | 2002-03-18 | 1 | -5/+2 |
| | |||||
* | - packet: Fixed bug where sync detection could overrun end of buffer | Fritz Elfert | 2002-03-17 | 3 | -10/+13 |
| | | | | | - socketchan: removed debugging output - link: Changed a debug output of unmatched ack's; removed wrong purge. | ||||
* | - ncpd: Now it's possible to change Series3/5 without restarting ncpd | Fritz Elfert | 2002-03-16 | 3 | -6/+19 |
| | |||||
* | - ncpd now works with both Series 3 and Series 5 | Fritz Elfert | 2002-03-16 | 11 | -85/+456 |
| | | | | | | | | | - 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 |
| | |||||
* | Introduced waitQueue to make link::transmit non-blocking. | Fritz Elfert | 2002-03-07 | 2 | -10/+31 |
| | |||||
* | Removed double colons in friend declaration (seems to confuse some | Fritz Elfert | 2002-03-06 | 2 | -2/+2 |
| | | | | compilers) | ||||
* | - i18n: Changed macros into inline functions to make string constant | Fritz Elfert | 2002-03-06 | 1 | -65/+136 |
| | | | | | concatenation of gcc possible. - Unified commandline arguments. | ||||
* | - Re-Implemented lower levels of ncpd (packet and link). | Fritz Elfert | 2002-03-05 | 11 | -672/+1131 |
| | | | | | ncpd is now multithreaded. Results in much better performance and less CPU usage. | ||||
* | - Applied patches from Luke Diamand, Marc Spoorendonk and Chris Halls | Fritz Elfert | 2002-02-16 | 8 | -191/+223 |
| | |||||
* | - ccmalloc upgrade | Fritz Elfert | 2002-02-15 | 1 | -1/+1 |
| | |||||
* | Correct daemonizing | Fritz Elfert | 2002-02-15 | 1 | -1/+14 |
| | |||||
* | - re indented | Fritz Elfert | 2002-02-14 | 1 | -83/+83 |
| | |||||
* | - Bugfix: ncpd sucked up lot of CPU when Psion disconnects. | Fritz Elfert | 2002-02-14 | 7 | -131/+186 |
| | | | | | | (finally found that!!) - Unified Headers - close stdin, stdout and stderr when in daemon mode. | ||||
* | - Corrected debug message and channel argument when rejecting a connect | Fritz Elfert | 2001-08-01 | 2 | -4/+4 |
| | | | | | request from Psion. - Fixed cleanup for socketChan in initial state. | ||||
* | FreeBSD | Fritz Elfert | 2001-07-31 | 1 | -5/+8 |
| | |||||
* | Some fixes for cleanup when a connect NAK is received. | Fritz Elfert | 2001-07-31 | 1 | -4/+6 |
| | |||||
* | Bugfix: socketChan allocated too small. | Fritz Elfert | 2001-07-28 | 1 | -1/+1 |
| | |||||
* | Fixed crash when deleting socketChan. | Fritz Elfert | 2001-07-27 | 1 | -5/+1 |
| | |||||
* | - Support NCP xon/xoff frames. | Fritz Elfert | 2001-07-23 | 5 | -59/+146 |
| | | | | - Support up to 256 channels on S5 | ||||
* | Added a timeout for connection attempts. | Fritz Elfert | 2001-05-25 | 3 | -97/+101 |
| |