- Feb 11, 2008
-
-
rswindell authored
to trigger a timed even with the internal code of QNET-QWK if it exists.
-
- Feb 10, 2008
-
-
rswindell authored
xmodem_get_ack() now returns an int (ACK on success) Use 3-second block 0/1 timeout to follow ymodem.doc example Fix the use of xm.max_errors Support (configurable) fallback from Ymodem-send to Xmodem-send sexyz.ini can be used to disable 1024-recv, CRC-send and G-send support Document more sexyz command-line options to enable legacy x/ymodem modes
-
deuce authored
INT_MAX to be written.
-
rswindell authored
(e.g. before login) some lines would be missing from the file.
-
rswindell authored
still needs JSDOCS fixes. e.g. js_system.c(1831) : warning C4101: 'statsobj' : unreferenced local variable
-
- Feb 09, 2008
-
-
deuce authored
-
rswindell authored
-
rswindell authored
-
rswindell authored
-
rswindell authored
blocks.
-
deuce authored
-
deuce authored
This way NOT_YMODEM will indicate that the packet was actually valid.
-
deuce authored
Indicates that block zero was expected, but block one was recieved.
-
deuce authored
make any difference.
-
deuce authored
-
deuce authored
blocks, fall back to 128 byte blocks at the end of the file. Stop using ((block_num-1)*(xm->block_size)) as the offset. Use sent_bytes instead.
-
deuce authored
-
- Feb 08, 2008
-
-
deuce authored
-
- Feb 07, 2008
-
-
deuce authored
-
- Feb 03, 2008
- Feb 02, 2008
-
-
rswindell authored
-
- Feb 01, 2008
- Jan 31, 2008
- Jan 27, 2008
- Jan 26, 2008
- Jan 25, 2008
-
-
deuce authored
-
- Jan 21, 2008
-
-
deuce authored
Avoid use of uninitialized variable (return TIMEOUT if not connected)
-
rswindell authored
-
rswindell authored
(for SyncTERM local abort) loop in zmodem_recv_raw(). "Sending ZRINIT" (for downloads) is now an "INFO" level log output. Elevate "Sending ZRINIT" and "Sending ZRQINIT" log output to "NOTICE" log level on retries. Reduce default receive-byte timeout from 20 to 10 seconds. Reduce default send-byte timeout from 15 to 10 seconds.
-