Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | small fix | Thomas Osterried | 2009-01-24 | 2 | -4/+11 |
| | |||||
* | smaller fixes | Thomas Osterried | 2009-01-24 | 1 | -9/+8 |
| | |||||
* | fix for fix in dos to unix time conversion part | Thomas Osterried | 2009-01-24 | 1 | -1/+1 |
| | |||||
* | fixed problem i produced yesterday. | Thomas Osterried | 2009-01-24 | 1 | -3/+5 |
| | | | | | currently we've seen other bugs in call which lead to malfunctions and segfaults. | ||||
* | smaller changes. | Thomas Osterried | 2009-01-23 | 1 | -15/+16 |
| | |||||
* | fixed bin download corruption. | Thomas Osterried | 2009-01-22 | 1 | -29/+35 |
| | | | | fixed dos to unix time conversion. | ||||
* | #BIN upload now preserves the file time. | Thomas Osterried | 2009-01-22 | 3 | -4/+28 |
| | |||||
* | - bugfixes: | Thomas Osterried | 2009-01-21 | 1 | -57/+84 |
| | | | | | | | | | | | | - fileupload (in raw and gui "slave" mode) goes only step by step the 128 bytes further if user enters a character. Thanks to Daniel DO8CD for the report. - write() returns -1 at EAGAIN (packet links are usually slower then linux file IO, and EAGAIN occurs because the txbuffer in the kernel is full). This lead to a bad substraction in sent bytes and thus to file corruption at the receiving site. - added more help: now explaining all the ~-Escapes in raw mode in the ~? command. | ||||
* | - new option -S: be silent. useful for using call in shellscripts. | Thomas Osterried | 2008-07-09 | 2 | -12/+32 |
| | | | | | | - 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.. | ||||
* | Convert to autoconf 2.59. Delete junk from past centuries. | Ralf Baechle | 2007-01-22 | 2 | -170/+278 |
| | |||||
* | 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 | 2 | -8/+18 |
| | | | | - usage: new function usage() | ||||
* | Added opentrac to listen | Craig Small | 2004-02-04 | 1 | -214/+216 |
| | | | | More autobbreak updating nightmares | ||||
* | changed fd_set variables around so no clashax25-apps-0.0.6 | Craig Small | 2002-03-04 | 1 | -2/+2 |
| | |||||
* | * adjusted temp version back to 0.0.6 | Craig Small | 2002-01-07 | 1 | -0/+3 |
| | | | | * Added \n to poll line | ||||
* | remerged with terry indents | Craig Small | 2001-11-27 | 2 | -19/+58 |
| | |||||
* | updated libtool, uniformly indented source, corrected small ax25mond ↵ | Terry Dawson VK2KTJ | 2001-09-12 | 6 | -2238/+2512 |
| | | | | Makefile bug | ||||
* | Initial revisionax25-apps-0.0.5p2 | Craig Small | 2001-04-10 | 3 | -2/+7 |
| | |||||
* | 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.2 from tarballax25-apps-0.0.2 | Ralf Baechle | 1999-07-08 | 1 | -5/+0 |
| | |||||
* | Import ax25-apps 0.0.1 from tarballax25-apps-0.0.1 | Ralf Baechle | 1999-06-07 | 11 | -0/+3861 |