aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Release 1.1.1-1debianReiner Herrmann2020-01-19
|
* Update versions of build depdendenciesReiner Herrmann2020-01-19
|
* Bump copyright yearReiner Herrmann2020-01-19
|
* Merge branch 'master' into debianReiner Herrmann2020-01-19
|\
| * Bump version to 1.1.11.1.1Reiner Herrmann2020-01-19
| |
| * Update changelogReiner Herrmann2020-01-19
| |
| * Bump copyright yearsReiner Herrmann2020-01-19
| |
| * Some cleanup as suggested by clippyReiner Herrmann2020-01-19
| |
| * Skip canonical path check when running chrootedReiner Herrmann2020-01-19
| | | | | | | | | | | | | | | | | | | | This works around musl's requirement of mounted /proc for running realpath(3), which is used by std::path::Path.canonicalize(). See also: https://www.openwall.com/lists/musl/2019/10/08/1 The check is not required, as only files inside the chrooted directory can be served.
| * Update dependencies to versions in Debian unstableReiner Herrmann2020-01-19
| |
* | Release 1.1.0-1Reiner Herrmann2019-10-05
| |
* | Bump Standards-Version to 4.4.1Reiner Herrmann2019-10-05
| |
* | Merge branch 'master' into debianReiner Herrmann2019-10-05
|\|
| * Bump version to 1.1.01.1.0Reiner Herrmann2019-10-05
| |
| * Update dependencies to versions in Debian unstableReiner Herrmann2019-10-05
| |
| * Add changelogReiner Herrmann2019-10-05
| |
| * Check for minimum length of requestReiner Herrmann2019-09-15
| |
| * Drop -d parameter and allow appending directory at end of command lineReiner Herrmann2019-08-29
| |
| * 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
| |
| * chroot to destination directory when having sufficient permissionsReiner Herrmann2019-03-24
| |
* | Mark as releasedReiner Herrmann2019-10-05
| |
* | Initial Debian packagingReiner Herrmann2019-03-12
|/
* 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 buffered file reading and fix the behaviour of read returning less data ↵Reiner Herrmann2019-03-10
| | | | than expected
* 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
|
* Refactor test scriptReiner Herrmann2019-03-10
|
* Run a test against itselfReiner Herrmann2019-03-09
|
* Add a few testsReiner Herrmann2019-03-09
|
* Use configured dir for allowed file checkReiner Herrmann2019-03-09
|
* Implement Default trait for tftpd ConfigurationReiner 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
|
* Test also against BusyBox TFTP clientReiner Herrmann2019-03-07
|
* Simplify test scriptReiner Herrmann2019-03-07
|
* Add script to test client/server against different implementationsReiner Herrmann2019-03-07
|
* Use LTO and abort-on-panic for release buildsReiner Herrmann2019-03-07
|
* 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
|
* Add READMEReiner Herrmann2019-03-03
|