summaryrefslogtreecommitdiff
path: root/src/lib.rs
Commit message (Expand)AuthorAge
* Bump copyright yearsReiner Herrmann2020-01-19
* Use dyn keyword for trait objects to fix deprecation warningsReiner Herrmann2019-08-29
* Simplify command line argument parsingReiner Herrmann2019-03-26
* Simplify error handling in some placesReiner Herrmann2019-03-25
* Simplify blksize2 calculationReiner Herrmann2019-03-25
* Support utimeout option (non-standard)Reiner Herrmann2019-03-24
* Support blksize2 option (non-standard)Reiner Herrmann2019-03-24
* Use buffered file reading and fix the behaviour of read returning less data t...Reiner Herrmann2019-03-10
* Use write_all as suggested by clippyReiner Herrmann2019-03-10
* Implement netascii transfer mode (in server, client and for tsize option)Reiner Herrmann2019-03-10
* Add a few testsReiner Herrmann2019-03-09
* Drop unnecessary return value from functionReiner Herrmann2019-03-08
* Use a type for the progress callbackReiner Herrmann2019-03-08
* Display version number in usage textReiner Herrmann2019-03-08
* Use threadpool to handle multiple clients in parallelReiner 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
* 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