Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - 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 |
| | |||||
* | - Added support for extended sequence numbers (incoming only) | Fritz Elfert | 2001-05-22 | 9 | -779/+885 |
| | | | | | | | | - Changed the behavior on initial connect to support the Clipboard-Server and to meet the doc in http://www.thouky.co.uk/software/psifs/plp.html: All services except SYS$RFSV now perform registration and connect is done when the Psion returned RegisterAck. Then the connect can use the service name as presented by the Psion's RegisterAck. | ||||
* | Handle client connections which are closed immediately after connect coorectly. | Fritz Elfert | 2001-04-08 | 1 | -37/+46 |
| | |||||
* | KPsion: added format stuff. | Fritz Elfert | 2001-03-06 | 2 | -131/+129 |
| | |||||
* | Modified icons. | Fritz Elfert | 2001-03-01 | 2 | -9/+11 |
| | | | | | | Started NLS support. Added kpsion KDE2 application. Unified file-headers. | ||||
* | - Added KDE2 PropsDialog Plugin (incomplete) | Fritz Elfert | 2001-02-06 | 3 | -13/+12 |
| | | | | | | | | | | | | - 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. | ||||
* | Cleaned up ppsocket. | Fritz Elfert | 2001-02-04 | 4 | -8/+9 |
| | | | | More 64bit-related stuff. | ||||
* | More cleanup: | Fritz Elfert | 2001-02-01 | 10 | -13/+26 |
| | | | | | | | | | | | | | | | - 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. | ||||
* | - Added Hint for man pages in README. | Fritz Elfert | 2001-01-14 | 6 | -20/+118 |
| | | | | | | | | | | | | - Added signal handles for SIGINT and SIGTERM in ncpd for - properly shutting down the link. - Added flush() method in link.cc, needed for above feature. - If started with option -e and no -s option is given, assume being started by mgetty and use the line ncpd is started on instead of builtin default. - Added auto-reset in packet.cc. This helps making IrDA (ircomm-tty) based connections. Still not satisfying as i sometimes have to toggle infrared on the Psion (probably a bug in the Psion's IrDA). | ||||
* | Added experimental reset for packet() | Fritz Elfert | 2000-10-09 | 3 | -0/+16 |
| | |||||
* | Programs now use an entry in /etc/services (if exists) for the TCP port. | Fritz Elfert | 2000-08-27 | 1 | -1/+6 |
| | |||||
* | Get rid of second configuration header defs.h[.in]. | Fritz Elfert | 2000-08-02 | 3 | -3/+12 |
| | | | | Configuration now is in config.h and this is included as the very first header. | ||||
* | Added intermediate files to .cvsignore | Fritz Elfert | 2000-08-01 | 1 | -0/+1 |
| | |||||
* | Removed more intermediate files from CVS. Those can be rebuilt by | Fritz Elfert | 2000-07-31 | 1 | -2/+5 |
| | | | | | using Makefile.cvs. Of course, a developer should all of the necessary tools installed (automake, autoconf, libtool). | ||||
* | Applied mjg-0.6 patch. | Fritz Elfert | 2000-07-31 | 7 | -16/+39 |
| | | | | | Started adding kdoc compliant documentation comments. Added PsiTime | ||||
* | Release of plptools-0.5 | Fritz Elfert | 2000-01-17 | 11 | -37/+326 |
| | |||||
* | Added some missing files | Fritz Elfert | 1999-08-07 | 1 | -0/+3 |
| | |||||
* | Removed HERE-Hack. | Fritz Elfert | 1999-07-05 | 1 | -2/+0 |
| | |||||
* | Added RCS-Id | Fritz Elfert | 1999-07-05 | 1 | -1/+1 |
| | |||||
* | Added RCS-Id's, Copyright | Fritz Elfert | 1999-07-05 | 15 | -0/+169 |
| | |||||
* | Bumped up version. | Fritz Elfert | 1999-07-05 | 1 | -0/+1 |
| | | | | Delay during reconnect, to reduce load. | ||||
* | Forking, syslog and better error handling | Fritz Elfert | 1999-07-04 | 5 | -12/+54 |
| | |||||
* | logging via syslog, more error-handling. | Fritz Elfert | 1999-07-04 | 2 | -59/+58 |
| | |||||
* | Initial import | Fritz Elfert | 1999-07-01 | 1 | -0/+1 |
| | |||||
* | Added shared lib | Fritz Elfert | 1999-07-01 | 1 | -3/+1 |
| | |||||
* | modified logging for finer control. | Fritz Elfert | 1999-07-01 | 12 | -236/+466 |
| | | | | proper reconnect on link failure. | ||||
* | Initial import | Fritz Elfert | 1999-06-29 | 16 | -0/+1470 |