aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
Commit message (Collapse)AuthorAge
* Bump version to 1.0.01.0.0Reiner Herrmann2019-03-12
| | | | | The current state is considered feature-complete, as the main TFTP RFC and the important extensions have been implemented.
* Use threadpool to handle multiple clients in parallelReiner Herrmann2019-03-08
|
* Use LTO and abort-on-panic for release buildsReiner Herrmann2019-03-07
|
* Implement TFTP clientReiner Herrmann2019-03-02
| | | | no support for TFTP Options yet
* Parse command line and make some parameters configurableReiner Herrmann2019-02-24
|
* Bind to real tftp port (69) and drop privileges immediately afterReiner Herrmann2019-02-24
|
* Add license (GPL-3+)Reiner Herrmann2019-02-24
|
* Initial tftpd implementation with RRQ supportReiner Herrmann2019-02-24
|
* New cargo projectReiner Herrmann2019-02-24