Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - new option -S: be silent. useful for using call in shellscripts. | Thomas Osterried | 2008-07-09 | 1 | -12/+29 |
| | | | | | | - call was not usable as a pipe in scripts because it read 511 bytes, tried to write these 511 bytes (but 256 is max for ax25 I-frames), got -1 EMSGSIZE (Message too long) and terminated. | ||||
* | the following issues are fixed: | Thomas Osterried | 2008-04-13 | 1 | -2/+14 |
| | | | | | | | | | | | | | | | 1. if stdin closes (i.e. if call is right end of a pipe), then call should close. this also fixes the case when call reads from a unix fifo, and the other end of the fifo terminates. This produced highest cpu-load, with select(), read() = 0, select(), read() = 0, .. 2. if stdin is not a tty, i.e. call is called from ax25d, then it's not a good idea to honor the ~ commands. In that special case, you could imagine what ~! means, while ax25d is running as uid 0... 3. while not operating on pty, the FILE buffers are not flushed in all cases. Thus, the messages like "Connected .." were be printed in the termination phase of the program.. | ||||
* | Changed STD_DWN_DIR | Thomas Osterried | 2006-10-04 | 1 | -1/+1 |
| | |||||
* | - New option "-s <sourcecall>" (like in ax25_call) | Thomas Osterried | 2005-12-28 | 1 | -7/+14 |
| | | | | - usage: new function usage() | ||||
* | updated libtool, uniformly indented source, corrected small ax25mond ↵ | Terry Dawson VK2KTJ | 2001-09-12 | 1 | -1633/+1858 |
| | | | | Makefile bug | ||||
* | Initial revisionax25-apps-0.0.5p2 | Craig Small | 2001-04-10 | 1 | -0/+5 |
| | |||||
* | Import ax25-apps 0.0.4 from tarballax25-apps-0.0.4 | Ralf Baechle | 1999-08-24 | 1 | -5/+7 |
| | |||||
* | Import ax25-apps 0.0.3 from tarballax25-apps-0.0.3 | Ralf Baechle | 1999-08-10 | 1 | -1/+13 |
| | |||||
* | Import ax25-apps 0.0.1 from tarballax25-apps-0.0.1 | Ralf Baechle | 1999-06-07 | 1 | -0/+1941 |