index
:
rtftp
debian
pristine-tar
rfc7440
trunk
A rusty client/server for the Trivial File Transfer Protocol
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
tftpc.rs
Commit message (
Expand
)
Author
Age
*
Fix some linter warnings
Reiner Herrmann
2021-08-06
*
Bump copyright years
Reiner Herrmann
2020-01-19
*
Some cleanup as suggested by clippy
Reiner Herrmann
2020-01-19
*
Simplify command line argument parsing
Reiner Herrmann
2019-03-26
*
Simplify error handling in some places
Reiner Herrmann
2019-03-25
*
Implement netascii transfer mode (in server, client and for tsize option)
Reiner Herrmann
2019-03-10
*
Display version number in usage text
Reiner Herrmann
2019-03-08
*
Display transfer progress in percentage
Reiner Herrmann
2019-03-08
*
Apply some of the code formatting by rustfmt
Reiner Herrmann
2019-03-07
*
Clean up as suggested by clippy
Reiner Herrmann
2019-03-07
*
Parse received errors and other minor error logging improvements
Reiner Herrmann
2019-03-03
*
Make requested blksize configurable
Reiner Herrmann
2019-03-03
*
Implement Transfer Size Option (RFC 2349, part 2)
Reiner Herrmann
2019-03-03
*
Implement Option Extension for client
Reiner Herrmann
2019-03-03
*
Don't hardcode opcode values everywhere
Reiner Herrmann
2019-03-03
*
Move main tftp module into lib to be used as crate
Reiner Herrmann
2019-03-02
*
Implement TFTP client
Reiner Herrmann
2019-03-02