aboutsummaryrefslogtreecommitdiff
path: root/src/tftpc.rs
Commit message (Collapse)AuthorAge
* "extern crate" no longer requiredReiner Herrmann2022-10-29
|
* Fix clippy warnings and ignore two othersReiner Herrmann2022-05-01
|
* Fix some linter warningsReiner Herrmann2021-08-06
|
* Bump copyright yearsReiner Herrmann2020-01-19
|
* Some cleanup as suggested by clippyReiner Herrmann2020-01-19
|
* Simplify command line argument parsingReiner Herrmann2019-03-26
|
* Simplify error handling in some placesReiner Herrmann2019-03-25
|
* Implement netascii transfer mode (in server, client and for tsize option)Reiner Herrmann2019-03-10
|
* Display version number in usage textReiner Herrmann2019-03-08
|
* Display transfer progress in percentageReiner Herrmann2019-03-08
|
* Apply some of the code formatting by rustfmtReiner Herrmann2019-03-07
|
* Clean up as suggested by clippyReiner Herrmann2019-03-07
|
* Parse received errors and other minor error logging improvementsReiner Herrmann2019-03-03
|
* Make requested blksize configurableReiner Herrmann2019-03-03
|
* Implement Transfer Size Option (RFC 2349, part 2)Reiner Herrmann2019-03-03
|
* Implement Option Extension for clientReiner Herrmann2019-03-03
|
* Don't hardcode opcode values everywhereReiner Herrmann2019-03-03
|
* Move main tftp module into lib to be used as crateReiner Herrmann2019-03-02
| | | | | Otherwise compiler throws warnings about unused symbols, if not every public function is used in every module importing it.
* Implement TFTP clientReiner Herrmann2019-03-02
no support for TFTP Options yet