Skip to content
Snippets Groups Projects
  1. Jul 16, 2009
  2. Jul 15, 2009
  3. Jul 14, 2009
  4. Jul 12, 2009
  5. Jul 11, 2009
  6. Jul 08, 2009
    • rswindell's avatar
      Updates for sending files: · 0e8af39a
      rswindell authored
      * First subpacket of every frame now uses ZCRCW,  this adheres to the following
         "should" from ZMODEM.DOC:
        The next transmitted data frame [after a ZRPOS] should be a ZCRCW frame
        followed by a wait to guarantee complete flushing of the network's memory.
      
      * Added support for the following ZMODEM.DOC requirement:
        FULL STREAMING WITH SAMPLING
        If one of these characters [CAN or ZPAD] is seen, an empty ZCRCE data
        subpacket is sent.
        This is now true, but for ZPAD chars (e.g. ZRPOS header) only.
      
      * Implement an attempt counter in the ZFILE header re-transmit scheme
        (previously, would retry indefinitely until locally or remotely cancelled)
      
      * Better support for receiving a ZSKIP header mid-file transfer.
      
      * Better support for receiving a ZRPOS to end-of-file during a file transfer
        (ala HyperTerminal).
      
      * New and updated log output.
      0e8af39a
  7. Jul 06, 2009
  8. Jun 28, 2009
  9. Jun 24, 2009
  10. Jun 19, 2009
Loading