index
:
rtftp
debian
pristine-tar
rfc7440
trunk
A rusty client/server for the Trivial File Transfer Protocol
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
lib.rs
Commit message (
Collapse
)
Author
Age
*
wip
rfc7440
Reiner Herrmann
2019-08-29
|
*
Simplify command line argument parsing
Reiner Herrmann
2019-03-26
|
*
Simplify error handling in some places
Reiner Herrmann
2019-03-25
|
*
Simplify blksize2 calculation
Reiner Herrmann
2019-03-25
|
*
Support utimeout option (non-standard)
Reiner Herrmann
2019-03-24
|
*
Support blksize2 option (non-standard)
Reiner Herrmann
2019-03-24
|
*
Use buffered file reading and fix the behaviour of read returning less data ↵
Reiner Herrmann
2019-03-10
|
|
|
|
than expected
*
Use write_all as suggested by clippy
Reiner Herrmann
2019-03-10
|
*
Implement netascii transfer mode (in server, client and for tsize option)
Reiner Herrmann
2019-03-10
|
*
Add a few tests
Reiner Herrmann
2019-03-09
|
*
Drop unnecessary return value from function
Reiner Herrmann
2019-03-08
|
*
Use a type for the progress callback
Reiner Herrmann
2019-03-08
|
*
Display version number in usage text
Reiner Herrmann
2019-03-08
|
*
Use threadpool to handle multiple clients in parallel
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
|
*
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
Otherwise compiler throws warnings about unused symbols, if not every public function is used in every module importing it.