aboutsummaryrefslogtreecommitdiff
path: root/libexec/tftpd/tftp-transfer.c
Commit message (Expand)AuthorAgeFilesLines
* libexec: Automated cleanup of cdefs and other formattingWarner Losh2023-11-271-1/+0
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* tftpd: Use poll() instead of alarm() + setjmp().Dag-Erling Smørgrav2023-03-101-1/+1
* tftpd: Make the transfer functions return success / failure.Dag-Erling Smørgrav2023-03-101-20/+18
* tftpd: whitespace cleanupDag-Erling Smørgrav2022-11-171-12/+12
* tftpd: cleanupDag-Erling Smørgrav2022-11-151-2/+2
* When receiving a file having a length, which is a mulitple of the blocksize,Michael Tuexen2020-12-151-2/+2
* Improve the counting of blocks used to transfer a file from theMichael Tuexen2020-12-141-1/+1
* Fix the TFTP client when performing a RRQ for files smaller than 512 bytesMichael Tuexen2020-12-101-0/+2
* Abort transfer if fseeko() fails.John Baldwin2020-04-211-3/+23
* Add support for the TFTP windowsize option described in RFC 7440.John Baldwin2020-03-021-48/+151
* tftpd(8): when completing an WRQ, flush the file before acknowleding receiptAlan Somers2018-07-211-2/+2
* tftpd: Flush files as soon as they are fully receivedAlan Somers2018-03-091-0/+2
* libexec: adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-1/+3
* In the old TFTP server, there was an undocumented behavior whereCraig Rodrigues2011-07-311-12/+16
* Bring in new files from edwin's tftpWarner Losh2010-05-041-0/+318