summaryrefslogtreecommitdiffstats
path: root/call/call.1
Commit message (Collapse)AuthorAgeFilesLines
* Apply program name transformations also to man page content.Ralf Baechle2011-12-111-194/+0
| | | | | | For now these options are just honored for the call.1 and listen.1 man pages because these days these two programs generally get renamed to avoid naming conflicts with other programs.
* - Important bugfix (call did not work properly after my last patch)Thomas Osterried2009-11-111-0/+4
| | | | | | | | | - Better error handling on read() == -1 and write() == -1. Previously, the return value was not honored correctly - and could cause unexpected results. - New option "-R": Disable all remote commands like autobin (#BIN#), 7plus downloads, //echo, etc. This is useful for scripting where you just don't like the remote site to trigger uncaught conditions here.
* fix: on read through closed pipe, call did endless select(),Thomas Osterried2009-08-241-1/+7
| | | | | | | | read() = 0, wht consumed 100% CPU power. New options: -W: waits after EOF on stdin. Useful for scripting, for waiting for data coming via fd 3 (ax25 connection) -T secs: idle timout after secs seconds.
* - new option -S: be silent. useful for using call in shellscripts.Thomas Osterried2008-07-091-0/+3
| | | | | | - 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.
* - New option "-s <sourcecall>" (like in ax25_call)Thomas Osterried2005-12-281-1/+4
| | | | - usage: new function usage()
* Import ax25-apps 0.0.1 from tarballax25-apps-0.0.1Ralf Baechle1999-06-071-0/+178