index
:
rtftp
debian
pristine-tar
rfc7440
trunk
A rusty client/server for the Trivial File Transfer Protocol
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
*
Add missing imports to build with current landlock snapshot
Reiner Herrmann
2023-04-19
*
Restrict filesystem access with landlock, if it is supported
Reiner Herrmann
2022-10-29
*
"extern crate" no longer required
Reiner Herrmann
2022-10-29
*
Update nix dependency and reduce used features
Reiner Herrmann
2022-10-22
*
Bump rust edition to 2021
Reiner Herrmann
2022-07-16
*
Use Default trait for options
Reiner Herrmann
2022-07-09
*
CI: bump codeql-action to v2
Reiner Herrmann
2022-06-03
*
Create rust-clippy.yml
Reiner Herrmann
2022-05-01
*
Fix clippy warnings and ignore two others
Reiner Herrmann
2022-05-01
*
Fix markdown linter warnings
Reiner Herrmann
2022-03-05
*
Bump version to 1.1.2
1.1.2
Reiner Herrmann
2021-08-06
*
Update changelog
Reiner Herrmann
2021-08-06
*
Link to crates.io in README
Reiner Herrmann
2021-08-06
*
Document alternative way to install binaries
Reiner Herrmann
2021-08-06
*
Convert README to Markdown
Reiner Herrmann
2021-08-06
*
Add some more metadata about the package
Reiner Herrmann
2021-08-06
*
Enable Github CI
Reiner Herrmann
2021-08-06
*
Log test timings also to stdout
Reiner Herrmann
2021-08-06
*
Use curl in testsuite for up/downloads
Reiner Herrmann
2021-08-06
*
Update dependencies
Reiner Herrmann
2021-08-06
*
Fix some linter warnings
Reiner Herrmann
2021-08-06
*
Bump version to 1.1.1
1.1.1
Reiner Herrmann
2020-01-19
*
Update changelog
Reiner Herrmann
2020-01-19
*
Bump copyright years
Reiner Herrmann
2020-01-19
*
Some cleanup as suggested by clippy
Reiner Herrmann
2020-01-19
*
Skip canonical path check when running chrooted
Reiner Herrmann
2020-01-19
*
Update dependencies to versions in Debian unstable
Reiner Herrmann
2020-01-19
*
Bump version to 1.1.0
1.1.0
Reiner Herrmann
2019-10-05
*
Update dependencies to versions in Debian unstable
Reiner Herrmann
2019-10-05
*
Add changelog
Reiner Herrmann
2019-10-05
*
Check for minimum length of request
Reiner Herrmann
2019-09-15
*
Drop -d parameter and allow appending directory at end of command line
Reiner Herrmann
2019-08-29
*
Use dyn keyword for trait objects to fix deprecation warnings
Reiner Herrmann
2019-08-29
*
Simplify command line argument parsing
Reiner Herrmann
2019-03-26
*
Simplify error handling in some places
Reiner Herrmann
2019-03-25
*
Simplify blksize2 calculation
Reiner Herrmann
2019-03-25
*
Support utimeout option (non-standard)
Reiner Herrmann
2019-03-24
*
Support blksize2 option (non-standard)
Reiner Herrmann
2019-03-24
*
chroot to destination directory when having sufficient permissions
Reiner Herrmann
2019-03-24
*
Bump version to 1.0.0
1.0.0
Reiner Herrmann
2019-03-12
*
Use buffered file reading and fix the behaviour of read returning less data t...
Reiner Herrmann
2019-03-10
*
Use write_all as suggested by clippy
Reiner Herrmann
2019-03-10
*
Implement netascii transfer mode (in server, client and for tsize option)
Reiner Herrmann
2019-03-10
*
Refactor test script
Reiner Herrmann
2019-03-10
*
Run a test against itself
Reiner Herrmann
2019-03-09
*
Add a few tests
Reiner Herrmann
2019-03-09
*
Use configured dir for allowed file check
Reiner Herrmann
2019-03-09
*
Implement Default trait for tftpd Configuration
Reiner Herrmann
2019-03-09
*
Drop unnecessary return value from function
Reiner Herrmann
2019-03-08
*
Use a type for the progress callback
Reiner Herrmann
2019-03-08
[next]