Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - Support NCP xon/xoff frames. | Fritz Elfert | 2001-07-23 | 1 | -6/+8 |
| | | | | - Support up to 256 channels on S5 | ||||
* | - Added support for extended sequence numbers (incoming only) | Fritz Elfert | 2001-05-22 | 1 | -70/+75 |
| | | | | | | | | - 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. | ||||
* | More cleanup: | Fritz Elfert | 2001-02-01 | 1 | -1/+3 |
| | | | | | | | | | | | | | | | - 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. | ||||
* | Release of plptools-0.5 | Fritz Elfert | 2000-01-17 | 1 | -4/+11 |
| | |||||
* | Added RCS-Id's, Copyright | Fritz Elfert | 1999-07-05 | 1 | -0/+24 |
| | |||||
* | modified logging for finer control. | Fritz Elfert | 1999-07-01 | 1 | -0/+11 |
| | | | | proper reconnect on link failure. | ||||
* | Initial import | Fritz Elfert | 1999-06-29 | 1 | -0/+49 |