aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
Commit message (Collapse)AuthorAge
* Restrict filesystem access with landlock, if it is supportedReiner Herrmann2022-10-29
|
* Update nix dependency and reduce used featuresReiner Herrmann2022-10-22
|
* Bump rust edition to 2021Reiner Herrmann2022-07-16
|
* Bump version to 1.1.21.1.2Reiner Herrmann2021-08-06
|
* Add some more metadata about the packageReiner Herrmann2021-08-06
|
* Update dependenciesReiner Herrmann2021-08-06
|
* Bump version to 1.1.11.1.1Reiner Herrmann2020-01-19
|
* Update dependencies to versions in Debian unstableReiner Herrmann2020-01-19
|
* Bump version to 1.1.01.1.0Reiner Herrmann2019-10-05
|
* Update dependencies to versions in Debian unstableReiner Herrmann2019-10-05
|
* 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