- 13 Jun, 2005 2 commits
- 12 Jun, 2005 7 commits
- 11 Jun, 2005 11 commits
-
-
deuce authored
still live before disconnecting. (Was causing closing a spy socket to close the connection).
-
deuce authored
-
deuce authored
-
rswindell authored
-
rswindell authored
-
deuce authored
-
deuce authored
structs made up of only the types char, INT16, WORD, INT32, DWORD, structs, and floats and generates both a header and C source file which will pack and unpack the structure to/from a buffer in a cross-platform manner. NOTE: Currently, xpdev only defines the char, WORD, and DWORD types. INT16 actually conflicts with an existing macro. (For interrupt 16)
-
rswindell authored
-
rswindell authored
send_zrinit() now sets ZF0 flags based on configurable BOOLs.
-
rswindell authored
-
rswindell authored
-
- 10 Jun, 2005 20 commits
-
-
rswindell authored
-
rswindell authored
-
rswindell authored
-
rswindell authored
Added note regarding rzsz syntax. Added sexyz.ini "Telnet" and "OutbufSize" values.
-
rswindell authored
-
rswindell authored
Increase default output buffer length from 4K to 8K. -2 and -4 cmdline options set max (instead of initial) block len.
-
rswindell authored
-
rswindell authored
More log output regarding request of remote CRC.
-
rswindell authored
available.
-
rswindell authored
Added support for [zmodem] InitTimeout and CrcTimeout values. Shortened error/debug messages. Fixed (yet another) zmtx-rx bug: do { continue; } while(FALSE); // doesn't More/improved logging.
-
rswindell authored
If send_byte() WaitForEvent times-out, but there is space in the buffer, don't return an error. Use setvbuf() to speed up the CRC calculation of local files. Added support for [zmodem] InitTimeout and CrcTimeout values.
-
rswindell authored
-
rswindell authored
-
rswindell authored
-
rswindell authored
-
rswindell authored
-
rswindell authored
On send error, wait up to 1 sec for back channel data after next frame.
-
rswindell authored
-
rswindell authored
Include the current Zmodem block size and CRC size in progress display.
-
rswindell authored
Simplified progress callback even more with zm.start_transfer_pos member. Added consecutive error counter. Increased default send/recv timeouts from 10 to 15 seconds.
-